*{
	margin:0pt;
	padding:0pt;
}
a img{
	border:0;
}
img{
  behavior: url("../win_png.htc");
}

body{
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	margin-left:0px;
}
.container_intro{
	width:1015px;
	/*border:1px solid black;*/
}

.header_home{
	float:left;
	height:92px;
	width:50%;
	margin-top:120px;
	margin-left:32px;
	text-align:left;
}
.box_language_home{
float:right;
margin-top:143px;
	width:200px;
	text-align:right;
	font-size:10px;
	padding-right:29px;
}
.box_language_home span{
	font-size:18px;
	letter-spacing: 3px;
}
.box_language_home p{
	margin-bottom:5px;
}
.box_language_home .opts{
	text-transform: capitalize;
}
.box_language_home input.newCS{
	text-transform: capitalize;
}

.bandeau{
	background-image: url(../images/commons/bandeau_home.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height:355px;
	width:1006px;
	padding-top:8px;
	clear: both;
	text-align:left;
	padding-left:10px;
}

.address {
	margin-left:32px;
	text-align:left;
}

.legal{
	text-align: right;
	font-size:10px;
	line-height: 20px;
	margin-right:29px;
}
.legal a:link, a:visited, a:visited{
	color:#00e1ff;
	text-decoration: none;
}
.legal a:hover{
	color:black;
	text-decoration:underline;
}



/* ********************* */


.menu{
	float:right;
	background-image: url(../images/commons/menu.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height:128px;
	width:675px;
	margin-right:8px;
	z-index:2;
	position:relative;
}


.menu ul{
	float:left;
	position:relative;
	margin-top:92px;
	font-size:12px;
	list-style-position: inside;
	list-style-type: none;
	padding-right: 20px;
	z-index:3;
}
.menu li{
	background: transparent url(../images/commons/puce-noir.gif) no-repeat scroll 3px 2px;
	float:left;
	position:relative;
	padding-left:17px;
	height:18px;
}


.menu li a.rub{
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:white;
	text-decoration: none;
}

.menu li a.active{
	font-family: Arial, Helvetica, sans-serif;
	color:#FE8900;
	font-weight:normal;
	text-decoration: none;
}

.menu li:hover, .menu li.over{
/*	background: transparent url(../images/commons/puce_anim1-noir.gif) no-repeat scroll 3px 2px;*/
}

.menu li div.submenu{
	display: none;
	position:relative;
	right:0px;
	top:100%;
	margin:0;
	padding-bottom:8px;
	background-image:  url(../images/commons/sub_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index:4;
}
.menu li:hover div.submenu, .menu li.over div.submenu{
	display: inline;
	position:absolute;
	left:0px;
	top:18px;
	width:154px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:8px;
	background-image:  url(../images/commons/sub_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	z-index:4;
}
.menu li div.submenu div#bg{
	background-image: url(../images/commons/bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	width:7px;
	height:8px;
	float:left;
	margin:0;
	padding:0;
}
.menu li div.submenu div#b{
	background-color: white;
	float:left;
	width:137px;
	height:8px;
	margin:0;
	padding:0;
}
.menu li div.submenu div#bd{
	background-image: url(../images/commons/bd.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width:6px;
	height:8px;
	float:right;
	margin:0;
	padding:0;
}
.menu li div.submenu div#content_submenu{
	background-color: white;
	/*padding-top:10px;*/
	position:relative;
	margin:0;
	
}
.menu li div.submenu p{
	white-space: nowrap;
	line-height: 25px;
}


.menu li div.submenu a.sub{
	color:#646567;
	background: transparent url(../images/commons/puce.gif) no-repeat scroll 3px 2px;
	padding-left:17px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.menu li div.submenu a.active{
	color:#FE8900;
	background: transparent url(../images/commons/puce.gif) no-repeat scroll 3px 2px;
	padding-left:17px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.menu li div.submenu a.sub:hover{
	color:#fe8900;
	background: transparent url(../images/commons/puce_anim2.gif) no-repeat scroll 3px 2px;
	padding-left:17px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}


/**************/
.clearer{
	clear:both;
}
.container{
	width:992px;
	background-color: #fff;
	background-image: url(../images/commons/container_fond.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	text-align:left;
	margin-left:-10px;
}

.container_top{
	background-image: url(../images/commons/container_top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: white;
	width:100%;
	height:67px;
	text-align: right;
}
.fil_ariane{
	float:left;
	position:relative;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top:33px;
	/*margin-left:67px;*/
	left:67px;
	color:#000;
}
.fil_ariane span{
	color:#FE8900;
}
.fil_ariane a{
	text-decoration:none;
	color:#000;
}
.fil_ariane a:hover{
	text-decoration: underline;
	color:#000;
}
.fil_ariane a:visited{
	text-decoration:none;
	color:#000;
}
.container_bottom{
	background-image: url(../images/commons/container_bottom.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width:100%;
	height:62px;
	font-size:10px;
	text-align: center;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
}
.container_bottom a.contact, .container_bottom a.contact:visited{
	color:#00E1FF;
	text-decoration: none;
}
.container_bottom a.contact:hover{
	color:#00E1FF;
	text-decoration: underline;
}
.container_bottom a, .container_bottom a:visited{
	color:#646567;
	text-decoration: none;
}
.container_bottom a:hover{
	color:#646567;
	text-decoration: underline;
}
.box_language{
	float:right;
	text-align :left;
	font-size:10px;
	/*width:150px;*/
	margin-top:31px;
}
.box_language span{
	font-size:18px;
	letter-spacing: 3px;
}
.box_language p{
	margin-bottom:5px;
}
.box_menu_lang{
	float:left;
}
.box_menu_lang .opts{
	text-transform: capitalize;
	z-index:90;
}
.box_menu_lang input.newCS{
	text-transform: capitalize;
}
.box_menu_lang select{
	text-transform: capitalize;
	width:100px;
	display:none;
}
.box_search{
	float:left;
	
	top:31px;
	background-image: url(../images/commons/searchbox.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width:120px;
	height:18px;
	padding-left:5px;
}
.box_search input.search{
	color:#646567;
	width:118px;
	border:0;
	background-color: transparent;
	font-size: 12px;
	height:17px;
	position:relative;
	top:2px;
}
.searchbutton{
	float:left;
	/*top:31px;*/
	margin-right:40px;
}
.box_logo{
	width:159px;
	height:83px;
	float:left;
	position:relative;
	top:15px;
	left:62px;
}
.box_banner{
	width:970px;
	/*height:244px;*/
	height:221px;
	margin-left:14px;
	position:relative;
	top:19px;
	clear:both;
	z-index:1;
	margin-bottom:23px;
}
.box_left{
	width:216px;
	height:692px;
	float:left;
	margin-top:27px;
	margin-left:32px;
}
.box_left_1{
	width:100%;
	margin-bottom:22px;
	height:163px;
}
.box_left_2{
	width:100%;
	height:163px;
	margin-bottom:22px;
}
.box_left_3{
	width:100%;
	height:163px;
	background-position: top right;
	background-repeat: no-repeat;
}


.box_text{
	margin-left:44px;
	width:410px;
	float:left;
	text-align: center;
	background-position:top left;
	/*background-image: url(../images/commons/top_container_text.jpg);*/
	background-repeat: no-repeat;
	padding-top:27px;
}
.box_text h3.spip{
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FE8900;
	/*text-transform: uppercase;*/
	/*letter-spacing: 2px;*/
	margin-top: 7px;
	margin-bottom: 7px;
	text-align:left;
	font-weight:normal;
}
.box_text h2.coords{
	color:#000;
	letter-spacing:4px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
.box_text p.spip{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size:12px;*/
	font-size:11px;
	font-weight: normal;
	line-height: 16px;
	text-align: justify;
	margin-top: 7px;
	margin-bottom: 7px;
}
.box_text span.quote{
	text-decoration: none;
	font-style: normal;
	color:#00E1FF;
	text-align: center;
	font-size: 10px;
	text-transform:uppercase;
	margin-top: 7px;
	margin-bottom: 7px;
}
.box_text p.spip strong.spip{
	color:#FE8900;
}
.box_text .box_mailing{
	background-color:#FE8900;
	color:#fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
	float:left;
	margin-right:10px;
	margin-top:10px;
	width:60%;
}
.box_input_mailing{
	float:left;
	position: relative;
	top:5px;
	background-image: url(../images/commons/searchbox.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width:120px;
	height:18px;
	padding-left:5px;
	margin-top:10px;
}
.box_input_mailing input.search{
	color:#646567;
	width:118px;
	border:0;
	background-color: transparent;
	font-size: 12px;
	height:17px;
}
.mailingbutton{
	float:left;
	position:relative;
	top:5px;
	margin-top:10px;
}
.box_right{
	width:222px;
	height:692px;
	float:right;
	margin-top:27px;
	margin-right:34px;
}
.label_offres{
	margin-bottom:26px;
}
.bag{
	background-image: url(../images/commons/bag.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	width:222px;
	height:172px;
	margin-bottom: 20px;
}
.bag_pict{
	position:relative;
	width:62px;
	height:134px;
	float:left;
	top:38px;
	left:5px;
}
.bag_desc{
	position:relative;
	right:30px;
	top:70px;
	float:right;
	line-height:14px;
}
.bag span.style1{
	color:#00e1ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}
.bag span.style2{
	color:#E1001A;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight: bold;
	display: block;
}
.bag span.style3{
	display:block;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	width:120px;
}
.bag span.style3 a{
	color:#000;
	text-decoration: none;
}
.bag span.style3 a:hover{
	text-decoration: underline;
}
.bag span.style4{
	display:bock;
	color:#FE8900;
	font-family: Arial, Helvetica, sans-serif;
	font-size:7pt;
	text-transform: uppercase;
	width:120px;
}

/******** articles **********/
.box_article_left{
	/*width:731px;*/
	/*width:720px;*/
	width:710px;
	float:left;
	margin-left:14px;
	margin-top:27px;
	padding-left:45px;
	color:#646567;
}
.box_article_right{
	width:180px;
	height:230px;
	float:right;
	/*margin-right:20px;*/
	margin-right:20px;
	margin-top:27px;
	background-image: url(../images/commons/telecharger.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	text-align:center;
}
.box_article_right .tour_code{
	font-weight: normal;
	font-size:11px;
	margin-left:20px;
	margin-top:15px;
	height:15px;
	color:#FE8900;
}
.box_article_right .tour_code span{
	font-weight: bold;
	color:#646567;
}

.box_article_right .label{
	height:35px;
	width:135px;
	position:relative;
	top:80px;
	left:5px;
	float:left;
	text-align: center;
}
.box_article_right .doc_joint{
	float:left;
	position:relative;
	top:83px;
	left:8px;
	width:30px;
}

.box_article_right .label h1{
	color:#6F7072;
	text-transform: uppercase;
	font-size:11px;
}
.box_article_right .label h1 a, .box_article_right .label h1 a:visited{
	color:#6F7072;
	text-transform: uppercase;
	text-decoration: none;
	font-size:11px;
}
.box_article_right .label h1 a:hover{
	color:#6F7072;
	text-transform: uppercase;
	text-decoration: underline;
	font-size:11px;
}

.box_article_right .label span{
	color:#646567;
	font-size:12px;
	font-weight: bolder;
}



.box_article_left h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	/*color:#646567;*/
	color:#00E1FF;
	font-weight: bold;
	margin-bottom:10px;
	letter-spacing: 1px;
}

.box_article_left h1 a, .box_article_left h1 a:visited{
	color:#000;
	text-decoration:none;
}
.box_article_left h1 a:hover{
	text-decoration: underline;
}

.box_article_left span{
	color:#FE8900;
	font-size:12px;
	margin-bottom:5px;
	font-weight:bold;
}
.box_article_left span a, .box_article_left span a:visited{
	color:#646567;
	font-size:12px;
	text-decoration:underline;
}
.box_article_left span a:hover{
	color:#FE8900;
}
.box_article_left h3{
	color:#FE8900;
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 10px;
}
.box_article_left h3 i.spip{
	font-size: 11px;
	font-style: normal;
}
.box_article_left p{
	font-size: 12px;
	color:#000;
	margin-bottom:10px;
}
.box_article_left p strong.spip{
	color:#FE8900;
}
.box_article_left table{
	border:0;
	font-size: 12px;
	color:#000;
}
.box_article_left td{
	padding-right:15px;
	border-bottom: 1px solid black;
	border-spacing:4px;
	border-right:8px solid white;
	border-left:8px solid white;
}
.box_article_left td strong.spip{
	color:#FE8900;
	font-weight: normal;
}
.box_article_left ul li{
	list-style-image: url(../images/commons/puce.gif);
	margin-top:10px;
}
.box_article_left ul li:hover{
	list-style-image: url(../images/commons/puce_anim2.gif);
}
.box_article_left li a, .box_article_left li a:visited{
	color:#646567;
	text-decoration: none;
	font-size:15px;
}
.box_article_left li a:hover{
	color:#FE8900;
	text-decoration: underline;
}
.box_article_left ul span{
	font-size:12px;
}
.box_article_left a, .box_article_left a:visited{
	color:#646567;
	text-decoration:underline;
}
.box_article_left a:hover{
	color:#FE8900;
	text-decoration: underline;
}
.spip_doc_titre{
	font-size:11px;
	color:#FE8900;
}

/* ************* CONTACT */
.box_article_contact{
	margin-top:-4px;
	width:100%;
	text-align: left;
}
.box_article_contact .spip_descriptif{
	/*background-color: #00ffe4;*/
	text-align: left;
	height:28px;
	color:#646567;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 6px;
	font-size: 18px;
	text-transform: uppercase;
	padding-top:8px;
	margin-bottom:15px;
	width:100%;
	margin-left:61px;
}
.box_article_contact .spip_descriptif span{
	color:#646567;
	font-size: 12px;
}
.box_article_contact fieldset{
	width:720px;
	border:0px solid black;
	padding: 0;
	margin: 0;
}
.box_article_contact fieldset label{
	color:#FE8900;
}
.box_article_contact fieldset.separateur_1{
	margin-left:61px;
	float:left;
	width:432px;
}
.box_article_contact fieldset.separateur_2{
		position:relative;
		float:right;
		right:46px;
		width:310px;
		
}
.box_article_contact fieldset.separateur_3{
	width:100%;
	clear:both;
}
.box_article_contact fieldset input{
	width:300px;
	margin-bottom:10px;
}
.box_article_contact fieldset textarea.formo{
	/*width:284px;*/
	width:300px;
}
.box_article_contact legend{
	display: none;
}
.box_article_contact span.spip_form_label{
	display: block;
	font-size:10px;
}
.box_article_contact span.spip_form_label_details{
	display: none;
}

.box_article_contact .spip_bouton input{
	border:1px solid #FE8900;
	background-color: white;
	color:#646567;
	position:relative;
	float:right;
	right:53px;
	clear:both;
}
.box_article_contact .spip_bouton input:hover{
	border:1px solid #FE8900;
	background-color: white;
	color:#FE8900;
}
.box_article_contact span.erreur{
	color:#E1001A;
	display:block;
	font-size:11px;
}

.box_article_contact .spip_bouton {
	/*width:304px;*/
	padding:0;
}
.spip_forms .spip_form_ok_confirmation{
	display:block;
	margin-left:61px;
}
p.spip_form_ok{
	margin-left: 61px;
}

/* ********NEWS **********/

.box_article_news{
	margin-top:-4px;
	width:720px;
	text-align: left;
}
.box_article_news .title_bar{
	/*background-color: #6cff00;*/
	text-align: left;
	height:28px;
	color:#545252;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	font-size: 18px;
	text-transform: uppercase;
	padding-top:8px;
	margin-bottom:15px;
	padding-right:10px;
}
.box_article_news .title_bar span{
	color:#000;
	font-size: 12px;
}

.box_news_left{
	width:297px;
	height:207px;
	margin-left:0;
	margin-top:21px;
	margin-bottom:10px;
	float:left;
}
.box_news_right{
	width:297px;
	height:207px;
	margin-left:124px;
	margin-top:21px;
	margin-bottom:10px;
	float:right;
}
.head_news{
	height:43px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.content_news{
	height:132px;
	border-top:12px solid black;
	border-bottom:12px solid black;
	padding-top:8px;
}
.img_news{
	width:123px;
	height:123px;
	float:left;
}
.head_news span.titre_news{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	display: block;
	font-size: 16px;
	color:#6CFF00;
}
.content_news .texte{
	margin-left:8px;
	float:left;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:160px;
	line-height: 11px;
}
.content_news .texte a, .box_article_left a:visited{
	color:#FE8900;
	text-decoration: underline;
}
.content_news .texte a:hover{
	text-decoration: none;
}

ol.spip{
	list-style-type: decimal;
	color:#000;
	font-size:12px;
	margin-bottom:15px;
	margin-left:35px;
	list-style-position: outside;
}

table.spip{
	margin-top:10px;
	margin-bottom: 10px;
}
table.spip thead tr th{
	border-bottom: 1px solid black;
	border-left: 8px solid white;
	border-right: 8px solid white;
}

.form_3 fieldset{
	padding:10px;
	margin-bottom:10px;
	width:300px;
}
.form_3 legend{
	font-size:12px;
}
.form_3 .spip_form_label_obligatoire{
	font-size:10px;
	color:#fe8900;
}
.form_3 .spip_form_label{
	font-size:10px;
	color:#fe8900;
}

.form_3 .spip_form_label{
	font-size:12px;
	color:#000000;
	font-weight:normal;
	display:block;
	margin-top:8px;
}
.form_3 input{
	clear:both;
	width:200px;
}
.form_3 span.label{
	color:#000;
}
.form_3 span.erreur{
	color:red;
	font-weight:normal;
	display:block;
}
.form_3 .spip_form_choix_unique li{
	font-size:12px;
	list-style-image: none;
	list-style-type: none;
	margin-bottom:8px;
}
.form_3 .spip_form_choix_unique li:hover{
	font-size:12px;
	list-style-image: none;
	list-style-type: none;
	margin-bottom:8px;
}
.form_3 .spip_form_choix_unique input{
	width:15px;
	color:#000000;
}
.form_3 .spip_form_label_details{
	font-size:10px;
	color:#000;
	display:block;
}
.form_3 textarea{
	width:300px;
	height:50px;
}
.form_3 .textestatique_1{
	font-size:12px;
	color:#fe8900;
	margin-bottom:10px;
}

.form_3 .input-3-num_1{
	width:10px;
}

.form_3 .spip_bouton{
	width:350px;
}

.form_3 fieldset.separateur_1{
	float:left;
	text-align: left;
}
.form_3 fieldset.separateur_2{
	float:right;
	text-align: left;
}
.form_3 fieldset.separateur_3{
	float:left;
	text-align: left;
}
.form_3 fieldset.separateur_4{
	float:left;
	text-align: left;
}