/* CSS issu des tutoriels www.alsacreations.com/articles */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
		scrollbar-face-color: #FFFFFF;
		scrollbar-highlight-color: #91B01E;
		scrollbar-3dlight-color: #C8DC64;
		scrollbar-darkshadow-color: #91B01E;
		scrollbar-shadow-color: #CCCCCC;
		scrollbar-arrow-color: #000000;
		scrollbar-track-color: #E6E6E6;
}

#conteneur {
	position: absolute;
	width: 830px;
	left: 50%;
	margin-left: -415px;
}

#header {
	height: 150px;
	background-image: url(../images/titre.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#sousmenu {
	/*position: absolute;*/
	height: 100px;
	top: 155px;
	left: 55px;
	height: 4px;
	margin-left: 50px;
	margin-bottom: -4px;	
	padding: 0;
}


.centre {
	width: 830px;
	background-color:#FFFFFF;
}

.gauche {
	width: 200px;
	float: left;
	margin-top: 50px;
}

.texte {
	width: 600px;
	float: right;
	margin-top: 50px;
	/*overflow: auto;*/
	text-align: justify;
	padding-right: 10px;
	background-color: #FFFFFF;
	font-size: 0.8em;
}

.pied {
	/*position: relative;*/
	width: 600px;
	float: right;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
	font-size: 0.7em;
}

p {margin: 0 0 10px 0;}

.texte a:link {
	font-weight: bold;
	text-decoration: none;
	color: #91B01E;
}
.texte a:visited {
	font-weight: bold;
	color: #91B01E;
	text-decoration: none;
}
.texte a:hover{
	font-weight: bold;
	color: #91B01E;
	text-decoration: underline;	
}

h1 {
	font-weight: bold;
	color: #91B01E;
	font-variant: small-caps;
	font-size: 1.4em;
	text-align: center;
}
h2	{
	font-style:italic;
	color: #999999;
	font-size:0.95em;
	text-align: center;
	margin-left:inherit;
	margin-right:inherit;
}
	


.soutien {
	text-align: center;
	font-size: 0.8em;
}

/* Menu déroulant */

#menu {
	position: absolute; 
	font-size: 11px;
	top: 10Opx;
	left: 50px;
	z-index:100;
	width: 94%; /* précision pour Opera */
	padding-top: 0px;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu dl {
	float: left;
	width: 110px;

}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #91B01E;
	margin: 1px;
	height: 29px;
}

#menu dd {
	display: none;
	border: 1px solid white;
}

#menu li {
	text-align: center;
	background: #91B01E;
	color: #C8DC64;
}

#menu dt a {
	color: #C8DC64;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#menu li a {
	color: #C8DC64;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#menu dt a:hover {
	background: #C8DC64;
	color: #FFF;
}

#menu li a:hover {
	background: #C8DC64;
	color: #FFF;
}

/* Fin du Menu déroulant */