	/* initialisation*/
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
.tortue{
	width:255px;
	height:123px;
	position:absolute;
    z-index:1;
    top:325px;
    left:30px;
		background: url(/images/tortue.png) 0 0 no-repeat;
	}
.shark{
	width:212px;
	height:80px;
	margin:15px 0 0 15px;
		background: url(/images/shark.png) 0 0 no-repeat;
	}
.plongeur{
	width:286px;
	height:162px;
	position:absolute;
	bottom:50px;
	right:-20px;
		background: url(/images/plongeur.png) 0 0 no-repeat;
	}
html,body{height: 100%;}
/*--------------------------------GENERAL TOOLS---------------------------------------*/

.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.null{line-height: 0; margin: 0;}
.none{display: none;}
span.go_prev{display:none;}
.align-right{text-align: right;}

/*=================CSS LAYOUT=================*/

body{
	background: #064e81 url(/images/bg_site_repeat.jpg) 0 0 repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
}

#all{
	background: url(/images/bg_site.jpg) center 0 no-repeat;
	width: 100%;
	text-align: center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position:relative;
	z-index:0;
}

#global{
	width: 945px;
	margin: 0 auto 0 auto;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
		background:url(/images/bg_main.png) 0 0 repeat;
	margin-bottom: -30px;
	    position:relative;
	z-index:2;
}

h1{
	color: #fff;
	font-size:1.7em;
	margin:21px 0 15px 0;
	text-transform:uppercase;
}

h2{
	color: #bff575;
	font-size:1.2em;
	font-weight: bold;
	margin: 10px 0 10px 0;
	line-height: 1.3em;
}
.color{
	color:#bff575;font-weight:bold;
}
.conge{
	color:#BFF575;
	font-weight:bold;
}
/* ------------------HEADER-------------------*/
#header{background:url(/images/bg_header.jpg) 0 0 no-repeat;height: 151px;}
/* --------logo-------*/
#header .logo{
	position:absolute;
	width:161px;
	height:135px;
	margin:13px 0 0 15px;
}
#header .logo a{
	cursor:pointer;
	position:relative;
	z-index: 10;
	display:block;
	width:250px;
	height:116px; 
		background:url(/images/logo_splash.png) 0 0 no-repeat;
	}
.logo a span{display: none;}

.newsletter{
	margin-top:20px;
	margin-right:30px;
}
.newsletter form.form-contact{
	width:auto;
	margin:0;
}
.newsletter p{
	color:#042f59;
	font-size:1em;
	padding-bottom:7px;
	text-align:right;
}
.newsletter input.field-newsletter{
	border:none;
	font-size:1.1em;
	color:#0a92bf;
	padding:3px 3px 2px 3px;
}
.newsletter input.bt-newsletter{
		border:1px solid #fff;
		background: #fff url(/images/bg_bt_newsletter.jpg) 0 bottom repeat-x;
	font-size:0.9em;
	padding:2px 3px 0 3px;
	color:#174f85;
	margin-left:7px;
}
#newsletter .form-contact .required p.in_form span{
   display:block;
}
#newsletter .form-contact .required p.in_form{
   width:58%;
}
#newsletter .form-contact .required p.tit_form{
   width:42%;
}
#newsletter .form-contact .required{
   margin-top:10px;
}
#newsletter .form-contact .buttons{
   margin-top:20px;
}
#newsletter .form-contact .required p.in_form input{
   width:auto;
  
}
.facebook-icon{
	position:absolute;
	top:10px;
	right:60px;
	background: url(/images/facebook.gif) 0 0 no-repeat;
	width:53px;
	height:20px; 
}
.facebook-icon a{
	display:block;
	width:32px;
	height:32px; 
}
.hidden{display:none;}

div.logged-user p, div.logged-user ul li{
	line-height: 1.3em;
	margin: 20px 30px 5px 0px;
	text-align: right;
	color:#042F59;
	font-size:1.2em;
}
div.logged-user a {
	line-height: 1.3em;
	margin: 20px 0 5px 10px;
	text-align: right;
	color:#042F59;
	font-size:1.1em;
}
div.logged-user a:hover {
	color:#042F59;
}
div.logged-user ul li a {
	line-height: 1.3em;
	margin: 20px 0px 5px 140px;
	text-align: right;
	color:#042F59;
	font-size:1.2em;
}
div.logged-user ul li a:hover {
	color:#042F59;
}

/* --------lang-------*/
div.lang ul{margin: 15px 31px 5px 0; text-align: right;}
div.lang ul li{
	display: inline;
	list-style: none;
	padding: 0 0;
}
div.lang ul li.last{border-right: none;}
div.lang ul li a{
	text-decoration: none;
	color: #042f59;
	font-weight: bold;
}
/* ------------------END HEADER-----------------*/

/*----------NAV TOOLS------------*/
ul#nav-tools{
	position:absolute;
	right:20px;
	top:119px;
	z-index:1;
}
ul#nav-tools li{
	list-style-type: none;
	float:left;
	margin: 0 0 0 1px;
	padding:0;
	position:relative;
}
ul#nav-tools li a{
	margin:0;
	text-decoration: none;
	color: #042f59;
	display:block;
	padding:7px 7px; 
}
ul#nav-tools li.on a, ul#nav-tools li a:hover{
		background:url(/images/bg_main.png) 0 0 repeat;
	}
ul#nav-tools li.on a{color: #042f59; font-weight:bold;}


/*--------END NAV TOOLS--------*/

/*----------------menu--------------*/
#menu{
		width:210px;
		padding : 0 0 0 0;
	position:relative;
	z-index:5;
}
ul#nav1{
	z-index:101;
	list-style: none;
	padding:0 0 0 0;	
		margin:0 0 0 -8px;
		}
ul#nav1 li{
	margin:0 0 0 0;
	padding: 1px 0 1px 0;
	position: relative;
}
ul#nav1 li.on a{
		background: url(/images/menu_act_test.png) 0 0 no-repeat;
		}
ul#nav1 li a:hover{
		background: url(/images/menu_act_test.png) 0 0 repeat-x;
		}
ul#nav1 li a{
	cursor:pointer;
	margin:0 0 0 0;
		padding: 8px 0 9px 23px;
		display: block;
	text-decoration: none;
	color: #fff;
    font-size:1.4em;
    font-weight:bold;
	}

ul#nav1 li.on a, ul#nav1 li a:hover{color: #042f59;}
ul#nav1 li.on span, ul#nav1 li:hover span{
	/*width: 5px;
	height:31px;
	display: block;
	position:absolute;
	z-index:1000;*/
		/*left:-5px;
	background: url(/images/menu_act_corner.png) 0 0 no-repeat;
	*/}

ul#nav1 li.on ul#nav2{
	padding:5px 0;
	list-style:none;
}

ul#nav1 li.on ul#nav2 li{
	border: none;
		width:190px;
    margin: 0 0 0 23px;
		    padding:0 0 5px 0;	

}
ul#nav1 li.on ul#nav2 li.first a{
	}

