body {

	background-image:url(../images/header-font.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	width:100%;
	overflow:auto;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
}

#all {
	width:980px;
	display:block;
	margin:0 auto;
}

* html #all{
	padding-left:10%;
}


img {
	border:0px;
}

form {
	margin:0;
	padding:0;
}

a{
	cursor:pointer;
}

.link_details{
	color:#ff6600;
}

a .link_details{
	color:#ff6600;
}

h1{
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	border-bottom: 1px dotted #666666;
	color: #FFFFFF;
	padding-bottom: 1em;
}

#form_insription {
	display:none;
	height:auto;
	background-color:#333333;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	width: 600px;
	margin: 20px auto;
	text-align: left;
}

#form_searchdetails {
	display:none;
	height:auto;
	background-color:#333333;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	width: 600px;
	margin: 20px auto;
	text-align: left;
}


#form_mdpoublie {
	display:none;
	height:auto;
	background-color:#333333;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	width: 600px;
	margin: 20px auto;
	text-align: left;
}

#form_wanted {
	display:none;
	height:auto;
	background-color:#333333;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	width: 600px;
	margin: 20px auto;
	text-align: left;
}


#form_news_add {
	display:none;
	height:auto;
	background-color:#333333;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	width: 600px;
	margin: 20px auto;
	text-align: left;
}

/******* FORM *******/
.customForm{
	padding: 0 10px 10px;
}
.customForm label{
	display: block;
	color: #000000;
	font-weight: bold;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

.customForm div label{
	display: block;
	color: #000000;
	font-weight: bold;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

.customForm input{
	width: 212px;
	height: 14px;
	padding-left: 6px;
	color: #949494;
	font-weight: bold;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #cecece;
}

.customForm input[type=checkbox] {
	width: 20px;	
	
}


.customForm select{
	width: 220px;
	height: 18px;
	padding-left: 6px;
	color: #949494;
	font-weight: bold;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #cecece;
}


.customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
.customForm div{
	margin-bottom: 5px;
	color: #CCCCCC;
	font-weight: bold;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.customForm div span{
	margin-left: 10px;
	color: #CCCCCC;
	font-size: 11px;
	font-style: italic;
}
.customForm div label p{
	margin-left: 10px;
	color: #000000;
	font-size: 11px;
	font-style: italic;
}
.customForm div span.error{
	color: #FF0000;
}
.customForm #send{
	background: #c7c7c7;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
.customForm #send:hover{
	background: #79a7f1;
}
.customForm #send2{
	background: #c7c7c7;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
.customForm #send2:hover{
	background: #79a7f1;
}
.customForm #send3{
	background: #c7c7c7;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
.customForm #send3:hover{
	background: #79a7f1;
}
.customForm #send4{
	background: #c7c7c7;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
.customForm #send4:hover{
	background: #79a7f1;
}
.customForm #send5{
	background: #c7c7c7;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
.customForm #send5:hover{
	background: #79a7f1;
}
.customForm #contact{
	background: #c7c7c7;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
.customForm #contact:hover{
	background: #79a7f1;
}

#error{
	position:absolute;
	margin-left:600px;
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}

.form_labels{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:17px;
	
}

.form_labels_infos{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic;
	line-height:17px;
	
}


.form_title {
	font-family:Arial, Helvetica, sans-serif;
	color:#EEEEEE;
	font-size:22px;
	text-decoration:none;
	font-weight:bold;
}

a:link {text-decoration:none}
a:visited {text-decoration:none}
a:hover {text-decoration:none}
a:active {text-decoration:none}

#main {
	width:980px;
	height:auto;
}



#center {
	width: 980px;
	height:auto;
	display:block;
	margin:0px;
	padding:0px;	
	text-align: center;
	padding-left:0px;
}

#flags {
	padding-top:0px;
	text-align:right;
	height:15px;
}

* html #flags {
	padding-top:0px;
}



.flags {
	padding-left : 10px;
}


/* Gestion Menu TOP */
#header {
	display:block;
	width:980px;
	height:30px;
	
}

* html #header{
	height:10px;
}




#logo {
	float:left;
	width:344px;
	height:30px;
	border:0px;
	padding:0px;
	margin:0px;
	display:block;
	vertical-align:top;
}

.btn_menu {
	float:left;
	background-image:url(../images/btn_menu.png);
	width:89px;
	height:30px;
	text-align:center;
	border:0px;
	padding:0px;
	display:block;
	margin:0px;
	margin-top:28px;
	position: relative;
}

.s_btn_menu {
	position: absolute;
	top : 30px;
	left: 0px;
	width: 320px;
	min-height: 0px;
	height: auto!important;
	height: 0px;	
	background: #DDDDDD;
	border: 1px solid #BBBBBB;
	visibility: hidden;
}

.s_btn_menu ul {
	list-style-type: none;
	padding:0;
}

.s_btn_menu ul li {
	padding: 0 0 0 5px;
	text-align: left;
}

.s_btn_menu ul li a {
        color: #666666;
	font-family: arial;
	font-size: 0.8em;
}

.s_btn_menu ul li a:link {
	color: #666666;
}

.s_btn_menu ul li a:visited {
        color: #666666;
}

.s_btn_menu ul li a:hover {
        color: #000000;
}

.s_btn_menu ul li a:active {
        color: #666666;
}


.menu_sep{
	float:left;
	background-image:url(../images/sep_menu.png);
	width:1px;
	height:30px;
	border:0px;
	display:block;
	padding:0px;
	margin:0px;
	margin-top:28px;
}

#menu_top_part2{
	float:left;
	background-image:url(../images/bg_menu.png);
	width:272px;
	height:30px;
	border:0px;
	text-align:center;
	display:block;
	padding:0px;
	margin:0px;
	margin-top:28px;
	
}

* html #menu_top_part2{
	width:268px;
}

#final_menu{
	float:left;
	background-image:url(../images/final_menu.png);
	width:4px;
	height:30px;
	border:0px;
	display:block;
	padding:0px;
	margin:0px;
	margin-top:28px;
}

.menu_nivel1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	vertical-align: middle;
	line-height:30px;
}

.menu_nivel2{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	line-height:30px;
	text-decoration:none;
	vertical-align: middle;
}

/* Fin de Gestion menu */


#slogan {
	width:980px;
	display:block;
	
}


#slogan_contain {
	display:block;
	margin-top:10px;
	width:980px;
	height:48px;
}

#slogan_text{
	float:left;
	width:680px;
	height:48px;
	border:0px;
	padding:0px;
	margin:0px;
	display:block;
}

#btn_slogan{
	background-image:url(../images/btn_annonce_over2.png);
	float:right;
	text-align:center;
	width:300px;
	height:45px;
	border:0px;
	padding:4px 0 0 0;
	margin:0px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:20px;
	line-height:40px;
	vertical-align:middle;
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:center;
}

#btn_slogan:hover{
	background-image:url(../images/btn_annonce_out2.png);
}

.btn_slogan{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:20px;
	line-height:40px;
	vertical-align:middle;
	text-decoration:none;
	text-align:center;
	display:block;
	width:300px;
	height:45px;

}

.btn_slogan:hover{
	color:#ffffff;
}



/* Gestion sub-menu TOP */


#sub_menu {
	width:980px;
	height:70px;
	display:block;
	margin-top:40px;
}


#sub_top_menu {
	display:block;
	margin-top:10px;
	width:980px;
	height:60px;
	padding-left:80px;
}



a.neufs_compare{
	background-image:url(../images/btn_comparateur_out.png);
	background-repeat:no-repeat;
	width:194px;
	display:block;
	height:55px;
	float:left;
	padding-top:5px;
}

