@charset "utf-8";
/* CSS Document */

/********************** basics ***************************/

body, html {
	font-family: Arial;
	font-size: 11px;
	color: #808080;
	margin: 0;
	padding: 0;
	height: 100%;
	}

#main{
	width:970px;
	position: relative;
	text-align: left;
	margin:10px auto !important; 
	margin-left: 20%;
	float: none;
	height: auto;
	background: url(../img/back_main_repeat.png) repeat-y center;
	}

.clearer{
	clear: both;
}

/************ end basics************/

/********** start content **********/
#master_container{
	width:100%;
	position: relative;
	clear: both;
	display: block;
	height: 100%;
	background: url(../img/back_main_repeat.png) repeat-y center;
}

#left {
	width:200px;
	float:left;
	height: auto;
	display: block;
	position: relative;
	margin: 0 5px 0 10px!important;
	margin: 0 5px 0 5px;
	padding: 5px;
}

#left .headlight{
	width:195px;
	float:left;
	height: auto;
	display: block;
	position: relative;
	padding: 5px;
	margin-top: 2px;
	clear: both;

}

#left .headlight_i{
	width:90%;
	float:left;
	height: auto;
	display: block;
	position: relative;
	padding: 5px;
	clear: both;

}

#left .headlight .top{
	width:185px;
	float:left;
	height: auto;
	display: block;
	position: relative;
	background: url(../img/crochet_orange_top.png) left top no-repeat;
}

#left .headlight .content{
	width:185px;
	float:left;
	height: auto;
	display: block;
	position: relative;
	padding: 5px;
	clear: both;

}

#left .headlight .bottom{
	width:185px;
	float:left;
	height: 18px;
	display: block;
	position: relative;
	padding: 5px;
	background: url(../img/crochet_orange_bottom.png) right top no-repeat;
	text-align: right;
	clear: both;

}

#left .headlight_i .top{
	width:auto;
	height: auto;
	display: block;
	position: relative;
	background: url(../img/crochet_vert_top.png) left top no-repeat;
	float: left;
}

#left .headlight_i .content{
	width:100%;
	float:left;
	height: auto;
	display: block;
	position: relative;
	margin-top: 10px;

}
#left .headlight_i .bottom{
	width:185px;
	float:left;
	height: 18px;
	display: block;
	position: relative;
	padding: 5px;
	background: url(../img/crochet_vert_bottom.png) right top no-repeat;

}
#left2 {
	width:200px;
	float:left;
	margin: 5px 5px 0 10px!important;
	margin: 2px 5px 0 5px;
	padding: 0px 5px 5px 5px;
}

#left2 h3 a{
	text-decoration:none;
	color:white;
}

#left2 div ul{
	margin:0;	
	padding:0;
}
#left ul{
	border-style:none;
	margin:0;
	padding:0;
	list-style-type:none;
}

#left ul li h3 a, #left ul li h3 a, #left ul li h3 a{
	color: #FFFFFF;
	text-decoration:none;
}

#left ul li h3{
	width:180px;
	float:left;
	height: 15px;
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 5px 5px 14px;
	background: url(../img/yellow.png) no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

#left ul li.theme1 h3{
	width:180px;
	float:left;
	height: 15px;
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 5px 5px 14px;
	background: url(../img/yellow.png) no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

#left ul li.theme2 h3 {
	width:180px;
	float:left;
	height: 15px;
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 5px 5px 14px;
	background: url(../img/green.png) no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
#left ul li.theme3 h3 {
	width:180px;
	float:left;
	height: 15px;
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 5px 5px 14px;
	clear:both;
	background: url(../img/blue.png) no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

#left ul li.theme4 h3 {
	width:180px;
	float:left;
	height: 15px;
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 5px 5px 14px;
	clear:both;
	background: url(../img/orange.png) no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}

#left ul li.closed h3 
{ 
 	
	font-weight: bold;
}

#left ul li.closed ul
{
   display:none;
}

#left ul li ul li h3 {
	width:167px !important;
	width:180px;
	height: auto;
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 5px 5px 25px !important;
	padding: 5px 5px 5px 18px;
	clear:both;
	border: solid #e5e3e3;
	color:#808080;
	border-width: 0 1px 1px 1px;
	background:url(../img/puce_black.png) no-repeat left center!important;
	background:url(../img/puce_black.gif) no-repeat left center;
}

