/* ----------------------------------------
		Balises HTML
---------------------------------------- */
/** { /* attribue les valeurs suivantes par défaut à toutes les balises */
/*	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}*/

body {
	background: #F4F4F4 url(images/fond.jpg) left top;
	margin-top: 10px;
	font: normal 80%/1em Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	line-height: 25px;
}

.erreur
{
	font-weight: bold;
	color: #ff0000;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	padding: 1em 0 0.3em 0;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
}

p {
	padding-bottom: 1em;
/*	text-align: justify;*/
}

p.last {
	padding-bottom: 1em;
	text-align: justify;
	padding: 0;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #F00;
}

img.noborder {
	border: 0;
}


/* -------------------------------------
		Page
---------------------------------------- */
#page {
	background: #FFF url(images/page_bas.jpg) left bottom no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 717px;
	text-align: left;
}

#entete {
	background: url(images/entete.jpg) left top no-repeat;
	width: 717px;
	height: 107px;
}

#marge {
	margin-left: 10px;
	width: 697px;
}

/* -------------------------------------
		Menu
---------------------------------------- */
.menu
{
	background: url(images/menu_li.jpg) left top no-repeat;
	margin-right: 1px;
	width: 86px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	float: left;
	padding-bottom: 5px;
}

ul.sousmenu
{
	display: none;
	margin: 0;
	padding: 5px;
	position: absolute;
	top: 150px;
	left: 36%;
	width: 76px;
	list-style-type: none;
	background-color: #da251c;
	font-weight: bold;
	border: 1px solid #ffffff;
	border-top: 0px;
}

.sousmenu a
{
	color: #ffffff;
	text-decoration: none;
}

.sousmenu a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.menu a {
	display: block;
	width: 86px;
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	float: left;
	padding-bottom: 5px;
}

.menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* -------------------------------------
		Blocs couleurs
---------------------------------------- */
#bloc_bleu {
	float: left;
	background: #D3E2F7 url(images/bloc_bleu.jpg) left top no-repeat;
	margin-bottom: 5px;
	width: 490px;
	height: 160px;
}

#bloc_bleu h1 {
	background: #446288;
	margin: 15px 0 10px 0;
	padding: 0 10px;
	line-height: 2em;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
}

#bloc_rouge {
	float: right;
	background: #F7D3D3 url(images/bloc_rouge.jpg) left top no-repeat;
	margin-bottom: 5px;
	width: 202px;
	height: 160px;
}

#bloc_rouge h1 {
	background: #B71D1D;
	margin: 15px 0 10px 0;
	padding: 0 10px;
	line-height: 2em;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
}

#bloc_bleu p, #bloc_rouge p {
	padding: 0 10px;
}


/* -------------------------------------
		Contenu
---------------------------------------- */
#contenu {
	clear: both;
	background: #F7F7F7 url(images/contenu_bas.jpg) left bottom no-repeat;
	width: 697px;
}

#contenu_haut {
	background: transparent url(images/contenu_haut.jpg) left top no-repeat;
	padding: 10px;
	width: 677px;
}

.tableau_fonce {
	background: #EBEBEB;
	padding: 5px;
}

.tableau_clair {
	background: #EFEFEF;
	padding: 5px;
}

.tableau_fonce h1, .tableau_clair h1 {
	padding-bottom: 0.3em;
	font-size: 1em;
}

.tableau_fonce p, .tableau_clair p {
	padding-bottom: 0;
	font-size: 1em;
}

.prop {
	height: 400px;
	float: right;
	width: 1px;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.prop_bas {
	height: 100px;
	width: 1px;
}


/* -------------------------------------
		Footer
---------------------------------------- */
#footer {
	margin: 0 20px;
	padding: 5px 0;
	width: 657px;
	font-size: 0.9em;
	text-align: center;
}

#footer a {
	color: #000;
	text-decoration: none;
}


/* -------------------------------------
		Formulaires
---------------------------------------- */
input, select {
	border: 1px solid #D7D7D7;
	background: #FFFFFF;
	color: #222;
}

textarea {
	border: 1px solid #D7D7D7;
	background: #FFFFFF;
	color: #222;
}

.submit {
	line-height: 20px;
	border: 1px solid #D7D7D7;
	background: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	color: #222;
}