a.neufs_compare:hover{
	background-image:url(../images/btn_comparateur_over.png);
	background-repeat:no-repeat;
	width:194px;
	display:block;
	height:55px;
	float:left;
	padding-top:5px;
	
}

a.neufs_compare3{
	background-image:url(../images/btn_assurance_out.png);
	background-repeat:no-repeat;
	width:194px;
	margin: 0 0 0 5px;
	display:block;
	height:55px;
	float:left;
	padding-top:5px;
}

a.neufs_compare3:hover{
	background-image:url(../images/btn_assurance_over.png);
	background-repeat:no-repeat;
	width:194px;
	margin: 0 0 0 5px;
	display:block;
	height:55px;
	float:left;
	padding-top:5px;
}




#comparateur1{
	float:left;
	width:194px;
	height:60px;
	border:0px;
	padding:15px 0 0 20px;
	text-align:left;
	display:block;
}

#compare_now_top{
	width:212px;
	display:block;
	height:32px;
	background-image:url(../images/compare_now_top.png);
	background-repeat:no-repeat;
	
	text-align:left;
}

.compare_now_title{
	width:185px;
	height:55px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:16px;
	text-decoration:none;
	line-height:20px;
	font-weight:bold;
	display:block;
	padding-top: 0px;
	padding-left: 8px;
	text-align: center;
}
.compare_now_title:hover{
	width:185px;
	height:55px;
	color:#ffffff;
	display:block;
}

#compare_now_empty{
	width:71px;
	display:block;
	height:28px;
	margin-top:16px;
	float:left;
	background-image:url(../images/btn_empty_compare_now.png);
	background-repeat:no-repeat;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF6600;
	font-size:12px;
	text-decoration:none;
	text-align:left;
	line-height:28px;
	padding-left:6px;
	

}

#compare_now_compare{
	width:139px;
	display:block;
	height:28px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin-top:16px;
	font-size:14px;
	line-height:28px;
	text-decoration:none;
	float:left;
	background-image:url(../images/btn_compare_now.png);
	background-repeat:no-repeat;
	text-align:center;
	cursor:pointer;
}

#compare_now_compare a {
	color: #FFF;	
}

#compare_now_compare a:visited {
	color: #FFF;	
}

#compare_now_compare a:hover {
	color: #666;	
}

#comparateur3{
	float:left;
	width:191px;
	height:60px;
	border:0px;
	padding:15px 0 0 20px;
	text-align:left;
	display:block;
}

.first_comparateur_img {
	margin-top:8px;
	float:left;
}

.others_comparateur_img{
	margin-top:8px;
	margin-left:0px;
	float:left;
}


#publicite468x60{
	float:left;
	width:468px;
	height:60px;
	border:0px;
	padding:0px;
	margin:0px;
	display:block;
}




/* FIN Gestion sub-menu TOP */


/* Gestion menu produits */

#menuslider{
background-image:url(../images/bg_slider.png);
background-repeat:no-repeat;
background-position:center center;
width:980px;
height:167px;
display:block;
margin: 0 auto;
}

* +html #menuslider{
	width:980px;
}

* html #menuslider{
	margin:0px;
}


#slider{
width:980px;
vertical-align:middle;
height:133px;
display:block;
padding-top:28px;
padding-left:40px;
text-align:center;

}

* +html #slider {
	padding-left:35px;
}

* html #slider {
	padding-left:0px;
}

.btn_slider{
	float:left;
	width:18px;
	display:block;
	vertical-align:middle;
	padding-top:35px;
	cursor:pointer;
}

* html .btn_slider_g{
	padding-left:35px;
}


.slidershow{
	float:left;
	width:944px;
	display:block;
	vertical-align:middle;
}

/*--By Cco for the slider --*/
.slidershow li{
	width:86px;
}
.img_slider{
	width:86px;
}

/*-------------------------*/

.img_slider {
	padding-right:3px;
	padding-left:3px;
	display:block;
	vertical-align:middle;
}



#menu_main{
width:980px;
vertical-align:bottom;
float:left;
margin-top:-35px;
}
* +html #menu_main{

}


#scroller{
	position:relative;
	background-image:url(../images/indication.jpg);
	background-repeat:no-repeat;
    left:0px;
    width:18px; 
    height:8px;
    margin:0px; 
	top:8px;
}

* html #scroller {
	top:19px;
}


#menu_main_left{
	background-image:url(../images/menu_left.jpg);
	background-repeat:no-repeat;
	float:left;
	display:block;
	width:4px;
	margin-top:8px;
	height:20px;
}

#menu_main_right{
	background-image:url(../images/menu_right.jpg);
	background-repeat:no-repeat;
	float:left;
	display:block;
	margin-top:8px;
	width:4px;
	height:20px;
}

#menu_main_c{
	background-image:url(../images/menu_c.jpg);
	background-repeat:repeat-x;
	margin-top:8px;
	float:left;
	display:block;
	width:972px;
	height:20px;
	
}

.categorie_link{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	vertical-align: middle;
	line-height:20px;
	float:left;
	display:block;
	margin-left:4px;
	margin-right:5px;
}



* html .categorie_link{
	margin-left:0px;
	margin-right:0px;
	padding-left:5px;
	padding-right:5px;
}

.categorie_link_on{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-image:url(../images/menu_c_on.jpg);
	background-repeat:repeat-x;
	font-size:10px;
	text-decoration:none;
	vertical-align: middle;
	line-height:20px;
	float:left;
	display:block;
	margin-left:5px;
	margin-right:5px;
}

* html .categorie_link_on{
	margin-left:0px;
	margin-right:0px;
	padding-left:5px;
	padding-right:5px;
}


#center_mid {
	width:980px;
	height:auto;
	display:block;
	margin:0px;
}


#center_mid_left {
	background-image:url(../images/bg_quick_search.jpg);
	background-repeat:no-repeat;
	width: 785px;
	height:auto;
	display:block;
	margin:0px;
	padding:0px;
	float:left;
}

#center_neufs {
	width: 980px;
	height:auto;
	display:block;
	margin:0px;
	padding:0px;
	float:left;
}

#center_neufs_top{
	background-image:url(../images/main_neufs_top.jpg);
	background-repeat:no-repeat;
	width: 980px;
	height:auto;
	display:block;
	margin:0px;
	padding:0px;
	float:left;

}

#center_neufs_bot{
	background-image:url(../images/main_neufs_bot.jpg);
	background-repeat:no-repeat;
	width: 980px;
	height:37px;
	display:block;
	margin:0px;
	padding:0px;
	float:left;

}
#center_neufs_mid{
	background-image:url(../images/main_neufs_mid.jpg);
	/*background-repeat:no-repeat;*/
	width: 980px;
	height:auto;
	display:block;
	margin:0px;
	padding:0px;
	float:left;

}




#center_mid_right {
	background-image:url(../images/advertising.png);
	background-repeat:no-repeat;
	width: 186px;
	height: 1120px;
	display:block;
	margin:0px;
	padding:0px;
	float:right;
	
}

#utilities {
	width:186px;
	height:auto;
	display:block;
	margin:0px;
	padding:0px;
	float:left;
}

#quicksearch {
	background-image:url(../images/bg_quick_search.jpg);
	background-repeat:no-repeat;
	width:186px;
	height:231px;
	display:block;
	margin:0px;
	padding:0px;
}

#account{
	background-image:url(../images/bg_myaccount.jpg);
	background-repeat:no-repeat;
	width:186px;
	height:201px;
	display:block;
	margin:0px;
	padding:0px;
}