#left ul li.theme1 ul li h3.current {
	background:url(../img/bullet_yellow.png) no-repeat left center!important;
	background:url(../img/bullet_yellow.gif) no-repeat left center;
}


#left ul li.theme2 ul li h3.current {
	background:url(../img/bullet_green.png) no-repeat left center!important;
	background:url(../img/bullet_green.gif) no-repeat left center;
}

#left ul li.theme3 ul li h3.current {
	background:url(../img/bullet_blue.png) no-repeat left center!important;
	background:url(../img/buttet_blue.gif) no-repeat left center;
}


#left ul li ul li h3 a{
	color:#808080;
	font-size:11Px;
	margin:0;
	padding:0;
	font-weight:normal;
	text-decoration:none;
}

#left ul li ul li {
	padding:0px;
	margin:0px;
}

#left2 div ul{
	margin:0;	
	padding:0;
}
#left2 div ul li{
	margin:0;	
}

#left2 h3{
	margin:0px;
	cursor:pointer;
}
/**********************start Middle *************************/
#middle {
	width:auto;
	float:left;
	height: auto;
	position: relative;
	margin-top: 10px;	
}

#anim{
	float:left;
	height: auto;
	position: relative;
	width:720px;
	height:282px;
	clear: both;
	/*background:transparent;*/
	background:url(../img/preloader.gif) no-repeat center;
}

#under_anim{
	float:left;
	height: auto;
	position: relative;
	width:721px;
	height:164px;
	clear: both;
	font-size:12px;
	}

#under_anim .left{
	float:left;
	height: auto;
	position: relative;
	width:60%;
	height:auto;
	margin: 0px 10px 10px 10px;
	padding: 10px 20px 10px 10px;
	border: solid #bfbfbf;
	border-width: 0 1px 0 0;
	}	
#under_anim .left ul{
	padding:5px 0px 5px 30px;
	margin:0;
}
#under_anim .left li{
	list-style-image: url(../img/point_orange.png);
	padding-bottom:5px;
}
#under_anim .right{
	/*float:right!important;*/
	float:right;
	height: auto;
	position: relative;
	width:220px;
	height:auto;
	background:url(../img/carte_france.png) no-repeat left center;
	margin-top: 20px;
	display: block;
	margin-right: 10px;
	}	

#under_anim .right .adress{
	float:right;
	height: auto;
	position: relative;
	width:auto;
	height:auto;
	margin-left: 100px!important;
	margin-left: 20px;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	}

#middle2 {
	width:550px;
	float:left;
	height: auto;
	position: relative;
	margin-top: 10px;
}

.twocolumn #middle2{
	width:720px;
}	

#middle2 #main_content{
	width:550px;
	float:left;
	height: auto;
	position: relative;
	margin: 5px 0 0 0;
	padding-bottom: 10px;
}

.twocolumn #middle2 #main_content{
	width:720px;
}

#middle2 .content_title{
	float:left;
	height: auto;
	position: relative;
	width:auto;
	height:auto;
	padding: 10px 20px 10px 5px;
	clear: both;
	font-weight: bold;
}

#middle2 .content_txt{
	float:left;
	height: auto;
	position: relative;
	width:auto;
	height:auto;
	padding: 5px;
}

#middle2 .content_txt_img_left{
	float:left;
	height: auto;
	position: relative;
	width:150px;
	height:auto;
	padding: 0 10px 0 0;
}

#middle2 .content_txt_img_right{
	float:right;
	height: auto;
	position: relative;
	width:150px;
	height:auto;
	padding: 0 0 0 10px;
}

#middle2 .content_txt_img_left span, #middle2 .content_txt_img_right span{
	height: auto;
	position: relative;
	width:150px;
	height:auto;
	padding: 15px 0 15px 0;
	display:block;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

.green span{
	background:url(../img/crochets_green.png) no-repeat scroll 0 50%;
	color: #94c516;
}

.blue span{
	background:url(../img/crochets_blue.png) no-repeat scroll 0 50%;
	color: #58c2de;
}

.orange span{
	background:url(../img/crochets_orange.png) no-repeat scroll 0 50%;
	color: #fa7d0d;
}

