body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #F5F7EA;
}
#conteneur {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	margin-top: 0px;
}
#photo {
	width: 640px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	margin-top: 20px;
}
h3 {
	font-size: 30px;
	color: #009900;
}
#header{
	width: 800px;
	height: 180px;
	background-image: url(../images/banniere.jpg);
}	
#global {width: 800px;}
#contenu{
	width: 630px;
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	border-bottom: 1px dotted #98B86C;
	border-left: 1px dotted #98B86C;
	border-right: 1px dotted #98B86C;
	padding-bottom: 20px;
	padding-left: 10px;
}
#navigation{
	width: 148px;
	float: left;
	margin-top: 5px;
	background-color: #98B86C;
	border-left: 1px dotted #98B86C;
	border-right: 1px dotted #98B86C;
	border-bottom: 1px dotted #98B86C;
}
#gauche {
	float: left;
	width: 148px;
	height: 200px;
	margin-top: 5px;
	border: 1px dotted #98B86C;
}
#droite {
	float: right;
	width: 643px;
	height: 200px;
	margin-top: 5px;
	border: 1px dotted #98B86C;
}

/* Menu*/

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-color: #E7F6D2;
	}
#navigation li a{
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 0.8em;
	border-bottom: 1px solid #fff;
	line-height: 2.5ex;
	margin: 0px;
	}
#navigation li a:link { 
	color: #556341;
	text-decoration: none;
	}
#navigation li a:hover { 
	color: #fff;
	background-color: #ADCA85;
	}
#navigation li a:visited {color: #556341;}
#nav{margin-top: 10px;}
#menu{margin-top: 10px;}
#archives{margin-top: 10px;}
#admin{margin-top: 10px;}

/*Liens*/

a:link {
	color: #1B3A97;
	text-decoration: none;
	padding: 0;
}
a:hover {
	text-decoration: none;
	color: #98B86C;
}
a:active {text-decoration: none;}
a:visited{
	color: #526E2B;
	text-decoration: none;
}

/*Texte*/

h1 {
	font-size: 1em;
	font-weight: normal;
	padding-top: 155px;
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 3px;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}
h2{
	font-size: 1em;
	color: #c91013;
	margin: 0px;
	padding-right: 15px;
	padding-top: 3px;
	margin-bottom: 15px;
	font-weight: 500;
	border-bottom: 1px dotted #98B86C;
	border-top: 1px dotted #98B86C;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-right: 15px;
	text-align: justify;
}

/*Tableaux*/

table {
	width: 620px;
	font-weight: normal;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
	border: 1px solid #98B86C;
}
table th{
	font-size: 0.9em;
	border-bottom: 1px solid #98B86C;
	background-color: #E7F6D2;
}
table h3{
	padding-left: 0px;
	font-weight: bold;
}
table p{padding-left: 0px;}
td{border-bottom: 1px solid #98B86C;}
tr.pair{background-color: #E7F6D2;}
tr.impair{background-color: #fff;}

/*Styles*/

.rouge{color: #c91013;}
.gauche {
	float: left;
	border: 0px;
	padding-left: 10px;
}
.center {text-align: center;}
.police {font-size: 0.9em;}
.retrait {margin-left: 10px;}
.retrait_images {
	margin-top: 5px;
	margin-left: 10px;
}
.style3{
	font-size: 0.8em;
}

/************/

hr{color: #98B86C;}
#don{background-color: #98B86C;}
#don p{
	padding-top: 5px;
	padding-bottom: 5px;
}