#whatnews {
	width:597px;
	height: auto;
	display:block;
	margin:0;
	padding:0;
	float:left;
	
}
#whatnews .text_type {
background-image:url("../images/main_mid.jpg");
background-repeat:repeat-y;
display:block;
float:right;
font-size:0.9em;
height:100%;
margin:0;
padding:0 14px;
width:569px;
}
* html #whatnews{
	width:597px;
	margin-left:-12px;
}

#mainnews{
	background-image:url(../images/main_news.jpg);
	background-repeat:no-repeat;
	width:597px;
	height:306px;
	display:block;
	margin:0px;
	padding:0px;
}

* html #mainnews{
	width:597px;
}

#mainnews2{
	background-image:url(../images/main_news3.jpg);
	background-repeat:no-repeat;
	width:597px;
	height:417px;
	display:block;
	margin:0px;
	padding:0px;
}

#searchresult_top{
	background-image:url(../images/main_top.jpg);
	background-repeat:no-repeat;
	width:597px;
	height:45px;
	display:block;
	margin:0px;
	padding:0px;	
	float:right;
}

* html #searchresult_top{
	margin-left:10px;
}

#searchresult_mid{
	background-image:url(../images/main_mid.jpg);
	background-repeat:repeat-y;
	width:597px;
	height:100%;
	float:right;
	display:block;
	margin:0px;
	padding:0px;
	
}

* html #searchresult_mid{
	margin-left:10px;
}


#searchresult_mid2{
	background-image:url(../images/main_mid.jpg);
	background-repeat:repeat-y;
	width:545px;
	height:auto;
	display:block;
	margin:0px;
	padding:0 26px 0 26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*By Cco*/
	float:left;
	
}


* html #searchresult_mid2{
	margin-left:10px;

	padding-left:4px;
}

#searchresult_bot{
	background-image:url(../images/main_bot.jpg);
	background-repeat:no-repeat;
	width:597px;
	height:17px;
	float:right;
	display:block;
	margin:0px;
	padding:0px;
	
	
}

* html #searchresult_bot{
	margin-left:10px;
}

.search_result_menu{
	padding-top:10px;
	height:35px;
	margin-left:28px;
	width:580px;
	display:block;
	vertical-align:middle;
}

.search_result_white{
	padding-top:5px;
	padding-left:38px;
	height:90px;
	width:580px;
	display:block;
	vertical-align: middle;
}

.search_result_pages{
	background-image:url(../images/bg_pagination.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	padding-top:2px;
	padding-left:16px;
	height:22px;
	width:581px;
	display:block;
	text-align:center;
}


.pagination{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	height:12px;
	font-weight:bold;
	vertical-align: middle;
	padding:2px;
	color:#000000;
	padding-top:0px;
	background-color:#FFFFFF;
}


.btn_pagination{
}
.btn_pagination2{
	margin-left:0px;
}

.search_unselected {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	padding:2px;
}

.search_sep_unselected {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	padding:5px;
}

.search_selected {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	padding:2px;
	background-color:#CCCCCC;
}

.search_result_white2{
	margin-left:10px;
	height:115px;
	width:580px;
	display:block;
	vertical-align: middle;
	margin-top:-90px;
}

* +html .search_result_white2{
	margin-top:2px;
}

* html .search_result_white2{
	margin-top:2px;
}

.search_result_grey{
	margin-left:10px;
	background-color:#cccccc;
	height:115px;
	width:580px;
	display:block;
	vertical-align: middle;
	margin-top:-90px;
}

* html .search_result_grey{
	margin-top:0px;
}

* +html .search_result_grey{
	margin-top:0px;
}

.search_affichage_top{
	background-image:url(../images/search_affichage_top.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:2px;
	width:361px;
	height:27px;
}

.search_image {
	float:left;
	width:150px;
	display:block;
	text-align:right;
}

.search_type {
	width:113px;
	float:left;
	text-align:center;
	display:block;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align: middle;
}

.search_constructor{
	width:152px;
	float:left;
	text-align:center;
	display:block;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:27px;
	font-weight:bold;
	vertical-align: middle;

}

.search_affichage_mid_g{
	background-image:url(../images/search_affichage_mid_g.png);
	background-repeat:no-repeat;
	width:220px;
	margin-left:2px;
	padding-top:2px;
	margin-top:0px;
	text-align:left;
	float:left;
	display:block;
	height:58px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:27px;
	vertical-align: middle;
}

.search_affichage_mid_w{
	background-image:url(../images/search_affichage_mid_w.png);
	background-repeat:no-repeat;
	width:293px;
	margin-left:2px;
	margin-top:5px;
	text-align:left;
	float:left;
	display:block;
	height:76px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	line-height:27px;
	font-weight:bold;
	vertical-align: middle;

}

.search_model{
	width:90px;
	float:left;
	text-align:center;
	display:block;
	height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	line-height:27px;
	font-weight:bold;
	vertical-align: middle;
}

.search_version{
	width:40px;
	float:left;
	text-align:center;
	display:block;
	height:27px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:27px;
	font-weight:bold;
	vertical-align: middle;
}

.search_type_title{
	float:left;
	width:115px;
	text-align:center;
	/*padding-left:2px;*/
	display:block;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:35px;
	font-weight:bold;
}
.search_year_title{
	float:left;
	width:60px;
	text-align:center;
	/*padding-left:2px;*/
	display:block;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:35px;
	font-weight:bold;
}
.search_ttaf_title{
	float:left;
	width:60px;
	text-align:center;
	/*padding-left:2px;*/
	display:block;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:35px;
	font-weight:bold;
}

.search_sep{
	float:left;
	width:1px;
	text-align:center;
	/*padding-left:2px;*/
	display:block;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:35px;
	
}

.search_year {
	width:51px;
	float:left;
	text-align:center;
	display:block;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align: middle;
}

.search_constructeur_title {
	float:left;
	width:142px;
	text-align:center;
	/*padding-left:2px;*/
	display:block;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:34px;
	font-weight:bold;
	vertical-align: middle;
	margin:0px;
	padding:0px;
}

.search_ttaf {
	width:60px;
	float:left;
	text-align:center;
	display:block;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align: middle;
}

.search_model_title {
	float:left;
	width:98px;
	text-align:center;
	/*padding-left:2px;*/
	display:block;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:34px;
	font-weight:bold;
	vertical-align: middle;
	margin:0px;
	padding:0px;
}

.search_location {
	width:100%;
	padding-left:10px;
	display:block;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	line-height:18px;
	vertical-align: middle;
}

.search_version_title {
	float:left;
	width:63px;
	text-align:center;
	/*padding-left:2px;*/
	display:block;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:34px;
	font-weight:bold;
	vertical-align: middle;
	margin:0px;
	padding:0px;
}

.search_equipment {
	width:100%;
	padding-left:10px;
	display:block;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	line-height:18px;
	vertical-align: middle;
}

.search_equipment_title {
	float:left;
	width:110px;
	text-align:center;
	/*padding-left:2px;*/
	display:block;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:34px;
	font-weight:bold;
	vertical-align: middle;
}

.search_reponse{
	float:left;
	width:80px;
	text-align:center;
	padding-left:2px;
	display:block;
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	vertical-align: middle;
}

.search_reponse_white{
	float:left;
	width:113px;
	background-image:url(../images/search_white.jpg);
	background-repeat:no-repeat;
	text-align:center;
	color:#000000;
	display:block;
	height:48px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:17px;
	padding-top:8px;
	margin-left:45px;
	margin-top:5px;
	vertical-align: middle;
}

.search_reponse_white a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
	vertical-align: middle;
}

.search_reponse_grey{
	float:left;
	width:130px;
	/*background-image:url(../images/search_grey.png);
	background-repeat:no-repeat;*/
	text-align:center;
	color:#000000;
	display:block;
	height:55px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	padding-top:3px;
	line-height:16px;
	margin-left:0px;
	margin-top:0px;
	vertical-align: middle;
}

.search_reference_w{
	margin-left:410px;
	height:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	width:160px;
	font-size:12px;
	line-height:16px;
	display:block;
	text-align:center;
	margin-top:92px;
	padding-left:10px;
}

* html .search_reference_w{
	margin-left:0px;
	margin-top:0px;
	float:right;
	width:140px;
}

* +html .search_reference_w{
	margin-left:0px;
	margin-top:0px;
}



.search_compare{
	height:17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	width:130px;
	font-size:12px;
	line-height:17px;
	display:block;
	text-align:center;
	cursor:pointer;
	margin-top:2px;
	
	background-repeat:no-repeat;
	background-position: center center;
}



* html .search_compare{
	margin-left:0px;
	/*margin-top:-45px;
	padding-left:130px;*/
}

.search_reference_g{
	height:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	width:130px;
	font-size:12px;
	line-height:16px;
	display:block;
	text-align:center;
	padding-left:0px;

}

* html .search_reference_g{
	margin-left:0px;
	margin-top:0px;
	float:right;
	width:140px;
}

* +html .search_reference_g{
	margin-left:0px;
	margin-top:0px;
}

.search_reponse_grey a{
	color:#ff6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	vertical-align: middle;
	font-weight:bold;
}

#news_down1{
	background-image:url(../images/main_insert.jpg);
	background-repeat:no-repeat;
	width:199px;
	height:126px;
	display:block;
	float:left;
	text-align:center;
	margin:0px;
	padding:0px;
	
	
}

