@charset "utf-8";
/* CSS Document */
html, body{
	height:100%
}
body, ul, li, p, h1, h2, h3{
	list-style:none;
	margin:0;
	padding:0;
}
p{
	margin: 5px 0 8px 0;
	line-height: 1.5em;
}
a{
	color: #003399;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
   	background: url(../images/bg-body.jpg) #f2f2f2 repeat-x;
}
#page{
	background:url(../images/bg.jpg) no-repeat;
	height:100%;
	width:960px;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -100px; /* the bottom margin is the negative value of the footer's height */
}
#contenu_acceuil{
 	float:left;
	width:400px;	
	margin-top:20px;
	margin-left:30px;
}
#contenu{
    float:left;
	width:550px;	
	margin-top:20px;
	margin-left:30px;
} 
#contenu h1 {
	margin: 0 0 10px 0;
}
#contenu h2, h3, h4, h5 {
	margin: 15px 0 5px 0;
}
#contenu ul {
	margin-left: 30px;
}
#contenu ul li {
	list-style-type:disc;
	margin: 2px 0;
}

.clear {
	clear:both;
}
#news {
	float:left;
	margin-left:20px;
	margin-top:40px;
}
#top{
     height:172px;
	 width:100%;
	 /*border-bottom: 5px #000000 solid ;*/
}
	#nav1{
	font-size:11px;
		padding:8px 0 0 8px;
	}
	#nav1 a{
		color:#FFFFFF;
		text-decoration:none;
	}
	#nav1 a:hover{
		color:#FFFFFF;
		text-decoration:underline;
	}
	#nav1 li{
		float:left;
	}
	#nav1 li a{
		padding:0 10px 0 10px;
		border-right:1px #FFFFFF solid;
	}
	#nav1 li.last a{
		border:none;
	}
/*///////////////FOOTER////////////////////*/
#footer, .push {
	height: 100px; /* .push must be the same height as .footer */
	width:960px;
}
#footer{
	/*background:#f2f2f2;*/
	text-align:center;
	}
/*//////////////MENU GAUCHE////////////////*/
#gauche{
	float:left;
	width:198px;
	background:#cad3df;
}
#gauche ul#nav {
	margin:0;
	border-left: 10px solid #1c608f;
}

#gauche ul#nav li{
	margin:0;
}

#gauche ul#nav li a{
	display:block;
	height:auto;
	padding:10px 0 10px 10px;
	border-bottom:1px solid #FFF;
	color: #000;
	text-decoration:none;
}
#gauche ul#nav li.last a{
	border-bottom:none;
	/*padding:10px 0 10px 20px;*/
}
	/*////////////MENU ACTIF////////////*/
	#nav .nav-act a{
		border-bottom:none;
		font-weight:bold;
	}
	/*///////////END MENU ACTIF/////////*/
	
#gauche ul#nav li a:hover{
	text-decoration:underline;
}
#gauche ul#nav li ul#nav2{
	background:#FFFFFF;
	margin:0;
	padding:0;
}

#gauche ul#nav li ul#nav2{
border-left:5px solid #233750;
}
#gauche ul#nav li ul#nav2 li{
	border-bottom:#e7dec1 1px solid;
	background:white;
}
	#gauche ul#nav li ul#nav2 li.last{
	border-bottom:none;

	}
#gauche ul#nav li ul#nav2 li a{
	display:block;
	height:auto;
	font-weight:normal;
	padding:5px 0 5px 10px;
}

#gauche ul#nav ul#nav2 li ul#nav3 li a{
	color:#1c608f;
}
#gauche ul#nav ul#nav2 li ul#nav3 {
	padding-left:20px;
	/*border-left:5px solid #395119;*/
}

#gauche ul#nav li ul#nav3 li{
	border-bottom:none;

	}

#gauche ul#nav li ul#nav2 li.act a, #gauche ul#nav li ul#nav2 li.act-last a,#gauche ul#nav li ul#nav2 li.act-first a {
	font-weight:bold;
}

#gauche ul#nav3 a {
	font-weight:normal !important;
}

#gauche ul#nav3 li.act a, #gauche ul#nav3 li.act-last a, #gauche ul#nav3 li.act-first a {
	font-weight:bold !important;
}


/*//////////////Config Affiche Text Frontend////////////////*/

.align-right {
text-align:right;
}

.align-left {
text-align:left;
}

.align-center {
text-align:center;
}

.align-justify {
text-align:justify;
}


/*//////////////St_select////////////////*/

.tx-stselect2-pi1 {
	color:#1c608f;
	background:url(../images/img_bg_stselect.jpg) repeat-x;
}

.tx-stselect2-pi1 table{
	margin-top:10px;
}

.tx-stselect2-pi1 table table{
	margin-top:0;
}
	
.tx-stselect2-pi1 .result {
	margin-top:5px;
	background:url(../images/img_bg_stselect.jpg) repeat-x;
	padding-top:20px;
}

div.submit {
	margin-left:86px;
}

.tx-stselect2-pi1 .nom {
	background:url(../images/img_bg_nom.jpg) no-repeat;
	padding-top:15px;
}

.tx-stselect2-pi1 div div{
	padding-left:20px;
	margin-bottom:2px;
}

.tx-stselect2-pi1 .result div {
	margin-bottom:3px;
	padding-left:0;
}

.tx-stselect2-pi1 div div label {
	float:left;
	width:100px;
	font-weight:bold;
}