/*
titre : index.css
auteur : SeB
date : 28 septembre 2006
description : sert à positionner les calques de la page d'accueil de franceloc

*/

body {
    margin: 0;  /* pour éviter les marges */
	padding: 0;
    text-align: center; /* pour corriger le bug de centrage IE */
}

div#conteneur {
	text-align:center;
	position:relative;
	margin-left: auto;
    margin-right: auto;
	width:957px;
	top:1px;
	height:auto;
}

div#banniere-haut {
	position:relative;
	top:0px;
	left:0px;
	width:957px;
	height:100px;
}

div#newsletter{
	position:absolute;
	top:90px;
	right:150px;
	z-index:6;
}

div#drapeaux{
	position:absolute;
	top:92px;
	right:4px;
	z-index:6;
}

div#flash_haut {
	position: absolute;
	right: -3px;
	top:1px;
	width: 635px;
	height: 84px;
	z-index:5;
}

div#telephone{	
	position:absolute;
	top:92px;
	left:330px;
	z-index:6;
}

div#cache-sous-flash{
	position: absolute;
	right:-2px;
	top:85px;
	width:635px;
	height:2px;
	z-index:5;
	background-color:#FFFFFF;
}

div#logo-FL{
	position:absolute;
	top:-5px;
	left:-5px;
	z-index:0;
}

div#logo-camping {
	position:absolute;
	top:15px;
	left:100px;
}

div#welcome {
	position:relative;
	top:0px;
	left:0px;
	width:957px;
	text-align:center;
}

div#contenu {
	float:left;
	display: table-cell;
	margin-top:15px;
	left:-1px;
	width:957px;
	border-style:solid;
	border-width:1px;
	border-color:#000099;
	background-color:#D7DEFE;
	text-align:left;
	padding:3px 3px 3px 3px;
}

div#colonne-gauche {
	float:left;
	display: table-cell;
	height: 100%;
	width:172px;
	border-style:solid;
	border-width:1px;
	border-color:#000099;
	background-color:#FFFFFF;
	text-align:left;
	overflow:hidden;
}

div#colonne-gauche-resa {
	float:left;
	display: table-cell;
	/*height: 100%;*/
	width:135px;
	border-style:solid;
	border-width:1px;
	border-color:#000099;
	background-color:#FFFFFF;
	text-align:left;
	overflow:hidden;
}

div#zone-droite {
	float:right;
	display: table-cell;
	height: 100%;
	margin-left:3px;
	width:780px;
	text-align:left;
}

div#zone-droite-resa {
	float:right;
	display: table-cell;
	/*height: 100%;*/
	margin-left:3px;
	width:814px;
	text-align:left;
	background-color:#FFFFFF;
	border-style:solid;
	border-color:#000099;
	border-width:1px;
}


div#pub-gauche {
	position:relative;
	margin-top:4px;
	left:4px;
	height:auto;
	font-size:10px;
	line-height:12px;
}

div#nom-station {
	float : left;
	height:24px;
	width:600px;
	border-style:solid;
	border-width:1px;
	border-color:#000099;
	text-align:center;
	background-color:#FFFFFF;
}

div#menu {
	float: right;
	right:3px;
	top:3px;
	width:162px;
	border-style:solid;
	border-width:1px;
	border-color:#000099;
	background-color:#FFFFFF;
	text-align:left;
	line-height:1px;
	padding-left:10px;
	height:280px;
}

div#fond-titre-region {
	position:relative;
	left:0px;
	top:0px;
	height:25px;
	background-image:url(../Images/fond_titre_region.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	padding-left:23px;
	line-height:26px;
}

div#fond-titre-region-focus {
	position:relative;
	left:0px;
	top:0px;
	width:162px;
	height:25px;
	background-image:url(../Images/fond_titre_region_focus.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	padding-left:23px;
	line-height:26px;
}

div#zone-description {
	float: left;
	left:3px;
	margin-top:3px;
	width:594px;
	border-style:solid;
	border-width:1px;
	border-color:#000099;
	background-color:#FFFFFF;
	text-align:left;
	line-height:16px;
	padding:3px 3px 3px 3px;
}

div#diaporama {
	float: left;
	width:344px;
	background-color:#FFFFFF;
	text-align:left;
	line-height:16px;
	text-align:center;
}

div#description {
	float:right;
	width:247px;
	text-align:left;
	line-height:12px;
}

div#zone-texte {
	float: left;
	width:772px;
	border-style:solid;
	margin-top:20px;
	border-width:1px;
	border-color:#000099;
	background-color:#FFFFFF;
	text-align:justify;
	line-height:14px;
	padding:0px 3px 3px 3px;
}

div#menu-onglet {
	position:relative;
	width:772px;
	/*border-style:solid;
	border-width:1px;
	border-color:#000099;
	background-color:#FFFFFF;*/
	text-align:left;
	top:-19px;
}

#navlist{
	padding: 0px 0px 2px 0px;
	margin-left: 0;
	margin-top:4px;
	border-bottom: 1px solid #000099;
	font: 9px Verdana, sans-serif;
}

#navlist li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a {
	/*padding: 3px 0.5em;*/
	padding: 2px 7px 2px 7px; 
	margin-left: 2px;
	border: 1px solid #000099;
	border-bottom: none;
	background-color:#D7DEFE;
	text-decoration: none;
}

#navlist li a:link { color: #000099; }

#navlist li a:active { color: #990000; }

#navlist li a:hover {
	color: #000;
	background: #AAE;
	border-color: #227;
}

#navlist li a#current
{
background: #FFFFFF;
border-bottom: 1px solid #FFFFFF;
color:#990000;
}

