/* Listes */

LI a:link, LI a:visited, LI a:active{
	color:#F78320;
	text-decoration:underline;	
}
LI a:hover{
	color:#3F4249;
	text-decoration:none;
}

/* Titres*/

.titreIndex{
	padding:5px;
	font-weight:bold;
	color:#13265A;
	top:0px;
	left:260px;
	float:left;
	line-height:35px;
	position:relative;
	width:360px;
	height:auto;
}
.titreGeneral{
	padding:5px;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
	top:0px;
	left:20px;
	color:#13265A;
	float:left;
	position:relative;
	width:600px;
	height:auto;
}

/*Main */
.contenantGlobal{
	position:relative;
	background-color:#FFFFFF;
	z-index:1;
	top:65px;
	left:0px;
	margin:0px;
	padding:0px;
	width:888px;
	border:6px white solid;
}

/* Header */
.logo{
	width:211px;
	height:199px;
	float:left;
	position:relative;
	z-index:3;
	left:-42px;
	top:-48px;
}
.contenantHeader{
	background-color:#FFFFFF;
	width:677px;
	position:relative;
	float:left;
	
}
.headerBande1{
	background-color:#FFFFFF;
	width:888px;
	height:46px;
	float:left;
	position:relative;
	top:1px;
	left:-211px;
	border-bottom:3px white solid;
	z-index:1;
}
.headerBande2{
	background-color:#FFFFFF;
	width:888px;
	height:101px;
	float:left;
	position:relative;
	top:1px;
	left:-211px;
	border-bottom:3px white solid;
}
.headerBande3{
	background-color:#FFFFFF;
	background-image:url(../images/header3.gif);
	background-repeat:no-repeat;
	width:888px;
	height:25px;
	float:left;
	left:-211px;
	position:relative;
}
.contenantMenuHeader{
	height:20px;
	width:770px;
	text-align:center;
	position:relative;
	top:3px;
	left:15px;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana;
}
.menuHeader{
	width:125px;
	height:15px;
	float:left;
	border-right: 1px white solid;
	position:relative;
	top:1px;
	z-index:2;
	color:#21409a;
}
.menuHeader a:link, .menuHeader a:visited, .menuHeader a:active{
	color:#21409a;
	text-decoration:none;
}
.menuHeader a:hover{
	color:#21409a;
	text-decoration: underline;
}
.menuHeaderActive{
	width:125px;
	height:15px;
	border-right: 1px white solid;
	float:left;
	position:relative;
	top:1px;
	z-index:2;
	font-weight:bold;
	color:red;
}
.menuHeaderActive a:link, .menuHeaderActive a:visited, .menuHeaderActive a:active{
	color:red;
	text-decoration:none;
}
.menuHeaderActive a:hover{
	color:red;
	text-decoration:none;
}

/* Contenu */

.contenantContenu{
	background-color:#FFFFFF;
	width:888px;
	position:relative;
	left:0px;
}
.contenu{
	font-size:12px;
	background-color:#FFFFFF;
	width:888px;
	float:left;
	position:relative;
}
.paragraphe{
	position:relative;
	float:left;
	left:40px;
	padding:0px;
	padding-top:15px;
	padding-bottom:20px;
	margin:0px;
	width:808px;
	height:auto;
}

/* Footer */
.contenantFooter{
	background-color:#3F4249;
	width:900px;
	left:-6px;
	top:10px;
	padding:0;
	position:relative;
}
.footer{
	font-size:11px;
	color:#FFFFFF;
	position:relative;
	font-family:Trebuchet,Arial;
	width:880px;
	text-align:center;
	font-weight:bold;
}
.footer a:link, .footer a:visited, .footer a:active{
	color: #F78320;
	text-decoration:none;
}
.footer a:hover{
	color: #FFFFFF;
	text-decoration:none;
}
