/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color: #3C0D21;
}
#conteneur {
	width:800px;
	margin:0 auto 0;
	padding: 0;

}
#imagehaut {
	margin: 0px;
	padding: 0px;
	height: 415px;
	background-color: #A09E87;

}
#menu {
	color: #FFFFFF;
	background-color: #A09E87;
	width: 796px;
	height: 20px;
	margin: 0px;
	padding-top: 2px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #A09E87;
}

#bandeaubas {
	position: relative;
	background-color: #CDDA2A;
	width: 792px;
	margin: 0px;
	padding: 0px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A09E87;
	border-right-color: #A09E87;
	border-bottom-color: #A09E87;
	border-left-color: #A09E87;
}
#gauche {
	width: 485px;
	color: #3C0D21;
	text-align: left;
	line-height: 28px;
	font-size: 0.90em;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;


}
#droite {
	position : absolute;
	top: 0;
	right: 0;
	background-color: #808D0E;
	margin-top: 14px;
	margin-right: 15px;
	margin-bottom: 10px;

}

#footer {
	color: white;
	font-size: 11px;
	text-align: center;
	line-height: 25px;
	margin-top: 10px;
}


a span {
	display: none;
}

a:hover span#cal1 {
	display: inline;
	position: absolute;
	margin-top: -490px;
	margin-left: -609px; 
	padding: 0px;
}

a:hover span#cal2 {
	display: inline;
	position: absolute;
	margin-top: -490px;
	margin-left: -649px; 
	padding: 0px;
}

a:hover span#cal3 {
	display: inline;
	position: absolute;
	margin-top: -490px;
	margin-left: -689px; 
	padding: 0px;
}

a:hover span#cal4 {
	display: inline;
	position: absolute;
	margin-top: -490px;
	margin-left: -729px; 
	padding: 0px;
}

a:hover span#cal5 {
	display: inline;
	position: absolute;
	margin-top: -490px;
	margin-left: -765px; 
	padding: 0px;
}




a:hover {
	background: none;
}

.lienblanc
{
	color: white;
	text-decoration: none;
}


.drapeau
{
margin-top: 15px;
margin-right: 5px;
}

.liengris
{
	color: gray;
	text-decoration: none;
	font-size: 1em;

}

/* menu */
#menu ul
{
	padding: 0;
	margin: 0;
	background-color: #A09E87;
	color: White;
	float: left;
	width: 100%;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;

}

#menu ul li { display: inline; }

#menu ul li a
{
	background-color: #A09E87;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 4px solid #BDD200;
	width: 131px;
	text-align: center;
/*	padding-top: 0.2em; */
	padding-bottom: 0.2em;
}

#menu ul li a:hover
{
background-color: #A09E87;
color: #44192B;
}

#menu #active #current
 { 
background-color: #A09E87;
color: black;
 } 



/* end menu */