* html #news_down1{

}

#news_down2{
	background-image:url(../images/main_insert.jpg);
	background-repeat:no-repeat;
	width:199px;
	height:126px;
	display:block;
	float:left;
	text-align:center;
	margin:0px;
	padding:0px;
}

#news_down3{
	background-image:url(../images/main_insert.jpg);
	background-repeat:no-repeat;
	width:199px;
	height:126px;
	display:block;
	float:left;
	text-align:center;
	margin:0px;
	padding:0px;
}

.title{
	padding-left:14px;
	color:#000000;
	z-index:80;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:45px;
	font-weight:bold;
	vertical-align: bottom;
}

* +html .title {
	line-height:45px;
}

.title_white{
	padding-left:20px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:50px;
	font-weight:bold;
	vertical-align: bottom;
}

.title_white2{
	padding-left:20px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:40px;
	font-weight:bold;
	vertical-align: bottom;
}

.banners{
	padding-left:13px;
	padding-bottom:6px;
}

* +html .banners{
	padding-bottom:11px;
}

.ligne{
	line-height:8px;
	font-size:1px;
	color:#FFFFFF;
}

.sub_encarts {
	background-color:#333333;
	width:185px;
	height:27px;
	display:block;
	color:#FFFFFF;
	z-index:20;
	text-align:center;
	margin-top:-27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:27px;
	font-weight:bold;
	margin-left:8px;
}

* +html .sub_encarts{
	margin-left:2px;
}

* html .sub_encarts{
	margin-left:0px;
}

.images_sub_encarts {
	display:block;
	z-index:10;
	text-align:center;
	margin-left:8px;
	padding-top:8px;	
}

* +html .images_sub_encarts {
	margin-left:2px;
}

* html .images_sub_encarts {
	margin-left:0px;
}

#slider2 {
	/* You MUST specify the width and height */
	width:375px;
	height:230px;
	/*position:relative;	*/
	display:block;
	/*padding-top:5px;*/
	/*padding-left:24px;*/
	margin:0px;
	padding:0px;
	padding-left:23px;
}

* html #slider2 {
	width :375px;
	float:left;
}

.subtitle {
	vertical-align:top;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.subtitle_white {
	vertical-align:top;
	color:#EEEEEE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.moreinfos {
	vertical-align:top;
	color:#FF6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:30px;
	vertical-align: bottom;
	text-decoration:none;
}

#mask-excerpt{
	
	margin-top:-5px;
	z-index:30;
	position:absolute;
	display:block;
	width:170px;
	float:left;
	padding-left:400px;
	overflow:hidden;
}

* +html #mask-excerpt{
	padding-left:0px;
}

* html #mask-excerpt{
	margin-top:0px;
	z-index:30;
	display:block;
	width:170px;
	padding-left:10px;
	
	overflow:hidden;
}

#excerpt {

	/* Opacity setting for different browsers */
	position:absolute;	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:-10;
	/*position:absolute;*/
	
	
	/* Set the style */
	width:170px;
	
	background-color:#FFFFFF;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#333333;	
}



	#excerpt li {
		padding:5px;
	}

#buttons{
	margin:0;
	padding:0;
	padding-left:2px;
	z-index:40;
	display:block;
	height:35px;
	width:45px;
	background-color:#FFFFFF;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:520px;
	margin-top:-30px;
	background-image:url(../images/main_mid.jpg);
	background-repeat:repeat-y;
}

* +html #buttons {
	float:right;
	padding-left:0px;
	margin-right:5px;
	margin-top:-35px;
	background-image:url();
	
	
}

* html #buttons {
	float:right;
	background-image:url();
	padding-left:0px;
	margin-top:-35px;
	margin-right:5px;
	
	
}





#mask-gallery{
	float:left;
	width:250px;
	overflow:hidden;
}


#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	z-index:0;
	width:250px;
	overflow:hidden;
}

* html #mask-gallery{
	width:250px;
}
* html #gallery{
	width:250px;
}


	#gallery li {
		float:left;
	}

.search{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.formquicksearch{
	width:150px;
	background-color:#ededed;
	border-color:#e7e7e7;
	border:1px;
}

.formquicksearchSUBMIT {
	width:150px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	font-weight:bold;
	border-color:#FFFFFF;
	border:0px;
	cursor:pointer ;
	text-align:left;
	margin-left:-2px;
	
	margin-top:5px;
	margin-bottom:5px;
}

* +html .formquicksearchSUBMIT{
	margin-left:0px;
}

.subs_account {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style:italic
}



#form_search{
	/*margin-top:-10px;*/
	padding: 0 0 0 15px;
}

#form_account{
	/*margin-top:-10px;*/
	padding-left:15px;
}

#wanted {
	background-image:url(../images/wanted_news_main_left.jpg);
	background-repeat:no-repeat;
	width: 186px;
	height:549px;
	display:block;
	margin:0px;
	padding:0px;
	margin-top:10px;
}



#news {
	background-image:url(../images/wanted_news_main_right.jpg);
	background-repeat:no-repeat;
	width: 608px;
	height:549px;
	display:block;
	margin:0px;
	padding:0px;
	margin-top:136px;
}

* html #news {
	width: 597px;
	margin-top:10px;
}

.wanted_advertisement{
	width: 171px;
	display:block;
	margin-bottom:-15px;
	padding-left:5px;
	

}

.wanted_advertissement_ff{
	margin-top:-10px;

}

