@import url("header_footer.css");
@import url("navigation.css");


/* default CLASS and ID */

body {
	margin:0px;
	padding:0px;
	background: url('../media/bg.gif') repeat-x 0px 0px #D9D9D9;
	font:12px/1.5 verdana, arial, helvetica, sans-serif;
	}

body, html {
	height:100%;
	min-height:100%;
	}

p { 
	padding:0px;
	margin:0px;
	}
	
#body_site {
	width:838px;
	padding:0px 16px 16px 16px;
	margin:1px auto 0px auto;
	background: url('../media/white_bg.gif') repeat-y 0px 0px;
	display:table;
	}

#body_site_footer {
	width:870px;
	height:2px;
	margin:0px auto 0px auto;
	background: url('../media/white_bg_footer.gif') no-repeat 0px 0px;
	}

#flash_band {
	float:left;
	width:838px;
	height:206px;
	clear:both;
	background: url('../media/home_band.jpg') no-repeat 0px 0px;
}

#container {
	float:left;
	width:832px;
	padding:0px 3px 0px 3px;
	height:auto;
	display:table;
	background: url('../media/nav_bg.gif') no-repeat 3px 0px;
	}

#left_zone {
	float:left;
	width:585px;
	height:auto;
	display:table;
	}

#left_zone .main{
	float:left;
	width:585px;
	height:auto;
	display:table;
	}

.main .nav_path{
	width:585px;
	display:table;
	height:35px;
	clear:both;
}

.nav_path .intitule{
	float:right;
	color:#808080;
	font-size:8pt;
	padding:2px 3px 0px 0px;
}

.nav_path .left_border, 
.nav_path .right_border{
	float:right;
	background: url('../media/nav_path_left.gif') no-repeat 0px 0px;
	height:23px;
	width:4px;
	margin-left:2px;
}

.nav_path .right_border{
	background: url('../media/nav_path_right.gif') no-repeat 0px 0px;
	margin-left:0px;
}

.nav_path img{
	margin:5px 0px 0px 0px;
}

.nav_path .link{
	float:right;
	background: url('../media/nav_path_bg.gif') repeat-x 0px 0px;
	height:23px;
	color:#262626;
	font-weight:normal;
	font-size:8pt;
	padding:2px 5px 0px 5px;
}

.nav_path .link a{
	color:#262626;
	text-decoration:none;
}

.nav_path .link a:hover{
	color:#910E10;
}

#right_zone {
	float:right;
	width:230px;
	height:auto;
	display:table;
	padding:9px 0px 0px 17px;
	}

/* NEWS ENCART */
#news_encart{
	float:right;
	width:200px;
	height:auto;
	display:table;
	padding:50px 15px 0px 15px;
	background: url('../media/news_bg.gif') no-repeat 0px 0px;
	}

#news_encart h1{
	background: url('../media/news_puce.gif') no-repeat 0px 5px;
	color:#000000;
	font-size:8pt;
	text-align:left;
	padding:0px 0px 0px 12px;
	margin:0px 0px 0px 0px;
	}

#news_encart p{
	color:#000000;
	font-size:8pt;
	text-align:left;
	line-height:11pt;
	padding:2px 0px 15px 12px;
	}

#news_encart .btn{
	margin-top:5px;
	}

#news_encart a{
	color:#000000;
	text-decoration:none;
	}

#news_encart a:hover{
	text-decoration:underline;
	}

#encart_zone{
	float:right;
	width:223px;
	height:auto;
	display:table;
	}

#encart_zone .img{
	margin:15px 0px 0px 0px;
	}

.title_page{
	font-family:'Trebuchet MS';
	clear:both;
	display:table;
	margin:0px 0px 8px 0px;
	width:585px;
	z-index:1;
}

.title_page .title{
	text-align:left;
	border:1px #000000 solid;
	border-style:none none solid none;
	padding:0px 0px 3px 0px;
	font-size:14pt;
	font-style:normal;
}

.title_page .subtitle{
	text-align:left;
	padding:5px 0px 5px 0px;
	font-size:9pt;
	font-weight:bold;
	font-style:italic;
	color:#999999;
}