/* Styles du site en général */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #800000;
	text-align: center;  /* pour centrer la page dans IE mais préciser alignement à gauche pour tout le reste (cf. #fond) */
}
a {
	color: #99cc00;
	text-decoration: none;
}
a:hover {
	color: #99cc00;
	text-decoration: underline;
}
#fond {
	background-color: #fffee9;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
img {
	border: 0px;
}
/* Styles de la page "index" */
#index {
	text-align: center;
	background-color: #fffee9;
	height: 800px;
	padding-top: 100px;
	font-size: 14px;
}
#index a {
	color: #99cc00;
	text-decoration: none;
}
#index a:hover {
	color: #99cc00;
	font-weight: bold;
}
/* Styles de la zone "entête" */
#entete {
	height: 130px;
	width: 955px;
}
#entete_g {
	float: left;
	height: 123px;
	width: 215px;
	padding-top: 7px;
}
#entete_g img {
	margin-left: 57px;
}
#entete_c {
	float: left;
	height: 130px;
	width: 540px;
	text-align: center;
}
#entete_d {
	height: 110px;
	width: 160px;
	color: #99cc00;
	padding-top: 10px;
	margin-left: 755px;
	text-align: right;
}
#entete_d ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
#entete_d li {
	line-height: 18px;
	background-image: url(../images/dolmen-vert_vm.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}
#entete_d li:hover {
	background-image: url(../images/dolmen-orange-fj_vm.gif);
}
#entete_d li.select {
	background-image: url(../images/dolmen-orange-fj_vm.gif);
}
#entete_d a {
	text-decoration: none;
}
#entete_d a:hover {
	color: #f04125;
}
#entete_d a.select {
	color: #f04125;
}
/* Styles du menu horizontal de la zone "entête" */
#menu {
	background-image: url(../images/barre-menu_vm.gif);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
	height: 25px;
	color: #fcf9c5;
	line-height: 25px;
}
#menu ul {
	color: #fcf9c5;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul:hover {
	color: #f04125;
}
#menu li {
	float: left;
	background-image: url(../images/dolmen-jaune_vm.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-right: 20px;
}
#menu li:hover {
	background-image: url(../images/dolmen-orange-fv_vm.gif);
}
#menu li.sfHover {
	background-image: url(../images/dolmen-orange-fv_vm.gif);
}
#menu li.select {
	background-image: url(../images/dolmen-orange-fv_vm.gif);
}
/* classe créée pour le changement de style */
#menu li.mask {
	list-style-position: inside;
	background-image: url(../images/dolmen-transparent.gif);
}
#menu a {
	color: #fcf9c5;
	text-decoration: none;
}
#menu a:hover {
	color: #f04125;
}
#menu a.select {
	color: #f04125;
}
#menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	color: #fcf9c5;
	width: 18em; /* pour Opera & en + fait afficher la liste en block */
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul,
#menu li.sfHover ul ul, #menu li.sfHover ul ul ul, #menu li.sfHover ul ul ul ul
{
	left: -999em;
}
#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul,
#menu li li li li:hover ul {
	left: auto;
	background-color: #99cc00;
	color: #fcf9c5;
	z-index: 8;
}
#menu li.sfHover ul,
#menu li li.sfHover ul,
#menu li li li.sfHover ul,
#menu li li li li.sfHover ul, {
	left: auto;
