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

img
{
	border: none;
}

a
{
	color: #0700AE;
}

strong
{
	font-weight: bold;
	color: #0700AE;
}

p
{
	text-align: justify;
}



.liste_horizontale li
{
	display: inline;
}



/* Formulaires */
form fieldset
{
	border: none;	
}

#corps form fieldset
{
	border: 1px solid;
	width: 600px;
	margin: 0 auto 10px auto;
	text-align: center;
	padding: 10px 10px 0 10px;
}

form div
{
	display: inline-block;
	margin: 0 auto;
}

form p
{
	margin-bottom: 10px;
}

#corps label
{
	display: inline-block;
	vertical-align: top;
	width: 150px;
}

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

#corps form textarea
{
	vertical-align: top;
}

/* Tables */
table
{
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

tr
{
	vertical-align: top;
}

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

th
{
	text-align: center;
	background-color: #ffb850;
	margin: 0 !important;
	padding: 0 !important;
}



/* TITRES */
h1
{
	font-size: 17px;
	font-weight: bold;
	color: #0700AE;
	text-transform: uppercase;
	padding: 0 0 0.5em 0;
}

h2
{
	font-size: 15px;
	font-weight: bold;
	color: #0700AE;
	text-transform: uppercase;
}

h3
{
	color: #0700AE;
	text-align: center;
	font-weight: bold;
}

h4
{
	text-align: left;
	text-decoration: underline;
	margin-left: 50px;
}


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

#page
{
	position: relative;
	width: 990px;
	margin: 0 auto;
}

#header
{
	height: 125px;
	background: url('medias/header.png') no-repeat;
}

#header ul
{
	text-align: right;
}



#menu_haut
{
	height: 25px;
	margin-left: 160px;
	text-align: left;
	margin-bottom: 20px;
}

#menu_haut li
{
	display: inline;
	height: 40px;
	margin: 0 20px;
}


#menu_gauche
{
	position: absolute;
	left: 0;
	width: 200px;
}

#menu_gauche .sous_menu
{
	background: url('medias/menu_gauche_milieu.png') repeat-y;
	padding: 0 15px 0 10px;
}

#menu_gauche h1
{
	display: block;
	text-transform: none;
	color: #000000;
	border-bottom: solid 2px #AEE1FE;
	margin-bottom: 10px;
}

#menu_gauche .sous_menu h1
{
	margin: 0 -15px 0 -10px;
	padding: 0 15px 0 10px;
	padding-top: 5px;
	background: url('medias/menu_gauche_haut.png') no-repeat top;
	border: none;
}

#menu_gauche .sous_menu h2
{
	text-align: left;
	text-transform: none;
	font-size : 100%;
	font-weight: bold;
	color: #000000;
}

#menu_gauche .sous_menu .bas
{
	margin: 0 -15px 0 -10px;
	background: url('medias/menu_gauche_bas.png') no-repeat bottom;
	margin-bottom: 10px;
}

#menu_gauche .sous_menu input[type=text], #menu_gauche .sous_menu input[type=password]
{
	border-style: none;
}

#menu_gauche li
{
	padding-bottom: 5px;
}

#menu_gauche label
{
	display: block;
}

#menu_gauche p
{
	text-align: center;
}

#menu_gauche ul, #menu_gauche li
{
	margin: 0;
	padding: 0;
}

#menu_droit
{
	position: absolute;
	right: 0;
	width: 0;
}

#corps
{
	display: block;
	margin: 0 00 10px 220px;
	min-height: 500px;
}

#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_950
{
	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_465
{
	background: url('medias/cadre_bas_465.png') bottom no-repeat;
	height: 20px;
	padding: 0;
	margin: 0 -10px;
}

#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
{
	list-style-type: disc;
	margin-left: 50px;
	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
{
	margin: 0 160px;
	font-size: 90%;
	height : 2em;
}

#footer a
{
	text-decoration: none;
}

.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: #00D000;
	border-color: #00ff00;
}

.erreur_form
{
	color: #FF5050;
}

.alignement_gauche
{
	text-align: left;
}