.main_content {
  background-color: #F2F2DF;
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size:  11px;
  color:  #111111;
}

.brun {
	font-size:20px;
	font-weight:bold;
	color:#993300;
}

.gros {
	font-size:15px;
}

.text {
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  font-size:  11px;
  color:  #111111;
}


H2.sousTitre{
	color:#993300;
	font-size:14px;
	font-weight:bold;
}

H3.chapeau {
	color:#666666;
	font-size:11px;
	font-weight:bold;
}

H4.interTitre {
	color:#111111;
	font-size:12px;
	font-weight:bold;
}

H5.legende {
	color:#999999;
	font-size:9px !important;
	font-weight:normal;

}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111111;
	 background-color: #F2F2DF;
}


a:link {
	color: #007700;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #aa3300;
}
a:active {
	text-decoration: underline;
	color: #003300;
}
