/* ===========================================================
Elements de Page ========================================== */

* {

}

body {
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	color: #3b1805;
	background-image: url(../images/fond.gif);
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #f1ecd9;
}


ul, li {

	list-style-type: none;
}

img {

	border: 0;
}

/* ===========================================================
Structure de la Page ====================================== */


div#signature {
	width: 468px;
	height: auto;
	margin: 5px 5px 5px 5px;
	border: 1px solid #3b1805;
}


div#all {

	width: 920px;
	margin: 20px auto 20px auto;
}

h1#header {

	
	width: 890px;
	height: 171px;
	margin: 0 auto 10px auto;
	border: 1px solid #3b1805;
}

p#footer {

	clear: both;
	width: 890px;
	height: 30px;
	margin: 0 auto 10px auto;
	padding: 12px 0 0 0;
	border: 1px solid #3b1805;
	background: url(../images/footer.jpg) repeat-x 0 0;
	text-align: center;
}


/* ===========================================================
Partie gauche/droite ===================================== */

div#left {
	float: left;
	width: 174px;
	min-height: 310px;
	height: auto!important;
	height: auto;
	border: 1px solid #3b1805;
	background: #f1ecd9 url(../images/menu.jpg) no-repeat 0 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

div#left2 {
	float: left;
	width: 174px;
	min-height: 50px;
	height: auto!important;
	height: auto;
	border: 1px solid #3b1805;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #f1ecd9;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: 0 top;
	position: relative;
	top: 5px;
	left: 0px;
	visibility: visible;
	overflow: visible;
	z-index: auto;
	clip: rect(auto,auto,auto,auto);
	clear: left;
}

div#right {
	float: right;
	width: 174px;
	min-height: 310px;
	height: auto !important;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border: 1px solid #3b1805;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#left h2, div#left2 h2, div#right h2 {

	text-align: center;
	font-size: 1.5em;
}

div#left ul, div#right ul {

	margin: 20px 20px 20px 20px;
}

div#left ul li, div#right ul li {

	height: 20px;
	padding: 3px 0 0 0;
	background: url(../images/fleur.gif) no-repeat 0 0;
	text-indent: 25px;
}

div#left ul li a, div#left2 ul li a, div#right ul li a {

	color: #3b1805;
	text-decoration: none;
	font-size: 75%;
}

div#left ul li a:hover, div#left2 ul li a:hover, div#right ul li a:hover {

	color: #3b1805;
	text-decoration: underline;
	font-size: 75%;
}

div#left p, div#left2 p, div#right p {

	text-align: center;
	margin: 0 0 20px 0;
}

div#left p img, div#left2 p img, div#right p img {

	vertical-align: top;
}


/* ===========================================================
contenu ==================================================== */


div.content {
	/*min-height: 120px;
	height: auto !important;
	height: 120px;*/
	margin: 0 185px 10px 185px;
	padding: 0 0 90px 0;
	border: 1px solid #3b1805;
	background: #f1ecd9 url(../images/recup.gif) no-repeat 0 100%;
}

div.content h2 {

	height: 25px;
	padding: 5px 0 0 0;
	background: #e4dbbc;
	font-size: 1.1em;
	font-weight: normal;
	text-indent: 10px;
}

div.content p {

	margin: 10px 30px 10px 30px;
	text-align: justify;
}

div.content p.add {

	margin: 40px 0 20px 0;
	text-align: center;
}

div.content p.add img {

	vertical-align: top;
}

/* ===========================================================
Liens ===================================================== */

a:link, a:active, a:visited {

	color: #977d0e;
	text-decoration: none;
}

a:hover {

	color: #977d0e;
	text-decoration: underline;
}

/* ===========================================================
Justification du Texte ==================================== */