.wanted_advertisement_top{
	background-image:url(../images/wanted_top.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	width: 171px;
	height:8px;
	display:block;
	margin:0px;
	padding:0px;
	margin-top:20px;
	
}

* html .wanted_advertisement_top{
	margin-top:10px;
}

.wanted_advertisement_mid{
	background-image:url(../images/wanted_mid.png);
	width: 171px;
	height:auto;
	display:block;
	margin:0px;
	padding:0px;
	line-height:11px;
}

.wanted_advertisement_bottom{
	background-image:url(../images/wanted_down.jpg);
	background-repeat:no-repeat;
	width: 171px;
	height:9px;
	display:block;
	margin:0px;
	padding:0px;
}

.wanted_title{
	padding-left:2px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px;

}

.wanted_texte_form {
	width:168px;
	padding-left:2px;
	margin-left:2px;
	line-height:15px;
}

.wanted_texte{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

.wanted_contact{
	color:#FF6600;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	/*line-height:9px;*/
	margin:0px;
	padding:0px;
	margin-top:15px;
}

#wanted_all {
	background-image:url(../images/btn_wanted_news.jpg);
	background-repeat:no-repeat;
	width: 169px;
	height:22px;
	display:block;
	margin:0px;
	padding:0px;
	margin-left:5px;
	padding-left:21px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	vertical-align: middle;
	margin-top:35px;
}

#wanted_add {
	background-image:url(../images/btn_wanted_news.jpg);
	background-repeat:no-repeat;
	width: 169px;
	height:22px;
	display:block;
	margin:0px;
	padding:0px;
	margin-left:5px;
	padding-left:21px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	vertical-align: middle;
	margin-top:10px;
}

#wanted_btn {
	/*margin-top:13px;*/
	margin-top:41px;
}

#photos{
	width:588px;
	padding-top:10px;
}

.photo_news {
	width:186px;
	height:113px;
	padding-left:10px;
	padding-bottom:10px;
	float:left;
}

#description_news{
	background-image:url(../images/news_informations.jpg);
	background-repeat:no-repeat;
	width:381px;
	height:113px;
	float:left;
	margin-left:10px;
	padding:10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
	
}

.btn_news{
	background-image:url(../images/btn_wanted_news.jpg);
	background-repeat:no-repeat;
	width: 159px;
	height:22px;
	display:block;
	margin:0px;
	padding:0px;
	margin-left:0px;
	padding-left:21px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	vertical-align: middle;
	margin-bottom:10px;
}

.btn_news2{
	background-image:url(../images/btn_wanted_news.png);
	background-repeat:no-repeat;
	width: 159px;
	height:22px;
	display:block;
	margin:0px;
	padding:0px;
	margin-left:0px;
	padding-left:25px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	vertical-align: middle;
	margin-bottom:10px;
}

#btn_news_conteneur{
	float:left;
	margin-top:70px;
}

* html #btn_news_conteneur{
	float:right;
	margin-top:-80px;
}

#expos{
	background-image:url(../images/expos_insert.png);
	background-repeat:no-repeat;
	width:794px;
	height:107px;
	text-align:center;
	clear: both;
	display:block;
	padding-top:13px;
}

/* htmll #expos{
	background-image:url(../images/expos_insert.png);
	background-repeat:no-repeat;
	position:absolute;
	width:794px;
	height:107px;
	text-align:center;
	padding-top:13px;
}*/

.sep_expos {
	margin-left:10px;
	margin-right:10px;
}

#footer{
	background-image:url(../images/bg_footer.png);
	background-repeat:no-repeat;
	/*background-position:center center;*/
	width:980px;
	height:33px;
	padding:0px 0 0 235px;
	display:block;
	clear: both;
}

* html #footer{
	margin-top:20px;
}

#RSS{
		/* Opacity setting for different browsers */
	position:absolute;	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	/*position:absolute;*/
	
	
	/* Set the style */
	width:70px;
	margin-top:-30px;
	vertical-align:middle;
	margin-left:520px;
	background-color:#404040;
	overflow:hidden;
	font-family:arial;
	font-size:11px;
	color:#FFFFFF;	
}

.rss{
	vertical-align:middle;
	font-family:arial;
	font-size:11px;
	color:#FFFFFF;	
	line-height:19px;
	text-decoration:none;
}

#news_gd_fen {
	/* Opacity setting for different browsers */
	position:absolute;	
	display:none;
	list-style:none;
	margin:0;
	padding:0;
	z-index:100;
	width:597px;
	height:509px;
	top:887px;
	vertical-align:middle;
	margin-left:0px;
	background-color:#666666;
	overflow:hidden;
	font-family:arial;
	font-size:11px;
	color:#FFFFFF;	
	float:left;
	
	
}

* +html #news_gd_fen {
	top:893px;	
}

* html #news_gd_fen {
	top:973px;	
}


#mask-excerpt2{
	z-index:500;
	position:absolute;	
	width:381px;
	height:113px;	
	overflow:hidden;
	display:block;
	float:left;
	padding:2px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	left:10px;
	top:380px;
	
}

#excerpt2 {
	position:absolute;
	list-style:none;
	margin:0;
	padding:0;
	z-index:10;
	width:381px;
	overflow:hidden;
	font-family:arial;
	font-size:11px;
	color:#FFFFFF;	
}

* html #excerpt2 {
	width:381px;
}



	#excerpt2 li {
		padding:5px;
		background-image:url(../images/news_informations.jpg);
		background-repeat:no-repeat;
	}

#button_prev2{
	margin:0;
	padding:0;
	z-index:1;
	float:left;
	position:absolute;
	display:block;
	height:30px;
	width:30px;
	background-image:url(../images/slider_prev.png);
	background-repeat:no-repeat;
	overflow:hidden;
	
	top:180px;
	left:15px;
}
	#button_prev2 a{
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:25px;
	}

	
#button_close{
	/* Clear the list style */
	margin:0;
	padding:0;
	/* Set the position */
	z-index:1;
	float:left;
	position:absolute;
	top:20px;
	left:552px;
	display:block;
	/* Set the style */
	height:30px;
	width:30px;
	/*background-color:#666666;*/
	overflow:hidden;

}


	

#button_next2{
	/* Clear the list style */
	margin:0;
	padding:0;
	/* Set the position */
	z-index:500;
	float:left;
	position:absolute;
	top:180px;
	left:562px;
	display:block;
	/* Set the style */
	height:30px;
	width:30px;
	background-image:url(../images/slider_next.png);
	background-repeat:no-repeat;
	overflow:hidden;

}

#button_next2 a{
		color:#FFFFFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:25px;
	}

#mask-gallery2{
	float:left;
	overflow:hidden;
	margin-top:10px;
	margin-left:15px;
}

* html #mask-gallery2{
	margin-top:5px;
	margin-left:7px;
}

#gallery2 {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	
	padding:0;
	float:left;
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:375px;
	overflow:hidden;
}

	#gallery2 li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}

#mask-gallery2-mini{
	z-index:700;
	position:absolute;	
	/* width should be lesser than #slider width */
	width:191px;
	height:50px;	
	overflow:hidden;
	
	float:left;
	left:415px;
	color:#FFFFFF;
	top:380px;
}

#gallery2-mini {
	
	/* Opacity setting for different browsers */
	position:absolute;	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	/*position:absolute;*/
	
	
	/* Set the style */
	width:191px;	
	overflow:hidden;	
}

	#gallery2 li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
		
	}

	.mini_img {
		margin-left:5px;
		margin-right:5px;
	}

#btn_news_conteneur2{
	z-index:700;
	position:absolute;	
	/* width should be lesser than #slider width */
	width:191px;
	height:80px;	
	overflow:hidden;
	float:left;
	left:412px;
	color:#FFFFFF;
	top:442px;
}