/*	margin-top: 18px;
	margin-left: -80px;*/
	margin: 1.5em 0 0 -7em;
	background-color: #99cc00;
	color: #fcf9c5;
	z-index: 8;
}
#menu ul li ul li {
	display: block;
	list-style-type: none;
	margin-right: 20px;
}
/* Styles de la zone de menu horizontal spécifique à l'accès Administration de la zone "entête" */
.menu-adm {
	margin-right: 20px;
	text-align: right;
	background-image: url(../images/dolmen-jaune_vm.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.menu-adm a:hover {
	background-image: url(../images/dolmen-orange-fv_vm.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.menu-adm-select {
	margin-right: 20px;
	text-align: right;
	background-image: url(../images/dolmen-orange-fv_vm.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/* Styles de la zone "corps" */
#corps {
	/*	margin-left: 215px;*/
	padding-left: 20px;
	padding-right: 40px;
/*	background-image: url(../images/foto-fond_vm.gif);
	background-repeat: no-repeat;
	background-position: left center;*/ /* pour centrer l'image de fond sur la hauteur du contenu */
}
#corps h1 {
	color: #800000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 25px;
}
#corps h3 {
	color: #99cc00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#corps ul {
	list-style-position: inside;
	list-style-image: url(../images/puce-liste.gif);
	text-indent: 20px;
}
#corps .titre {
	margin-left: 15px;
	margin-right: 15px;
}
#corps .centrer {
	text-align: center;
}
#corps .droite {
	color: #800000;
	text-align: right;
	font-weight: bold;
}
#corps .rub {
	list-style-image: url(../images/picto-dossier.gif);
	font-weight: bold;
	color: #99cc00;
}
#corps .ss-rub {
	list-style-image: url(../images/picto-fichier.gif);
	font-weight: normal;
}
#corps .ss-rub a {
	font-weight: normal;
	text-decoration: none;
}
#corps .ss-rub a:hover {
	font-weight: bold;
}
/* Styles de la zone "menu de gauche" */
#menu_gauche {
	float: left;
	width: 250px;
	padding-top: 50px;
}
#menu_gauche ul {
	margin-left: 0px; /* obligatoire pour IE de merde ! */
	padding-left: 0px;
}
#menu_gauche li {
	line-height: 16px;
}
#menu_gauche .rubric {
	list-style-image: none;
	list-style-type: none;
	font-weight: bold;
}
#menu_gauche .ss_rub {
	padding-left: 15px;
	padding-bottom: 2px;
	list-style-image: none;
	list-style-type: none;
	font-weight: normal;
}
#menu_gauche .titre {
	font-weight: bold;
	color: #99cc00;
}
#menu_gauche a:hover {
	color: #f04125;
	font-weight: bold;
	text-decoration: none;
}
#menu_gauche a.select {
	color: #f04125;
	font-weight: bold;
}
/* Styles de la zone "contenu" */
#contenu {
	margin-left: 250px;
	text-align: justify;
}
#contenu h2 {
	color: #99cc00;
	text-align: center;
}
/* Styles de la zone "actu" */
#actu {
	/*	right: 200px;*/
	border: 2px solid #99cc00;
	width: 220px;
	/*	max-height: 400px;*/	/* ne fonctionne pas sous IE de m... */
	height: 400px;
	color: #800000;
	margin-right: 30px;
	background-color: #ffff99;
	text-align: justify;
}
#actu h2 {
	text-align: center;
	color: #fcf9c5;
	background-color: #99cc00;
	margin-top: 0px;
	margin-bottom: 0px;
}
#actu h3 {
	color: #800000;
	text-align: center;
	margin-bottom: 0px;
}
#actu h4 {
	color: #99cc00;
	text-align: center;
	margin-top: 0px;
}
#actu p {
	padding: 5px;
}
#ss_actu {
	height: 375px;
	overflow: auto;
}
/* Styles de la zone "msg-admin" */
#msg-admin {
	border: 2px solid #99cc00;
	width: 220px;
/*	height: 200px;*/
	color: #800000;
	margin-right: 30px;
	background-color: #ffff99;
}
#msg-admin h2 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fcf9c5;
	background-color: #99cc00;
}
#msg-admin p {
	padding: 5px;
}
/* Styles du lien "deconnexion" */
#deconnexion {
	float: right;
	right: -20px;
	position: relative;
}
/* Styles des formulaires */
#form {
	color: #99cc00;
	font-size: 13px;
}
#form .top {
	vertical-align: top;
}
#form .centrer {
	text-align: center;
}
#form .logo {
	width: 150px;
}
#form .bouton {
	background-color: #99cc00;
	color: #fcf9c5;
	font-weight: bold;
	border-width: 2px;
	border-style: outset;
	cursor: pointer;
}
#form input {
	border: 1px solid #99cc00;
}
#form select {
	border: 1px solid #99cc00;
}
#form .focus {
	background-color: #ffff99;
}
#form span {
	font-size: 11px;
}
/* Styles des tableaux */
#tableau {
	width: 100%;
	text-align: center;
	color: #99cc00;
	font-size: 11px;
}
#tableau th {
	border: 2px solid #99cc00;
	background-color: #f5f172;
	line-height: 20px;
}
#tableau td {
	border: 1px solid #99cc00;
}
#tableau .pair {
	background-color: #fcf9c5;
	color: #000000;
}
#tableau .impair {
	background-color: #FFFFFF;
	color: #000000;
}
/* Styles de la zone "pied" */
#pied {
	clear: both;
	width: 955px;
	text-align: center;
	color: #99cc00;
	font-size: 10px;
	padding-bottom: 5px;
}
#pied a {
	color: #99cc00;
}
#pied a:hover {
	color: #99cc00;
	font-weight: bold;
}
/* Styles spécifiques à la gestion de hauteur minimum de page pour IE */
html>body #corps {
	height: auto;
	min-height: 620px;
}
.ie {
	height: 600px;
	float: right;
	width: 1px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
/* Classes générales du site */
.italic {
	font-style: italic;
}
.onglet {
	width: 150px;
	text-align: center;
}
.logo {
	margin: 15px;
	vertical-align: middle;
	border: 0px;
}
.erreur {
	color: #FF0000;
	font-weight: bolder;
}
.titre-fiche {
	color: #f04125;
	font-size: 12px;
	font-weight: bold;
}
.haut_page {
	margin-left: 15px;
	margin-right: 15px;
	border: 0px;
}
.accueil {
	margin-right: 4px;
	vertical-align: middle;
	border: 0px;
}
.logo_mention {
	vertical-align: middle;
	border: 0px;
}
/*######################*/
/* Calques d'animations */
/*######################*/
#papillon {
	position:absolute;
	width:22px;
	height:20px;
	z-index:9;
	left: 824px;
	top: 264px;
}
