* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, "Trebuchet MS", Tahoma, "Nimbus Sans L", sans-serif;
	font-size : 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	list-style-type: none;
}

html
{
/*	background: #EDEDED;*/
}

body
{
	width: 100%;
	min-width: 770px;
	margin: 0 auto;
	font-size: 84%;
	background-color: #D7DAEB;
}

h1
{
	font-size: 160%;
	font-weight: bold;
	margin: 0 0 1em 0;
	color: #5F6BAF;
	text-transform: uppercase;
	text-align: center;
}

h2
{
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 1em 0;
	color: #5F6BAF;
	text-transform: uppercase;
}

h3
{
	font-size: 115%;
	color: #5F6BAF;
}

fieldset p
{
	clear: both;
	margin-bottom: 5px;
}

form p
{
	margin-bottom: 5px;
}

label
{
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 1em;
}

a
{
	color: #5F6BAF;
}

a:hover
{
	border-bottom: #63686e dotted 1px; 
	color: #63686e;
}

ul
{
	list-style: inside disc;
}

#page
{
	margin: 10px auto 0 auto;
	/*font-size: 90%;*/
	width: 960px;
/*	min-width: 770px;
	max-width: 1000px;*/
}

#header
{
	height: 120px;
	background: url('medias/header-fond.png') top repeat-x;
	text-align: center;
}

#menu_haut
{
	height: 0;
}

#menu_haut li, #footer li
{
	display: inline;
	margin: 0 5px;
}

#menu_gauche
{
	float: left;
	width: 170px;
}

#menu_gauche div
{
	padding: 10px;
	margin: 0 0 10px 0;
	padding-left: 10px;
}

#menu_gauche h1
{
	text-align: left;
	font-size: 100%;
	margin: 0 0 15px -10px;
}

#menu_gauche li
{
	margin: 0 0 5px 0px;
}

#menu_gauche form
{
	text-align: center;
}

#menu_droit
{
	float: right;
	width: 0;
}

#corps, #corps_admin
{
	margin: 0 0 0 170px;
	padding: 10px;
	height: auto;
	min-height: 400px;

	border-left: solid;
	border-width: 1px;
	border-color: #BEC2DE;
}

#footer
{
	clear: both;
	position: relative;
	font-size: 80%;
	padding: 10px 5px 5px 5px;
	margin-top: 10px;
	background: url('medias/footer.png') top repeat-x;
	color : #FFFFFF;
}

#footer .contenu
{
	text-align: center;
}

#footer a
{
	color: #FFFFFF;
}

#footer a:hover
{
	border-bottom: #FFFFFF dotted 1px; 
}

#admin
{
	display: block;
	position: absolute;
	width: 2em;
	height: 2em;
}

.erreur
{
	text-align: center;
	color: #ff0000;
	font-weight: bold;
	font-size: 125%;
}

.message
{
	text-align: center;
	font-weight: bold;
}

.boutons
{
	margin-top: 10px;
	text-align: center;
}

p
{
	text-align: justify;
	margin-bottom : 2em;
}

strong
{
	font-weight: bold;
	text-decoration: underline;
}

/* TABLEAUX */
table
{
	width: 99%;
}

td
{
	text-align: left;
	vertical-align: top;
}


/* FORMULAIRES */
form
{
	width: 70%;
	margin: 10px auto;
}

.large
{
	width: 90%;
}

label
{
	display: block;
	float: left;
	width: 100px;
}

fieldset
{
	border-style: none;
}

form p
{
	clear: both;
	margin-bottom: 5px;
}