body
{
	margin: 0px;
	background-color: #f1e7e7;
	font: 16px, "Trebuchet MS", Arial, "Arial Black", "Comic Sans MS", "Courier New", Georgia, Impact, "Times New Roman", Verdana;
	color: #353028;
	text-align: justify;
	width: 100%;
}
#en_tete
{
	width: 100%;
	height: 100px;
	background: url(../design/rouge/fond_en_tete.jpg) repeat-x top left;
}
dl, dt, dd, ul, li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#choix_couleur
{
	position: absolute;
	top: 0px;
	right: 0px;
}
ul#choix_couleur li
{
	margin-top: 15px;
	margin-right: 15px;
	padding-bottom: 0px;
	float: left;
}
ul#choix_couleur li a
{
	display: block;
	height: 20px;
}
ul#choix_couleur li a img
{
	border: solid 1px #f1e7e7;
}
#menus
{
	position: relative;
	top: 60px;
	left: 0px;
	z-index: 100;
	padding-left: 30px;
	width: 100%;
}
#menus dl
{
	float: left;
	margin: 0px;
}
#menus dt
{
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	color: #f1e7e7;
	text-align: left;
	margin: 0px;
	padding-right: 30px;
}
#menus dd
{
	float: left;
	margin-top: 16px;
	display: none;
	border: 2px solid #660000;
}
#menus li a, #menus li a:visited
{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	background-color: #f1e7e7;
	padding: 0px 5px;
	color: #660000;
	text-decoration: none;
	display: block;
}
#menus li a:hover, #menus li a:focus
{
	background-color: #660000;
	color:#f1e7e7;
}
#conteneur
{
	position: absolute;
	z-index: 1;
	top : 100px;
	left : 0px;
	width: 100%;
}
#corps
{
	width: 80%;
	margin: auto;
}
#corps h1
{
	font-size: 20px;
	margin: 0px;
	margin-top: 25px;
	margin-bottom: 20px;
	border-bottom: solid 2px #353028;
}
#corps a, #corps a:visited
{
	color: #353028;
}
#corps a:hover, #corps a:focus
{
	color: #660000;
}
p.remonter
{
	text-align: right;
	clear:both;
}
p.remonter img
{
	margin-right: 5px;
}
p.remonter a, p.remonter a:visited
{
	color: #353028;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
p.remonter a:hover, p.remonter a:focus
{
	color: #660000;
}
#corps hr
{
	height: 2px;
	color: #353028;
	background-color: #353028;
	margin-bottom: 25px;
	border: 0px;
}
#pied_de_page
{
	width: 100%;
	height: 50px;
	background: url(../design/rouge/fond_pied_de_page.jpg) repeat-x top left;
}
p.copyright
{
	text-align: center;
	padding-top: 15px;
	color: #f1e7e7;
}
p.copyright a, p.copyright a:visited
{
	color: #f1e7e7;
	text-decoration: none;
}
p.copyright a:hover, p.copyright a:focus
{
	color: #f1e7e7;
	text-decoration: underline;
}

