body {
	background-color:#382112;
	margin:0px;
	padding:0px;
	font-family:'AvantGardeBkBTBook', Arial, Helvetica, sans-serif;
	font-size:12px;
}
.corp {
	width:976px;
	margin-left:auto;
	margin-right:auto;
}
.head {
	width:976px;
	height:123px;
	background-image:url(../images/fond/head.jpg);
	background-repeat:no-repeat;
}
.contenue {
	width:976px;
}
.rech_home {
	font-family: 'AvantGardeBkBTBook';
	padding-top:90px;
	left:10px;
	padding-left:3px;
	top:0px;
	position:absolute;
	width:181px;
	height:271px;
	font-size:18px;
	background-image:url(../images/fond/reservation.png);
	background-repeat:no-repeat;
	font-weight:100;
	line-height:23px;
	color:#382112;
}
.rech_home_GB {
	font-family: 'AvantGardeBkBTBook';
	padding-top:90px;
	left:10px;
	padding-left:3px;
	top:0px;
	position:absolute;
	width:181px;
	height:271px;
	font-size:18px;
	background-image:url(../images/fond/reservation1.png);
	background-repeat:no-repeat;
	font-weight:100;
	line-height:23px;
	color:#382112;
}
.blc_nouscontacter {
	margin-bottom:3px;
	margin-left:3px;
	width:292px;
	height:82px;
	padding:10px;
	background-image:url(../images/fond/contact_home.jpg);
	text-align:right;
	line-height:20px;
	color:#382112;
}
.blc_nouscontacter2 {
	width:200px;
	padding:5px;
	background:#FFF;
	text-align:center;
	line-height:20px;
	margin-bottom:10px;
}
.liste_blc {
	background-image:url(../images/fond/fnd_list.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	background-position:bottom;
	width:730px;
	border:1px solid #777;
	margin-bottom:3px;
}
.liste_blc_t {
	background-image:url(../images/fond/t_liste.jpg);
	width:730px;
	color:#FFF;
}
/*--------- bouton -----------*/

.h1titre{
	border:0px;
	font-weight:100; 
	text-decoration:none; 
	color:#FFF; 
	display:inherit;
}
.h1titrev2{
	padding-top:3px;
	float:left;
	border:0px;
	font-weight:100; 
	text-decoration:none; 
	color:#FFF; 
	display:inherit;
}

.lnkLnag {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	font-size:12px;
	padding-left:15px;
	background-image:url(../images/bouton/pt_carre.gif);
	background-repeat:no-repeat;
	background-position:center left;
	margin-right:10px;
}
.lnkLnag:hover {
	color:#86cde1;
}
.rechlnk {
	margin-top:10px;
	font-family:'AvantGardeMdBTMedium';
	width:112px;
	padding-top:2px;
	height:24px;
	padding-bottom:5px;
	border:0px;
	background:none;
	background-image:url(../images/bouton/btn_rech.png);
	background-repeat:no-repeat;
}

.rechlnk:hover {
	background-image:url(../images/bouton/btn_rech2.png);
	color:#FFF;
	cursor:pointer;
}
a {
	color:#382112;
	text-decoration:none;
}
a:hover {
	color:#0573a6;
}

.tr_lien {
	color:#382112;
	cursor:pointer;
	border:2px solid #F00;
}
.tr_lien:hover {
	color:#0573a6;
}

.lire {
	color:#0573a6;
	text-decoration:none;
}
.prix {
	color:#0573a6;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
}
.lire:hover {
	color:#000;
	text-decoration:underline;
}
.link_carre {
	font-weight:bold;
	text-align:center;
	color:#86cde1;
	text-decoration:none;
	background-color:#382112;
	padding-left:7px;
	padding-right:7px;
	padding-top:5px;
	padding-bottom:3px;
	font-size:12px;
	margin-left:5px;
}
.link_carre:hover {
	color:#382112;
	background-color:#86cde1;
}
.basblc {
	height:15px;
	padding:3px;
	background-image:url(../images/fond/degrade312.jpg);
	text-align:right;
}
.basblc a {
	color:#fff;
	font-size:14px;
	text-decoration:none;
}
.basblc a:hover {
	color:#000;
}
.btn_estimation {
	margin-top:5px;
	margin-left:3px;
	font-family: 'AvantGardeBkBTDemi';
	background-image:url(../images/bouton/estimation.png);
	height:35px;
	width:312px;
	text-align:right;
	font-size:20px;
	color:#FFF;
	padding-top:2px;
}
.btn_estimation:hover {
	cursor:pointer;
	background-image:url(../images/bouton/estimation2.png);
}
.btn_estimation2 {
	width:210px;
	height:30px;
	font-size:15px;
	text-align:center;
	padding-top:5px;
	margin-top:5px;
	font-family: 'AvantGardeBkBTDemi';
	/*background-image:url(../images/bouton/estimation.png);*/
	background-image:url(../images/bouton/estimation2.png);
	font-size:15px;
	color:#FFF;
}
.btn_estimation2:hover {
	/*background-image:url(../images/bouton/estimation2.png);*/
}
/*--------------fin bouton ----*/
/*--------SOUS MENU -----------*/
.sousmenu {
	background-color:#FFF;
}
#nav {
	margin:0;
	padding:0;
	list-style:none;
}
/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
	float:left;
	display:block;
	width:242px;
	background:#fff;
	position:relative;
	z-index:500;
	margin:0 1px;
}
/* this is the parent menu */
		#nav li a {
	font-family: 'AvantGardeBkBTDemi';
	font-size:20px;
	display:block;
	padding:3px;
	font-weight:700;
	height:23px;
	text-decoration:none;
	color:#000;
	text-align:center;
	color:#333;
}
#nav li a:hover {
	color:#86cde1;
}
/* submenu, it's hidden by default */
		#nav ul {
	position:absolute;
	left:0;
	display:none;
	margin:0 0 0 -1px;
	padding:0;
	list-style:none;/*opacity : 1;
    filter : alpha(opacity=100);*/
 
		}
