/* Pub à gauche */


/* Haut de page */
.lignetop {
	position: absolute;
	height: 5px;
	width: 1001px;
	left: 0px;
	top: 0px;
	right: 5px;
	background-color: #F9C420;
}
.contop {
	position: absolute;
	height: 90px;
	left: 0px;
	top: 5px;
	right: 5px;
	width: 1001px;
	background-image: url(../deco/top.jpg);
	background-color: #FFCC33;
	/* background-position:left; */
	z-index: 0;
	vertical-align:bottom;
}


.logo {
	position: absolute;
	height: 53px;
	width: 150px;
	left: 10px;
	top: 12px;
	z-index: 2;
}
.logolbt {
	visibility:hidden;
	position: absolute;
	height: 53px;
	width: 160px;
	left: 840px;
	top: 12px;
	z-index: 2;
}
/* Newsletter */
.newsletter {
	display: none
	padding: 60px 0px 0px 0px;
	position: absolute;
	left: 2px;
	top: 115px;
	width: 164px;
	height: 80px;
	background: url(../deco/lettre.gif) no-repeat;
	text-align: center ;
	z-index: 4;
}

/* Formulaire de recherche */
.recherche {
	position: absolute;
	left: 827px;
	top: 115px;
	width: 160px;
	z-index: 4;
}
.contrestaurant {
	position: absolute;
	height: 22px;
	top: 95px;
	left: 0px;
	right: 5px;
	width: 1001px;
	background-color: #CC0033;
	text-align:center;
	color: #FFFFFF;
	z-index: 4;
}
.restaurant {
position: absolute;
left: 350px;
top: 95px;
width: 200px;
visibility: hidden;
}
/* Bannière HM */
.banniere {
	position: absolute;
	height: 90px;
	width: 730px;
	left: 250px;
	top: 5px;
	z-index: 2;
}
.theme {
	position: absolute;
	height: 20px;
	left: 180px;
	top: 120px;
	width: 630px;
	z-index: 3;
}

.nextfacebook { padding-left: 50px; }

/* Mise en page du corps */
body	{
	margin:0px;
	padding:0px;
	background-color: #FFF4E1;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9pt;
                                                
						}
/* Les écritures */
h1 { font-size: 12pt; font-weight:600; color: #D64130; }
h1.themetexte { font-size: 10pt; font-weight:500; color: #000000; }

h2 { font-size: 10pt; font-weight:600; color: #D64130; }
h3 { font-size: 10pt; font-weight:600; color: #666666; }
/* Menu haut */
a.contrestauranta:link, a.contrestauranta:visited {
display: inline;
color: #fff;
text-decoration: none;
}
a.contrestauranta:hover {
text-decoration:underline;
}

/* Menu gauche */
a.menugauche:link, a.menugauche:visited, a.menugauche2:link, a.menugauche2:visited {
	display: block;
	background: url(../deco/menugauche1.png) no-repeat;
	vertical-align: middle;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 20px;
	width: 100%;
	text-decoration: none;
}

a.menugauche:hover, a.menugauche2:hover  {
	background: url(../deco/menugauche2.png) no-repeat;
	text-decoration: none;
	color: #fff;
}
a.menugauche2:link, a.menugauche2:visited, a.menugauche2:hover {
color: #FFCC33 !important;
}

/* Containers */
#container_principal {
 position: absolute;
 width: 1005px;
 height: 1300px; 
 padding:0;
 background:url(../images/bckcontour.gif) repeat-y;
 z-index:1; 
 color: #000000;
 text-align: left; /* on rétablit l'alignement du texte */
 }
 
.col_gauche, .col_centre, .col_droite {
 float:left;
 top: 180px;
 /*height:100%*/
 /*display:table-cell;*/ /* corrige le bug 100% height FF vs IE */
 }

.col_gauche { position: absolute; top: 240px; left: 3px; width : 160px; height: 1200px; color:#000; background:url(../images/bgbleu3.gif);  }

.col_centre { position: absolute; left: 173px; width : 641px; color: #333333; height: 1200px; z-index:4;}

.col_droite {  position: absolute; top: 200px; left: 831px; width : 150px; color: #000000; height: 1200px; z-index:4;}

/* Placement du texte et de la pub dans .col_centre */

.texteprincipal { float:left; width:100%; }
.google {
  margin-right: 15px;
  float: right;
  width: 300px;
  margin: 0;
  z-index:3;
}


/* Bas de page */

.footerline {
	position: absolute;
	height: 5px;
	width: 1001px;
	top: 2100px;
	left: 0px;
	right: 5px;
	bottom: 0;
	/*background-color: #d94066;*/
	z-index: 3;
}
.footrefer { 
    padding-top: 5px;
	float: left;
	width:inherit;
	height: auto;
	z-index: 4;
	 }
/* Divers */
.spacer {
  clear: both;
}

/* ITALIE */
.contopitalie {
	position: absolute;
	height: 90px;
	left: 0px;
	top: 5px;
	right: 5px;
	width: 1001px;
	background-image: url(../deco/top-italie.jpg);
	background-color: #FFCC33;
	/* background-position:left; */
	z-index: 0;
	vertical-align:bottom;
}
/* visibilité du SKY HM */
.sky {display:block }