ul#nav1 li.on ul#nav2 li a{
	width:auto;
	color:#fff;
	padding:2px 0 2px 18px;
    font-size: 1.1em;
	line-height:16px;
	background: url(/images/puce.gif) 5px 7px no-repeat;
}

ul#nav1 li.on ul#nav2 li a:hover{
	color:#0a92bf;
	background: #b8e5f6 url(/images/puce-hover.gif) 5px 7px no-repeat;
}

ul#nav1 li.on ul#nav2 li.on{color:#fff;}
ul#nav1 li.on ul#nav2 li.on a{
	color:#0a92bf;
	background: #b8e5f6 url(/images/puce-hover.gif) 5px 7px no-repeat;
}
ul#nav1 li.on ul#nav2 #nav3 li{
	list-style-type:none;
		margin:2px 0 2px 33px;
		padding:0;
	}
ul#nav1 li.on ul#nav2 #nav3 li a{
	background:url(/images/fleche-link.gif) 0 6px no-repeat;
	font-size:10px;
	font-weight:normal;
	margin:0;
	color:#fff;
	padding:0 0 0 7px;
}
#menu ul#nav1 li.on ul#nav2 #nav3 li.on a{
	color:#bff575;
	font-weight:bold;
}
ul#nav1 li.on ul#nav2 #nav3 li a:hover{color:#bff575;}
#main li.admin {font-size:0.89em;}
#main li.admin.first{
		background:  url(/images/border-admin.gif) right 0 no-repeat;
	margin-top:10px;
	padding-top:10px;
	}
#main li.admin.last {margin-bottom:20px;}
#main li.admin.shop {
		background: #083665;
	margin:2px 0 2px 23px;
	-moz-border-radius:7px;
	padding:0;
	}
#main li.admin.shop a{
		background:  url(/images/bag.png) 10px 3px no-repeat;
	padding: 10px 15px 10px 35px;
	-moz-border-radius:7px;
	} 
#main li.admin.shop.on a{
		color:#f3f31a;
	background: #052c51 url(/images/bag-hover.png) 35px 3px no-repeat;
	padding: 10px 15px 10px 60px;
	margin-left:-25px;
	}
#main li.admin.shop a:hover, #main li.admin.shop.on a:hover{
		background: #052c51 url(/images/bag-hover.png) 35px 3px no-repeat;
	color:#f3f31a;
	padding: 10px 15px 10px 60px;
	margin-left:-25px;
	}

.border{
	background: url(/images/border.gif) 0 0 repeat-x;
	height:2px;
		opacity:0.4;
	margin:10px 0 10px 15px;   
	}
.horaires{
	position:relative;
	z-index:3;
	margin:0 0 0 15px;
	padding:0 0 0 0;   
}
.horaires h2{
	color:#fff;
	padding:0;
	margin:0 0 7px 0;
}
.horaires p{
	color:#fff;
	font-size:1.2em;
	line-height:18px;
	margin:0 0 7px 0;
}
.adress{
	color:#fff;
	margin:0 0 0 15px;
	padding:0 0 0 0;   
}
.fn, .adr, .tel, .street-address, .country-name{display:block;}
.fn, .adr, .tel{padding: 0 0 7px 0;}
.adr{line-height:18px;}

/* -------------------CONTENT----------------------*/
#main{
	background: url(/images/bg_main_corner.jpg) 0 0 no-repeat;	
	padding: 16px 0 93px 0;
	height:1%;
}
.banner{
		width:686px;
		height:235px;
	border:2px solid #e1eef7;
	background:url(/images/banner.jpg) 0 0 no-repeat;
}
#content{
	float:left;
	width:690px;
		margin:0 15px 0 30px;
		padding: 0 0;
}
#content-text p{
	line-height: 1.3em;
	margin: 13px 0;
	text-align: justify;
	color:#c2e4f2;
	font-size:1.2em;
}
#content-text p a.external, #content-text p a, #content-text ul.liste a{color:#f3f31a/*bff575*/;}
#content-text p a.external:hover, #content-text p a:hover, #content-text ul.liste a:hover{color:#ffdd00/*f3f31a*/;}
#content-text .logout a{color:#f3f31a/*bff575*/;}
#content-text .logout p a:hover{color:#ffdd00/*f3f31a*/;}
#content-text a.prop-plongee {color:#f3f31a;}
/*-----------END CONTENT---------*/


/*-----------REGISTRED---------*/
#registred #content-text a {color:#f3f31a;}
#registred #content-text a:hover {color:#ffdd00;}

/*-----------END REGISTRED---------*/


/*-----------TEC---------*/

#content-text img.tec-left { 
border:2px solid #236495;
margin:0 15px 0 0;
}

/*----------- END TEC---------*/


/* -------------------FOOTER----------------------*/
#footer{
	background: url(/images/bg_footer.jpg) 0 0 repeat-x;
	height: 30px;
	color: #5f513f;
	position: relative;
	margin: 0px;
	width: 100%;
	text-align:center;
}
.footer-content{	
	position: relative;
	width:945px;
	margin: 0 auto;	
	height: 30px;
	background: url(/images/bg_footer_content.jpg) 0 0 repeat-x;
}
.hosting{
	width:100%;
	color:#fff;
	position:absolute;
	height:30px;
	z-index:2;
	margin:0 0 0 0;
    bottom:0;
			text-align:center;
}
.hosting p{
	width:945px;
	color:#fff;
	text-align:right;
	position:relative;
		margin:10px auto 0 auto;
		}
.hosting a{
	margin-right:15px;
	color:#fff;
	font-weight:bold;
}
/*------------FOOTER--------------*/
/*=================END CSS LAYOUT=================*/

/*=================CSS CONTENU=================*/
/* -------------------INDEX----------------------*/
#index .porte-ouverte { margin:0 0 10px 0;
   padding:0 0 10px 0;
   border-bottom:2px solid #C2E4F2;
   border-top:2px solid #C2E4F2;
}
#index #content-text{
	width:444px;
	float:left;
}
/*---------------------------END INDEX----------------------------------*/

/*------PLAN ACCES-----*/
.plan{
	margin:20px 0 0 0;
	text-align:center;
}
/*---END PLAN ACCES---*/

/*-----NEWS, COURS, PROMOTION INDEX-----*/
.news-index{
	float:left;
		width:206px;
		margin:21px 0 0 40px;
}
.cours{
	float:left;
	width:202px;
	margin: 20px 40px 0 0;
}
.promotions{
	float:left;
	width:202px;
	margin: 20px 0 0 0;
}
.promotions img{border:2px solid #236495;}
#content-text .promotions p strong{color:#fff;}
.promotions span.barre{
	color:#ff7f7f;
	text-decoration:line-through;
	margin:0 10px 0 0;
}
.news-index h2, .cours h2, .promotions h2{
	margin: 0 0 10px 0;
	text-transform:uppercase;
	font-size:1.7em;
	color:#fff;
	font-weight:normal;
}
#content-text .promotions p a{
	color:#c2e4f2;
	text-decoration:none;
	font-size:0.9em;
}
#content-text .promotions a{
text-decoration:none;
}
#content-text .promotions a:hover p{
	color:#fff;
}
#content-text .promotions p.more a{
	text-decoration:underline;
}
.promotions h3{
	font-size:1.2em;
	color:#fff;
	line-height:16px;
	margin-bottom:5px;
}
#content-text .promotions p a:hover{
	color:#c2e4f2;
	text-decoration:underline;
}
.news-index h3, .cours h3{margin:0 0 0 0;}
#content .cours p.date, #content .news-index p.date{clear:both;font-size:10px;color:#e1eef7;}

