@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
#contenu {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
p {
	margin: 0px;
	padding-top: 0px; padding-right: 0px; padding-bottom: 5px; padding-left: 0px;
	line-height: 1.4em;
}

div {

}
#bandeau-haut {
	float: right;
	width: 750px;
	height: 50px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B8291F;
	background-image: url(../images/titre-moulin.png);
}
#flash {
	float: right;
	width: 750px;
	height: 248px;
}
#flash-droit {
	float: right;
	width: 124px;
	height: 248px;
	background-image: url(../images/flash-droit.jpg);
	text-align: center;
}

#flash-gauche {
	float: left;
	width: 626px;
	height: 240px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #999999;
}
#container #bandeau #menu img {
	margin-left: 30px;
	background-position: center;
	margin-top: 20px;
}



#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 140%;
	color: #B8291F;
}
#menu   {
	float: left;
	width: 190px;
	height: 300px;
	background-image: url(../images/menu.jpg);
}
#menu  li   {
	text-decoration: none;
	display: block;
	list-style-type: none;
	text-indent: 20px;
	margin-top: 15px;
}
#menu  a   {
	color: #000000;
	font-style: oblique;
}
#bandeau  {
	height: 300px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	clear: both;
}
a {
	font-size: 110%;
	color: #FFFFFF;
}

