/* HEADER ////////////////////////////////////////////////////////  


*/

#header{
	width:990px;
	margin-left:auto; margin-right:auto;
	left:auto; right:auto;
}
#head{
	height:144px;
}
#head-without-menu{
	height:144px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008acb;
}
#top{
	background-image:url(../images/bg_top.jpg);
	background-repeat:no-repeat;
	height:23px;
	padding-top:3px;
	padding-right:20px;
	text-align:right;
	color:#4e85b6;
}
#top img{
	position:absolute;
	border:0px;
}

#top input{
	font-size:10px;
	padding:0px;
}
#top a{
	color:#4e85b6;
	text-decoration:none;
	padding-left:5px; padding-right:5px;
}
#top a:hover{
	color:#044c89;
	text-decoration:none;
}






/* MAIN ////////////////////////////////////////////////////////  


*/

#main{
	margin-top:10px;
	width:990px;
	margin-left:auto; margin-right:auto;
	left:auto; right:auto;
	z-index:1;
}
#main-without-menu{

	width:990px;
	margin-left:auto; margin-right:auto;
	left:auto; right:auto;
	z-index:1;
}






/* FOOTER ////////////////////////////////////////////////////////  


*/

#footer{
	height:70px;
	margin-left:auto; margin-right:auto;
	margin-top:12px;
	left:auto; right:auto;
	background-image:url(../images/repeat_x_footer.jpg);
	z-index:1;
}
#footerEnd{
	width:988px; height:43px;
	margin-left:auto; margin-right:auto;
	left:auto; right:auto;
	background-color:##006F3C;
	border-left: #3a80a9 0px solid;
	border-right: #3a80a9 0px solid;
}
#footerMenu{
	width:970px;
	height:20px;
	margin-left:auto; margin-right:auto;
	left:auto; right:auto;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:no-repeat;
	padding-top:7px;
	padding-right:20px;
	text-align:right;
	color:#000000;
}
#footerMenu a{
	color:#000000;
	text-decoration:none;
	padding-left:5px; padding-right:5px;
}
#footerMenu a:hover{
	text-decoration:underline;
}





/* PANEL CLASS ////////////////////////////////////////////////////////  



*/

.panel{
	float:left;
	width:316px;
	padding:0;
	margin-left : 6px;
	margin-right:6px;
	margin-top : 1px;
	margin-bottom : 1px;
}

.panel-content{
	margin:0;
	padding:10px;
	padding-top:3px;
	padding-bottom:0;
	text-align:justify;
	background-image: 
url(../images/bg_panel.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F6A800;
	border-left-color: #F6A800;
	color: #000000;
	font-size:14px;
}
.panel-content ul{
	margin:0;
	padding:0;
	margin-top:3px;
	padding-left:20px;
	list-style-image:

url(../images/puce_bleu.jpg);
	color: #1765A7;
}
.panel-content a{
	color: #1765A7;
	text-decoration:none;
}
.panel-content a:hover{
	color: #1765A7;
	text-decoration:underline;
}

.panel-img{
	margin:0;
	padding:0;
	padding-top:0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F6A800;
	border-left-color: #F6A800;
}
.panel-footer{
	background-image:
 url(../images/panel_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;

}

.panel_vert_jaune-title{
	text-align:center;
	width:316px;
	height:20px;
	padding-top:4px;
	background-image: url(../images/panel_big_vert_jaune.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.panel_yellow-title{
	text-align:center;
	width:316px;
	height:20px;
	padding-top:4px;
	background-image: url(../images/panel_big_yellow.jpg);
	background-repeat: no-repeat;
}

.center-alignement{
	text-align:center;
}