#gauche {
	padding-left:0px;
	display:block;
	height:576px;
}

.gauche {
	margin-top:15px;
}

.sub_encarts2 {
	width:180px;
	height:27px;
	display:block;
	color:#FFFFFF;
	z-index:20;
	text-align:center;
	margin-top:-35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:27px;
	/*vertical-align: middle;*/
	font-weight:bold;
	margin-left:0px;	
}

.shows_top_img{
	padding-left:10px;
	width:585px;
	text-align:center;
}


.shows_mid{
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:27px;
	font-weight:bold;
}


#show_details{
	background-color:#FFFFFF;
	width:600px;
	margin:0 auto 0 auto;
	display:none;
	height:auto;
}

#images_details{
	text-align:center;
}
#youtube_lecteur{
	text-align:center;
}
#visite_360{
	text-align:center;
	background-image:url(../images/loading.gif);
	background-repeat:no-repeat;
	background-position: center center;
}

#images_details_others{
	z-index:40;
	margin-top:-43px;
	display:block;
	height:43px;
	width:430px;
	margin-left:41px;
}

.img_details_mini{
	  border: 3px solid #FFFFFF;
	  margin:0px;
	  margin-left:-4px;
	  padding:0px;
}

#images_details_plus{
	z-index:40;
	margin-top:-90px;
	display:block;
	height:86px;
	width:90px;
	margin-left:472px;	
}

#details_infos{
	width:524px;
	margin:0 auto;
	display:block;
	text-align:left;
	height:auto;
}

.details_white{
	background-color:#FFFFFF;
	color:#000000;
	display:block;
	padding-left:2px;
	overflow:auto;
}

.details_image{
	background-color:#FFFFFF;
	color:#000000;
	height:134px;
	display:block;
	text-align:center;
	margin-bottom:5px;
	/*overflow:auto;*/
}

.details_grey{
	background-color:#CCC;
	display:block;
	padding-left:2px;
	overflow:auto;
}

.details_title{
	float:left;
	display:block;
	width:160px;
	color: #000000;
	font-weight: bold;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:5px;
	line-height: 20px;
	vertical-align:middle;
	background-color:transparent ;
	clear: both;
}

.details_description{
	float:left;
	display:block;
	width:350px;
	color: #000000;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	vertical-align:middle;
}

.details_description2{
	float:left;
	padding-left:10px;
	display:block;
	width:190px;
	color: #000000;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	vertical-align:middle;
}

#repondre_annonce{
	padding-left:15px;
	width:230px;
	z-index:40;
	height:48px;
	border:0px;
	padding:0px;
	margin:10px 0 0 46px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	line-height:40px;
	vertical-align:middle;
	text-decoration:none;
	text-align:center;
	background-image:url(../images/btn_top.png);
	background-repeat:no-repeat;
	/*margin-left:32px;*/
	
}

.repondre_annonce{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	line-height:40px;
	vertical-align:middle;
	text-decoration:none;
	text-align:center;

}

#close_details{
	z-index:40;
	margin-top:-45px;
	display:block;
	margin-left:400px;
	background-image:url(../images/essentiel_aircraft_btn_close2.jpg);
	width:150px;
	height:23px;
	text-align:center;
	padding-top:6px;
}

#osx-container5  #close_details  a{
	color:#ffffff;
	font-weight:bold;
}



div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFFFFF;
	background: #999;

}

.jqZoomPup
{
		overflow:hidden;
		background-image:url(../images/div_jqzoom.gif);
		background-repeat:no-repeat;
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	color: #333333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(../images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	height:43px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFFFFF;
}


.formquicksearchSUBMIT2{
	width:150px;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	font-weight:bold;
	border-color:#FFFFFF;
	border:0px;
	cursor:pointer ;
	text-align:left;
	margin-left:-2px;
	
	
}

* +html .formquicksearchSUBMIT2{
	margin-left:0px;
}
#weak, #medium
{
	border-right:solid 1px #DEDEDE;
}

#sm
{
	margin:0px;
	padding:0px;
	height:14px;
	font-family:Arial, sans-serif;
	font-size:9px;
}

#sm ul
{
	border:0px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}

#sm ul li
{
	display:block;
	float:left;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px;
	height:14px;
}

.nrm
{
	width:75px;
	color:#adadad;
	text-align:center;
	padding:2px;
	background-color:#F1F1F1;
	display:block;
	vertical-align:middle;
}

.red
{
	width:75px;
	color:#FFFFFF;
	text-align:center;
	padding:2px;
	background-color:#FF6F6F;
	display:block;
	vertical-align:middle;
}

.yellow
{
	width:75px;
	color:#FFFFFF;
	text-align:center;
	padding:2px;
	background-color:#FDB14D;
	display:block;
	vertical-align:middle;
}

.green
{
	width:75px;
	color:#FFFFFF;
	text-align:center;
	padding:2px;
	background-color:#A0DA54;
	display:block;
	vertical-align:middle;
}



#osx-modal-content, #osx-modal-data {display:none;}

/* Overlay */
#osx-overlay {background-color:#000; cursor:progress;}

/* Container */
#osx-container {background-color:#eee;color:#000; font-family:"Lucida Grande",Arial,sans-serif; font-size:.9em; padding-bottom:4px; width:800px; height:500px; padding-bottom:30px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}
#osx-container a {color:#ddd;}
#osx-container #osx-modal-title {color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close {display:none; float:right;}
#osx-container .close a {display:block; color:#777; font-size:.8em; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close a:hover {color:#000;}
#osx-container #osx-modal-data {padding:6px 12px; height:500px; overflow: auto;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {margin-bottom:10px;}
#osx-container div label {color:#000000; font-size:.9em;}
#osx-container div span {color:#000000; font-size:.9em;}


#osx-modal-content2, #osx-modal-data2 {display:none;}

/* Overlay */
#osx-overlay2 {background-color:#000; cursor:progress;}

/* Container */
#osx-container2 {background-color:#eee;color:#000; font-family:"Lucida Grande",Arial,sans-serif; font-size:.9em; padding-bottom:4px; width:800px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}
#osx-container2 a {color:#ddd;}
#osx-container2 #osx-modal-title2{color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container2 .close {display:none; float:right;}
#osx-container2 .close a {display:block; color:#777; font-size:.8em; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container2 .close a:hover {color:#000;}
#osx-container2 #osx-modal-data2 {padding:6px 12px; height:150px; overflow: auto;}
#osx-container2 h2 {margin:10px 0 6px;}
#osx-container2 p {margin-bottom:10px;}
#osx-container2 div label {color:#000000; font-size:.9em;}
#osx-container2 div span {color:#000000; font-size:.9em;}


#osx-modal-content3, #osx-modal-data3 {display:none;}

/* Overlay */
#osx-overlay3 {background-color:#000; cursor:progress;}

/* Container */
#osx-container3 {background-color:#eee;color:#000; font-family:"Lucida Grande",Arial,sans-serif; font-size:.9em; padding-bottom:4px; width:800px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}
#osx-container3 a {color:#ddd;}
#osx-container3 #osx-modal-title3{color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container3 .close {display:none; float:right;}
#osx-container3 .close a {display:block; color:#777; font-size:.8em; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container3 .close a:hover {color:#000;}
#osx-container3 #osx-modal-data3 {padding:6px 12px; height:500px; overflow: auto;}
#osx-container3 h2 {margin:10px 0 6px;}
#osx-container3 p {margin-bottom:10px;}
#osx-container3 div label {color:#000000; font-size:.9em;}
#osx-container3 div span {color:#000000; font-size:.9em;}


