* {
	margin: 0;
	padding: 0;
	font: 13px Verdana, Helvetica, sans-serif;
	line-height: 1.5em;
	list-style-type: none;
}

img
{
	border: none;
}

a
{
	color: #f5cc30;
	font-weight: bold;
}

#menu_gauche a
{
	font-weight: bold;
	color: #D8872F;
}

#menu_haut a
{
	text-decoration: none;
	font-weight: bold;
	color: #86AD52;
}

strong
{
	font-weight: bold;
	color: #F5CC30;
}

p
{
	text-align: justify;
}



.liste_horizontale li
{
	display: inline;
}



form
{
	text-align: center;
}

/* Formulaires */
form fieldset
{
	display: inline;
	border: none;
	text-align: left;
	padding: 20px 20px 10px 20px;
}

form .fieldblock
{
	 margin: 0 auto;
	 width: 410px;
}

form p, form div
{
	margin-bottom: 10px;
}

label
{
	display: inline-block;
	font-weight: inherit;
	width: 150px;
	text-align: left;
}

form input[type=text], form input[type=password], form select
{
	padding: 2px;
	width: 300px;
}

form textarea
{
	vertical-align: top;
}

.obligatoire
{
	color: #f5b959;
}

/* Tables */
#corps table
{
	margin: 0 auto;
	text-align: justify;
}

#corps tr
{
	vertical-align: top;
}

#corps td, #corps th
{
	vertical-align: middle;
	padding: 3px;
}

#corps th
{
	text-align: center;
}



/* TITRES */
h1
{
	text-align: center;
	font-size: 170%;
	font-weight: bold !important;
	color: #f5cc30;
	text-transform: uppercase;
	padding: 0 0 0.5em 0;
}

h2
{
	text-align: center;
	font-size: 140%;
	font-weight: bold !important;
	color: #f5cc30;
	text-transform: uppercase;
	padding-bottom: 0.5em;
}

h3
{
	text-align: left;
	font-size: 110%;
	font-weight: bold !important;
	color: #f5cc30;
}

h4
{
	font-weight: bold !important;
}

body
{
	background: #4d66b3 url('medias/background.jpg') repeat-x;
	color: #f7f1a9;
	text-align: center; /* utile pour IE 6&7, pour le centrage des blocs*/
}

#page
{
	position: relative;
	width: 990px;
	margin: 0 auto;
	background: url('medias/background_page.jpg') no-repeat;
}

#header
{
	height: 160px;
}

#header ul
{
	text-align: right;
}



#menu_haut
{
	height: 35px;
	margin-bottom: 10px;
	margin-left: 50px;
}

#menu_gauche
{
	background: url('medias/menu_gauche_haut.png') no-repeat top;
    position: absolute;
    left: 0;
    width: 270px;
}
#menu_gauche fieldset
{
	margin: 0;
	padding: 0;
}

#menu_gauche .centre
{
	margin-top: 193px;
	padding-left: 15px;
	background: url('medias/menu_gauche_milieu.png') repeat-y center;
}

#menu_gauche .bas
{
	height: 40px;
	background: url('medias/menu_gauche_bas.png') no-repeat bottom;
	
}

#corps
{
	display: block;
	margin-left: 280px;
	min-height: 500px;
	text-align: left;
}

#corps div
{
	text-align: center;
}

#corps div.cadre_300
{
	width: 280px;
	background: #FFFFFF url('medias/cadre_haut_300.png') top no-repeat;
	margin-bottom: 20px;
	padding: 20px 10px 0 10px;
}

#corps div.cadre_465
{
	width: 445px;
	background: #FFFFFF url('medias/cadre_haut_465.png') top no-repeat;
	margin-bottom: 20px;
	padding: 10px 10px 0 10px;
}

#corps div.cadre_630
{
	width: 590px;
	background: #FFFFFF url('medias/cadre_haut_630.png') top no-repeat; 
	margin-bottom: 20px;
	padding: 20px 20px 0 20px;
}

#corps div.cadre_950
{
	width: 910px;
	background: #FFFFFF url('medias/cadre_haut_950.png') top no-repeat; 
	margin-bottom: 20px;
	padding: 20px 20px 0 20px;
}

#corps div.vide
{
	clear: both;
	height: 0;
	padding: 0;
	background-color: transparent;
}

#corps div.bas_cadre_300
{
	background: url('medias/cadre_bas_300.png') bottom no-repeat;
	height: 20px;
	padding: 0;
	margin: 0 -10px;
}
	
#corps div.bas_cadre_465
{
	background: url('medias/cadre_bas_465.png') bottom no-repeat;
	height: 20px;
	padding: 0;
	margin: 0 -10px;
}

#corps div.bas_cadre_630
{
	background: url('medias/cadre_bas_630.png') bottom no-repeat;
	height: 20px;
	padding: 0;
	margin: 0 -20px;
}

#corps div.bas_cadre_950
{
	background: url('medias/cadre_bas_950.png') bottom no-repeat;
	height: 20px;
	padding: 0;
	margin: 0 -20px;
}

#corps p
{
	margin-bottom: 1em;
}

#corps li
{
	text-align: justify;
}


#corps ul.liste_horizontale
{
	text-align: center;
	margin-left: 0;
}

#corps ul.liste_horizontale li
{
	list-style-type: none;
	display: inline;
	margin: 0 10px;
}

#footer
{
	clear: both;
	margin: 0 160px;
	font-size: 90%;
}

#footer a
{
	text-decoration: none;
	font-weight: bold;
	color: #D8872F;
}

#menu_haut, #menu_gauche, #header
{
	text-align: center;
	color: #505050;
}

#menu_haut *, #menu_gauche *, #header *
{
	font-weight: normal;
}

.boutons
{
	text-align: center !important;
	margin: 0 0 10px 0 !important;
}



/* AFFICHAGE DES MESSAGES DE CONFIRMATION ET D'ERREUR */
.erreur,.message,.confirm
{
	text-align: center;
	font-size: 15px;
	border-style: dashed;
	border-width: 1px;
}

.erreur
{
	color: #ff0000;
	border-color: #ff0000;
}

.confirm
{
	color: #00ff00;
	border-color: #00ff00;
}

.erreur_form
{
	border: solid 1px #FF5050;
	background-color: #FFF0F0;
	color: #000000;
}




			.menu li
			{
				position: relative;
				float: left;
				overflow: hidden;
				margin: 0 15px;
				
				height: 30px;
			}
			
			.menu a
			{
				position: relative;
				display: inline-block;
				height: 100%;
				line-height: 30px;
				overflow: hidden;
				text-align: left;
			}

			.menu li:hover, .menu a:hover
			{
				background-color: #fbe671;
				overflow: visible;
				z-index: 1;
			}
			
			.sous-menu
			{
				position: absolute;
				top: 30px;
				left: 0;
			}
			
			.sous-menu li
			{
				background-color: #FFFFFF;
				margin: 0;
				width: 200px;
			}

			.sous-menu a
			{
				padding-left: 5px;
				width: 195px; /* 200px - padding left de 5px */
			}