body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin:0px;
	padding:0px;
	background: #F6F6E9 url("../design/fond.gif") bottom right no-repeat;
	color:#006699;
}

body p{
	margin:0;
	padding:0;
}

#conteneur{
	position: absolute;
	background: url("../design/degrade_header.png") repeat-x;
	width:100%;
	margin:0;
	padding:0;
}

#conteneur p{
	margin:4px;
	padding:3px;
}

/*
			Header
*/

#header{
	padding: 5px 0 5px 100px;
	margin:0;
	background: url("../design/logo.png") no-repeat;
}

#header p{
	margin: 0;
	padding:0;
	font-size: 0.7em;
	color:#006699;
	font-style:italic;
}

#header img{
	border:0;
}

/*
			Menu
*/

#menu{
	background: url("../design/gauche-menu.png") no-repeat;
	height: 30px;
}

#liste{
	height: 21px;
	margin: 0 0 0 20px;
	padding: 2px 0 0 0;
	background: url("../design/bande_menu.png") repeat-x;
	color:#FFFFFF;
	font-size:0,9em;
}

#liste a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	margin: 0 0 0 5px;
}

#liste a:hover{
	background-color: #006699;
	border-bottom: 2px solid #006699;
	border-right: 2px solid #006699;
	border-left: 2px solid #006699;
}

.m_select{
	background-color: #006699;
	border-bottom: 2px solid #006699;
	border-right: 2px solid #006699;
	border-left: 2px solid #006699;
}

/*
			Menu Alsa
*/

#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute; 
	top:101px;
    white-space: nowrap;
	width:100%;
	}

#menu li {
	float: left;
	display:inline;
}

#menu a span {   
	display: none;
}

#menu a:hover span {
	display: block;
	position: absolute;
	top: 23px;
	left: 0;
	margin: 0 0 0 38px;
	width: 100%;
	text-align: left;
	font-size:0.7em;
	color:#006699;
	background-color:#F6F6E9;
	font-weight:normal;
	padding-bottom:3px;
	width:800px;
	height:30px;
}

/*
			Sous-Menu
*/

#sous-menu{
	margin: 0 0 5px 40px;
	padding: 2px 0 0 18px;
	background: url("../design/sous_menu.png") no-repeat;
	font-size:0.7em;
}

#sous-menu a{
	text-decoration:none;
	color: #339933;
}

#sous-menu a:hover{
	color:#339933;
	border-bottom:1px solid #99CC66;
	font-weight:bold;
}

.select{
	font-weight:bold;
	border-bottom:1px solid #99CC66;
}

/*
			Décor à Gauche
*/

#gauche {
	position: absolute;
	width: 80px;
	height:400px;
	left:0;
	top:140px;
	margin: 20px;
}
 
/*
		Contenu
*/

#contenu {
	margin: 25px 170px 0 100px;
	text-align:justify;
	line-height: 18px;
}

#contenu li{
	list-style-type:circle;
}

#contenu a{
	text-decoration:none;
	color: #339933;
	border-bottom:1px dotted #99CC66;
}

#contenu a:hover{
	color:#339933;
	border-bottom:1px solid #99CC66;
	font-weight:bold;
}

#thematique{
	font-size:0.7em;
	position:absolute;
	left:0px;
	font-size: 9px;
	text-align:justify;
	overflow:hidden;
}

#thematique a{
	text-decoration:none;	
}

.thematique {
	display:none;	
}
/*
		Droite
*/

#droite {
	position: absolute;
	right:0;
	width: 150px;
	margin: 0;
	top:150px;
	font-size:0.7em;
}

#droite p{
	border-bottom:2px solid #006699;
	margin:0;
	padding:0;
}

#droite ul{
	margin:0;
	padding:5px 0 0 20px;
}
#droite li{
	margin:0;
	padding: 3px;
	list-style-type:disc;
}

#droite a{
	text-decoration:none;
	color: #339933;
	border-bottom:1px dotted #99CC66;
}

#droite a:hover{
	color:#339933;
	border-bottom:1px solid #99CC66;
	font-weight:bold;
}

#thematique{
	top:-500px;
	width:1px;
	height:1px;
}

/***********
		Pied de page
***********/
#pied{
	font-size:0.7em;
	border:1px dotted #006699;
	margin: 0 10px 0 0;
}

#pied p{
	margin:0;
	padding:2px;
}

/***********
		Titres
***********/

h1{
	background: url("../design/puce_h1.png") no-repeat;
	font-size: 1.2em;
	margin: 15px 15px 5px 0;
	padding: 0 0 0 13px;
	height:20px;
}

h2{
	background: url("../design/puce_h2.png") no-repeat;
	margin: 15px 15px 0 20px;
	padding: 0 0 0 13px;
	height:15px;
	font-size: 1em;
	color:#339933;
}

/*
		Images
*/

img {	
	margin: 5px;
	border:0;
}

.img_droite{
	float: right;
}

.img_gauche{
	float: left;
}

.img_vide{
	margin:0;
	padding:0;
}

/*
		Formulaire
*/

.form label{
	float: left;
	width: 25%;
	text-align: right;
	margin: 0 5px 0 0;
}

.form legend{
	font-weight: bolder;
	font-size: 1.1em;
	color:#006699;
}

.form fieldset{
	margin: 20px 20px 0 0;
	padding: 10px;
	border: 1px solid #006699;
	width: 400px;
}

.form select, input, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}

.submit{
	margin-left:100px;
}