#osx-modal-content4, #osx-modal-data4 {display:none;}

/* Overlay */
#osx-overlay4 {background-color:#000; cursor:progress;}

/* Container */
#osx-container4 {background-color:#eee;color:#000; font-family:"Lucida Grande",Arial,sans-serif; font-size:.9em; padding-bottom:4px; width:800px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}
#osx-container4 a {color:#ddd;}
#osx-container4 #osx-modal-title4{color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container4 .close {display:none; float:right;}
#osx-container4 .close a {display:block; color:#777; font-size:.8em; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container4 .close a:hover {color:#000;}
#osx-container4 #osx-modal-data4 {padding:6px 12px; height:650px;}
#osx-container4 h2 {margin:10px 0 6px;}
#osx-container4 p {margin-bottom:10px;}
#osx-container4 div label {color:#000000; font-size:.9em;}
#osx-container4 div span {color:#000000; font-size:.9em;}



#osx-modal-content5, #osx-modal-data5 {display:none;}

/* Overlay */
#osx-overlay5 {background-color:#000; cursor:progress;}

/* Container */
#osx-container5 {background-color:#eee; color:#000; font-family:"Lucida Grande",Arial,sans-serif; font-size:.9em; padding-bottom:4px; width:900px; padding-bottom:25px; height:525px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}
#osx-container5 a {color:#ddd;}
#osx-container5 #osx-modal-title5 {color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container5 .close {display:none; float:right;}
#osx-container5 .close a {display:block; color:#777; font-size:.8em; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container5 .close a:hover {color:#000;}
#osx-container5 #osx-modal-data5 { height:550px; overflow: auto;}
#osx-container5 h2 {margin:10px 0 6px;}
#osx-container5 p {margin-bottom:10px;}
#osx-container5 div label {color:#000000; font-size:.9em;}
#osx-container5 div span {color:#000000; font-size:.9em;}


/* Container */

#osx-modal-content4, #osx-modal-data4 {
	display:none;
}

#osx-modal-content5, #osx-modal-data5 {
	display:none;
}

#osx-modal-content7, #osx-modal-data7 {
	display:none;
}

#osx-container #osx-modal-title {color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close {display:none; float:right;}
#osx-container .close a {display:block; color:#777; font-size:.8em; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container .close a:hover {color:#000;}
#osx-container #osx-modal-data {padding:6px 12px; height:500px; overflow: auto;}
#osx-container h2 {margin:10px 0 6px;}
#osx-container p {margin-bottom:10px;}
#osx-container div label {color:#000000; font-size:.9em;}
#osx-container div span {color:#000000; font-size:.9em;}






#osx-modal-content6, #osx-modal-data6 {display:none;}

/* Overlay */
#osx-overlay6 {background-color:#000; cursor:progress;}

/* Container */
#osx-container6 {background-color:#eee;color:#000; font-family:"Lucida Grande",Arial,sans-serif; font-size:.9em; padding-bottom:4px; width:800px; height:500px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}
#osx-container6 a {color:#ddd;}
#osx-container6 #osx-modal-title6{color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container6 .close {display:none; float:right;}
#osx-container6 .close a {display:block; color:#777; font-size:.8em; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container6 .close a:hover {color:#000;}
#osx-container6 #osx-modal-data6 {padding:6px 12px; height:500px; overflow:auto;}
#osx-container6 h2 {margin:10px 0 6px;}
#osx-container6 p {margin-bottom:10px;}
#osx-container6 div label {color:#000000; font-size:.9em;}
#osx-container6 div span {color:#000000; font-size:.9em;}


#osx-modal-content7, #osx-modal-data7 {display:none;}

/* Overlay */
#osx-overlay7 {background-color:#000; cursor:progress;}

/* Container */
#osx-container7 {background-color:#eee;color:#000; font-family:"Lucida Grande",Arial,sans-serif; font-size:.9em; padding-bottom:4px; width:800px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}
#osx-container7 a {color:#ddd;}
#osx-container7 #osx-modal-title7{color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container7 .close {display:none; float:right;}
#osx-container7 .close a {display:block; color:#777; font-size:.8em; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container7 .close a:hover {color:#000;}
#osx-container7 #osx-modal-data7 {padding:6px 12px; height:500px; overflow:auto;}
#osx-container7 h2 {margin:10px 0 6px;}
#osx-container7 p {margin-bottom:10px;}
#osx-container7 span {color:#000000; font-size:.9em;}


#osx-modal-content8, #osx-modal-data8 {display:none;}

/* Overlay */
#osx-overlay8 {background-color:#000; cursor:progress;}

/* Container */
#osx-container8 {background-color:#eee;color:#000; font-family:"Lucida Grande",Arial,sans-serif; font-size:.9em; padding-bottom:4px; width:800px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}
#osx-container8 a {color:#ddd;}
#osx-container8 #osx-modal-title8{color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container8 .close {display:none; float:right;}
#osx-container8 .close a {display:block; color:#777; font-size:.8em; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container8 .close a:hover {color:#000;}
#osx-container8 #osx-modal-data8 {padding:6px 12px; height:500px; overflow:auto;}
#osx-container8 h2 {margin:10px 0 6px;}
#osx-container8 p {margin-bottom:10px;}
#osx-container8 span {color:#000000; font-size:.9em;}



/*-- By Cco --*/


#osx-modal-content9, #osx-modal-data9 {
	display:none;
}

/* Overlay */
#osx-overlay9 {background-color:#000; cursor:progress;}

/* Container */
#osx-container9 {background-color:#eee;color:#000; font-family:"Lucida Grande",Arial,sans-serif; font-size:.9em; padding-bottom:4px; width:800px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}
#osx-container9 a {color:#ddd;}
#osx-container9 #osx-modal-title9{color:#000; background-color:#ddd; border-bottom:1px solid #ccc; font-weight:bold; padding:6px 8px; text-shadow:0 1px 0 #f4f4f4;}
#osx-container9 .close {display:none; float:right;}
#osx-container9 .close a {display:block; color:#777; font-size:.8em; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #f4f4f4;}
#osx-container9 .close a:hover {color:#000;}
#osx-container9 #osx-modal-data9 {padding:6px 12px; height:400px; overflow: auto; text-align:center;}
#osx-container9 h2 {margin:10px 0 6px;}
#osx-container9 p {margin-bottom:10px;}
#osx-container9 div label {color:#000000; font-size:.9em;}
#osx-container9 div span {color:#000000; font-size:.9em;}

/*-- End --*/












