@charset "utf-8";
/* CSS Document */
/* général */
html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin : 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 0.9em;
}

a img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#conteneur {
	padding: 0px;
	width: 96%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
/* bloc contenant le slogan */
#bandeau {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: right;
}
#bandeau p {
	color: #999999;
	letter-spacing: 0.1em;
	font-size: 0.8em;
	padding: 0px;
	text-align: right;
}
/* Positionnement et mise en forme menu de droite */
#droite {
	float: right;
	width: 200px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A9CA57;
}
#droite ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#logoapte img, #logoapte .spip_logos{
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
/* bloc avec date mise à jour */
#date{
	color: #666666;
	font-size: 0.7em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}
/* bloc menu principal */
#menu {
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A9CA57;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A9CA57;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu h2 {
	font-size: 0.8em;
	color: #A9CA57;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#menu ul, #infos ul, #langue ul {
	font-size: 0.75em;
	list-style-position: outside;
	list-style-image: url(images/puce_verte.gif);
}
#menu li,#infos li,#langue li {
	margin-left: 10px;
}
#menu li a {
	color: #009397;
	text-decoration: none;
}
#menu li a:hover {
	color: #333333;
	background-color: #E7F0CE;
	text-decoration: none;
}
#menu li a.on, #infos li a.on,#langue li a.on {
	background-color: #E7F0CE;
}
/* bloc langue + mentions legales et plan */
#infos {
	margin: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A9CA57;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A9CA57;
}
#infos li a {
	color: #666666;
	text-decoration: none;
}
#infos li a:hover {
	color: #666666;
	text-decoration: underline;
}
#langue {
	margin: 0px;
	padding-top: 5px;
}

#langue li a {
	color: #666666;
	text-decoration: none;
}
#langue li a:hover {
	color: #666666;
	text-decoration: underline;
}

/* zone centrale */
#central {
	margin-top: 0px;
	margin-right: 215px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/* Edito sur page d'accueil */
.accueil #intro {
	text-align: justify;
	height: 40%;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.accueil #intro p{
	padding-top: 80px;
	padding-left: 100px;
	margin: 0px;
	padding-bottom: 40px;
	padding-right: 20px;
}

.accueil #intro h2 {
	color: #A9CA57;
	font-size: 0.9em;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
}

.accueil #intro h1 {
	color: #009397;
	font-size: 1.2em;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
}

#intro h1 a {
	color: #009397;
	text-decoration: none;
}
#intro h1 a:hover {
	color: #00D8DD;
	text-decoration: none;
}

/* menu de gauche, pages intérieures */
#imprimer{
	text-align: right;
	margin-right: 20px;
	font-size: 0.8em;
}
#imprimer a{
	color: #666666;
	text-decoration: none;
}
#left{
	width: 300px;
	float: left;
	font-size: 0.7em;
	margin-top: 70px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}

#retouraccueil{
	margin: 5px;
	text-align: right;
}
.blocmenu{
	float: right;
	width: 60px;
	margin: 5px;
}
a.infobulle {
 position: relative;
 text-decoration: none;
}
a.infobulle span {
 display: none; /* on masque l'infobulle */
}

a.infobulle:hover {
 background: none; /* correction d'un bug IE */
 z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
}

a.infobulle:hover span {
	display: block; /* on affiche l'infobulle */
	position: absolute;
	white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
	top: 10px; /* on positionne notre infobulle */
	left: 40px;
	background: white;
	color: #009397;
	padding: 3px;
	border: 1px solid #009397;
}
.blocmenu a.on img{
	border: 2px solid #666666;
}

/* zone de contenu accueil */
.accueil #contenu {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
}

/* zone de contenu article */
#logo {
	float: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}
.article #intro {
	text-align: justify;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 80px;
}
.article #intro h1 {
	color: #009397;
	font-size: 1.3em;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: right;
}
.article #intro h2 {
	color: #A9CA57;
	font-size: 0.9em;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	text-align: right;
}

#contenu p a:hover{
	color: #009397;
	text-decoration: none;
}
#chapo p{
	font-weight: bold;
	text-align: right;
}

.article #contenu {
	padding-right: 20px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 330px;
	padding-top: 20px;
}

.article #contenu h1 {
	color: #009397;
	font-size: 1.3em;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.article #contenu h2 {
	color: #A9CA57;
	font-size: 0.9em;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
}
.article #contenu h3 {
	color: #A9CA57;
	font-size: 1em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* zone de contenu rubrique */
.rubrique #contenu {
	padding-right: 20px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 320px;
	padding-top: 20px;
}

.rubrique #contenu h1 {
	color: #009397;
	font-size: 1.3em;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.rubrique #contenu h2 {
	color: #009397;
	font-size: 1em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-image: url(images/puce_bleue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.rubrique h2 a{
	color: #009397;
	text-decoration: none;
}

.rubrique h2 a:hover{
	background-color: #E7F0CE;
	color: #333333;
}

.rubrique #contenu h3 {
	color: #A9CA57;
	font-size: 1em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.rubrique #contenu h3 a{
	color: #A9CA57;
	font-size: 1em;
	text-decoration: none;
	padding-left: 20px;
	background-image: url(images/puce_verte.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.rubrique .plan ul.liste_titre, .rubrique .plan ul, .rubrique .plan ul ul {
	list-style-type: none;
}
.rubrique .plan ul li,.rubrique .plan ul.liste_titre li, .rubrique ul.liste_titre li {
	list-style-image: none;
	list-style-type: none;

}
.rubrique .plan ul li a{
	color: #A9CA57;
	font-size: 0.8em;
	text-decoration: none;
	padding-left: 20px;
	background-image: url(images/puce_verte.gif);
	background-repeat: no-repeat;
	background-position: left center;
}	

.rubrique .plan ul li a:hover, .rubrique .plan ul.liste_titre li h3 a:hover{
	background-color: #E7F0CE;
	color: #333333;
}




.blocexperience {
	float: right;
	height: 170px;
	width: 130px;
	margin: 10px;
	padding: 0px;
	text-align: left;
}
.surtitre{
	height: 40px;
	bottom: 5px;
	position: relative;
}
.surtitre p{
	color: #A9CA57;
	font-size: 0.9em;
	letter-spacing: -0.05em;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	margin: 0px;
}
.accueil p.titre{
	color: #009397;
	font-size: 0.9em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}

.accueil p.titre a{
	color: #009397;
	text-decoration: none;
}


.accueil p.titre a:hover{
	background-color: #E7F0CE;
}

.article #contenu p a,.rubrique #contenu p a {
	color: #A9CA57;
}

.endflottant {
	clear:both;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	width: 0px;
}
