/* CSS Document */

body {
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 11px;
	overflow:auto;
	color: #5E3917;
	background-image: url(images/fond_container.jpg);
	background-repeat: repeat-y;
}

#photo_fond {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 680px;
	width:1024px;
}


#container {
	position: absolute;
	left: 50%;
	top: 50%;
	width:750px;
	height: auto;
	padding-top: 20px;
	margin-top: -300px;
	margin-left: -400px;
}


#container #header {
	height:150px;
	width: 405px;
	background-color:transparent;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header #contact {
	position: absolute;
	left: 750px;
	top: 10px;

}

#container #menu{
	width: 200px;
	height: auto;
	min-height:100px;
	top: 49px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50px;
}




/*-------------------------------------------------------------  */

#container #cadre_blanc_1 {
	width: 70px;
	height: 70px;
	top: 0px;
	background-color: transparent;
	position: absolute;
	left: 700px;
	background-image: url(images/cadre_top_r_blanc.gif);
	background-repeat: no-repeat;
}

#container #cadre_blanc_2 {
	width: 70px;
	height: 70px;
	background-color: transparent;
	background-repeat: no-repeat;
	float: left;
	margin-left: 700px;
	background-image: url(images/cadre_bottom_r_blanc.gif);
}

#container #cadre_blanc_3 {
	width: 70px;
	height: 70px;
	background-color: transparent;
	position: bottom left;
	background-repeat: no-repeat;
	float: left;
	background-image: url(images/cadre_bottom_l_blanc.gif);
}

/*-----------------------  */

#container #cadre_vert_1 {
	width: 70px;
	height: 70px;
	top: 0px;
	background-color: transparent;
	position: absolute;
	left: 700px;
	background-image: url(images/cadre_top_r_vert.gif);
	background-repeat: no-repeat;
}

#container #cadre_vert_2 {
	width: 70px;
	height: 70px;
	background-color: transparent;
	background-repeat: no-repeat;
	float: left;
	margin-left: 700px;
	background-image: url(images/cadre_bottom_r_vert.gif);
}

#container #cadre_vert_3 {
	width: 70px;
	height: 70px;
	background-color: transparent;
	position: bottom left;
	background-repeat: no-repeat;
	float: left;
	background-image: url(images/cadre_bottom_l_vert.gif);
}


/*-----------------------  */

#container #cadre_orange_1 {
	width: 70px;
	height: 70px;
	top: 0px;
	background-color: transparent;
	position: absolute;
	left: 700px;
	background-image: url(images/cadre_top_r_orange.gif);
	background-repeat: no-repeat;
}

#container #cadre_orange_2 {
	width: 70px;
	height: 70px;
	background-color: transparent;
	background-repeat: no-repeat;
	float: left;
	margin-left: 700px;
	background-image: url(images/cadre_bottom_r_orange.gif);
}

#container #cadre_orange_3 {
	width: 70px;
	height: 70px;
	background-color: transparent;
	position: bottom left;
	background-repeat: no-repeat;
	float: left;
	background-image: url(images/cadre_bottom_l_orange.gif);

}

/*-----------------------  */

#container #cadre_bleu_1 {
	width: 70px;
	height: 70px;
	top: 0px;
	background-color: transparent;
	position: absolute;
	left: 700px;
	background-image: url(images/cadre_top_r_bleu.gif);
	background-repeat: no-repeat;
}

#container #cadre_bleu_2 {
	width: 70px;
	height: 70px;
	background-color: transparent;
	background-repeat: no-repeat;
	float: left;
	margin-left: 700px;
	background-image: url(images/cadre_bottom_r_bleu.gif);
}

#container #cadre_bleu_3 {
	width: 70px;
	height: 70px;
	background-color: transparent;
	position: bottom left;
	background-repeat: no-repeat;
	float: left;
	background-image: url(images/cadre_bottom_l_bleu.gif);
}




/*#container #cadre_marron_1 {
	width: 70px;
	height: 70px;
	top: 0px;
	background-color: transparent;
	position: absolute;
	left: 700px;
	background-image: url(images/cadre_top_r_marron.gif);
	background-repeat: no-repeat;
}

#container #cadre_marron_2 {
	width: 70px;
	height: 70px;
	top: 530px;
	background-color: transparent;
	position: absolute;
	left: 700px;
	background-image: url(images/cadre_bottom_r_marron.gif);
	background-repeat: no-repeat;
}

#container #cadre_marron_3 {
	width: 70px;
	height: 70px;
	top: 530px;
	background-color: transparent;
	position: absolute;
	left: 0px;
	background-image: url(images/cadre_bottom_l_marron.gif);
	background-repeat: no-repeat;
}
*/




/*-------------  */


#menu a:link {
	text-decoration: none;
	font-size: 13px;
	color: #000000;
	padding-left: 5px;
	font-weight: bolder;
	line-height: 18px;
}
#menu a:visited {
	text-decoration: none;
	font-size: 13px;
	color: #000000;
	padding-left: 5px;
	font-weight: bolder;
	line-height: 18px;
}

#menu a:hover {
	text-decoration: underline;
	font-size: 13px;
	color: #000000;
	padding-left: 5px;
	font-weight: bolder;
	line-height: 18px;
}

#menu a.produits:link  {
	color: #86C120;
}
#menu a.produits:visited  {
	color: #86C120;
}
#menu a.produits:hover  {
	color: #86C120;
}
/*-------------  */
#menu a.accueil:link  {
	color: #5E3917;
}
#menu a.accueil:visited  {
	color: #5E3917;
}
#menu a.accueil:hover  {
	color: #5E3917;
}

#menu a.magasins:link  {
	color: #FF8100;
}
#menu a.magasins:visited  {
	color: #FF8100;
}
#menu a.magasins:hover  {
	color: #FF8100;
}
/*-------------  */
#menu a.reservations:link  {
	color: #00A0C6;
}
#menu a.reservations:visited  {
	color: #00A0C6;
}
#menu a.reservations:hover  {
	color: #00A0C6;
}
/*-------------  */
#menu a.contact:link  {
	color: #5E3917;
}
#menu a.contact:visited  {
	color: #5E3917;
}
#menu a.contact:hover  {
	color: #5E3917;
}


/*----------------------------------------------------------  */



#container #content {
	width: 465px;
    height:auto;
	margin-left:260px;
	margin-top:70px;
	background-repeat: repeat;
	font-size: 14px;
	padding:15px;
	padding-top:50px;
	padding-bottom: 70px;
	background-image: url(images/bg_blanc.png);

}




/*-------------------------------  */


#content H1 {
	font-size: 15px;
	font-weight: bolder;
	color: #5E3917;


}
#content H2 {
	font-size: 13px;
	color: #FF7F00;
	font-weight: normal;

}
#content #texte {
	margin-top: 10px;

}

#content  a:link {
	text-decoration: underline;
	font-size: 14px;
	display:block;
	color: #FF7F00;
}
#content  a:visited {
	text-decoration: none;
	font-size: 14px;
	display:block;
	color: #FF7F00;
}
#content  a:hover {
	text-decoration: none;
	font-size: 14px;
	display: block;
	color: #FF7F00;
}



#footer {
	height:15px;
	background-color: transparent;
	background-image:url(images/pli.jpg);
	background-position:left bottom;
	width: 750px;
	background-repeat: no-repeat;
	text-align: center;
	color: #000;
	float: left;
}
