body
{
	width: 800px;
	margin: auto; /* Pour centrer notre page */
	margin-top: 10px; /* Pour &eacute;viter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
	margin-bottom: 10px;    /* Idem pour le bas du navigateur */
	background-color: #fefce0;
	font-family: Calibri,Tahoma,Verdana,Arial,sans-serif;
	font-size: small;

}
#en_tete
{
	width: 780px;
	height: 100px;
	/*  background-image: url("http://www.lavieilleauberge-lescontamines.fr/images/Restaurant-La-vieille-auberge-Les-Contamines-Montjoie.gif");
	background-repeat: no-repeat;
	background-position: center;  */
	margin: 0px;
	margin-left: 50px;
	margin-bottom: 0px;
}

#menu
{
  	float: left; /* Le menu flottera à gauche */
   	width: 150px; /* Très important : donner une taille au menu */
   	margin-top: 20px;
}

.element_menu
{
   background-color: #FFFFFF;
   border: 1px solid #86623f;
   margin-bottom: 10px; /* Pour &eacute;viter que les &eacute;l&eacute;ments du menu ne soient trop coll&eacute;s */
}

.element_menu h2 /* Tous les titres de menus */
{    
   	font-size: small;
	color: #86623f;
	text-align: left;
	text-decoration: underline;
	padding: 0px; /* Tous les côt&eacute;s ont une marge int&eacute;rieure de 0 pixels */
	padding-left: 5px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 5 pixels */
	margin: 0px; /* Idem pour margin, ça nous &eacute;vite d'avoir à en &eacute;crire 4 (margin-left, margin-right...) */
	margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
}

.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   list-style-image: url("http://www.lavieilleauberge-lescontamines.fr/images/puce.png"); /* On change l'apparence des puces */
   padding: 0px; /* Tous les côt&eacute;s ont une marge int&eacute;rieure de 0 pixels */
   padding-left: 20px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 0px; /* Idem pour margin, ça nous &eacute;vite d'avoir à en &eacute;crire 4 (margin-left, margin-right...) */
   margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
text-decoration: none;
color: #86623f;
background-color: transparent;
}

.element_menu a:visited
{
text-decoration: none;
color: #86623f; 
background-color: transparent;
}

.element_menu a:active
{
text-decoration: underline;
color: #b7995e;
background-color: transparent;
}

.element_menu a:hover   
{
text-decoration: underline;
color: #b7995e;
background-color: transparent;
}



#corps
{
	margin-top: 0px; /* Une marge en haut pour pousser le corps, afin qu'il ne passe plus sous le menu */
	margin-right: 0px;
	margin-bottom: 20px; /* Ca c'est pour &eacute;viter que le corps colle trop au pied de page en-dessous */
	margin-left: 100px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	padding-right: 10px; /* Pour &eacute;viter que le texte à l'int&eacute;rieur du corps ne colle trop à la bordure */
	padding-left: 167px; /* On met un padding pour ne pas mettre de texte sous l'arabesque qui fait une largeur de 117pix */
	color: #86623f;
	background-color: #FFFFFF; /* Une couleur de fond pour le corps */
	background-image: url("http://www.lavieilleauberge-lescontamines.fr/images/arabesque.gif");
	background-repeat: no-repeat;
	background-position: 42px 10px;
	border: 1px solid #86623f; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
	text-align: justify; 
	min-height:590px;
	min-height:auto;
}


#corps h1
{
	color: #86623f;
	text-align: left;
	font-size: small;
}

#corps h4
{
	color: #86623f;
	text-decoration: underline;
	text-align: left;
	font-size: small;
}
#corps img
{
	display: block;
	margin-bottom: 10px; /* Ca c'est pour &eacute;viter que le corps colle trop au pied de page en-dessous */
 	margin-top: 30px; /* Ca c'est pour &eacute;viter que le corps colle trop au pied de page en-dessous */
	margin-left: auto; 
	margin-right: auto;
	border: 1px solid #86623f;
}

#photos
{
	min-height:590px;
	min-height:auto;
	margin-top: 0px; /* Une marge en haut pour pousser le corps, afin qu'il ne passe plus sous le menu */
	margin-right: 0px;
	margin-bottom: 20px; /* Ca c'est pour &eacute;viter que le corps colle trop au pied de page en-dessous */
	margin-left: 100px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	padding-left: 167px; /* On met un padding pour ne pas mettre de texte sous l'arabesque qui fait une largeur de 117px */
	padding-right: 10px; /* Pour &eacute;viter que le texte à l'int&eacute;rieur du corps ne colle trop à la bordure */
	color: #86623f;
	background-color: #FFFFFF; /* Une couleur de fond pour le corps */
	background-image: url("http://www.lavieilleauberge-lescontamines.fr/images/arabesque.gif");
	background-repeat: no-repeat;
	background-position: 42px 10px;
	border: 1px solid #86623f; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
	text-align: justify; 
}


