@charset "UTF-8";
/* © Author : JEAN LOUP COUEGNAS for DRIM TECHNOLOGIES date : 20 NOVEMBRE 2007 */

/*-----------------------*/
/* GÉNÉRALITÉS ..........*/
/*-----------------------*/

#reservation_express {
	background-color:#F5F4F2;
}


#reservation_classique {
	background-color:#ECEAE5;
}

#reservation_tradition {
	background-color:#E7E3E0;
}

div#contenu  .reservation {
	height:445px;
	width:295px;
	padding:0;
	margin:  0 5px;
	position:relative;
		-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;         
        -webkit-border-top-left-radius: 10px; /* pour Chrome */ 
        -webkit-border-top-left-radius: 10px; /* pour Chrome */ 
        -webkit-border-bottom-left-radius: 10px; /* pour Chrome */ 
        -webkit-border-bottom-right-radius: 10px; /* pour Chrome */ 
	   	border:5px solid #FFF;

}
div#contenu  .reservation:hover {
	border:5px solid #E5E4E2;
}


.reservation h2 {
	background-repeat:none;
	background-position:top left;
	width:225px;
	height:31px;
	padding: 10px 10px 14px 10px;
	margin:0 auto;
	color:white;
	font-weight:normal;
	position:relative;
	z-index:100;

}

#reservation_express h2 {
	background-image:url(/images/illustration/reservation/arriere-plan_h2_express.png);
}
#reservation_classique h2 {
	background-image:url(/images/illustration/reservation/arriere-plan_h2_classique.png);
}
#reservation_tradition h2 {
	background-image:url(/images/illustration/reservation/arriere-plan_h2_tradition.png);
}

#reservation_express li strong, #reservation_express a {
font-weight:normal;
	color:#B5D334;
}
#reservation_classique li strong,#reservation_classique a{
	color:#F49D00;
	font-weight:normal;

}
#reservation_tradition li strong, #reservation_tradition a{
	color:#AB2182;
	font-weight:normal;

}
#reservation_tradition a:hover, #reservation_classique a:hover, #reservation_express a:hover { text-decoration:none; color:#666}
    
.reservation ol { 
	margin:0 auto;
	width:205px;
	position:relative;
	top:-9px;
	z-index:10;
	padding:10px;
	background-position:bottom left;
	background-repeat:repeat-y;
	background-image:url(/images/illustration/reservation/arriere-plan_ul.png);
	list-style: inside decimal;

}
.reservation li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:bold;
	font-size:1.2em;
	margin:0 0;
	padding:0.3em;
}
.reservation a, .reservation strong {
	display:block;
		margin:0 0;
	padding:0.3em;
} 
.reservation a:hover {
	background:#F5F4F2;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
		margin:0 0;
	padding:0.3em;
} 

#contenu #reservation_validation {
	margin:0 10px; padding:26px 0 0 0; float:none;
	background:url(/images/illustration/reservation/traitement_fleche.png) no-repeat top 140px white;
}
#reservation_validation h2 {
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;         
        -webkit-border-top-left-radius: 10px; /* pour Chrome */ 
        -webkit-border-top-left-radius: 10px; /* pour Chrome */ 
        -webkit-border-bottom-left-radius: 10px; /* pour Chrome */ 
        -webkit-border-bottom-right-radius: 10px; /* pour Chrome */ 
	   background-color:#E01B26;
	   color:white;
	   text-align:center;
	   font-size:1.6em;
	   padding:10px;
	   font-weight:normal;
	   }
#reservation_validation p {
	   text-align:center;
	   color:#E01B26;
	   font-size:1.2em;

}

.dispo { position:absolute; top:-5px; right:-5px;}
div#contenu .reserver_langue { width:275px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;         
        -webkit-border-top-left-radius: 10px; /* pour Chrome */ 
        -webkit-border-top-left-radius: 10px; /* pour Chrome */ 
        -webkit-border-bottom-left-radius: 10px; /* pour Chrome */ 
        -webkit-border-bottom-right-radius: 10px; /* pour Chrome */ 
	   background:#F5F4F2;}
hr.filet {
background:url(/images/illustration/contact/filet_separation.png) no-repeat center 20px  white;
	height:30px;
	border:0;
	clear:both;
 	margin:20px 0;
	padding:0;
}