.news-index h3 a, .cours h3 a{
	color:#bff575;
	font-size:1.2em;
	text-decoration:none;
	font-weight:bold;
	line-height:16px;
}
.news-index p, #content-text .cours p{line-height:16px;margin:0;}
#content .news-index p.txt a, #content div.news-index p a{
	color:#c2e4f2;
	font-size:1.1em;
	line-height:16px;
	text-decoration:none;
}
.news-index p.txt a strong{
   font-weight:normal;
}
#content-text .cours p.txt a{
	color:#c2e4f2;
	font-size:0.9em;
	line-height:16px;
	text-decoration:none;
}
.news-index p a:hover, #content-text .cours p.txt a:hover{text-decoration:underline;}
.news-index p.more a{padding-left:7px;background: url(/images/fleche-link.gif) 0 5px no-repeat;color:#fefe1a/*bff575*/;font-size:1.1em;}
.cours p.more a{padding-left:7px;background: url(/images/fleche-link.gif) 0 5px no-repeat;color:#fefe1a/*bff575*/;font-size:0.9em;}
#content-text .promotions p.more a{padding-left:7px;background: url(/images/fleche-link.gif) 0 5px no-repeat;color:#fefe1a/*bff575*/;font-size:0.9em;}
.news-index p.more a:hover, #content-text .cours p.more a:hover, #content-text .promotions p.more a:hover{color:#ffdd00/*f3f31a*/;}
.news-index .actu, .cours .actu{
   margin:0 0 10px 0;
   padding:0 0 10px 0;
   border-bottom:2px solid #3c76a1; 
}
/*---------END NEWS INDEX-------------*/

/*------------ACTUALITES + COURS-----------------*/
#content-text div.actuality-container div.actualite, 
#content-text div.prcoality-container div.prcoalite{
   margin:0 0 30px 0;
   padding: 0 0 30px 0;
   color:#c2e4f2;
   text-align:justify;
   line-height:16px;
   font-size:12px;
   border-bottom:2px solid #236495;
}
#content-text div.actuality-container div.actualite p, 
#content-text div.prcoality-container div.prcoalite p{
	font-size:12px;
	line-height:16px;
}
#content-text div.actuality-container div.actualite a, 
#content-text div.prcoality-container div.prcoalite a{color:#f3f31a;}
#content-text div.actuality-container div.actualite a:hover, 
#content-text div.prcoality-container div.prcoalite a:hover{color:#ffdd00/*f3f31a*/;}
#content-text div.prcoality-container h2, 
#content-text div.prcoality-container h2{padding-top:0;}
#content-text div.actuality-container div.actualite p.date, 
#content-text div.prcoality-container div.prcoalite p.date{
		margin:-10px 0 10px 0;
	
	font-size:10px;
}
div.actualite ul li, div.actualite ol li, div.prcoalite ul li, div.prcoalite ol li{line-height:16px;}
.actuality-container ul, .actuality-container ol, 
.prcoality-container ul, .prcoality-container ol{margin:10px 10px 10px 30px;}
.actuality-container ol li, .actuality-container ul li, 
.prcoality-container ol li, .prcoality-container ul li{
	margin:5px 0 0 0;
	padding:0 0 0 0;
	color:#c2e4f2;
	font-size:1.1em;
	list-style-position:outside;
}
.photo_center{text-align:center;}
.photo_center .bg_photo{
	margin: 0 auto;
    width:400px;
    padding:10px 10px 8px 10px;
	text-align:center;
	border:2px solid #236495;
	background:#064e81;
}
.photo_center .bg_photo .middle{
	text-align:center;
}
.photo_center .bg_photo img{border:2px solid #236495;}
#content .photo_center .bg_photo p{
    margin: 3px 0 0 0;
    text-align: center;
	color:#c2e4f2;
	font-size:1.1em;
}	
.photos_float{margin:10px 0 5px 0;}
.photos_float .bg_photo{
 	margin: 0 auto;
	background:#064e81;
    padding:10px 10px 8px 10px;
	border:2px solid #236495;
}
.photos_float2{margin-top:15px;}
.photos_float2 .bg_photo{
		margin: 0 58px;
	min-height:160px;
	width:204px;
	    float:left;
	text-align:center;
	background:#064e81;
    padding:10px 10px 8px 10px;
	border:2px solid #236495;
}
.photos_float2 .bg_photo .middle{
   height:154px;
   text-align:center;
   vertical-align:middle;
}
.photos_float2 .bg_photo .middle *{
   vertical-align:middle;
}
.photos_float2 .bg_photo .middle span{
   line-height:149px;
}
.photos_float2 .bg_photo .middle i{
		}
.photos_float .bg_photo img, .photos_float2 .bg_photo img{border:2px solid #236495;}
#content .photos_float .bg_photo p, #content .photos_float2 .bg_photo p{
    margin: 3px 0 0 0;
    text-align: center;
	color:#c2e4f2;
	font-size:1.1em;
}
.photos_left{float:left;}
.photos_left .bg_photo{
	margin : 0 20px 10px 0;   
	background:#064e81;
    padding:10px 10px 8px 10px;
	border:2px solid #236495;
		width:200px;
		text-align:center;
}
.photos_left .bg_photo img{border:2px solid #236495;}
#content .photos_left .bg_photo p{
	margin:3px 0 0 0;
    text-align:center;
	color:#c2e4f2;
	font-size:1.1em;
}

.photos_center .photo-thumb{
	border:2px solid #236495;
	background:#064e81;
	padding:10px;
	width:150px;
	float:left;
	height:150px;
	margin-top:20px;
}
.photos_center .photo-thumb .bg_photo *{vertical-align: middle;}
.photos_center .photo-thumb .bg_photo{
	text-align:center;
}
.photos_center .photo-thumb .bg_photo i{
	}
.photos_center .photo-thumb .bg_photo span{
		line-height: 150px;
	}