#photos h1
{
	color: #86623f;
	margin-left: 20px;
	text-align: left;
	font-size: small;
}

#photos h4
{
	color: #86623f;
	text-decoration: underline;
	text-align: left;
	font-size: small;
}


#photos img
{
	margin: 50px 50px 20px 20px;
	border: 1px solid #86623f;
	/*-moz-box-shadow: 0px 2px 15px #333;*/
}

#photos img:hover 
{
	
	border: 1px solid #b7995e;
	/*-moz-box-shadow: 0px 2px 15px #999;*/
}

.links_description
{
text-align: left;
text-decoration: none;
color: #86623f;
padding: 0px;
margin-left: 25px;
padding-bottom: 20px;
}
.links  a	
{
text-align: left;
text-decoration: underline;
color: #86623f;
padding-left: 10px;
padding-top: 0px;
background-image: url("http://www.lavieilleauberge-lescontamines.fr/images/puce.png");
background-repeat: no-repeat;
background-position: 0px 5px;
}

.links a:visited
{
text-align: left;
text-decoration: underline;
color: #86623f;
padding-left: 10px;
}

.links a:active
{

text-decoration: underline;
color: #b7995e;
background-color: transparent;text-align: left;
text-decoration: underline;
color: #b7995e;
padding-left: 10px;
}

.links a:hover   
{
text-decoration: underline;
color: #b7995e;
background-color: transparent;text-align: left;
text-decoration: underline;
color: #b7995e;
padding-left: 10px;
}


.contact  a	
{
text-align: left;
text-decoration: underline;
color: #86623f;
padding-left: 10px;

}

.contact a:visited
{
text-align: left;
text-decoration: underline;
color: #86623f;
padding-left: 10px;
}

.contact a:active
{
text-align: left;
text-decoration: underline;
color: #b7995e;
background-color: transparent;
padding-left: 10px;
}

.contact a:hover   
{
text-align: left;
text-decoration: underline;
color: #b7995e;
background-color: transparent;
padding-left: 10px;
}

.inline_links  a	
{
text-decoration: underline;
color: #86623f;
}

.inline_links a:visited
{
text-decoration: underline;
color: #86623f;
}

.inline_links a:active
{

text-decoration: underline;
color: #b7995e;
}

.inline_links a:hover   
{
text-decoration: underline;
color: #b7995e;
}

/* Le pied de page (qui se trouve tout en bas, en g&eacute;n&eacute;ral pour les copyrights) */
#pied_de_page
{
   margin-left: 100px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   padding: 0px;
   text-align: center;
   color: #86623f;
   background-repeat: repeat-x;
}


#Ouverture_restaurant_2011-2012
{
	min-height:590px;
	min-height:auto;
	margin-top: 0px; /* Une marge en haut pour pousser le corps, afin qu'il ne passe plus sous le menu */
	margin-right: 0px;
	margin-bottom: 20px; /* Ca c'est pour &eacute;viter que le corps colle trop au pied de page en-dessous */
	margin-left: 100px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	padding-left: 167px; /* On met un padding pour ne pas mettre de texte sous l'arabesque qui fait une largeur de 117px */
	padding-right: 10px; /* Pour &eacute;viter que le texte à l'int&eacute;rieur du corps ne colle trop à la bordure */
	color: #86623f;
	background-color: #FFFFFF; /* Une couleur de fond pour le corps */
	background-image: url("http://www.lavieilleauberge-lescontamines.fr/images/arabesque.gif");
	background-repeat: no-repeat;
	background-position: 42px 10px;
	border: 1px solid #86623f; /* Une bordure pour bien marquer les limites du corps et pour faire joli */
	text-align: justify; 
	mso-displayed-decimal-separator:"\,";
	mso-displayed-thousand-separator:" ";
}

#Ouverture_restaurant_2011-2012 h1
{
	color: #86623f;
	margin-left: 20px;
	text-align: left;
	font-size: small;
}



._informations
{
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	text-align:left;
	vertical-align:center;
	font-weight:700;
	mso-pattern:auto none
	}
	
	._entete_ligne
{
padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:windowtext;
	font-size:8.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:right;
	vertical-align:middle;
	border:1.0pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:nowrap;}
	
._entete_colone
{
padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:windowtext;
	font-size:8.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:Arial, sans-serif;
	mso-font-charset:0;
	mso-number-format:General;
	text-align:center;
	vertical-align:middle;
	border:1.0pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:nowrap;}
	
._ferme
{
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	text-align:center;
	vertical-align:middle;
	color:maroon;
	font-weight:400;
	background:#FF9900;
	border:1.0pt solid windowtext;
	mso-pattern:auto none
	}
	
._ouvert
{
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	text-align:center;
	vertical-align:middle;
	color:#003300;
	font-weight:400;
	background:#99CC00;
	border:1.0pt solid windowtext;
	mso-pattern:auto none
	}
