* {
	margin: 0;
	padding: 0;
	font: normal 100%/1.4em Arial, Helvetica, "Trebuchet MS", Tahoma, "Nimbus Sans L", sans-serif;
	list-style-type: none;
}

body
{
	position: relative;
	margin: 0 auto;
	font-size: 90%;
/*	width: 100%;
	min-width: 770px;
	max-width: 1260px;*/
	width: 770px;
}


/* TITRES */
h1
{
	text-align: center;
	font-size: 1.4em;
	margin: 0;
	font-weight: bold;
}

h2
{
	text-align: center;
	font-size: 1.2em;
	margin: 0;
	font-weight: bold;
}

h3
{
	text-align: center;
}


/* CADRES PRINCIPAUX */
#page
{
	background: url('medias/corps.jpg') repeat-y;
	color: #5B4933;
}

#header
{
	height: 120px;
	background: url('medias/header.jpg') no-repeat top;
}

#menu_haut
{
	height: 45px;
	padding-top: 5px;
	background: url('medias/menu_haut.jpg') no-repeat top;
	text-align: center;
}

#menu_haut a
{
	font-weight: bold;
}

#menu_gauche
{
	font-size: 120%;
	float: left;
	width: 130px;
	padding: 0 10px;
	text-align: center;
}

#menu_gauche li
{
	margin-bottom: 10px;
}

#menu_droit
{
	float: right;
	width: 150px;
}

#corps, #corps_admin
{
	margin-left: 150px;
	padding: 0 10px 10px 10px;
	text-align: center;
	height: 200px;
}

html>body #corps, html>body #corps_admin
{
	height: auto;
	min-height: 200px;
}

#corps_admin
{
	margin-right: 0;
}

#footer
{
	clear: both;
	position: relative;
	background: url('medias/footer.jpg') no-repeat bottom;
	height: 205px;
	font-size: 90%;
}

#footer .contenu
{
	padding-top: 170px;
	text-align: center;
}

#admin
{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
}


/* LISTES */
#menu_haut li, #footer li
{
	display: inline;
}


/* AFFICHAGE DES MESSAGES DE CONFIRMATION ET D'ERREUR */
.erreur
{
	text-align: center;
	color: #c60000;
	font-weight: bold;
	font-size: 125%;
}

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

.confirm
{
	text-align: center;
	font-weight: bold;
	color: #267f00;
}


/* 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;
}

/* LIVRE D'OR */
.titre
{
	text-align: left;
}

.actions
{
	float: right;
}

.avis
{
	margin: 0 auto;
	padding: 5px;
	width: 75%;
	text-align: justify;
/*	border-style: solid;
	border-width: 1px;
	border-color: #000000;*/
}

.bas
{
	height: 1px;
}

#corps li, #corps_admin li
{
	list-style-type: disc;
	margin-left: 1em;
}

p
{
	text-align: justify;
}

img
{
	text-align: center;
	margin: 0 auto;
	border: none;
}

.centrage, .boutons
{
	text-align: center;
}

#menu_gauche a:link, #menu_gauche a:visited
{
	color: #FAEECE;
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited
{
	color: #996B2F;/*#5E2503;*/
	text-decoration: underline;
}

#mentions h2
{
	text-align: left;
}