* {margin: 0;
   padding: 0;}
   
body {
	background-color: #bbbbbb;
}
	
/* Begin Structure of site '*/  


#conteneur {
	background-image:  url(avoriaz_restaurant/fer.gif);
	 background-repeat: repeat-x;
	background-position: top left;
	border-top: 1px solid #808;
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: 100%;
	padding:4px;
	padding-top:29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: justify;
	background-color: #F1EFE2;
}


#entete {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #336633;
	}
	
h1{
	background-color: #dcd8b8;
	padding: 5px;
	font-size: 1.4em;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 3px solid #ffffff;
	border-bottom: 10px solid #ffffff;
	color: #CC3333;
	text-align: right;
}

h2{
	height: 50px;
	background-color: #dcd8b8;
	background-image:  url(restaurant_avoriaz/fleur_01.jpg);
	 background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
	padding: 5px;
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #CC3333;
	text-align: left;
}

h3{
	background-color: #CC3333;
	padding: 5px;
	font-size: 1em;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #dcd8b8;
	text-align: left;
}

#paragraphes {
	margin: 10px;
	background-color: #FFFFFF;
	padding: 6px;
	border-right: 1px solid #333;
	color: #336633;
}

#nouveautes{
	background-color: #FFFFFF;
	padding: 6px;
	color: #336633;
}

.textegras{
	color: #FFFFFF;
	font-weight:bold;
}
.textegras, .textegras a:link, .textegras a:visited, .textegras a:hover, .textegras a:active, .textegras a:focus
{
	color: #FFFFFF;
	font-weight:bold;
}
#textegras{
	color: #ffffff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight:bold;
}
#textegras, #textegras a:link, #textegras a:visited, #textegras a:hover, #textegras a:active, #textegras a:focus
{
	color: #FFFFFF;
	font-weight:bold;
}
.texte{
	color: #808080;
		font-size: .8em;

}
.texte, .texte a:link, .texte a:visited, .texte a:hover, .texte a:active, .texte a:focus
{
	color: #808080;
}

a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #ffffff;
}

#footer {
	margin: 10px;
	margin-bottom: 1px;
	padding: 10px;
	padding-bottom: 5px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: 0.9em;
	color: #cccccc;
	}

#footer2 {
	text-align: center;
	color: #cccccc;
	padding-bottom: 29px;
	background-image:  url(avoriaz_restaurant/fer.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	font-weight: normal;
	font-size: 0.9em;
}
#footer2, #footer2 a:link, #footer2 a:visited, #footer2 a:hover, #footer2 a:active, #footer2 a:focus, #footer, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #footer a:focus
{
	color: #808080;
	font-weight: normal;
	font-size: 0.9em;
}

/* Begin text formatting and image floats */

.imagedroite{
	float: right;
	margin-left: 20px;
	margin-right: 6px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.imagegauche{
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 45px;
	margin-bottom: 5px;
}


p{
    margin-top: 15px;
	margin-bottom: 15px;
}



a:link {
	color: #336633;
	background-color: inherit;
		text-decoration: none;

}
a:visited {
	color: #666666;
	background-color: inherit;
}
a:hover {
	color: #A1B489;
	background-color: inherit;
}
a:active {
	color: #A1B489;
	background-color: inherit;
}

/********** Begin top navigation *************/
#navlist
{
	background-image:  url(avoriaz_restaurant/fourchette.gif);
	 background-repeat: repeat-x;
	background-position: top left;

	background-color: #dcd8b8;
	padding: 7px;
	font-size: 1.1em;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #CC3333;
	font-weight:bold;
	text-align: left;
}

#navlist a, #navlist a:link, #navlist a:visited
{
color: #CC3333;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	color: #FFFFFF;
	text-decoration: underline;
}

#navlist li
{

padding-right: 1px;
display: inline;
font-size: 1em;
}

#navlist ul
{
margin: 0px;
padding: 0px;

}

#navlist #active a {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
 
