/* SITE */
* {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #2E0000;
}
input, textarea, select {
	font-size: 11px;
	border: 1px solid #000;
	padding: 2px;
	color: #990000;
}
input.envoyer {
	background-color: #333333;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
}
img {
	border: 0;
}
a.bouton {
	background: url(images/bouton.gif) no-repeat top;
	text-decoration: none;
	width: 138px;
	height: 23px;
	padding-top: 5px;
	margin-right: 9px;
	display: block;
}
a.bouton:hover {
	background: url(images/bouton.gif) no-repeat bottom;
	text-decoration: none;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
p {
	margin: 0 0 8px 0;
}
.info {
	color: #CC3300;
	font-size: 11px;
}

/* Index */
#index {
	position: absolute;
	background: url(images/index_fond.jpg) no-repeat center 216px;
	text-align: center;
	width: 100%;
	height: 600px;
	margin-top: -320px;
	top: 50%;
}
#index div.entrer {
	position: absolute;
	background-color: #600E0A;
	margin-left: -144px;
	width: 288px;
	padding-top: 10px;
	left: 50%;
}

/* Container */
#container {
	position: absolute;
	margin-left: -430px;
	width: 860px;
	left: 50%;
	color: #E0D5D5;
}
#container div.border {
	width: 860px;
	border: 1px solid #FFF;
}

/* Header */
#header {
	position: relative;
	margin-left: -275px;
	width: 550px;
	left: 50%;
}

/* Content */
#content {
	margin: 6px 9px;
	width: 840px;
	border: 1px solid #978080;
	background: url(images/site_fond.jpg) top no-repeat #631712;
}
#content div.menu {
	text-align: center;
	margin-left: 130px;
	padding: 28px 0 2px 0;
	width: 580px;
}
#content div.contenu {
	margin: 20px 20px 10px 20px;
	border: 1px solid #995555;
}
#content div.sent {
	text-align: center;
	padding: 20px;
}
#content div.coord {
	text-align: center;
	color: #A75D51;
}
#content div.coord p {
	font-size: 11px;
}
#content div.coord a {
	color: #CC3300;
	text-decoration: none;
}
#content div.coord a:hover {
	color: #DEC1C0;
	text-decoration: underline;
}
#content div.rubrique {
	margin: 14px 0;
}
#content div.image {
	background: url(images/img_fond.gif) no-repeat;
	width: 209px;
	height: 159px;
	padding: 9px 0 0 9px;
}#index div.denege {
	position: absolute;
	background-color: #600E0A;
	margin-left: -144px;
	width: 288px;
	padding-top: 10px;
	left: 50%;
	top: 550px;
}
