/* Couleurs du site */
.GrisFonce {
	background-color: #423A3B;
}
.GrisMoyen {
	background-color: #5A4D4D;
}
.Vert {
	background-color: #CDCD00;
}

/* Style */
body
{
	background-color: #423A3B;
}

div.menu
{
	float: left;
	width: 212px;
	height: inherit;
	padding-left: 8px;
	padding-bottom: 10px;
	text-align: left;
}
div.contenu
{
	width: 806px;
	margin: 0px 4px 4px 220px;
	padding-top: 5px;
	text-align: left;
	background-color: #5A4D4D;
	vertical-align: top;
}
div.contenuNoBackground
{
	float: left;
	width: 816px;
	text-align: center;
	overflow: hidden;
	vertical-align: top;
	padding: 5px 5px 10px 5px;
}

/* Polices */
.contenuFont {
	font-family: Arial; 
	font-size: 11px;
	color: #FFFFFF;
} 
.contenuFont a:link, .contenuFont a:visited {
  color:  #CDCD00;
  text-decoration: none; 
}
.contenuFont a:hover {
  color: #FFFFFF;
  text-decoration: none; 
}
.menuFont {
	font-family: Verdana; 
	font-size: 9px;
	color: #666666;
}
.menuFont a:link {
  color:  #666666;
}
.menuFont a:visited {
  color: #666666;
}
.menuFont a:hover {
  color: #CDCD00;
}
.titre1Font {
	font-family: Arial;
	font-size: 31px;
	color: #FFFFFF;
}
.titre2Font {
	font-family: Arial;
	font-size: 24px;
	font-weight:bold;
	color: #FFFFFF;
} 