#nav ul li {
	width:242px;
	border-top:1px solid #eee;
}
/* display block will make the link fill the whole area of LI */
		#nav ul a {
	font-size:14px;
	display:block;
	height:15px;
	text-align:left;
	padding: 8px 5px 5px 50px;
	color:#666;
	text-decoration:none;
}
#nav ul a:hover {
	color:#FFF;
	background-color:#86cde1;
}
/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		
/*-------- fin SOUS MENU -----------*/


/*-------- txt -------*/
h1 {
	margin:0px;
	font-size:14px;
	color:#382112;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #382112;
	font-family:'AvantGardeMdBTMedium';
}
h2 {
	margin:0px;
	font-size:14px;
	color:#382112;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #382112;
	font-family:'AvantGardeMdBTMedium';
}
h3 {
	margin:0px;
	font-size:14px;
	color:#382112;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #382112;
	ffont-family:'AvantGardeMdBTMedium';
}
.titre_absolute {
	position:absolute;
	z-index:10;
	background-image:url(../images/fond/vignette1.png);
	padding-top:1px;
	height:27px;
	width:154px;
	padding-left:20px;
	color:#FFF;
	font-size:15px;
	left: -12px;
	top: 2px;
}
.titre_absolute2 {
	position:absolute;
	z-index:10;
	background-image:url(../images/fond/vignette2.png);
	padding-top:1px;
	text-align:center;
	height:26px;
	width:69px;
	color:#FFF;
	font-size:15px;
	left: 250px;
	top: 271px;
}
.titre_absolute3 {
	position:absolute;
	z-index:10;
	background-image:url(../images/fond/vignette3.png);
	padding-top:1px;
	text-align:left;
	padding-left:15px;
	height:35px;
	width:221px;
	color:#FFF;
	font-size:17px;
	left: -15px;
	top: 2px;
}
.titre_absolute4 {
	position:absolute;
	z-index:10;
	background-image:url(../images/fond/vignette4.png);
	padding-top:3px;
	text-align:left;
	padding-left:15px;
	height:35px;
	width:300px;
	color:#FFF;
	font-size:15px;
	left: -15px;
	top: 2px;
}
/*-------- fin txt -------*/
/*----- fiche----*/
.info_fiche {
	background-color:#FFF;
	padding:5px;
	border:1px solid #CCC;
	margin-bottom:10px;
	height:152px;
	width:440px;
}
/*---- fin fiche ---*/

/*-------- foot -------*/

.foot {
	background-color:#000;
	width:100%;
	margin-top:10px;
	padding-top:10px;
	font-size:10px;
}
.foot a {
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
.foot a:hover {
	color:#86cde1;
}

.foot_link a{
	font-size:10px;
	text-decoration:none;
	color:#CCC;
	font-weight:normal;
}
.foot_link a:hover{
	font-size:10px;
	color:#CCC;
	text-decoration:underline;
}
/*-------- fin foot -------*/

.lien_form{
	color:#fff;
	font-size:14px;
	text-decoration:none;
	background-image:url(../images/bouton/fleche.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:15px;
	background-color:transparent;
	border:0px;
}

.lien_form:hover{
	color:#86cde1;
	cursor:pointer;
}

/*---------- classes pour le checktable ------------*/
.atextf {
	background-color:#0671a7;
	color:#FFF;
}

.dian{
	background-color:#CCC; 
	padding:2px; 
	margin-bottom:5px; 
	text-align:center;
}
.dian a{
	text-decoration:none;
	color:#333;
	font-size:16px;
	display:block;
}
.dian a:hover{
	color:#fff;
}
.btn_cat{
	color:#fff;
	font-size:12px;
}
.btn_cat:hover{
	color:#000;
	font-size:12px;
}
.poptab{
	font-size:11px; 
	text-align:left;
	width:320px;
	background-color:#aaaaaa;
}
.poptab td{
	color:#000;
	background-color:#ffffff;
}
.poptab th{
	background-color:#117aaa;
	color:#FFF;
	
}

.gauche_select{
	font-weight:bold;
	color:#00538e;
	}