table.main th {background-color:#ccf; height:20px;}
.sidebar-entry {text-decoration:none; border:0px solid silver;}
a.sidebar-entry {color:#000; text-decoration: none; margin-left:20px}
a.sidebar-entry:hover {background-color:#eee; text-decoration: none}
a.sidebar-entry:focus {background-color:#ccf; text-decoration: none}
.sidebar-cat-header {background-color:#eee; margin:1px; font-weight:bold;}
.hilight-cat-header {background-color:#ccf;}
.iw-header {background-color:#eee;font-weight:bold}
.iw-directions {display: block; margin-top:20px; width:80px}
#sidebar {width:150px; height:400px; overflow:auto}
#map {width:300px; height:400px;}


.menu_tables {
	background-color:#CCCCCC;
	width:575px;
	display:block;
	overflow:auto;
	margin-left:10px;
	line-height:25px;
	vertical-align:middle;
}

.ligne_tables {
	width:575px;
	display:block;
	overflow:auto;
	margin-left:10px;
	line-height:25px;
	vertical-align:middle;
}


.title_menu {
	background-color:#CCCCCC;
	line-height:25px;
	vertical-align:middle;
	width:150px;
	/*color:#000000;*/
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	border-style:solid;
	border-color:#666666;
	border-width:1px;	
}


.title_menu img{
	vertical-align:middle;
}


.ligne_menu {
	line-height:25px;
	height:25px;
	vertical-align:middle;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	border-style:solid;
	border-color:#666666;
	border-width:1px;	
}

.ligne_menu img{
	vertical-align:middle;
}

.tr_ligne_panier {
	display:block;
	height:30px;
	font-size:12px;
	font-family:Arial,verdana;
	color: #dfc2a0;
	background-color: #FFFFFF;
	border-bottom:1px dashed #949494;
}

.tr_ligne_panier_orange {
	display:block;
	height:30px;
	font-size:12px;
	font-family:Arial,verdana;
	font-size:12px;
    color: #000000;
	background-color: #EDEDED;
	border-bottom:1px dashed #949494;
}

.haut_lign_panier{
	line-height: 30px;
}

td.td_general_fond {
	font-size:12px;
    color: #A0B7DF;
	background-color: #FFFFFF;
}

tr.tr_col1 {
	
}
tr.tr_col2 {
	font-size:12px;
    color: #A0B7DF;
	background-color: #FFFFFF;
}

tr.tr_col3 {
	font-size:11px;
    color: #A0B7DF;	font-weight:bold;
	background-color: #FFFFFF;
}
tr.tr_col4 {
	font-size:11px;
    color: #A0B7DF;	font-weight:normal;
	background-color: #FFFFFF;
}

div.parcourir_form {
	display:block;
	height:37px;
	margin:0;
	padding:0;
}

p.parcourir_form form {
	margin:0px 0 0px 0;
	padding:0;
}

p.parcourir_form form input{
	margin:0;
	padding:0;
}

.page_fixe_liste {
	list-style:none;
	padding:0 0 0 25px;
}

.page_fixe_liste li {
	background-image:url(../images/picto/liste_links.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding: 7px 0 25px 25px;
}

.page_fixe_liste li  a{
	color:#ff6600;
}

.page_fixe_liste li  a:hover{
	color:#EE8800;
}

.page_fixe_liste li p{
	padding: 0 0 0 5px;
}

/* Page assurances.php */

#content_assurances {
	width: 900px;
	padding: 0 0 0 15px;
}

#content_assurances #liste_assurances {
	width: 600px;
	background: #EEEEEE;
	min-height: 150px;
	height: auto!important;
	height: 150px;
	clear: both;
}

#content_assurances #liste_assurances ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#content_assurances #liste_assurances ul li {
	display: block;
	width: 110px;
	height: 110px;
	float: left;
	padding:15px;

}

#content_assurances #texte-introductif p{
	font-face: font-family: Arial,  Verdana, Helvetica, sans-serif;
}

#title_assurance{
	display: block;
	width: 300px;
	height: 40px;
	line-height: 40px;
}
#content_assurances #form_assurances {
	width: 650px;
	padding: 10px;
}

#content_assurances #form_assurances .rub_form_assurance
{
	padding: 10px 0;
	height: 25px;
	line-height: 25px;

}

#content_assurances #form_assurances .une_ligne {
	height: 25px;
	line-height: 25px;
}

#content_assurances #form_assurances .une_ligne h3 {
	padding: 0 5px;
	margin: 0;
}


#content_assurances #form_assurances .deux_ligne {
	height: 50px;
	line-height: 25px;
}

#content_assurances #form_assurances .trois_lignes {
	height: 75px;
	line-height: 25px;
}

#content_assurances #form_assurances .colonne_gauche_assurances {
	width: 300px;
	float: left;
}
#content_assurances #form_assurances .colonne_gauche_assurances label {
	width: 290px;
	display:block;
}

#content_assurances #form_assurances .colonne_droite_assurances {
	width: 320px;
	float: left;
}

#content_assurances #form_assurances .colonne_droite_assurances input[type=text] {
	width: 310px;
}

#content_assurances #form_assurances .colonne_droite_assurances input[type=text].short {
	width: 60px;
	text-align: right;
}

#content_assurances #form_assurances .colonne_droite_assurances select {
	width: 310px;

}

#content_assurances #form_assurances .colonne_centre_assurances .colonne_centre_assurances_text {
	padding: 10px 0 0 0;	
	
}

#content_assurances #form_assurances .colonne_centre_assurances .colonne_centre_assurances_content {
	padding: 10px 0 0 0;	
	
}

#content_assurances #form_assurances .colonne_centre_assurances textarea.tarea_long {
	width: 610px;
	height: 120px;
	overflow: auto;

}

.spacer {
	clear:both;
	height: 20px;
	line-height:0;
	font-size:0;
}

.red10 {
	color: #FF0000;
	padding: 10px 0;
}

.bt_top_orange
{
	padding: 6px 0 0 0;	
}

.justify_left{
	text-align: left;	
}

#list_img_a_supp
{
	width: 800px;
	height: 70px;
}

#list_img_a_supp .img_a_supp
{
	width: 50px;
	height: 60px;
	float: left;
	padding: 0 20px;
	text-align: center;	
}

#Directory{
	width:584px;
	height:930px;
	border:none;
}

/* PAGE CONTACT */
.ContactEA_Form {
	float:left;
	width:586px;
}

.ContactEA_Form_Data{
	float:left;
	width:100px;
}

.ContactEA_Form .details_grey,
.ContactEA_Form .details_white{
	width:540px;
	margin-bottom:5px;
	padding:5px 0px 5px 0px;
}

.ContactEA_Form input{
	width:250px;
}

.ContactEA_Form select{
	width:254px;
}

.ContactEA_Form textarea{
	width:480px;
	width:435px;
	height:120px;
}

.erreur_form{
	color:#CC0000;
}
#searchresult_mid3 {
	background-image:url(../images/main_mid.jpg);
	background-repeat:repeat-y;
	width:586px;
	height:auto;
	display:block;
	margin:0px;
	padding:0 6px 0 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*By Cco*/
	float:left;	
}
#searchresult_mid4{
	background-image:url(../images/main_mid.jpg);
	background-repeat:repeat-y;
	width:590px;
	height:auto;
	display:block;
	margin:0px;
	padding:0 0 0 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*By Cco*/
	float:left;	
}

#searchresult_mid5{
	background-image:url(../images/main_mid.jpg);
	background-repeat:repeat-y;
	width:545px;
	height:auto;
	display:block;
	margin:0px;
	padding:0 26px 0 26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*By Cco*/
	float:left;	
}


.haut_lign_panier #abonnement {
	background: #EDEDED;
	font-size: 11px;
	color: #949494;


}
#details_shows
{
float:left;
border-bottom: 1px solid #cccccc;
margin:0 0 40px 35px;
}
#details_shows_image
{
clear:both;
float: left;
width:175px;
height:180px;
}

#details_shows_name  {
float:left;
height:150px;
padding:15px 0 0 0;
text-align:center;
width:337px;
}

.btn_shows{
	background-image:url(../images/btn_wanted_news.jpg);
	background-repeat:no-repeat;
	width: 159px;
	height:22px;
	display:block;
	margin:0px;
	padding:0px;
	margin-left:0px;
	padding-left:21px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	vertical-align: middle;
	margin-bottom:10px;
}

.btn_shows a
{
color:#ffffff;
}

/* PAGE PANIER-PAIEMENT */

#fac_button_promo{
	outline:none;
}

#promoDiv{
	margin-bottom:15px;
}
