body {
	background-image: url(../images/fond-raye.gif);
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border:none;
}

.Spacer {
	clear: both;
	visibility: hidden;
	line-height:0px;
	height:0px;
}

hr {
	border-top:none;
	border-bottom:1px dashed #aaa;
	height:1px;
}

#Regie {
	width:800px;
	background-color:#fff;
	margin:0 auto 0 auto;
	border:1px dashed #c2c2c2;
	border-top:1px solid #fff;
	background-image: url(../images/fond.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#Bas {
	font-size: 10px;
	color: #666;
	border-top: 1px dashed #c2c2c2;
	padding:2px;
}
#Bas a {
	color:#888;
	text-decoration:none;
}

#Bas a:hover {
	color:#93290B;
}

#Contenu h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin:20px 0 10px 0;
	color: #93290B;
	border-bottom: 1px dashed #c2c2c2;
}

#Contenu h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	color:#888;
	margin:20px 0 0px 20px;
}

#Contenu p {
	margin:5px 0 5px 20px;
}

#Contenu {
	margin:5px 5px 5px 30px;
	text-align:left;
	background-image: url(../images/fond-logo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#Contenu a {
	color:#93290B;
}
#Contenu a:hover {
	color:#fff;
	background:#93290B;
}
#Contenu a.image:hover {
	background:none;
}

#Hautdecor {
	background-color: #FFFFFF;
	text-align:center;
}
.HautGauche {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	background-color: #FFFFFF;
	text-align:right;
	height:50px;
	overflow:hidden;
}

.HautDroite {
	position:absolute;
	top:0;
	right:0;
	height:50px;
	overflow:hidden;
	background-color: #FFFFFF;
	background-image: url(../images/haut.gif);
	background-repeat: repeat-x;
	width:50%;
}

.HautCentre {
	position:relative;
	margin:0 auto 0 auto;
	width:800px;
	height:50px;
	text-align:left;
	background-image: url(../images/haut.gif);
	background-repeat: repeat-x;
}

.HautCentre .AGauche {
	position:absolute;
	top:0;
	left:-150px;
}

.NoView {
	display:none;
}

#Contenu ul {
	width: 500px;
	list-style-type: square;
	margin-left: 100px;
	text-align: justify;
}
#Contenu li {
	margin-bottom:10px;
}

.Informations {
	border:1px dashed #aaa;
	padding:10px;
	margin:40px;
	background:#eee;
}

.Attention {
	padding-left:100px;
	background-image: url(../images/attention.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.Code {
	margin:10px 100px 20px 100px;
	border:1px dashed #aaa;
	background:#FFFFDD;
	padding:10px;
}

.Annonce {
	border:1px solid #aaa;
	background:#FFFFdd;
	margin:10px auto 10px auto;
	width:500px;
	padding:10px;
}

.Annonce .Titre {
	font-weight:bold;
	text-align:center;
}
