@charset "utf-8";
/* CSS Document */

body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg_head_body.jpg);
	background-repeat: repeat-x;
	background-color: #f9f9f9; 
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}

#main{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -45px;
	margin-left: auto;
	position:relative;
	background-color: #FFF;
}
#main .shadow_d {
	background-image: url(../images/shadow_d_main.png);
	position: absolute;
	height: 100%;
	width: 6px;
	top: 0px;
	right: -6px;
	
}
#main .shadow_g {
	background-image: url(../images/shadow_g_main.png);
	position: absolute;
	height: 100%;
	width: 6px;
	top: 0px;
	left: -6px;
	
}

#main .push {
	height: 45px; /* .push must be the same height as .footer */
}

#header{
	height: 96px;
	background-image: url(../images/bg_head.jpg);
	z-index: 70;
	position: relative;
}

#header .cont{
	width:900px;
	background-image: url(../images/bg_head.jpg);
	height: 96px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	


}

#logo{
	height: 55px;
	width: 167px;
	position: absolute;
	left: 0px;
	top: 21px;	
	
	
}


#main_menu{
	position: absolute;
	top: 56px;
	right: 0px;
	z-index: 1000;

}

#main_menu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	


}

#main_menu ul li{
	display: block;
	float: left;
	margin-right: 6px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	font-weight: normal;
	font-size: 14px;
	position: relative;
	padding-bottom: 20px;
	
}

#main_menu ul li.select{
	background-image: url(../images/fleche_main_select.png);
	background-repeat: no-repeat;
	background-position: center 28px;
}



#main_menu ul li.sub_in:hover{
	background-color:#fff;
	border-top-right-radius:4px;
	border-top-left-radius:4px;
}

#main_menu ul li.last{
	
	margin-right: 0px;

}

#main_menu ul li a{
	
	color:#505050;
	text-decoration:none;

}

#main_menu ul li a.boutique{
	color:#EA1C34;
	
	text-decoration:none;

}

#main_menu ul li a.boutique:hover{
	color:#EA1C34;
	
	text-decoration:underline;

}

#main_menu ul li a:hover{
	color:#EA1C34;
	text-decoration:none;

}
#main_menu ul li:hover a{
	color:#EA1C34;
	text-decoration:none;

}
#main_menu ul li:hover ul.sub a{
	color:#8b8b8b;
	text-decoration:none;

}

/*#main_menu ul.sub{
	background-image: url(../images/bg_sub.png);
	margin-top: 18px;
	position: absolute;
	left: -6px;
	top: 18px;
	width: 150px;
	display:none;
	padding-right: 4px;
	padding-bottom: 2px;	
}*/

#main_menu ul.sub{
	margin-top: 19px;
	position: absolute;
	left: 0px;
	top: 4px;
	
	display:none;
	/**/opacity:0.0;
	background-image: url(../images/shadow_sub.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 3px;
	border-top:3px solid #fff;
	border-top-right-radius:4px;
}

#main_menu ul.sub li{
	margin-right:0px;
	padding-bottom: 0px;
	border-right:3px solid #fff;
	border-left:3px solid #fff;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	color: #8b8b8b;
	line-height: normal;
}

#main_menu ul.sub li.last{
	
	border-bottom:3px solid #fff;
}

#main_menu ul.sub li a{
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	display: block;
	width:138px;
	background-color: #fff;
	font-size: 12px;
	color: #8b8b8b;
}

#main_menu ul.sub li a:hover{
	background-image: url(../images/bg_head.jpg);
	
}

#main_menu ul.sub li a.select{
	background-image: url(../images/bg_head.jpg);
	
}

#top_menu{
	position: absolute;
	top: 10px;
	right: 0px;
	font-size: 20px;
	


}
#top_menu ul li.num{
	padding-left: 22px;
	padding-right: 22px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	height: 16px;
	font-size: 14px;
	font-weight: bold;
	margin-right:0px;
	padding-top:0px;
}

#top_menu ul li.contact{
	padding-left: 22px;
	padding-right: 22px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	height: 16px;
	
	margin-right:0px;
	
}
#top_menu ul li.last{
	
	padding-right: 0px;

}
#top_menu ul li.num a{
	
	
}