.photos_center .photo-thumb .bg_photo span a{border:none;text-decoration:none;}
.photos_center .photo-thumb .bg_photo span img{border:2px solid #236495;}
.photo-comment{ 
    text-align: center;
	font-size:0.9em;
	font-style:italic;
}
.photo-thumb p{
	text-align: center;
	font-size: 0.9em;
	font-style: italic;
}
.actualite .txt-right, .prcoalite .txt-right{
		width:446px;
		float:left;
	line-height:16px;
	font-size:12px;
	text-align:justify;
}
.actualite .txt-left, .prcoalite .txt-left{
	text-align:justify;
	font-size:12px;
		width:446px;
		float:left;
	line-height:16px;
}
.actualite .txt-normal, .prcoalite .txt-normal{
	text-align:justify;
	line-height:16px;
}
.photos_right{float:right;}
.photos_right .bg_photo{
	margin : 0 0 10px 20px;   
	background:#064e81;
    padding:10px 10px 8px 10px;
   	border:2px solid #236495;
    	width:200px;
		text-align:center;
}
.photos_right .bg_photo img{	border:2px solid #236495;}
#content .photos_right .bg_photo p{
	margin:3px 0 0 0;
    text-align:center;
	color:#c2e4f2;
	font-size:1.1em;
}
.downloads{margin:15px 0 0 0;}
/*-----------END ACTUALITES-------------*/

/*-------ATELIER-----------*/
.three-img{margin: 10px 0 0 0;}
.three-img img{
	border:2px solid #236495;
	margin: 0 3px 0 0;
}
/*------END ATELIER------*/

/*-----MAGASIN-----*/
.img-right{
	border:2px solid #236495;
	float:right;
	margin:5px 0 10px 10px;
}
.horaires-magasin{
	border:2px solid #236495;
	width:240px;
	padding:0 10px;
	background:#064e81;
	margin-bottom:20px;
}
#content-text .horaires-magasin p strong{color:#c2e4f2;}
/*------END MAGASIN------*/

/*-------LIENS--------*/
dl.links dt{
   line-height: 16px;
   font-weight: bold;
   padding:0 0 0 10px;
   margin: 0 0 5px 0px;
   clear:both;
   background: url(/images/fleche-link.gif) 0 center no-repeat;
}
dl.links dt a{
	color: #bff575;
	font-size: 1.2em;
}
dl.links dt a:hover{color: #f3f31a;}
dl.links dd{
	display:block;
	margin:0 0 10px 10px;
	clear:left;
	font-size: 1.2em;
	color:#c2e4f2;
	font-weight:normal;
}
#content-text dl.links dd p{margin:0 0 0 0;}
.photos{margin-top:20px;}
.photos dl{
	display: inline;
	float: left;
	margin-top:5px;
	width: 170px;
}
.photos dl dd,dt{
	margin-left: 0;
	text-align: center;
}
.photos dl dt{padding:6px;}
#content-text .photos dl dt a{color:#f3f31a;font-size:1.2em;}
#content-text .photos dl dt a:hover{color:#ffdd00;}
.photos{text-align: center;}

/*---------------Clubs-------------------------*/
dl.club{
	display: block;
	margin-top:20px;
}
dl.club dt{	
	display: block;
	clear:both;
	text-align: left;
	color:#bff575;
	font-size:1.2em;
	line-height:16px;
}
dl.club dd{
	color:#c2e4f2;
    font-size:1.2em;
    line-height:16px;
	margin: 10px 0 20px 0 ;
    padding:0 0 20px 0;
	clear:both;	
	border-bottom: 2px solid #236495;
}
#content-text dl.club dd a{color:#f3f31a;}
#content-text dl.club dd a:hover{color:#ffdd00;}
dl.club dd img{
	border: 2px solid #236495;
	float:right;
}
.link_dt{
	display: inline;
	height: 130px;
	margin-top:20px;
}
.link_dt dd img{background:#fff;border: 2px solid #236495;}
.link_dt dt{
	margin-bottom: 2px;
	padding:5px 0 10px 0;
	font-size:1.2em;
}
#content-text .link_dt a{color:#f3f31a;}
#content-text .link_dt a:hover{color:#ffdd00;}

.marques{
	border: 2px solid #236495;
	padding: 2px 2px 2px 2px;
	text-align: left;
	margin : 2px 0 5px 0;
}
.marques p{margin: 2px 0 1px 0;}
.marques img{border: 2px solid #236495;}
.partner{
	padding: 0 0 20px 0;
    margin: 0 0 20px 0; 
    border-bottom: 2px solid #236495;
}
.partner .img_left2{
	width:194px;
    float: left;
	display : block;
	margin: 0px 10px 2px 0;
	text-align: center;
	border:2px solid #236495;
    padding:10px;
    background: #064e81;
}
.partner .img_left2 img{
	padding:5px;
	background:#fff;
	border:2px solid #236495;
}
.partner .txt-right{margin-left:225px;}
#content-text .partner .txt-right a{color:#f3f31a;}
#content-text .partner .txt-right a:hover{color:#ffdd00;}

/*------END LIENS----------*/

/*-------SITEMAP-----------*/
#content .plan-du-site .box{
	float:left;
	width:40%;
}
#content .plan-du-site .box ul{
	margin:0;
	padding:0;
}
#content .plan-du-site .box ul li{
	margin:0;
	padding:0;
	list-style-type:none;
	background:none;
}
#content .plan-du-site .box ul li a{
	margin:0;
	padding:0;
	line-height:1.6em;
	color:#f3f31a;
    font-size:1.2em;
	background:none;
}
#content .plan-du-site .box ul li a:hover{color:#ffdd00/*f3f31a*/;}
/*------END SITEMAP-------*/

/*---FORMULAIRE DE CONTACT--*/
.form-contact{
	margin:20px 0 0 0;
		width:600px;
		padding:0;
}
.reserv{width:550px;}
#content .form-contact p, #content .form-contact input, 
#content .form-contact select, #content .form-contact textarea{
	color:#c2e4f2;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content .form-contact input, 
#content .form-contact select, #content .form-contact textarea{padding:4px 5px;}
#content .form-contact input, #content .form-contact select, #content .form-contact textarea{border:1px solid #5381a3;background:#236495;}
#content .form-contact input{width: 120px;}
#content .form-contact select{width: 122px;}
#content .form-contact p.tit_form{
	float:left;
	width:35%;
	padding:4px 0;
	margin:5px 0 0 0;
}
.required-fields{
	color:#fff;
	margin-bottom:5px;
}
.required-fields img{margin-right:5px;}
.tit_form label{margin:0 0 0 5px;}
#content .form-contact p.in_form{
   float:left;
   width:65%;
   margin:5px 0 0 0;
}
#content .form-contact #message{
   width:250px;
   height:150px;
}
#content p.in_form2{margin:10px 0 0 0;}
#content .form-contact p.in_form button.submit{
	color:#fff;
	background: #236495;
	font-weight:bold;
	font-size:12px;
	padding: 3px 10px;
	border: none;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content .form-contact p.in_form button.submit:hover{
	background: #407aa6;
	color:#f3f31a;
	border:none;
}
#content .form-contact p.tit_form span.definitively-required{
		background:url(/images/def-required.png) 0 -2px no-repeat;
	}
#content .form-contact p.tit_form span.required{
		background:url(/images/required.png) 0 1px no-repeat;
	}
