body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/fond.gif);
}

/*css*/
.texte {font-family : verdana, sans-serif; font-size : 12px; font-weight : normal; color: #848484}
.texte a:link {font-family : verdana, sans-serif; font-size : 12px; font-weight : bold; text-decoration : none; color: #848484}
.texte a:visited {font-family : verdana, sans-serif; font-size : 12px; font-weight : bold; color:#848484;text-decoration : none;}
.texte a:hover {font-family : verdana, sans-serif; font-size : 12px; font-weight : bolder; color:#848484 ;text-decoration : none;}

.textepetit {font-family : verdana, sans-serif; font-size : 10px; font-weight : normal; color: #848484}
.textepetit a:link {font-family : verdana, sans-serif; font-size : 10px; font-weight : normal; text-decoration : none; color: #848484}
.textepetit a:visited {font-family : verdana, sans-serif; font-size : 10px; font-weight : normal; color:#848484;text-decoration : none;}
.textepetit a:hover {font-family : verdana, sans-serif; font-size : 10px; font-weight : normal; color:#848484 ;text-decoration : none;}

.textequestion {
	font-family: verdana, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #848484;
	line-height: 35px;
}
.textequestion a:link {font-family : verdana, sans-serif; font-size : 18px; font-weight : normal; text-decoration : none; color: #848484}
.textequestion a:visited {font-family : verdana, sans-serif; font-size : 18px; font-weight : normal; color:#848484;text-decoration : none;}
.textequestion a:hover {font-family : verdana, sans-serif; font-size : 18px; font-weight : normal; color:#848484 ;text-decoration : none;}


.input {
	border-left:1px solid #AFAFAF;
	border-top:1px solid #AFAFAF;
	border-right:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
	font-size: 10px;
	margin: 1px;}

/*style form*/

input.form
{
	color: Gray;
	font-family: Verdana;
	font-size: 11px;
	background: #ffffff;
	border: solid #CCCCCC 1;
}

textarea.form
{
	color: Gray;
	font-family: Verdana;
	font-size: 11px;
	background: #ffffff;
	border: 1 solid #CCCCCC;
}

select.form
{
color:000000;
font-family:Verdana;
font-size:11px;
border:0 solid #CCCCCC
}