#top_menu ul li.num a:hover{
	
	
}

#top_menu ul li.num .num_2{
	color:#a3a3a3;
	text-align: right;
}
#top_menu ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	
	padding-bottom: 0px;
	padding-left: 0px;
	
		


}

#top_menu ul li{
	display: block;
	float: left;
	margin-right: 22px;
	font-weight: normal;
	font-size: 11px;
	padding-top:1px;
}

#top_menu ul li.last{
	
	margin-right: 0px;

}

#top_menu ul li a{
	color:#a3a3a3;
	text-decoration:none;

}

#top_menu ul li a:hover{
	color:#a3a3a3;
	text-decoration:underline;

}
#content{
	position:relative;
	/*background-image: url(../images/decor_bg_1.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	z-index: 50;
}

#content.bg_1{
	background-image: url(../images/decor_bg_1.jpg);
}

#content.bg_2{
	background-image: url(../images/decor_bg_2.jpg);
}

#content.bg_3{
	background-image: url(../images/decor_bg_3.jpg);
}

#content.bg_4{
	background-image: url(../images/decor_bg_4.jpg);
}

#content.bg_5{
	background-image: url(../images/decor_bg_5.jpg);
}

#content.bg_6{
	background-image: url(../images/decor_bg_6.jpg);
}

#content .deg_head{
	background-image: url(../images/deg_head.png);
	width: 100%;
	position: absolute;
	height: 25px;
	left: 0px;
	top: 0px;	
	z-index:15;
}

#content  .cont .line_gray{
	background-image: url(../images/line_gray_cont.png);
	width: 100%;
	position: absolute;
	height: 26px;
	left: 0px;
	top: 287px;
}

#content .col_d{
	background-color: #FFF;
	float: right;
	width: 652px;
	margin-top: 105px;
	position:relative;
    z-index: 999;
    min-height: 400px;
	
}

#content .ipad_h{
	float: right;
	width: 652px;
	height:511px;
	margin-top: 105px;
	position:relative;
	background-image: url(../images/ipad_h.png);	
}


body.home #content .col_d{
	margin-top: 200px;
	width: 552px;
	
	
}

#content .ipad{
	position:relative;
	background-image: url(../images/ipad.png);
	height: 431px;
	width: 298px;
	float: left;
	margin-top: 200px;
}

#content .img_gauche{
	float:left; 
	margin-right:22px;
}

#content .box_nouvelles{
	padding-top: 22px;
	padding-bottom: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#content .box_nouvelles.first{
	padding-top: 0px;
	
}

#content .box_nouvelles.last{
	
	border-bottom: none;
	
}


#content .box_nouvelles .img{
	float:left;
	/*width:170px;*/
}

#content .box_nouvelles .para{
/*	float:right;
	width:410px;*/
}

#content .box_nouvelles .lien{
	float:right;
	padding-left: 22px;
	background-image: url(../images/col_d_ul.png);
	background-repeat: no-repeat;
	background-position: left center;	
}

#content .box_nouvelles .title{
	margin-bottom:22px;
	margin-top:0px;
	font-size:16px;
	font-weight:bold;
	color: #EA1C34;
	border-bottom:none;
}

#content .box_equipe{
	padding-top: 22px;
	padding-bottom: 22px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#content .box_equipe.first{
	padding-top: 0px;
	
}

#content .box_equipe.last{
	
	border-bottom: none;
	
}


#content .box_equipe .img{
	float:left;
	width:166px;
	height: 180px;
	border: 10px solid #f4f4f4;
}

#content .box_equipe .para{
	float:right;
	width:394px;
}

#content .box_equipe .lien{
	float:right;
	padding-left: 22px;
	background-image: url(../images/col_d_ul.png);
	background-repeat: no-repeat;
	background-position: left center;	
}

#content .box_equipe .title{
	
	font-size:16px;
	font-weight:bold;
	color: #EA1C34;
	border-bottom:none;
	margin-top:0px;
}