.yellow span{
	background:url(../img/crochets_yellow.png) no-repeat scroll 0 50%;
	color: #fcca0c;
}

.gray span{
	background:url(../img/crochets_gray.png) no-repeat scroll 0 50%;
	color: #666666;
}

.graylite span{
	background:url(../img/crochets_graylite.png) no-repeat scroll 0 50%;
	color: #808080;
}

#middle2 .content_txt_text{
	float:right;
	height: auto;
	position: relative;
	width:370px;
	height:auto;
	padding: 0;
}

.twocolumn #middle2 .content_txt_text{
	width:540px;
}


#middle2 .content_txt_text p{
	padding: 5px 0 0 0;
	margin:0;
}

#middle2 .content_txt_text ul {
	padding: 0;
	margin:0 0 0 20px;
}

#middle2 .content_txt_text li{
	margin: 0;
	padding: 5px 0 0 5px;
	font-size: 11px;
}

.orange li{
	list-style-image: url(../img/point_orange.png);
}

.green li{
	list-style-image: url(../img/point_green.png);
}

.blue li{
	list-style-image: url(../img/point_blue.png);
}

.yellow li{
	list-style-image: url(../img/point_yellow.png);
}

.gray li{
	list-style-image: url(../img/point_gray.png);
}

.graylite li{
	list-style-image: url(../img/point_graylite.png);
}

#middle2 #railway{
	width:500px;
	float:left;
	height: auto;
	position: relative;
	margin: 5px 0 0 5px;
	padding-bottom: 5px;
	border-bottom: #e5e3e3 solid;
	border-bottom-width: 1px;
	font-weight: bold;
	/*color: #fa7d0d;*/
}

#middle2 #railway a{
	text-decoration:none;
	color:#808080;
	font-weight: normal;
}

#middle2 #railway a:hover{
	text-decoration:underline;
	color:#808080;
}

/**********************end Middle *************************/


#right {
	width:170px;
	float:right;
	height: 400px;
	position: relative;
	right: 10px;
	margin-top: 10px;
	margin-right: 5px;
}
/******modifs******************/

#right_top {
	width:100%;
	float:right;
}



/*************end modifs**************/

.title{
	color:#FA6F06;
	font-weight: bold;
	font-size: 12px;
	width: 170px;
	height: auto;
	margin-left: 20px;
	display: block;
	margin-top: 20px;
}

.title2{
	color:#94c516;
	font-weight: bold;
	font-size: 12px;
	width: 170px;
	height: auto;
	margin-left: 20px;
	display: block;
	margin-top: 20px;
}

.title_i{
	color:#FA6F06;
	font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
	background: url(../img/puce.png) no-repeat left center;
	width: 170px;
	height: auto;
	padding-top: 5px;
	margin-left: 2px;
	display: block;
}


.title_i a{
	color:#FA6F06;
	text-decoration:none;
}

.title_i a:hover{
	text-decoration:underline;
}


.title_ii{
	color:#808080;
	font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
	background: url(../img/puce.png) no-repeat left center;
	width: 170px;
	height: auto;
	padding-top: 0px;
	margin-left: 2px;
	display: block;
	margin-top: 5px;
}


.title_ii a{
	color:#808080;
	text-decoration:none;
}

.title_ii a:hover{
	text-decoration:underline;
}

.text_i{
	color:#FA6F06;
	font-size: 11px;
	padding-left: 10px;
	width: 170px;
	height: auto;
	margin-left: 2px;
	display: block;
	clear: both;
	border: #e5e3e3 solid;
	border-width: 0 0 1px 0;
	margin-bottom: 2px;
	padding-bottom: 5px;
}
.text_i var{
	color:#808080;
	font-size: 11px;
	height: 21px;
	font-style: normal;
}

.text_i_img{
	color:#FA6F06;
	font-size: 12px;
	width: auto;
	height: auto;
	display: block;
	clear: both;
	border: #e5e3e3 solid;
	border-width: 0 0 1px 0;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}

.text_i_img2{
	color:#FA6F06;
	font-size: 12px;
	width: auto;
	height: auto;
	display: block;
	clear: both;
	text-align: center;
}

