body {
	background-color: #660000;
}
a {
	color: #FF7300;
}
P {
	font-family : arial, sans-serif;
	color: #FF7300;
}
#menu{
left:10px;
position:absolute;
top:1em;
width:120px;
overflow:hidden;
}
.contenu{
	border:1px solid #69c;
	min-height: 300px;
	width: 80%;
	left: 10%;
	position: relative;
	padding: 10px;
}
h1 {
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-size: 5ex;
	font-style: italic;
	color: #FF7300;
	text-align: center;
}
.cadrenoir {
	border:1px solid #000;
	margin:0 0 0 0;
	padding:0 0 0 0;	
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC98;
}
.grisclair {
	color: #CBE09E;
}
.annonce {
	margin:15;
	padding:5px;
	background-color: #660000;
	width: 80%;
	left: 100px;
	clip:      rect(10px auto auto auto);
	top: 15px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border-top: thick double #CCCCCC;
	border-right: thick none #CCCCCC;
	border-bottom: thick none #CCCCCC;
	border-left: thick none #CCCCCC;
}

.titre {
	font-family: "Eras Demi ITC";
	font-size: 20px;
	font-weight: bold;
	color: #FFFF00;
}
.titreOrange {
	font-family: "Eras Demi ITC";
	font-size: 24px;
	font-weight: bold;
	color: #FF7300;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FF7300;
}
.texteListeRouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #FF7300;
	list-style-image: url(images/icones/puce_rouge.gif);
	list-style-position: outside;
}
.pmarge {
	m
	margin-left: 30px;
	margin-right: 100px;
}
