/*====================================== GENERALITES ======================================*/
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #fff url('design/global.jpg') repeat-x;
	padding: 0;
	font-family: Verdana, Arial, Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size: 12px;
	color: #fff;
}
a {
	text-decoration: none;
}
img {
	border: 0 none;
}
p.spacer {
	clear: both;
	margin: 0;
	padding: 0;
}
/*===================================== / GENERALITES =====================================*/




/*========================================= GLOBAL =========================================*/
#global {
	position: relative;
	top: 0;
	left: 50%;
	margin: 0 0 0 -500px;
	padding: 0;
	padding: 0;
	width: 1000px;
	height: 1000px;
}
/*======================================== / GLOBAL =========================================*/




/*========================================= HEADER =========================================*/
#header {
	position: relative;
	margin: 0;
	padding: 0;
	height : 331px;
}
#head img {
	border: none;
}
#head a {
	text-decoration: none;
}
#headG {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 279px;
	height: 331px;
}
#headD {
	background: #f8eb98 url('design/headD.jpg') top left no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 721px;
	height: 331px;
}
/*========================================= / HEADER ========================================*/





/*========================================= CENTRE =========================================*/
#centre {
	background: #e6f3e8 url('design/centre.jpg') repeat;
	position: absolute;
	top: 331px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 551px;
}
/*======================================== /CENTRE =========================================*/






/*======================================== CONTENU ========================================*/
#contenu {
	background: transparent url('design/contenu.jpg') top left no-repeat;
	position: relative;
	margin: 0 0 0 279px;
	padding: 0;
	text-align: justify;
	line-height: 1.5em;
	width: 721px;
	height: 551px;
	color: #000;
	text-align: left;
	line-height: 1.6em;
}
#contenu b {
	color: #636D63;
}
#contenu p {
	margin: 0;
	padding: 5px 0;
}
#contenu p.presentation {
	margin: 0;
	padding: 0;
	text-align: center;
	width: 630px;
}
#contenu p.presentation span {
	font-size: 14px;
	font-weight: bold;
}
#contenu h1 {
	font-size: 15px;
	font-weight: bold;
	color: #329b55;
}
#contenu h1 span {
	font-size: 13px;
	font-weight: normal;
	color: #000;
}
#contenu h1 span a {
	color: #000;
}
#contenu h1 span a:hover {
	color: #329b55;
}
#galerie {
	margin: 10px auto;
	padding: 0;
	width: 640px
}
#galerie a.miniature {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
/*======================================= / CONTENU ========================================*/






/*=================================== COLONNE GAUCHE ====================================*/
#coloneG {
	background: #f8eb98 url('design/coloneG.jpg') top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 279px;
	height: 551px;
}
#contentColoneG {
	position: absolute;
	top: 180px;
	right: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#contentColoneG p {
	margin: 0;
	padding: 0;
	color: #000;
}
#contentColoneG h1 {
	color: #329b55;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#contentColoneG ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
#contentColoneG li {
	list-style-type: none;
	line-height: 1.5em;
}
#contentColoneG li a {
	color: #000;
}
#contentColoneG li a:hover {
	color: #329b55;
}
/*================================== / COLONNE GAUCHE ====================================*/






/*======================================= FOOTER ============================================*/
#footer {
	position: absolute;
	top: 881px;
	left: 0;
	background: #813564 url('design/footer.jpg') top left no-repeat;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 119px;
	text-align: center;
}
#footer p {
	color: #555;
	font-weight: bold;
	line-height: 1.5em;
}
#footer a {
	color: #555;
	text-decoration: underline;
}
#footer a:hover {
	color: #329b55;
}
/*====================================== / FOOTER ============================================*/