#content .form-contact p.tit_form span{padding: 0 5px;}
#content p.in_form .miss{font-size:10px;}
#content p.in_form2 .miss{
   font-size:10px;
   display:block;
   margin-left:40%;
}
#content .add-trip fieldset.global-field{
	border:2px solid #236495;
	padding:10px;
}
#content .add-trip fieldset.browse-file{
	border:2px solid #236495;
	margin:20px 0;
	padding:0 0 5px 0;
	width:590px;
}
#content .add-trip{width:620px;}
#content .add-trip input{width:200px;}
#content .add-trip #intro_en, #content .add-trip #text_en, 
#content .add-trip #intro_fr, #content .add-trip #text_fr, 
#content .add-trip #intro_de, #content .add-trip #text_de{
   width:403px;
   height:150px;
}
#content .add-trip p.tit_form{
	float:left;
	width:35%;
	padding:4px 0;
	margin:5px 0 0 0;
}
#content .add-trip p.in_form{
   float:left;
   width:65%;
   margin:5px 0 0 0;
}

/*=================END FORMULAIRE DE CONTACT=============================*/

/*=================DEBUT NOUVEAU UTILISATEUR=============================*/
#nouveau-utilisateur .recaptchatable, #neuer-benutzer .recaptchatable { background-color: #fff;}

/*=================END NOUVEAU UTILISATEUR=============================*/
/* Downloads*/
span.pdf, span.doc, span.xls, span.ai, span.gif, span.jpg, span.file{
	padding:4px 25px 4px 0;
	}
span.pdf{
    	background: url(/images/cms/docs/pdf.png) top right no-repeat;
	}
span.doc{
    	background: url(/images/cms/docs/doc.png) top right no-repeat;
	}
span.xls{
		background: url(/images/cms/docs/xls.png) top right no-repeat;
	}
span.ai{
		background: url(/images/cms/docs/ai.png) top right no-repeat;
    }
span.gif{
    	background: url(/images/cms/docs/gif.png) top right no-repeat;
	}
span.jpg{
    	background: url(/images/cms/docs/jpg.png) top right no-repeat;
	}
span.file{ 
    	background: url(/images/cms/docs/files.png) top right no-repeat;
	}

/* --------login form-------*/
.login input{
	border:1px solid #5381a3;background:#236495;
	padding:4px 5px;
	width: 120px;
}
#content .login .in_form{margin:5px 0 15px 0;}
#content .login .tit_form{margin: 0 0 5px 0;}
#content .login div input.submit{
	color:#fff;
	background: #236495;
	font-weight:bold;
	font-size:12px;
	padding: 3px 10px;
	border: none;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 80px;
}
#content .login label{margin:0;}
#content .login input{
	color:#c2e4f2;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content .login div input.submit:hover{
	background: #407aa6;
	color:#f3f31a;
	border:none;
}
div.login{}
div.login form fieldset legend{	
	color: #fff;
	font-size:1.7em;
	margin:21px 0 0 0;
	text-transform:uppercase;
}
p.username{
	color: #352f31;
	font-size: 0.95em;
}
p.username input{
	border: none;
	background: none;
	color: #adcf51;
	font-weight: bold;
	font-size: 0.9em;
	cursor:	pointer;
}
p.username input#logout{
	height: 25px;
	width: 115px;
	color: #adcf51;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/bg-submit-logout.gif) right 0px no-repeat;
	padding: 0 25px 5px 0;
	position:relative;
}
form p.username span.left{width: 50%;} 
form p.username span.left em{ font-weight: bold;}
form p.username span.right{	
	width:46%;
	margin: 0;
}
#page404 #content .register { border: solid 1px #3d749d;
width:300px;
margin-top:40px;
padding:10px;}

#page404 #content .register .bt-compte{display:block;
	width:140px;
	height:17px;
	color:#064e81;
	text-decoration:none;
	background: #ffde01 url(/images/bg-add-cart.jpg) 0 0 repeat-x;
	text-align:center;
		padding:5px 0 0 0;
		border-radius :10px;
	-moz-border-radius :10px;
	-webkit-border-radius :10px;
	margin:5px 0 10px 0;}

#content .register a {
	color:#F3F31A;
	font-size:1.2em;
	display:block;	
	margin-top:5px;
}
#content .register a:hover {
	color:#FFDD00;}

.captcha {
margin:20px 0;}

/*-----GALERIE PHOTO-----*/
.gallery-entry{
	float:left;
	background:#064e81;
	list-style-type:none;
	padding:10px 8px 10px 8px;
	width:200px;
	margin:10px 6px 10px 0;
		margin:10px 10px 10px 0;
	min-height:182px;
		border:2px solid #236495;
}
div.gallery-menu{margin-top:10px;}
ul.gallery-menu li{list-style-type:none;}
.gallery-entry span{
   font-size:12px;
   color:#bff575;
   font-weight:bold;
   border-bottom:2px solid #236495;
   padding:0 0 10px 0;
   margin:0 0 10px 0;
   width: 200px;
   display:block;
}
.gallery-entry span.gal-title{height:24px;}
.gallery-entry a img{border:1px solid #236495;margin:0 auto;text-align:center;}
.gallery-entry a{width:200px;text-align:center;display:block;}

/*-------------------------------- GALERIE ---------------------------------------*/
#galerie{
	/*border: 1px solid #263865;
	background-color: #fff;*/
	margin-bottom: 15px;
}
#content-text div.gal-text p{
   font-size:12px;
   color:#c2e4f2;
}
#content-text div.gal-text p a{color:#f3f31a;}
#content-text div.gal-text p a:hover{color:#ffdd00;}

#content-text div.gal-text ul, #content-text div.gal-text ol{padding:5px 0 10px 30px;}
#content-text div.gal-text ul li, #content-text div.gal-text ol li{line-height:16px;}
#content-text div.gal-text{
   font-size:12px;
   color:#c2e4f2;
   line-height:16px;
   margin: 0 0 10px 0;
}
#content-text div.gal-text strong{color:#c2e4f2;}
#content-text div.gal-text a{color:#f3f31a;}
#content-text div.gal-text a:hover{color:#ffdd00;}