/**************************** start content **************************************************/
/**************************** Header *********************************************************/
#header {
	height:164px;
	width: 970px;
	background: url(../img/back_head.png) no-repeat center;
	position: relative;
	border: 0;
	
	}
#header a{
	display:block;
	height:140px;
	width:175px;
	}
#header span{
	display:none;
	}

#header .logo{
	display:block;
	height:140px;
	width:175px;
	position: relative;
	left: 25px;
	top: 22px;
	float: left;
	}
.logo span{
	display:none;
	}

#header .accroche{
	display:block;
	height:42px;
	width:421px;
	position: relative;
	float:right;
	top: 60px;
	right: 50px;
	}
#header #top_link{
	display:block;
	height:auto;
	width:100px;
	position: absolute;
	top: 10px;
	right: 25px;
	}
	
#header #top_link a{
	color:#808080;
	text-decoration:none;
	width: auto;
	height: auto;
	font-weight: normal;
	font-size: 11px;
	display: inline;
	}

#header #top_link a:hover{
	text-decoration:underline;
	display: inline;

	}

#header #menu {
	height:38px;
	margin:0;
	padding:0;
	position: relative;
	float:right;
	width:750px;
	top: 80px;
	background:url(../img/under_menu.png) center bottom no-repeat;
	right: 5px;

}


#menu #tabs{
	height:35px;
	margin:0 auto!important;
	margin:0 0 0 12px;
	padding:0;
	position: relative;
	float:none;
	width: 726px;
}


/**************************** Fin header ************************************************************/
/**************************** Start onglets *********************************************************/

#tabs li {
	float: left;
	display:block;
	padding:0;
	width: 120px;
	margin: 0 1px 0 0;
	list-style: none;
	}
	
#tabs li .last {
	float: left;
	display:block;
	padding:0;
	width: 120px;
	margin: 0 1px 0 0;
	list-style: none;
	}

#tabs span {
	font-size: 12px;
	font-weight: bold;
	color : #666;
	display:block;
	padding-top: 10px;
	}

#tabs span:hover {
	font-size: 12px;
	font-weight: bold;
	color : #fff;
	display:block;
	padding-top: 10px;
	}

#tabs span {
	font-size: 12px;
	font-weight: bold;
	color : #666;
	display:block;
	padding-top: 10px;
	}

#tabs span:hover , #tabs span.sfhover {
	font-size: 12px;
	font-weight: bold;
	color : #fff;
	display:block;
	padding-top: 10px;
	height: auto;
	}
	
#selected span{
	font-size: 12px;
	font-weight: bold;
	color : #fff;
	display:block;
	padding-top: 10px;
	height: auto;
	}
	

 #tabs .last span {
	font-size: 12px;
	font-weight: bold;
	color : #FA7D0D;
	display:block;
	padding-top: 10px;
	}

 #tabs .last span:hover ,  #tabs .last span.sfhover {
	font-size: 12px;
	font-weight: bold;
	color : #FFF;
	display:block;
	padding-top: 10px;
	}


a.menu {
	text-align:center;
	padding:0;
	background:url(../img/back_menu_inactif.png) no-repeat center;
	}

a:hover.menu {
	text-align:center;
	padding:0;
	background:url(../img/back_menu_actif.png) no-repeat center;
	}


#selected.menu  {
	text-align:center;
	padding:0;
	background:url(../img/back_menu_actif.png) no-repeat center;
	height: 34px;
	}

#selected.menu a.menu
{
  background: none;
}



#tabs a {
	text-decoration : none;
	display: block;
	height:35px;
	padding:0;
	font-weight: bold;
	width: 120px;
	}


/**************************** end onglets  *********************************************************/


/**************************** end onglets  *********************************************************/
/**************************** Start footer *********************************************************/
#main_footer{
	position: relative;
	background: url(../img/back_footer.png) no-repeat top center;
	clear: both;
	width:970px;
	margin: 0;
	height: auto;
	float: none;
	
	}
	
#footer{
	float:none;
	width:925px;
	height: auto;
	position: relative;
	left: 13px;
	padding-top: 5px;
	}

#base_links{
	float:none;
	display:block;
	width:auto;
	height:17px;
	padding:0;
	margin: 5px;
	padding-top: 0px;
	list-style-type: none;
	color: #808080;
	}

