/* CSS Document */

body {
	margin:0px;
background-image: url(backgroundsite.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #879fcf;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
.num1{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#003300;
}
.numok{
	font-size: 11px;
	color:#FFFFFF;
}
.note{
	font-size: 10px;
	color:#000000;
	font-style:italic;
	text-align:justify;
}
#pointilles{
position:absolute;
margin-left: auto;
margin-right: auto;
top:0;
width:770px;
height:552px;
background-image:url(pointilles.gif);
background-color:#990000;

}
#fond_contenu{
position:relative;
/*top:120px;*/
/*height:300px;*/
width:400px;
/*background:#bfcce6;*/
margin:0;
}

.titre_question{

font-size: 12px;
color:#990000;
text-decoration:none;
font-weight:bold;
}
.gen_txt a:hover{
font-family:"Trebuchet MS";
font-size: 11px;
color:#000000;
text-decoration:none;
}



