body{
	background-color:#E6E6E6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.tableau{
font-size:10px;
margin-top:10px;
}

.tableau a
{
	text-decoration:none;
	font-weight:bold;
	color:#212121;
}

#conteneur{
	position:absolute;
	top:0px;
	left:50%;
	width:800px;
	height:100%;
	margin-left:-400px;
}
#enTete{
	position:relative;
	top:0px;
	height:124px;
}

#menu{
	position:relative;
	top:0px;
	background-image:url(images/fondMenu.jpg);
	height:83px;
	text-align:justify;
}
#texteMenu{
	position:relative;
	width:720px;
	height:11px;
	top:34px;
	left:40px;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	word-spacing:20px;
	text-decoration:none;
}
#texteMenu a:link{
	color:#000000;
	text-decoration:none;
}
#texteMenu a:visited{
	color:#000000;
	text-decoration:none;
}
#texteMenu a:hover{
	color:#346292;
	text-decoration:underline;
}
#texteMenu a span.rouge{
	color:#C92927;
	text-decoration:none;
}

#contenu{
	position:relative;
	background-image:url(images/fondContenu.jpg);
	background-position:center bottom;
	background-repeat:repeat-y;
}
#texteContenu{
	position:relative;
	left:50px;
	width:700px;
	text-align:justify;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #FFFFFF;
}
#piedDePage{
	position:relative;
	background-image:url(images/fondPiedDePage.jpg);
	background-repeat:no-repeat;
	height:71px;
}
#textePiedDePage{
	position:relative;
	width:720px;
	left:40px;
	top:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#909090;
	font-size:9px;
	text-align:center;
	text-decoration:none;
}
#textePiedDePage a:link{
	color:#909090;
	text-decoration:none;
}
#textePiedDePage a:visited{
	color:#909090;
	text-decoration:none;
}
#textePiedDePage a:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}


#tableFormContact{
	position:relative;
	top:20px;
	right:0px;
	width:330px;
}


h3{
	font-size:11px;
	margin-bottom:-4px;
}
p{
	font-size:11px;
	font-weight:normal;
	margin-left:10px;
}

ul li{
	font-size:11px;
}

h6{
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	font-size:9px;
	font-style:italic;
	color:#FF0000;
}

img{
	border:none;
}

a.lienInterne{
	font-weight:bold;
	color:#346292;
	text-decoration:none;
}
a.lienInterne:hover{
	font-weight:bold;
	color:#C92927;
	text-decoration:none;
}

.alignementDroite{text-align:right;}
.alignementGauche{text-align:right;}
.bleu{color:#346292;}

