body {
padding: 0px; 
margin-left:0px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
background-color:#5b81bc;
background-image:url(images/fond.gif);
background-attachment: scroll;
background-repeat:no-repeat;
background-position:50% 0%;

font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color : red;
text-align : justify;
padding-left : 10px;
color: 666666;

}

.intitule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #5B81BC;
}

/* Obsolète, utiliser std */
.texte_regulier {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	text-align : justify;
	padding-left : 10px;	
	color: #666666;
}

/* Idem texte régulier */
.std {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 13px;
	text-align : justify;
	padding-left : 10px;
   padding-right : 5px;
	color: #666666;
}

.hglt {
   /*font-weight : bold;*/
   font-style : italic;
   color : black;
}

ul.std {
   padding-left : 35px;
}

li {
   padding-bottom : 5px;
}

h1 {
   font-size : 16px;
}

h2 {
   font-size : 13px;
   font-weight : bold;
   padding-left : 5px;
}

.slog {
   font-size : 13px;
   font-style : italic;
   text-align : center;
}

.brouillon {
   color : red;
}

.footnote {
   font-size : 10px;
}
 
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	/*font-style : italic;*/
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*font-style : italic;*/
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF7F00;
	text-decoration: underline;
}

.texte_regulier_u {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: 666666;
	text-decoration: underline;
}