#content .box_equipe .s_title{
	
	
	font-weight:bold;
	font-style:italic;
	
}

#content .box_equipe p{
	margin-bottom:0px;
	margin-top:16px;
}


#content .box_equipe.small{
	width:292px;
	float:left;
	border-bottom: none;
	margin-right:16px;
	font-size:11px;
}

#content .box_equipe.small .img{
	width:109px;
	height:119px;
	
	border: 7px solid #f4f4f4;
	
	
}

#content .box_equipe.small .title{
	font-size:14px;
	
	
}

#content .box_equipe.small.last{
	
	margin-right:0px;
	
}

#content .ligne{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	clear:both;
	height:0px;
	
}

#content .box_equipe.small .para{
	float:right;
	width:292px;
}

#content .col_half{
	width: 440px;
	float:left;
	margin-right:20px;
	margin-bottom:16px;
}

#content .col_half .img_b{
	border:1px solid #F2F2F2;
}

#content .col_half.last{
	
	margin-right:0px;
}

#content .col_d .col_half{
	width: 293px;
	float:left;
	margin-right:16px;
	margin-bottom:16px;
}

#content .col_d .col_half .img_b{
	border:1px solid #F2F2F2;
}

#content .col_d .col_half.last{
	
	margin-right:0px;
}

#content .box_evenements{
	background-color: #000;
	margin-top: 30px;
	position:relative;
	padding: 30px;
	background-image: url(../images/bg_box_event.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color:#FFF;
	margin-bottom: 28px;	
}

#content .box_evenements .menu{
	height: 24px;
	margin-bottom: 20px;	
	
}


#content .box_evenements .menu ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
	float:right;
	text-transform:uppercase;
	
}

#content .box_evenements .menu ul li{
	display:block;
	float:left;
	padding-left:6px;
	padding-right:6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	color: #666;
	cursor:pointer;
	padding-bottom: 10px;
	font-weight: bold;
}

#content .box_evenements .menu ul li.last{
	
	padding-left:6px;
	padding-right:0px;
	border-right:none;	
}

#content .box_evenements .menu ul li.select{
	color: #fff;
	cursor:auto;
	background-image: url(../images/fleche_menu_evenements.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}

#content .box_evenements .left{
	float:left;
	width:169px;
	padding-top:100px;
	
}
#content .box_evenements .right{
	float:right;
	width:642px;
}

#content .box_evenements .right .img{
	border:solid 1px #999999;
	position:relative;
	width:640px;
	height:360px;
	background-color: #333;
}

#content .box_evenements .right .img a{
	background-image: url(../images/spacer.png);
	display: block;
	position: absolute;
	z-index: 100;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;	
}

#content .box_evenements .right .img .play{
	background-image: url(../images/play.png);
	height: 71px;
	width: 71px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -35px;
	margin-left: -35px;
}



#content .box_hl{
	background-color: #f2f2f2;
	margin-bottom: 10px;	
	padding-top:16px;
	padding-bottom:16px;
	margin-bottom:22px;
}

#content .box_hl p{
	padding-left:22px;
	padding-right:22px;
}

#content .box_hl p.center{
	
}

#content .box_hl .logo{
	margin-bottom:10px;
	padding-bottom:10px;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #acacac;
	margin-left:22px;
	margin-right:22px;
}

#content .box_hl.white{
	background-color: #ffffff;
	
}

#content .box_hl.pale{
	background-color: #f8f8f8;
	
}

#content .box_hl.space{
	margin-bottom: 16px;	
	
}

#content .box_hl.half{
	width: 293px;
	float:left;
	margin-right:16px;
}

#content .box_hl.last{
	margin-right:0px;
	
}

#content .box_hl ul{
	margin-bottom:0px;
	padding-bottom:0px;
}
#content .box_hl ul li{
	padding-right:14px;
	
}
#content .box_hl ul li.last{
	margin-bottom:0px;
	
}

#content .box_prod{
	width: 279px;
	float:left;
	margin-right:16px;
	margin-bottom:16px;
	padding:6px;
	border-top: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	position:relative;
	
}