div#plan-residence {
	float: left;
	width:772px;
	border-style:solid;
	margin-top:3px;
	border-width:1px;
	border-color:#000099;
	background-color:#FFFFFF;
	text-align:justify;
	line-height:14px;
	padding:3px;
}

div#infos-pratiques {
	float: left;
	width:690px;
	text-align:justify;
	line-height:14px;
	padding:3px;
}

div#haut-cadre-info-pratique {
	position:relative;
	top:0px;
	left:0px;
	width:680px;
	height:24px;
	background-image:url(../Images/index/haut_cadre_info_pratique.gif);
	z-index:2;
}
div#fond-cadre-info-pratique {
	position:relative;
	top:0px;
	left:0px;
	width:670px;
	background-image:url(../Images/index/fond_cadre_info_pratique.gif);
	background-repeat:repeat;
	z-index:2;
	padding-left:5px;
	padding-right:5px;
}
div#bas-cadre-info-pratique {
	position:relative;
	top:0px;
	left:0px;
	width:680px;
	height:7px;
	background-image:url(../Images/index/bas_cadre_info_pratique.gif);
	background-repeat:no-repeat;
	z-index:2;
}

div#menu-bas {
	float: left;
	width:772px;
	border-style:solid;
	margin-top:3px;
	margin-bottom:0px;
	border-width:1px;
	border-color:#000099;
	background-color:#FFFFFF;
	text-align:center;
	line-height:14px;
	padding:3px;
}


/* Tableau CED */

.beau_ahd {
   background : transparent url(../Images/tab/ahd.jpg) no-repeat;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif ;
	font-size: 1px;
	color: #999999;
	font-style: normal;
      width: 5px; 
      height: 5px; 

}

.beau_abd {
   background : transparent url(../Images/tab/abd.jpg) no-repeat;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif ;
	font-size: 1px;
	color: #999999;
	font-style: normal;
      width: 5px; 
      height: 5px; 
}

.beau_ahg {
   background : transparent url(../Images/tab/ahg.jpg) no-repeat;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif ;
	font-size: 0px;
	color: #999999;
	font-style: normal;
      width: 5px; 
      height: 5px; 

}
.beau_abg {
   background : transparent url(../Images/tab/abg.jpg) no-repeat;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif ;
	font-size: 0px;
	color: #999999;
	font-style: normal;
      width: 5px; 
      height: 5px; 
}
.beau_h {
   background : transparent url(../Images/tab/h.jpg) repeat;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif ;
	font-size: 1px;
	color: #999999;
	font-style: normal;
      height: 5px; 

}
.beau_b {
   background : transparent url(../Images/tab/b.jpg) repeat;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif ;
	font-size: 1px;
	color: #999999;
	font-style: normal;
      height: 5px; 

}
.beau_g {
   background : transparent url(../Images/tab/g.jpg) repeat;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif ;
	font-size: 0px;
	color: #999999;
	font-style: normal;
      width: 5px; 

}
.beau_d {
   background : transparent url(../Images/tab/d.jpg) repeat;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif ;
	font-size: 1px;
	color: #999999;
	font-style: normal;
      width: 5px; 

}

/*Coup de Coeur*/

div#box-coup-coeur {
		float: left;
	position:relative;
	width:538px;
	text-align:left;
}

div#haut-cadre-bleu {
	position:relative;
	top:0px;
	left:0px;
	width:783px;
	height:43px;
	background-image:url(../Images/index/haut_box_bleu_long.gif);
	z-index:2;
}

div#fond-cadre-bleu {
	position:relative;
	top:0px;
	left:0px;
	width:733px;
	height:auto;
	background-image:url(../Images/index/fond_box_bleu_long.gif);
	background-repeat:repeat;
	z-index:2;
	padding-left:50px;
}


div#bas-cadre-bleu {
	position:relative;
	top:0px;
	left:0px;
	width:783px;
	height:11px;
	background-image:url(../Images/index/bas_box_bleu_long.gif);
	background-repeat:no-repeat;
	z-index:2;
}
div#titre-cadres-horizontal-bleu{
	position:absolute;
	top:12px;
	left:40px;
	z-index:3;
}

div#DivCC{
	background-color: #D7DEFE;
	width: 168px;
	height: 205px;
	border: 1px solid #000099;
	float:left;
	margin-left:0px;
	margin-right:10px;

}
div.TitreCC{
	width: 152px;
	color: #000099;
	font-size: 14px;
	height:30px;
	font-weight: bold;
	text-align: center;
	margin-left:7px;
	margin-right:7px;	
}
div.ImageCC{
	width:152px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #000099;
	margin-left:7px;
	margin-right:7px;		
}
div.DateCC{
	width: 152px;
	color: #000099;
	font-size: 12px;
	font-weight: bold;
	margin-left:7px;
	margin-right:7px;	
}
div.TexteCC{
	width: 152px;
	height: 24px;
	color: #000099;
	font-size: 11px;
	margin-left:7px;
	margin-right:7px;	
}
span.PrixCC{
	width: 70px;
	color: #990000;
	font-size: 12px;
	margin-left:7px;
	margin-right:1px;
	font-weight: bold;
	float:left;	
}
span.LienCC{
	width: 75px;
	margin-left:1px;
	margin-right:7px;
	text-align: right;
	color: #000099;
}

/* pour ie7 et < */
*+html div#btn_reserver{
	position:absolute; top:0px; left:390px
}

/* pour ie7 et < */
*+html div#btn_reserver_court{
	position:absolute; top:0px; left:555px
}

div#btn_reserver{
	position:absolute; top:-4px; left:390px
}

div#btn_reserver_court{
	position:absolute; top:-4px; left:555px
}