@import url("header_footer.css");
@import url("navigation.css");



/* default CLASS and ID */
body {
	margin:10px 0px 0px 0px;
	padding:0px 0px 25px 0px;
	background:#d9d9d9;
	font:12px/1.5 tahoma, arial, helvetica, sans-serif;
	}

body, html {
	}

p { 
	padding:0px;
	margin:0px;
	}
	
#site_body {
	width:980px;
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	display:table;
	background:url('../media/site_bg.gif') repeat-y 0px 0px;
	}

#flashcontent {
	float:left;
	width:960px;
	height:200px;
	margin:1px 0px 0px 10px;
	background:#F8F8F8;
	}

#nav_path {
	float:left;
	width:950px;
	height:37px;
	padding:0px 10px 0px 0px;
	margin:2px 0px 0px 10px;
	font-family:'Arial';
	background:url('../media/nav_path_bg.gif') no-repeat 0px 0px;
	}

#nav_path .chemin{
	float:left;
	font-size:11px;
	text-align:left;
	color:#858585;
	padding:12px 0px 0px 20px;
	}

#nav_path .chemin a{
	text-decoration:none;
	color:#656565;
	}

#nav_path .chemin b{
	color:#007ABD;
	color:#656565;
	}

#nav_path .chemin a:hover{
	text-decoration:underline;
	}

#nav_path .search_zone{
	float:right;
	width:185px;
	height:24px;
	margin:7px 0px 0px 0px;
	}

#nav_path .search_zone input{
	width:159px;
	height:18px;
	font-size:11px;
	color:#909090;
	font-family:'Arial';
	border:1px #b6b6b6 solid;
	background:#FFFFFF;
	padding:4px 0px 0px 6px;
	}

#nav_path .search_zone img{
	vertical-align:top;
	margin:8px 0px 0px 4px;
	}

#site_body .container{
	float:left;
	width:960px;
	margin:1px 0px 0px 10px;
	padding:10px 0px 10px 0px;
	display:table;
	background:url('../media/container_bg.gif') repeat-x 0px 0px;
	}

.page_title {
	float:left;
	width:660px;
	padding:0px 0px 15px 0px;
	margin:3px 0px 20px 0px;
	text-align:left;
	font-size:15px;
	color:#808080;
	font-family:'Trebuchet MS';
	background:url('../media/page_title_line.gif') repeat-x 0px bottom;
}

.page_title .img{
	float:left;
}

.page_title .title{
	float:left;
	width:500px;
	padding:0px 0px 0px 14px;
	margin:2px 0px 0px 0px;
	text-align:left;
	font-size:16px;
	line-height:16px;
	color:#000000;
	background:url('../media/blue_arrow.gif') no-repeat 4px 10px;
}

.page_title b{
	color:#FFFFFF;
}

.page_title .retour{
	float:right;
	width:93px;
}


/* SEARCH */
.top_search {
	float:left;
	width:620px;
	background:#F3F3F3;
	color:#252525;
	font-size:11px;
	text-align:right;
	padding:7px 10px 7px 0px;
	margin:1px 0px 15px 0px;
	border:1px #CBCBCC solid;
	border-style:none none none none;
}

.top_search .search_word{
	background:#C0D4F4;
	color:#252525;
	font-weight:normal;
	padding:2px;
	color:#000000;
}


.search_article_01,
.search_article_02 {
	float:left;
	width:620px;
	text-align:left;
	margin:15px 0px 15px 0px;
	font-size:11px;
	color:#252525;
}

.search_article_01 a,
.search_article_02 a{
	font-size:12px;
	color:#23549F;
}

.search_article_01 a:hover,
.search_article_02 a:hover{
	text-decoration:none;
}

.search_article_01 b,
.search_article_02 b{
	color:#FF6100;
	font-weight:normal;
}

.search_article_01 .search_word,
.search_article_02 .search_word {
	background:#C0D4F4;
	padding:2px 0px 2px 0px;
	color:#000000;

}

.bottom_search {
	float:left;
	width:620px;
	background:#F3F3F3;
	text-align:center;
	margin:20px 0px 0px 0px;
	padding:5px;
	color:#999999;
}


.bottom_search a {
	font-size:11px;
	color:#252525;
	text-decoration:underline;
}

.bottom_search a:hover {
	color:#606060;
	text-decoration:none;
}

.bottom_search b {
	color:#23549F;
	font-size:11px;
}

.bottom_search .nb {
	float:left;
	width:405px;
	padding:5px 0px 0px 0px;
}

.bottom_search .btn {
	float:left;
	margin:0px 0px 0px 0px;
	background:url('../media/form/btn_lbg.gif') no-repeat 0px 0px;
	height:27px;
	font-size:10px;
	color:#000000;
	font-weight:bold;
	padding:0px 0px 0px 15px;
}

.bottom_search .btn .title{
	float:left; 
	padding:6px 12px 0px 0px;
}

.bottom_search .btn .rbtn{
	background:url('../media/form/btn_rbg.gif') no-repeat right 0px;
	height:27px;
	width:3px;
	float:left;
}

.bottom_search .btn a{
	color:#000000;
	text-decoration:none;
	}

.bottom_search .btn a:hover{
	color:#808080;
	}

.bottom_search .no_btn {
	width:96px;
	height:25px;
	float:left;
	}