
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFEC;
}

#conteneur {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#gauche {
	float: left;
	width: 195px;
	background: url(../images/bouton.jpg) repeat-y top left;
	height: 100%;
	margin-top: 0px;
}


#droite {
	margin: 0px 10px 10px 195px;
	padding: 0px;
	color: #036;
}

p {
	margin: 5px 40px;
	padding: 0px;
	font-size: 0.85em;
}



/*
*************************************** Lien de retour vers la page d'accueil
*/

h1.accueil {
	margin: 0 auto;
	margin-top: 1.1em;
	width: 80%;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0.2em 0;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
}

h1.accueil a {
	text-decoration: none;
	color: #900;
}

/*
*************************************** Contenu
*/


.premier {
	width: 45%;
	float: left;
	margin: 0px;
	padding: 2%;
}

.deuxieme {
	width: 45%;
	padding: 2%;
	margin: 0px 0px 0px -1px;
	float: left;
}

.deuxieme p {
	text-align: center;
}

h2.titre, h3.sous_titre {
	width: 80%;
	font-size: 0.9em;
	font-weight: bold;
}

h2.titre {
	text-align: center;
	border-top: 1px solid #900;
	border-bottom: 1px solid #900;
	color: #900;
	margin: 0 auto;
	padding: 0px;
	}

h3.sous_titre {
	text-align: left;
	border-top: 1px solid #CCCA99;
	border-bottom: 1px solid #CCCA99;
	margin: 15px 20px 5px 20px;
}

#espacement {
	height: 20px;
}

p.mention {
	padding-top: 10px;
}