@charset "utf-8";
@import url("reset.css");
/*************************************
   CONFIG GENERALE	
*************************************/
	html,body{background:#B0BBC2 url(../images/background-luxe.jpg) repeat-x;height:100%;}
	/*.centrer{margin:auto;padding:auto;background:#FFFFFF;}*/
	.block, #moteur input{display:block;}
/*-------------- modif eric ------------------*/	
	/*-- eto--*/.absolute{
	position:absolute;
	left:270px;
	width: 470px;
	top: 1px;}
	/*--eto--*/.relative{position:relative; width:auto;}
	.a-decouvrir{clear:both;}
	.float-left{float:left;}
	.float-right{float:right; width:220px;}
	a:link,a:hover,a:active,a:visited{font-size:12px;text-decoration:underline;color:#5472B8;}
	a:hover{text-decoration:none;}
	.bordure-gris{border:1px solid #ccc;}
	.gras{font-weight:bold;}
/*************************************
   PUB DROITE	
*************************************/	
    .pub-right {position:absolute;width:160px; height:auto; left:751px;top:1px;}
/*************************************
   TITRES		
*************************************/
	h1{font-size:14px;font-weight:bold;}

/*************************************
   	HEADER
*************************************/
/*---------- modif eric ---------*/
 
	/*-- eto--*/.layout{ position:relative;width:915px;height:610px; margin-left:auto; margin-right:auto;}
	/*-- eto--*/.footer{width:750px;}
	/*-- eto--*/.logo{height:63px;background:#000; width:750px;}
	.logo span{right:5px;}
	/*--eto --*/.banniere img{visibility:visible;}
	/*--eto --*/.banniere{background:#000 url(../images/luxe/banniere.jpg) no-repeat; width:750px;}
	
/* --------- fin modif eric -----------*/
/*************************************
   MENU HAUT
*************************************/
	ul.menu{background:#000;position:relative; width:750px; height:22px;}
	ul.menu li{display:inline;margin-right:8px;}
	ul.menu li a{color:#fff!important;font-size:12px;text-decoration:none!important; padding:2px;margin-left:5px;}
	ul.menu li a:hover{text-decoration:underline!important;}
	ul.menu div.langue{position:absolute;width:100px;right:50px;}
/*************************************
   CENTRE DE LA PAGE
*************************************/
	.centre{ width:740px;padding:5px; background:#FFFFFF;}
	/*.droite,.gauche{background:#efefef;}*/
	.gauche{width:510px;}
	.droite{width:206px;padding:5px;border:1px solid #ccc;}
	.pub img{border:1px solid #ccc;padding:1px;margin-top:10px;}
	.gauche .bordure-gris{margin:10px 0px;padding:5px;}
	.tdl img,.conseils img{float:left;margin-right:4px;}
	.tdl h1 img, .conseils h1 img{float:none;}
	.tdl,.conseils{font-size:12px;}
	.tdl a, .conseils a{clear:both;display:block;width:auto;padding-left:100px;}
	.tdl h1,.conseils h1{margin-bottom:5px;color:#4F616A;}
/*************************************
   MOTEUR
*************************************/
	#moteur{background:#f2f3f4;width:200px;border:1px solid #5472b8;padding:5px 5px 25px 5px;height:100px;}
	#moteur label{color:#5472B8;display:block;font-size:12px;font-weight:bold;}
	#moteur select{width:175px;border:1px solid #ccc;margin-bottom:4px;}
	#moteur input{border:none;background:#5472b8;color:#fff;font-weight:bold;font-size:11px;float:right;}
	#moteur input{margin:3px 12px;}
	#moteur h1{color:#5472B8;}
	#moteur form{padding-left:15px;}
	#cbdest {color:#50626C;font-size: 10px;text-align: left;width: 180px}
	#cbdate {color:#50626C /*#003366*/;font-size: 11px;width: 180px}
	
/*************************************
   NOS DEST
*************************************/
	.nos-dest{border:1px solid #5472B8;height:auto;width:275px;padding:5px;}
	.nos-dest h1,.droite h1{color:#4F616A;}
	ul.nos-dest {float:left;width:50px;}
	ul.float-left { width:120px;}
	ul.float-right { width:120px;}

/*************************************
   NOS DEST
*************************************/
	#cadre { /* taille du cadre, à titre d'exemple */
	width:99%;
	background-color:#F5F5F6;
	border:1px solid #5472B8;
	position:relative;
}
	/* propriétés communes à l'ensemble des 4 coins */
	#hautgauche, #hautdroit, #basgauche, #basdroit {
	height: 8px; width:8px;
	background-repeat: no-repeat;
	font-size:1px; /* correction d'un bug IE */
	position:relative;
	}
	/* propriétés spécifiques à chaque coin */
	#hautgauche {
	/*background: url(../images/corners/hautgauche.gif);*/
	top:-1px;left:-1px;
	}
	#hautdroit {
	float: right;
	/*background: url(../images/corners/hautdroit.gif);*/
	top:-1px;right:-1px;
	}
	#basgauche {
	/*background: url(../images/corners/basgauche.gif);*/
	bottom:-1px;left:-1px;
	}
	#basdroit {
	float: right;
	/*background: url(../images/corners/basdroit.gif);*/
	position:relative;
	bottom:-1px;right:-1px;
	}
	#contenu p {
	margin: 0.5em 25em 0.5em 0.5em; /*gestion des espaces interparagraphes */
	font-style: italic;	font-size:11px;
	}
	#cadre span.personnage{position:absolute;width:48px;height:44px;top:0px;right:0px;}
	#cadre span.appel{position:absolute;right:40px;top:10px;}

/*************************************
   FOOTER
*************************************/
	.footer{font-size:10px!important;text-align:center; margin-left:0px;}
	.footer span{display:block;width:600px;margin:auto;padding:auto;color:#fff;margin-top:10px;}
	.footer p{background:#ccc;padding:5px;}
	.footer p a{color:#000!important;text-decoration:none!important;font-size:10px!important;}
	.footer p a:hover{text-decoration:underline!important;}

