@CHARSET "ISO-8859-1";

body {
	margin: 0px;
	padding: 0px;
	border:0px;
	font-family: verdana,sans-serif;
	font-size: 10px;
	text-align:center;
	background-color: #FFFFFF;
	color: #4a4a4a;
}

#contenu{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image: url("img/fond.gif");
	background-repeat:no-repeat;
	width:960px;
}

img{
	border:0px;
}

iframe{
	border:0px;
}

#animation{

}

#contenu2{
	width:508px;
	margin-left:100px;
}

#let{
	position:absolute;
	margin-left:657px;

}


h2{
	font-family:Arial, sans-serif;
	font-size: 19px;
	color:#e9197e;
	font-weight:normal;
	margin-top:8px;
	margin-bottom:8px;
}

#resume{
	font-family:Arial, sans-serif;
	font-size: 19px;
	color:#e9197e;
	margin-top:12px;
	margin-bottom:12px;
}

.text{
	line-height:14px;
}

a{
	border:0px;
	text-decoration:underline;
	font-weight:bold;
	color:#4a4a4a;
}

a:hover{
	text-decoration:none;
	font-weight:bold;	
	color:#4a4a4a;
}


#adresse{
	background-image: url("img/adresse.gif");
	background-repeat:no-repeat;
	width:285px;
}

.formulaire{
	font-family: verdana,sans-serif;
	font-size: 10px;
	color:#4a4a4a;
	border: 1px solid #4a4a4a;
}

.formulaireP{
	font-family: verdana,sans-serif;
	font-size: 10px;
	color:#4a4a4a;
	border: 1px solid red;
}



.btn
{
	cursor:pointer;
	background-image:url(img/envoyer.gif);
	background-repeat:no-repeat;
	width:65px;
	height:22px;
	border:0px;
	margin-right:3px;

}

.btn:hover
{
	cursor:pointer;
	background-image:url(img/envoyerOn.gif);
	background-repeat:no-repeat;
}