.galerie-img-details{
	width: 215px;
	float: left;
	/*height: 265px;*/
	height: auto;
	/*margin: 0 12px 10px 0;*/
		margin: 0 7px 30px 8px;
		text-align: center;
}
.galerie-img-title{
	font-size: 1.2em;
	text-align: center;
		width: 211px;
	height: 15px;
		padding: 5px 2px 2px 2px;
	margin: 3px auto 0px auto;
	color: #c2e4f2;
}
.galerie-img{
	vertical-align: middle;
	text-align: center;
	width: 215px;
	height: 172px;
    border:2px solid #236495;
	background:#064e81;	
	margin: 0 auto;
}
.galerie-img span a img{border: 2px solid #236495;}
.galerie-img  span{
	line-height: 167px;
}
.galerie-img-title  span.img-comment, .galerie-img-title span.img-title{
	display:block;
	text-align:center;
	/*width:20px;*/
}
.galerie-img * {vertical-align: middle;}
.galerie-img i{
		}
#content-text p.retour_album{
	margin-bottom:3px;
	padding:0 0 0 11px;
	background: url(/images/fleche-retour.gif) 0 5px no-repeat;
}
#content-text p.retour_album a{ padding: 0 0 0 5px;color:#f3f31a/*bff575*/;}
#content-text p.retour_album a:hover{color:#ffdd00/*f3f31a*/}
ul.breadcrumb{
	margin: 5px 0 15px 0;
	float:left;
}
ul.breadcrumb li{
	float:left;
	list-style-type:none;
	margin-right:5px;
}
ul.breadcrumb li span, ul.breadcrumb li a{
	color:#bff575;
	font-size:10px;
}
ul.breadcrumb li a:hover{color:#f3f31a;}
.pages{clear:both;}
.pager{clear:both;margin:10px 0 10px 0;}
.pager li {
	display:inline;
	margin-right:6px;
	font-size:11px;
}
#content-text .pager li a{color:#fff;}
#content-text .pager li a:hover{color:#f3f31a;}
.pager li.current-page-number{
	color:#f3f31a;
	font-weight:bold;
}
div.gal-title{margin-top:25px;}

/*-----END GALERIE PHOTO-----*/

/*-------BANNER-------*/
.img-box-content{
	padding: 0 0 0 0px;
	height: 241px;
}
.img-box-content img{
	position: absolute;
	border: solid 2px #efefe9;
}
.img-box-content span.ref-contact{
	color: #235CBF;
	font-size: 0.98em;
	padding: 10px 5px;
	display: block;
}
.img-box-content .img-box-comment{
	margin: 203px 0 0 2px;
	position: absolute;
	font-size: 1.2em;
	padding: 0px;
		background: url(/images/bg_alpha.png) repeat-x;
		width: 686px;
	height: 40px;
}
.img-box-content .img-box-comment p{
	/*filter: Shadow(Color=#666666, 	
	Direction=135, 
	Strength=5);*/
	height:25px;
	overflow:hidden;
	z-index:5;
	margin:12px 0 0 0;
    padding:0 0 0 20px;
	width: 640px;
	color:#fff;
	font-weight:bold;
}
.img-box-content .img-box-comment p a{
	z-index:10;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
	position:relative;
	font-weight:bold;
	height:25px;
	font-size:13px;
		width: 640px;
	}
.img-box-content .img-box-comment p a.teaser-link{
	z-index:10;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
	position:relative;
	font-weight:bold;
	height:25px;
	font-size:13px;
		width: 640px;
	}
.img-box-content .img-box-comment span{
	color: #fff;
	position: absolute;
	z-index: 1;
	display: none;
}
.img-box-content span.go_prev{
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	margin-top:216px;
	margin-left: 10px;
	z-index: 15;
 	background: url(/images/prev-arrow.png);
	cursor : pointer;
	/*non visible actuellement*/
	display:none;
}
.img-box-content span.go_next{
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	margin-top: 216px;
	margin-left: 622px;
 	background: url(/images/next-arrow.png);
	cursor: pointer;
	/*non visible actuellement*/
	display:none;
}
.img-box-content span.go_prev span, .img-box-content span.go_next span{display: none;}
/*--------END BANNER---------*/

/*--------SORTIES ET VOYAGES-----*/
.travel-list .travel-img img{margin:10px;border:2px solid #236495;}
.travel-list .travel-img{
	float:left;
	width:220px;
	background:#064e81;
	border:2px solid #236495;
	text-align:center;
}
.travel-list .travel-text{
	margin-left:235px;
	color:#c2e4f2;
	font-size:1.2em;
	line-height:1.6em;
}
.travel-text-alone{
	color:#c2e4f2;
	font-size:1.2em;
	line-height:1.6em;
}
.travel-list, .paragraph{
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom:2px solid #236495;
}
.travel-list h3 span{
	float:right;
	font-size:0.9em;
	}
#content-text .travel-list h3 a, #content-text  h3.travel-title a{
	color:#ffdd00;
	font-weight: bold;
}
#content-text .travel-list h3, #content-text h3.travel-title{
	color:#ffdd00;
	font-size:1.2em;
	font-weight: bold;
	margin: 10px 0 10px 0;
	line-height: 1.3em;
}
.paragraph a{color:#f3f31a;}
.paragraph a:hover{color:#ffdd00;}
.paragraph .travel-text, .travel-comment, .paragraph .travel-text-left, .paragraph .travel-text-right, 
.paragraph .travel-text{
	color:#c2e4f2;
	font-size:1.2em;
	line-height:1.6em;
}
.travel-comment{
	font-style:italic;
}
.paragraph .travel-text-right{
		width:446px;
		float:left;
	line-height:16px;
	font-size:1.2em;
	text-align:justify;
}
.paragraph .travel-text-left{
	text-align:justify;
	font-size:1.2em;
		width:446px;
		float:left;
	line-height:16px;
}
.travel-file{margin-top:10px;}
.type a{
   font-size:1.1em;
   color:#fefe1a;
}
.type a:hover{color:#ffdd00;}
/*------END SORTIES ET VOYAGES------*/

/*------------OUR PRODUCTS------------*/
div.top-menu{margin:20px 0 20px 0;}
.top-menu .top-link{
	list-style-type:none;
	float:left;
	margin:0 10px 0 0;
}
#content-text .top-menu .top-link a{color:#fff;}
#content-text .top-menu .top-link a:hover{color:#f3f31a;}
#content-text .top-menu .top-link a span{font-size:1.2em;font-weight:bold;}
#content-text .top-menu li.top-link a.actif{color:#f3f31a;}

.our-products li.our-product{
	float:left;
	text-align:center;
	background:#064e81;
	border:2px solid #236495;
	list-style-type:none;
	width:180px;
	margin: 0 20px 20px 0;
	height:239px;
}
.our-products li.shop-product{
	float:left;
	text-align:center;
	background:#064e81;
	border:2px solid #236495;
	list-style-type:none;
	width:180px;
	margin: 0 20px 20px 0;
	height:270px;
}
.our-products li.our-product div{
	margin:10px 0;
	text-align:center;
}
.our-products li.our-product div.our-product{
		height:219px;
	}
.our-products li.our-product div.our-product div{
	height:auto;
}
.our-product div.img *{vertical-align: middle;}
.our-product div.img{
	vertical-align: middle;
	height:154px;
}
.our-products li.shop-product div.our-product div.img{
	height:154px;
	vertical-align:middle;
}
.our-product div.img i{
		}
.our-product div.img span{line-height: 148px;}
li.shop-product div.our-product div.img span{line-height: 154px;}
.our-products li.our-product img{border:2px solid #236495;}
.our-products li.our-product .detail{margin: 0 10px;}
#content-text .our-products li.our-product .detail p{margin:5px 0;}
#content-text .our-products li.our-product .detail p.description{color:#bff575;}

#content-text .our-products li.our-product .detail p.description span.prix{
	display:block;
	margin-top:2px;
	font-weight:bold;
	color:#c2e4f2;
}
#content-text .our-products li.our-product .detail p a{
	color:#c2e4f2;
	font-size:0.9em;	
	display:block;
	margin-bottom:7px;
    line-height:14px;
    height:24px;}
#content-text .our-products li.our-product .detail p a:hover{color:#f3f31a;}
#content-text .our-products li.our-product .detail p.description span.prix span.barre{
	color:#ff7f7f;
	text-decoration:line-through;
}
#content-text .our-products li.our-product .detail p.description span.prix span.percent{
	color:#ff7f7f;
	font-weight:bold;
}
/*#content-text .our-products li.our-product .detail p span.title{
    font-size:0.9em;
	display:block;
    line-height:12px;
    height:24px;
}*/

