body
{
	margin: 0;
	padding: 0;
	background-image: url(../images/page/bgmotif.jpg);
	background-repeat: repeat-x;
	/*background: url("../images/page/bg.jpg");*/
}
#container
{
	width: 800px;
	margin: 0 auto;
	margin-top: 10px;
}
#header
{
	height: 50px;
	line-height: 50px; /* hauteur de ligne identique a la hauteur du bloc pour centrer la ligne de texte */
	position: relative;
	left: -40px;
}
#menu
{
	width: 800px;
	margin: 0 auto;
	padding: 0;
}
#submenu
{
	float: right;
	position: relative;
	right: -80px;
	background-color: #e98f3f; /* orange/marron */
	width: 220px;
	-moz-border-radius: 10px;
}
#content
{
	width: 700px;
	margin: 0 auto;
	background-color: white;
	padding: 20px 20px 20px 80px;
}
#footer
{
	clear: both;
	height: 50px;
	line-height: 50px; /* hauteur de ligne identique a la hauteur du bloc pour centrer la ligne de texte */
	background-color: black;
	width: 800px;
	margin: 0 auto;
}
#locale
{
	float: right;
}
#desc
{
	float: right;
	width: 120px;
	margin-left: 20px;
	font-size: x-small;
	text-align: center;
}
#toggleDisplay
{
	text-align: center;
	border: 1px dashed #333;
}