#base_links li {
	float: left;
	display:block;
	padding:0;
	text-align: center;
	height: auto;
	width: auto;
	}
#base_links span {
	display:none;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color : #000000;
	}
a.menu {
	text-align:center;
	padding:0;
	
	}
#base_links a {
	text-decoration : none;
	height:22px;
	padding:0;
	color:  #808080;
	font-size: 10px;
	}
	
#base_links a:hover{
	text-decoration : none;
	height:22px;
	padding:0;
	font-size: 10px;
	text-decoration: underline;
	color:  #808080;
	}


#base_links .i{
	width:auto;
	height:auto;
	font-size: 10px;
	}
#base_links .ii{
	width:10px;
	height:22px;

	text-align: center;
	}
#base_links .iii{
	width:auto;
	height:auto;
	text-align: center;
	margin-left: 15%;
	}
#base_links .iv{
	width:10px;
	height:22px;
	text-align: center;
	}

	a.orange_link {
	 color:#FA6F06;
	 text-decoration:none;
}

a.orange_link:hover {
	 color:#FA6F06;
	 text-decoration:underline;
}

/********start FB***************/
.top_yellow{
	padding-top: 30px;
	display: block;
	position: relative;
	text-align: center;
	background: url(../img/crochet_jaune_top.png) left top no-repeat;
}
.bottom_yellow{
	/*float:right;*/
	display: block;
	position: relative;
	background: url(../img/crochet_jaune_bottom.png) right bottom no-repeat;
	padding-bottom: 15px;
}
.top_yellow img{
	border: 0px;
}
.top_orange{
	padding-top: 30px;
	display: block;
	position: relative;
	text-align: center;
	background: url(../img/crochet_orange_top.png) left top no-repeat;
}
.bottom_orange{
	/*float:right;*/
	display: block;
	position: relative;
	background: url(../img/crochet_orange_bottom.png) right bottom no-repeat;
	padding-bottom: 15px;
}
.top_orange img{
	border: 0px;
}
.top_green{
	padding-top: 30px;
	display: block;
	position: relative;
	text-align: center;
	background: url(../img/crochet_vert_top.png) left top no-repeat;
}
.bottom_green{
	/*float:right;*/
	display: block;
	position: relative;
	background: url(../img/crochet_vert_bottom.png) right bottom no-repeat;
	padding-bottom: 15px;
}
.top_green img{
	border: 0px;
}
.top_blue{
	padding-top: 30px;
	display: block;
	position: relative;
	text-align: center;
	background: url(../img/crochet_bleu_top.png) left top no-repeat;
}
.bottom_blue{
	/*float:right;*/
	display: block;
	position: relative;
	background: url(../img/crochet_bleu_bottom.png) right bottom no-repeat;
	padding-bottom: 15px;
}
.top_blue img{
	border: 0px;
}
.ref_title{
	text-align:left;
	font-size: 14px;
	font-weight: bold;
	text_decoration: none;
	clear:both;
	margin:40px 0px 10px 0px;
	padding-bottom: 5px;
}
.ref_title .orange_title{
	color:#fa7d0d;
	border-bottom: 1px #fa7d0d solid;
	padding-bottom: 5px;
}
.ref_title .blue_title{
	color:#58c2de;
	border-bottom: 1px #58c2de solid;
	padding-bottom: 5px;
}
.ref_title .green_title{
	color:#94c516;
	border-bottom: 1px #94c516 solid;
	padding-bottom: 5px;
}
.ref_title .yellow_title{
	color:#fcca0c;
	border-bottom: 1px #fcca0c solid;
	padding-bottom: 5px;
}
.ref_block{
	width:150px;
	height:100px;
	float:left;
	padding-right:20px;
}
.ref_block{
	text-align: center;
}

.child_pages{
	clear:both;
}
.child_pages li{
	list-style-image: url(../img/point_orange.png);
	padding-bottom: 10px;
}
.child_pages a{
	text-decoration:none;
	color:#808080;
	font-weight: normal;
}

.child_pages a:hover{
	text-decoration:underline;
	color:#808080;
}
.recruiting li{
	list-style-image: url(../img/point_orange.png);
}
#animRefLoop{
	background:url(../img/preloader.gif) no-repeat center;
}

/********end FB***************/