/*--products--*/
div.product img{}
div.product .list{width:289px;}
div.product .detail{
	width:386px;
	text-align:left;
	margin-left:15px;
	color:#c2e4f2;
	font-size:1.2em;
}
div.product div.list div.border-bigImg{
	border:2px solid #236495;
	background:#064e81;
	width:280px;
	height:280px;
	text-align:center;
}
div.product div.list div.border-img{
	float:left;
	border:2px solid #236495;
	background:#064e81;
	width:63px;
	height:63px;
	margin:4px 5px 0 0;
	text-align:center;
}
div.product div.list div.border-bigImg div.bigImg *, 
div.product div.list div.border-img div.img *{vertical-align: middle;}

div.product div.list div.border-bigImg div.bigImg{
	height:280px;
	vertical-align: middle;
	text-align:center;
}
div.product div.list div.border-img div.img{
	height:63px;
	vertical-align: middle;
	text-align:center;
}
.product div.border-bigImg div.bigImg i, div.product div.border-img div.img i{
		}
#content-text div.product .detail p.product span.prix{
	font-weight:bold;
}
div.product div.border-bigImg div.bigImg span{line-height: 274px;}
div.product div.border-img div.img span{line-height: 57px;}
#content-text .product div.detail h2{font-size:1em;}
#content-text .product div.detail p{font-size:1em;}
#content-text .product div.detail p.prix{font-size:1.2em;}
#content-text .product div.detail p strong{color:#fff;}
#content-text .product div.detail p strong span.barre{
	color:#ff7f7f;
	text-decoration:line-through;
}
#content-text .product div.detail p strong span.percent{
	color:#ff7f7f;
	font-weight:bold;
}
#content-text .product div.detail, 
#content-text .product div.detail ul li, 
#content-text .product div.detail ol li{
	line-height:16px;
}
#content-text .product div.detail ul li,
#content-text .product div.detail ol li{
	margin:10px;
	list-style-position:inside;
}
.shop-link{
	display:block;
	width:80px;
	height:15px;
	font-weight:bold;
	color:#064e81;
	text-decoration:none;
	background: #ffde01 url(/images/bg-add-cart.jpg) 0 0 repeat-x;
	margin:10px auto 0 auto;
	text-align:center;
		padding:5px 0 0 0;
		border-radius :10px;
	-moz-border-radius :10px;
	-webkit-border-radius :10px;
}
.sl-de{
	width:115px;
}
#shop-en-ligne .shop-link{
	width:135px;
	height:15px;
}

#shop-en-ligne .prod-add-fr{
   width:145px;
}
#shop-en-ligne .rem-shop-link{
	width:145px;
}
#shop-en-ligne div.product .shop-link{
	width:165px;
	height:15px;
}

#online-shop .prod-add-de{
   width:145px;
}
#online-shop .prod-rem-de{
   width:190px;
}

.rem-shop-link{
	display:block;
	width:116px;
	height:15px;
	font-weight:bold;
	color:#064e81;
	text-align:center;
	text-decoration:none;
	background: #f3b31a url(/images/bg-remove-cart.jpg) 0 0 repeat-x;
	margin:10px auto 0 auto;
		padding:5px 0 0 0;
		border-radius :10px;
	-moz-border-radius :10px;
	-webkit-border-radius :10px;
}
.rsl-de{
	width:160px;
}
div.product div.detail form input{
	width:110px;
	height:20px;
	cursor:pointer;
	font-weight:bold;
	color:#064e81;
	text-decoration:none;
	background: #ffde01 url(/images/bg-add-cart.jpg) 0 0 repeat-x;
	margin:0 0 0 10px;
	padding:0 0 1px 0;
	border-radius :10px;
    border:none;
	-moz-border-radius :10px;
	-webkit-border-radius :10px;
}
div.product div.detail a.shop-link{
    display:block;
	width:130px;
	height:17px;
	font-weight:bold;
	color:#064e81;
	text-decoration:none;
	background: #f3b31a url(/images/bg-remove-cart.jpg) 0 0 repeat-x;
	margin:0;
	text-align:center;
		padding:5px 0 0 0;
		border-radius :10px;
	-moz-border-radius :10px;
	-webkit-border-radius :10px;
}
	
table.our-products{width:100%;}
tr.t-header th{
	background:#052c51;
	margin:0;
	border:none;
	padding:7px 10px;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
}
tr.detail td{
	background:#083a66;
	margin:0;
	border:none;
	padding:7px 10px;
	color:#fff;
	font-weight:bold;
	font-size:1.1em;
}
#content-text tr.detail td.quantity p{text-align:center;}
tr.detail td.prix{width:70px;}
tr.detail td.quantity input{
	border:none;
	font-size:0.9em;
	width:40px;
	text-align:center;
	color:#064e81 ;
}
tr.detail td a.rem-shop-link{
	font-size:0.9em;
	margin:0;
}
#content-text tr.detail td p{margin:0;}
#content-text tr.detail td p a{font-size:0.7em;}
#content-text tr.detail td p a span{line-height:16px;}

#content-text tr.detail td p a:hover{color:#ffdd00;}
tr.t-footer td{
	background:#052c51;
	margin:0;
	border:none;
	padding:7px 10px;
}
input.update{
	display:block;
	border:none;
	font-size:1em;
	width:70px;
	height:20px;
	font-weight:bold;
	color:#064e81;
	text-align:center;
	text-decoration:none;
	background: #ffde01 url(/images/bg-add-cart.jpg) 0 0 repeat-x;
	margin:0 auto 0 auto;
	padding:0 0 3px 0;
	border-radius :10px;
	-moz-border-radius :10px;
	-webkit-border-radius :10px;
}

.t-footer a.emptyBasket{
	display:block;
	width:110px;
	height:15px;
	font-weight:bold;
	color:#064e81;
	text-align:center;
	text-decoration:none;
	background: #f3b31a url(/images/bg-remove-cart.jpg) 0 0 repeat-x;
	margin:0 auto 0 auto;
		padding:5px 0 0 0;
		border-radius :10px;
	-moz-border-radius :10px;
	-webkit-border-radius :10px;
}
a.checkout{
	font-weight:bold;
	font-size:1.1em;
	display:block;
	width:120px;
	height:18px;
	font-weight:bold;
	color:#064e81;
    text-align:center;
	text-decoration:none;
	background: #ffde01 url(/images/bg-add-cart.jpg) 0 0 repeat-x;
	margin:0 auto 0 auto;
		padding:8px 0 0 0;
		border-radius :12px;
	-moz-border-radius :12px;
	-webkit-border-radius :12px;
}
#content-text table td.td-remove{text-align:center;}
#content-text table td.td-remove a{margin:0 auto;}
.big-tot{text-align:right;}
.big-tot, .big-tot-price, #content-text .big-tot p, #content-text .big-tot-price p{
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
}
#content-text .big-tot p.poids, #content-text .big-tot-price p.poids{
	font-weight:normal;
	font-size:0.9em;	
	margin:0 0 5px 0;
}
#content-text .big-tot p.bill, #content-text .big-tot-price p.bill{
	font-size:1em;
	margin:0;
}
#content-text .big-tot p{text-align:right;}
table.our-products tr td, table.our-products tr th{border-bottom:2px solid #064879;}

.shopping-cart{
	margin-bottom:20px;
	padding:5px 0 4px 50px;
		background: url(/images/shopping-cart.png) 0 0 no-repeat;
	width:260px; 
	}
#content-text .shopping-cart h2{
	color:#fff;
	text-transform:uppercase;
	margin:0 0 3px 0;
	padding:0;
}
#content-text .shopping-cart p{
	margin:0;
	font-size:10px;
	float:none;
}
#content-text .shopping-cart a.emptyBasket{
	background:none;
	padding:0;
	float:none;
	display:inline;
	font-weight:normal;
	text-decoration:underline;
	
		margin:0;
	}
