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

img
{
	border: none;
}

a
{
	font-weight: bold;
	color: inherit;
}

a:hover
{
	text-decoration: none;
}

strong
{
	color: #1088f8;
	border-bottom: 1px dotted;
}

p
{
	text-align: justify;
	margin-bottom: 15px;
}

label
{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 150px;
}

fieldset 
{
	padding: 7px 50px;
}

legend
{
	margin: 0 -40px;
}



/* Formulaires */

form div
{
	text-align: left;
}

form input, form select
{
	padding: 2px;
}

form textarea
{
	vertical-align: top;
}

form .erreur
{
	color: #FF5050;
}


/* 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: #FFD025;
	font-weight: bold;
}

.paire
{
	background-color: #eeeeee;
}


/* TITRES */
h1
{
	text-align: left;
	font-size: 20px;
	color: #FFD025;
	border-bottom: 1px dotted;
	margin: 0 0 0.5em 0;
}


h2
{
	text-align: left;
	font-size: 15px;
	color: #1088f8;
	border-bottom: 1px dotted;
	margin: 0 0 0.5em 0;
}

#right_column h2
{
	text-align: center;
}


body
{
	background-color: #202020;
	color: #505050;
	text-align: center; /* utile pour IE 6&7, pour le centrage des blocs*/
}

#conteneur
{
	background: #ffffff url('../images/page.png') repeat-y;
	position: relative;
	width: 980px;
	margin: 0 auto;
}

#header
{
	height: 130px;
	background: #202020 url('../images/header.jpg') top center no-repeat;
	text-align: left;
}

#top_menu
{
	background: #f5f5f5 url('../images/menu_haut.png') no-repeat;
	height: 35px;
}

#right_column
{
	float: right;
	width: 200px;
	background-color: #f5f5f5;
}

#center_column
{
	overflow: auto; /* Permets de changer de contexte de formattage, pour les clear */
	display: block;
	width: 740px;
	padding: 15px 10px 20px 20px;
}

#footer
{
	padding : 10px 0;
	font-size: 90%;
	height : 2em;
}

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



#cadre_gauche
{
	float: left;
	width: 46%;
	border: 1px solid;
	padding: 10px;
	height: 120px;
}

#cadre_droit
{
	float: right;
	width: 46%;	
	border: 1px solid;
	padding: 10px;
	height: 120px;
}



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

.inline-block
{
	display: inline-block;
	text-align: justify;
}

.alignement_gauche
{
	text-align: left;
}

ul
{
	text-align: justify;
	margin-bottom: 15px;
}

#center_column li
{
	margin: 0 30px 15px 30px;
}

.puces li
{
	list-style-type: disc;
}

ul.liste_horizontale
{
	text-align: center;
}

ul.liste_horizontale li
{
	display: inline;
	list-style-type: none;
}



/* POSITIONNEMENT DES BOUTONS */
.bouton, .bouton_droit
{
	text-align: center;
	margin: 5px 0;
}

.bouton_droit
{
	text-align: right;
}

.bouton *, .bouton_droit *
{
	margin: 0 10px;
}



/* AFFICHAGE DES MESSAGES */
.erreur, .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;
}