/* 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;
}




/* Formulaire de recherche */
.recherche {
	display:;
	position: absolute;
	left: 600px;
	top: 14px;
	width: 310px;
	z-index: 4;
}
.contrestaurant {
	position: absolute;
	height: 26px;
	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;
}



/* Mise en page du corps */
body	{
	margin:0px;
	padding:10px;
	background-color: #FFF4E1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;                                                
						}
/* pour centrer la page */
#globalcenter {
  position: relative; /* on positionne le conteneur */
  margin-left: auto;
  margin-right: auto;
  width: 1005px;
  text-align: left;
} 
						
						
/* Les écritures */

ul { list-style: square; padding-left:13px; line-height:1.5em; margin-bottom:40px;
}

li { margin-bottom:20px;
}

ol { list-style: decimal; padding-left:15px; line-height:1.5em; margin-bottom:40px;
}


h1 {
	font-size: 1.4em;
	font-weight:600;
	color: #F00;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0px;
}
h1.themetexte {
	font-size: 1em;
	font-weight:500;
	color: #000000;
}
h1.saison { font-size: 13pt; font-weight:600; color: #FFFFFF; }

h2 {
	font-size: 1.2em;
	font-weight:600;
	color: #333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0px;
}
h3 {
	font-size: 1.1em;
	font-weight:600;
	color: #333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0px;
}


.lienmenu { font-size: 1em; font-weight:600; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; margin-top: 1em; line-height: 2em; }
a.lienmenu:link, a.lienmenu:visited, a.lienmenu:hoover { font-size: 0.9em; font-weight:600; color: #00F; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; line-height: 2em; }

a:visited { color: #00F; }

/* Menu haut */
a.contrestauranta:link, a.contrestauranta:visited {
	font-size: 0.8em;
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: 0.7em;
	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: 300px;
 /*height:100%*/
 /*display:table-cell;*/ /* corrige le bug 100% height FF vs IE */
 }

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

.col_centre { position: absolute; top: 200px; left: 320px; width : 601px; color: #333333; height: 1200px; z-index:4;}

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



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

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

.google2 {
  margin-left: 0px;
  float: right;
  width: 336px;
  margin: 10px;
  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 }

.googlebas {display:none }

@media only screen and (max-width:790px)
{
.googlebas 	{ display:block;
 margin: auto;
    width: 320px;
    padding: 1px; }
	
}


@media only screen and (max-width:780px)
{

.lignetop {
	position: absolute;
	height: 5px;
	width: 100%;
	left: 0px;
	top: 0px;
	background-color: #F9C420;
}


.contopitalie { display:none;
}

.contrestaurant {  display:none;
	
}

.recherche {
	display:none;
	
}

#globalcenter {
  position: relative; /* on positionne le conteneur */
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: left;
} 

#container_principal {
 position: absolute;
 width: 100% !important;
 padding:0;
 background:;
 z-index:1; 
 color: #000000;
 text-align: left; /* on rétablit l'alignement du texte */
 }

.footerline {
	position: absolute;
	height: 5px;
	width: 100%;
	top: 2100px;
	left: 0px;
	right: 5px;
	bottom: 0;
	/*background-color: #d94066;*/
	z-index: 3;
}
	
	
  h1 {
	font-size: 1.2em;
}
h1.themetexte {
	font-size: 1.4em;
}

h2 {
	font-size: 1.1em;

}
h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1.1em;
}

li {
	font-size: 1em;
}
  
  .col_centre,{
 float:left;
 top: 1px;
 /*height:100%*/
 /*display:table-cell;*/ /* corrige le bug 100% height FF vs IE */
 }
  
  
   .col_droite {
        display: none !important;
    }
	
	.col_gauche { position: absolute; top: -9999px; left: -9999px; width : 180px; color:#000;  }

.col_centre { position: absolute; top:120px; left: 1px; width : 100%; color: #333333; z-index:4;}
	
   
   body {
	font-size: 1em;                                                
						}
			
   .menuresponsive a
   {
	font-size: 1em;                                                
						}
}


@media only screen and (min-width:520px)
{
.recherche {
	display: inline-block !important;
	position: absolute;
	left: 200px;
	top: 14px;
	width: 310px;
	z-index: 4;
}

}

@media only screen and (min-width:920px)
{
.recherche {
	display: inline-block !important;
	position: absolute;
	left: 600px;
	top: 14px;
	width: 310px;
	z-index: 4;
}

}


@media only screen and (max-width:1020px)
{

.contop {
	position: absolute;
	height: 90px;
	width: 100%;
	background-image:none !important;
	background-color: #FFCC33 !important;
	/* background-position:left; */
	z-index: 0;
	vertical-align:bottom;
}	

.col_gauche { display:none; }	

  .col_centre,{
 float:left;
 top: 1px;
 /*height:100%*/
 /*display:table-cell;*/ /* corrige le bug 100% height FF vs IE */
 }

.col_centre { position: absolute; top:120px; left: 1px; width : 100%; color: #333333; z-index:4;}


	
	
}
