@charset "utf-8";
html, body {
	height:100%;
}
body {
	margin: 0;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* Mise en forme page */
#espace {
	height: 100%;
	width: 50%;
	background-color: #4f4f4f;
}
#orange {
	width: 50%;
	position: absolute;
	height: 219px;
	background-color: #eb690a;
}
#gris {
	width: 50%;
	position: absolute;
	height: 390px;
	background-color: #333;
	top: 219px;
}
/* Mise en forme site */
#site {
	width: 700px;
	background-color: #333;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -350px;
}
#tete {
	height: 219px;
	background: url(../img/h2m.gif) no-repeat right top;
}
#gauche {
	width: 175px;
	height: 100%;
	background-color: #4F4F4F;
	position: absolute;
}
#droite {
	width: 525px;
	height: 100%;
	background-color: #333;
	position: absolute;
	left: 175px;
}
#contenu {
	height: 390px;
	background-color: #FFF;
	width: 525px;
}
/* Mise en forme menu principal */
#menu {
	height: 219px;
	background-color: #eb690a;
}
#menu ul {
	margin: 0;
	list-style-type: none;
	padding: 50px 0 0 0;
}
#menu a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 22px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background: url(../img/puce.gif) no-repeat left center;
	letter-spacing: 1px;
	font-size: 10px;
}
#menu a:hover {
	background: url(../img/puce.gif) no-repeat left center;
	padding-left: 23px;
}
/* Mise en forme menu secondaire */
#sousmenu {
	height: 390px;
	background-color: #333;
}
#sousmenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#sousmenu a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 9px;
	background-repeat: no-repeat;
	text-align: left;
	width: 155px;
	background-position: left top;
	height: 96px;
	padding-left: 5px;
	line-height: 15px;
}
#sousmenu a:hover {
	background-position: left bottom;
	color: #ccc;
}
.select {
	background-position: left bottom;
	display: block;
	text-decoration: none;
	color: #eb690a;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 9px;
	background-repeat: no-repeat;
	text-align: left;
	width: 155px;
	height: 96px;
	padding-left: 5px;
	line-height: 15px;
}
#AM {
	background-image: url(../img/AM.jpg);
}
#ESC {
	background-image: url(../img/ESC.jpg);
}
#EXT {
	background-image: url(../img/EXT.jpg);
}
#PO {
	background-image: url(../img/PO.jpg);
}
/* Mise en forme des contenus */
.text {
	margin: 0 0 0 100px;
	padding: 20px 0 0 0;
}
.accueil {
	display: block;
	width: 170px;
	text-align: left;
	margin: 0;
	padding: 30px 0 0 20px;
	color: #666;
	z-index: 200;
	position: absolute;
	background-color: #FFF;
}
#contenu strong {
	color: #EB690A;
}
#contenu .links {
	color: #666;
}
.plan {
	background-image: url(../img/plan.gif);
}
/* Mise en forme pied de page */
#pied {
	height: 100px;
}
#pied p {
	color: #666;
	text-align: right;
	margin-bottom: 0px;
}
#pied #mentions {
	margin: 0;
	font-size: 9px;
}
#pied a {
	color: #666;
	font-size: 9px;
}