#content .box_prod .title{
	
	
	margin-top:0px;
	padding-bottom:10px;
	
}

#content .box_prod.last{
	
	margin-right:0px;
	
}

#content .box_prod p{
	
	margin-bottom:14px;
	
}
#content .box_prod.gris{
	
	background-color:#f6f6f6;
	
}

#content .box_prod .deg{
	background-image: url(../images/bg_box_prod.png);
	position: absolute;
	height: 76px;
	width: 293px;
	left: -1px;
	bottom: 0px;
	z-index:20;
	
	
}

#content .box_prod .txt{
	position:relative;
	z-index:30;
	
	
}


#content .box_prod a.lien{
	color:#ea1c34;
	font-weight:bold;
	text-transform:uppercase;
	float:right;
	background-image: url(../images/fleche_box_pro.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
	
}

#content .col_g{
	position:relative;
	width: 224px;
	float: left;
	margin-top: 328px;
	
	
}

#content .bg_c{
	position: absolute;
	height: 313px;
	width: 960px;
	left: 0px;
	top: 0px;
	z-index:10;
	
	
}

#content .title{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 22px;	
	
}

#content .col_d .cont_img{
	float:left;
	width:166px;
	height: 180px;
	border: 10px solid #f4f4f4;
	margin-right:22px;
	margin-bottom:22px;
}

#content .col_d .cont_img_2{
	float:left;
	width:124px;
	height: 135px;
	border: 7px solid #f4f4f4;
	margin-right:16px;
	margin-bottom:16px;
}

#content .col_d .cont_img.last,
#content .col_d .cont_img_2.last
{
	
	margin-right:0px;
	
}


#content .col_g ul{
	padding: 0px;
	list-style-type: none;
	margin-bottom:22px;
	margin-top: 22px;
	margin-right: 0px;
	margin-left: 0px;
	
}

#content .col_g ul li{
	background-image: url(../images/col_d_ul.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 22px;
	margin-bottom: 14px;
	
}




#content .col_g ul li.last{
	margin-bottom: 0px;
	
}

#content .s_titre{
	font-size: 16px;
	font-weight: bold;
	color: #EA1C34;
    min-height: 200px;

}


#content a{
	color:#505050;
	text-decoration:none;
	
}

#content a:hover{
	color:#EA1C34;
	text-decoration:none;	
}

#content .col_d a{
	color:#EA1C34;
	
	text-decoration:none;
	
}

#content  .col_d a:hover{
	color:#EA1C34;
	text-decoration:underline;	
}

#content .reflect{
	position:absolute;
	background-image: url(../images/ipad_reflect.png);
	height: 337px;
	width: 118px;
	float: left;
	
	z-index: 15;
	top: 7px;
	right: 0px;
}

#content .ipad .cont_img{
	height: 306px;
	width: 232px;
	position: relative;
	padding-top: 37px;
	padding-left: 32px;
}

#content .ipad .cont_img .img{
	height: 306px;
	width: 232px;
	position: absolute;
	left:32px;
	top:37px;
	z-index:10;
}



#content .ipad .cont_img .select{
	z-index:20;
}

#content .col_d .container{
	position:relative;
	width: 552px;
	overflow:hidden;
	height:518px;
	
}

#content .col_d .slider{
	position:absolute;
	width: 2760px;
	height:518px;
	left: 0px;
	top: 0px;	
}

#content .col_d .menu{
	position: absolute;
	height: 19px;
	right: 28px;
	bottom: 28px;
	
}

#content .col_d .menu .bt{
	float: left;
	height: 30px;
	width: 55px;
	background-image: url(../images/bt_col_d_2.png);
	cursor:pointer;
	color: #FFF;
}

#content .col_d .menu .bt .txt{
	text-align:center;
	padding-top:4px;
	font-size: 16px;
	font-weight: bold;
}

#content .col_d .next{
	float: left;
	height: 21px;
	width: 101px;
	background-image: url(../images/bt_suite_col_d.png);
	cursor:pointer;
	position: absolute;
	right: 28px;
	bottom: 13px;	
}