#content-text .shopping-cart a.finalisecart{
	background:none;
	padding:0;
	float:none;
	display:inline;
	font-weight:normal;
	text-decoration:underline;
	font-weight:bold;
		margin:0;
	}
#content-text .shopping-cart a:hover{color:#ffdd00;}

#content-text ul.progress{
	float:left;
	/*border-bottom:2px solid #c2e4f2;*/
	margin-bottom:10px;

	height:40px;

			background: url(/images/border-checkout.gif) 0 33px repeat-x;
	
}
#content-text ul.progress li{
	float:left;
	list-style-type:none;
	margin:0 21px;
	background: url(/images/progress1.jpg) center 31px no-repeat;
	
}
#content-text ul.progress li a:hover{color:#ffdd00;}
#content-text ul.progress li.actif{
	background: url(/images/progress2.gif) center 29px no-repeat;


}
#content-text ul.progress li.actif a, #content-text ul.progress li.actif p{font-weight:bold;	color:#f3f31a;}
#content-text ul.progress li p{font-size:10px;}

#content-text .back-link{
	font-size:1.2em;
	margin:0 20px 0 0;
	padding:0 0 0 15px;
	background: url(/images/fleche-retour.gif) 0 5px no-repeat;
	color:#f3f31a;
}
#content-text .back-link:hover{color:#ffdd00;}
#content-text .t-footer td.back{text-align:right;}
#content-text .t-footer td.back a.back-link{margin:0 0 0 0;}

#content-text div.submit{
	margin:20px 0 20px 22%;
}
#content-text div.submit input.submit{
	color:#fff;
	background: #236495;
	font-weight:bold;
	font-size:12px;
	padding: 3px 10px;
	border: none;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 80px;
}

#content-text div.submit input.submit:hover{
	background: #407aa6;
	color:#f3f31a;
	border:none;
}
.emailerror{
	color:#ffdd00;
	font-size:1.1em;
}
#content .form-contact div.useBilling p.tit_form label{
	display:block;
	line-height:16px;
}
#content .form-contact div.useBilling p.tit_form {
text-align:left;
}
#content .form-contact div.useBilling p.in_form input {

width:auto;
}
/*--end products--*/

/*---------END OUR PRODUCTS----------*/
/*-------404-----*/
.img-404{
	width:237px;
	float:left;
}
.txt-404{
	margin-left:20px;
	width:433px;
	float:left;
}
#content-text .txt-404 p a:hover{color:#ffdd00;}
.txt-404 h1{
	margin-top:0;
	padding: 0 0 10px 0;
	border-bottom:2px solid #064e81;
}
.txt-404 h1 span{color:#ffdd00;}
.img-404 img{border:2px solid #064e81;}
ul.contact-response li{
	margin:0 0 0 20px;
	line-height:16px;
	color:#c2e4f2;
}
ul.contact-response a{font-size:1.2em;color:#f3f31a;}
#content-text ul.contact-response a:hover{color:#ffdd00;}
/*-----END 404------*/
.classic-view {margin:10px 0;}
.classic-view a {
	color:#c2e4f2;
	font-size:1.2em;
}
.user .billing, .user .shipping, .user .payment-info{
	float:left;
	width:33%;
}
.user span.title{font-weight:bold;}
#content-text .user p{margin:5px 0;	text-align:left;font-size:11px;}
.billing{margin-bottom:10px;}

#content-text p.suggestion a:hover{color:#ffdd00;}
#content-text .participation-answer a, #content div.actualite p.subscribed-users a{
	display:block;
	float:left;
	width:60px;
	height:15px;
	font-weight:bold;
	color:#064e81;
	text-decoration:none;
	background: #ffde01 url(/images/bg-add-cart.jpg) 0 0 repeat-x;
	margin:10px 10px 0 0;
	text-align:center;
		padding:5px 0 0 0;
		border-radius :10px;
	-moz-border-radius :10px;
	-webkit-border-radius :10px;
}
#content-text .participation-answer a:hover, #content div.actualite p.subscribed-users a:hover{
	color:#064e81;
}
#content div.actualite p.subscribed-users{
	background:#064e81;
    height:35px;
		padding: 15px 0 0 20px;
		border:2px solid #236495;
}
#content div.actualite p.subscribed-users span{
	display:block;
	float:left;
	font-size: 13px;
	font-weight:bold;
	padding: 4px 0 0 0;
}
#content div.actualite p.subscribed-users a{
	float:left;
	width:200px;
	margin:0 0 0 30px;
}

#nav-tools li ul#nav2-tools{
	/*background-color: #064e81;*/
	
		background:url(/images/bg-nav2-tools-hover.png) 0 0 repeat;
		
	position: absolute;
	width: 200px;
	/*height: 150px;*/
	height: auto;
	display: block;
	margin-left: -9000px;
	margin-top: -9000px;
	padding: 0 0 0 0;
	font-size: 0.8em;
	z-index:110;
}
#sub_menu ul li.on a{color:#fff;} 
#header #nav-tools li a:hover ul#nav2-tools {
	padding:15px 0 0 0;
	}
#nav-tools li:hover ul#nav2-tools{
	padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
#nav-tools li.iehover ul#nav2-tools{
	padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
#header #nav-tools li ul#nav2-tools li{
	float:none;
	display:block;
	height:21px;
	width:/*276px*/200px;
	text-align:left;
	padding:0;
	margin:0 0 0 0;
	z-index:111;
	border:none;
}
#header #nav-tools li ul#nav2-tools li a{
	float:none;
	color: #fff;
		padding: 5px 0 5px 5px;
		margin:0;
	z-index:113;
	position: relative;
	font-size:11px;
	font-weight:normal;
}
#header #nav-tools li ul#nav2-tools li a:hover{color:#bff575;}
#afficher-les-plongees div.actualite p.tel{padding-bottom:0;}
#afficher-les-plongees div.actualite div.description{line-height:16px;}

#content .color-text{ 
	font-size:12px;
	color:#c2e4f2;
	line-height:16px;
}

#content .form-contact input.useBilling, 
#content .form-contact input.notUseBilling{
   width:auto;
   margin-top:2px;
}
