@charset "utf-8";
/* CSS Document */

/*--- Définition des éléments Basiques-----------------------------------------------------------------*/
html {
	height:100%;  
	padding:0px;  
	margin:0px; 
	}
body {
	width: 100%;
	height:100%;
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	/* Couleur été  background-color: #3a0d00; */
	/* Couleur 2010 : #014a89; */
	background-color: #abb201;
	font-size: 13px;
	font-style: normal;
}
#conteneur { /* Conteneur principal */
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
.content { /* contenu principal*/
	width: 950px;	
	text-align: left;
	margin:0px;

}
#header {
	width: 950px;
	height:184px;
	text-align: center;
	margin-top: 0px;
	background-image: url(../images/background_header.jpg);
	background-position: center top;
}
.left {
	background-image: url(../images/background_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.right {
	background-image: url(../images/background_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a img {	/* Supression contour sur images avec un lien */
	border : none; 
}
a {	/* Liens texte */
	text-decoration: none;
	color:#fcb017; /*  color:#fcb017; couleur lien jaune*/
	color:#4e5e01; /* couleur lien vert foncé*/
	transition: all .2s linear;
   -o-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -webkit-transition: all .2s linear;

}
a:hover {
	text-decoration: none;
	/*  color:#fcd482; couleur lien jaune*/
	color:#FFF; /* couleur lien blanc*/
}
p .jaune   
	{	
	color:#FFF;
	}
.jaune   
	{	
	color:#FFF;
	}
h1 {
	color:#FFF;
	font-family: "Helvetica", Arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
h2 {
	color:#FFF;
	font-family: "Helvetica", Arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
#texte h3 {
	font-size:16px;
	color:#FFF;
	font-family: "Helvetica", Arial, sans-serif;
}
.img_left {
	float:left;
	margin-right:10px;
	}
#menu {
	background-image: url(../images/background_menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 65px;
	width: 950px;
	text-align:center;
	}
#menu p {
	padding-top:25px;
	}
#mise_en_avant {
	margin-top:5px;
	height: 93px;
	width: 950px;
	text-align:center;
	}
#mise_en_avant a:hover {
	margin-top:5px;
	height: 93px;
	width: 950px;
	text-align:center;
	}
#elements_haut {
	width:950px;
	height:300px;
	}
#elements_bas {
	width:950px;
	height:430px;
	}
#bloc {
	width:310px;
	float:left;
	margin-left:5px;
	}
#contenu_bloc {
	height:285px;
	background-image: url(../images/background_bloc.jpg);
	background-position: center top;
	padding:5px;
	}
#contenu_bloc_zoom {
	height:285px;
	background-image: url(../images/background_bloc.jpg);
	background-position: center top;
	padding:5px;
	}
#footer {
	text-align:center;
	float:left;
	width:950px;
	height:180px;
	background-image: url(../images/background_footer.jpg);
	background-position: center top;
	margin-top:10px;
	}
#reservations {
	float:left;
	width:475px;
	margin-bottom:10px;
	}
.legal {
	font-size: 10px;
	}
#coordonnes {
	padding-top:6px;
	padding-bottom:6px;
	margin-left:10px;
	margin-right:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;	
	}
#affichettes {
	padding:2px;
	margin-left:3px;
	margin-top:2px;
	}
.apartir {
	font-size:9px;
	}
#btn_connexion_groupes a{
	margin-left:70px;
	display:block;
	width:164px;
	height:40px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9000px;
	background-image: url(../images/btn_espace_groupes.jpg);
}
#btn_connexion_groupes a:hover{
	margin-left:70px;
	display:block;
	width:164px;
	height:40px;
	background-repeat: no-repeat;
	background-position: center -40px;
	text-indent: -9000px;
	background-image: url(../images/btn_espace_groupes.jpg);
}
.submit {
	cursor: pointer; 
	width:162px;
	height:38px;
	margin: 0;
   	padding: 0;
   	border: 0;
	background-image: url(../images/btn_connexion.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9000px;
}
.submit:hover {
	margin: 0;
   	padding: 0;
	border:none;
	width:162px;
	height:38px;
	background-repeat: no-repeat;
	background-position: center -38px;
	text-indent: -9000px;
	background-image: url(../images/btn_connexion.jpg);
}

h3{ margin: 10px 10px 0 10px; color:#FFF; font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: none;  }
			
.boxgrid{ 
	width: 277px; 
	height: 152px; 
	float:left;
	margin-left:10px;
	background:#161613; 	
	overflow: hidden; 
	position: relative; 
}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{ 

		color:#FFF; 
		font-weight:bold; 
		font:10pt "Lucida Grande", Arial, sans-serif; 
	}
	
.boxcaption{ 
	float: left; 
	text-align:right;
	position: absolute; 
	/* background: #014d8d; background bleu*/ 
	background: #abb201; /* background vert*/ 
	height: 100px;  
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	
}
	.captionfull .boxcaption {
top: 65px;
left: 0;
}
.caption .boxcaption {
top: 100px;
left: 0;
}

#ajouter {
width: 274px;
margin-left:450px;				
}
#centre{
	margin-left:0px;
	}
#contenu {
	width:943px;
	background-image: url(../images/background_generale.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}
#texte {
	padding:15px;
	text-align: justify;
}
/*------------------------------- menu page zoom------------------------------------ */	

.nav_voyage {
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	}

div.domtab {
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width:900px;;
	margin-bottom:20px;
}
.h4 {
	text-decoration: none;
}
ul.domtabs{
    list-style:none;		
}
ul.domtabs li{
	float:left;
	background-color:#FFF;
	margin-left:20px;
}
ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover{
	margin-left:20px;
	margin-right:20px;
	display:block;
	width:250px;
	text-align:center;
}
html>body ul.domtabs a:link,
html>body ul.domtabs a:visited,
html>body ul.domtabs a:active,
html>body ul.domtabs a:hover{
	height: 23px;
	margin-right:20px;
}
div.domtab div{
	clear:both;

}
ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover{
	margin-left:35px;
	margin-right:35px;
	height: 27px;
	background-color:#FFF;
}
div.domtab div a:link,
div.domtab div a:visited,
div.domtab div a:active {
	display:block;
	font-weight:bold;
	font-size:1.3em;
}		
ul#voyages  {
	margin-left:50px;
	margin-top:30px;
	font-size:14px;
	}
ul#voyages li  {
	padding:5px;
	}
/*------------------------------- menu page groupe----------------------------------- */	

#bloc_formulaire {
	width:630px;
	margin-left:0px;
	float:right;
	}
#contenu_bloc_formulaire {
	background-image: url(../images/background_info_cotation.jpg);
	background-position: center top;
	padding:0px;
	background-repeat: no-repeat;
	}
	
.orange {
	color:#F60;
	}