@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #000000;
}
#principal {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#entete {
	height: 110px;
}
#menuH {
	height: 30px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
}

#menuH li {
	float: left;
	height: 25px;
	width: 160px;
}
#menuH a {
	text-decoration: none;
	display: block;
}
#menuH  #colorPE a:hover {
	border-bottom-color: #794618;
}
#menuH #colorAT a:hover {
	border-bottom-color: #fde2bf;
}
#menuH #colorPI a:hover {
	border-bottom-color: #727487;
}
#menuH #colorME a:hover {
	border-bottom-color: #bea682;
}
#menuH #colorTA a:hover {
	border-bottom-color: #c57b23;
}
#menuH #colorVA a:hover {
	border-bottom-color: #efe18e;
}

ul {
	list-style-type: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#menuV {
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
}
#menuV p {
	margin: 5px;
	padding: 0px;
}

#menuV a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	display: block;
	width: 135px;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	line-height: 14px;
	height: 14px;
}

#menuV a:hover {
	color: #FFFFFF;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	line-height: 14px;
	height: 13px;
}

#page {
	float: left;
	width: 800px;
}
#pied {
	height: 30px;
	width: 800px;
	margin-left: 160px;
	line-height: 30px;
	clear: both;
}
#pied a {
	font-size: 11px;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	padding-bottom: 3px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding-bottom: 3px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-bottom: 3px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: left;
	margin-right: 8px;
	margin-bottom: 8px;
	padding-top: 6px;
	padding-bottom: 5px;
}
h5 a {
	font-size: 16px;
	color: #727487;
}

h6 {
	font-size: 24px;
	text-align: center;
	color: #727487;
}