#content .col_d .next div{
	color: #FFF;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 12px;
}
#content .col_d .next:hover{
	background-position: 0px -21px;		
}

#content .col_d .menu .bt:hover{
	background-position: 0px -30px;	
	
}

#content .col_d .menu .bt.select{
	background-image: url(../images/bt_col_d_2.png);
	background-position: 0px -60px;
	color: #909090;	
}

#content .col_d .col{
	position:relative;
	padding:25px;
	width:602px;
	
	float:left;
	
	
}

#content .col_d .col .air_miles{
	width:60px;
	height:60px;
	position:absolute;
	right:25px;
	top:15px;
	
	
}

body.home #content .col_d .col{
	
	width:502px;
	
	
	
	
}

#content .col_d ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	
	
}

#content .col_d ul li{
	margin-bottom:10px;
	margin-left: 22px;
	background-image: url(../images/bullet_sub.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 14px;
	
	
}

#content ul.menu_equipe{
	clear:both;
	font-size: 14px;
}

#content ul.menu_equipe li{
	display:block;
	float:left;
	background-image:url(../images/spacer.png);
	padding-left:0px;
	margin-left:0px;
	margin-right:15px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #606060;
	cursor:pointer;
	
}
#content ul.menu_equipe li:hover{
	color: #EA1C34;
	
	
}

#content ul.menu_equipe li.select{
	color: #EA1C34;
	cursor:auto;
	
	
}

#content ul.menu_equipe li.last{
	
	border-right:none;
	margin-right:0px;
	padding-right: 0px;
	
}


#content .col_d .slider .col{
	height:468px;
	background-image: url(../images/bg_down_col_d.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content .col_d .fold_up{
	background-image: url(../images/col_d_fold_up.png);
	position: absolute;
	height: 17px;
	width: 361px;
	top: -17px;
	right: 19px;	
}

#content .col_d .fold_left{
	background-image: url(../images/col_d_fold_left.png);
	position: absolute;
	height: 174px;
	width: 19px;
	top: 7px;
	left: -19px;
}

body.home #content .col_d .fold_left{
	background-image: url(../images/col_d_fold_left.png);
	position: absolute;
	height: 106px;
	width: 19px;
	top: 7px;
	left: -19px;
}

#content .col_d .promo{
	height: 101px;
	margin-bottom: 12px;
	margin-right: 2px;
	margin-left: 2px;
}

#promo_1 .line{
	float: left;
	height: 47px;
	width: 305px;
	padding-left: 31px;
	padding-top: 40px;
}

#promo_1 .logo{
	float: right;
	height: 101px;
	width: 100px;
	padding-right: 31px;
	padding-top: 10px;
}

#content .cont{
	width:900px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	font-size: 13px;
	line-height: 18px;
	color: #555555;
	z-index: 50;
	background-position: center top;
}

.break{
	height:0px;
	overflow:hidden;
	clear:both;
}

#content h2{
	font-weight: normal;
	color: #EA1C34;
	padding-bottom: 10px;
	line-height: 22px;
	
}

#content p{
	margin-bottom:22px;
	margin-top:0px;
	text-align:justify;
	
	
}

#content p.last{
	margin-bottom:0px;
	
	
	
}

#content .titre{
	margin-bottom:22px;
	
	
}

#content .note_left{
	margin-bottom:22px;
	text-align:center;
	font-size: 16px;
	color: #EE3224;	
	
}

#content .note_left img{
	margin-bottom:5px;
	
	
}
#footer{
	height:45px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../images/shadow_footer_main.png);
}

#footer .cont{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:35px;
	background-image: url(../images/shadow_footer.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	background-color: #FFF;
}

#footer .col_g{
	float: left;
	width: 100px;
	padding-top: 6px;
	padding-left: 30px;	
}

#footer .col_d{
	float: right;
	width: 300px;
	padding-top: 11px;
	padding-right: 30px;
	text-align:right;
	font-size: 10px;
	color: #999;
}
#footer .col_g img{
	
	padding-right: 6px;	
}
#main #content .cont .col_g .note_left strong {
	color: #e00000;
}
