a:link   { text-decoration:none; }
a:visited{ text-decoration:none; }
a:hover  { text-decoration:underline; }

body { 
	margin:0 0 0 0;
	background-image: url(./images/fond_page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* cadre */

/* menu */

/***** lien *****/
.menuHeaderIndex{
font-family:Verdana;
font-size:11px;
color:#00500F;
font-weight:bold;
margin:0 0 0 0;
}
.menuFooterIndex{
font-family:Verdana;
font-size:18px;
color:#DFF2FF;
font-weight:bold;
margin:0 0 0 0;
}

/***** mise en forme texte *****/
.texte{
font-family:Verdana;
font-size:12px;
color:#000000;
margin:0px 0px 10px 12px;
text-align:justify;
font-weight:bold;
}
.texte a {
color:#000000;
text-decoration: none;
}
.texte a:hover {
color:#000000;
text-decoration: underline;
}
.texteM{
font-family:Verdana;
font-size:11px;
color:#000000;
margin:0px 0px 10px 17px;
text-align: left;
}
.titre{
font-family:Verdana;
font-size:14px;
color:#0066FF;
margin:12px 0 12px 12px;
text-align:left;
font-weight:bold;
}