/* STRUCTURE */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.96em;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image:  url("../Img/fond-pg.jpg");
	background-repeat: repeat-y;
	background-position: left top;
}
#ColGauche {
	width:236px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#Contenu {
	background-color:#fff;
	width:597px;
	margin:0 20px 0 236px;
	padding:5px 20px;
}
.logo {
	margin:-5px 0 10px -20px;
	border:none;
}
/* MENU */
#Menu {
	position:absolute;
	z-index:2;
	width: 187px;
	left: 49px;
	top: 287px;
	font-size:0.92em;	
}
#Menu ul {
	padding:0;
	margin:0;
}
#Menu li {
	list-style-type: none;
	width:187px;
	margin:0 0 -3px 0;
}
#Menu a:link, #Menu a:visited {
	display:block;
	color:#fff;
	text-decoration:none;
	background-image: url(../Img/fond-menu.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: right;
	line-height:1.5em;
	padding:1px 8px 3px 0;
}
#Menu a:hover{
	color:#fff;
	text-decoration:none;
	background-image: url(../Img/fond-menu-on.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#Menu a.On:link, #Menu a.On:visited {
	color:#c8c875;
}
/* ACCUEIL */
.BgAccueil { 
	background-image:  url("../Img/fond-accueil.jpg");
	background-repeat: repeat-y;
	background-position: left top;
}
#Accueil #ColGauche {
	width:313px;
}
#Accueil #Contenu {
	width:520px;
	margin:0 20px 0 313px;	
}
#Accueil #Menu {
	left: 126px;
	top: 379px;
}
/* GENERAL */
h1 {
	font-size:1.2em;
}
h2 {
	font-size:1.1em;
	color:#48761c;
}
h3 {
	font-size:1em;
	color:#48761c;
}
a:link {
	color:#003300;
}
a:visited {
	color:#669933;
}
a:hover {
	color:#999900;
}
.retrait {
	padding-left:25px;
	padding-right:12px;
}
.separateur {
	font-size:0.1em;
	margin:25px;
	border-bottom:1px dotted #e9f0de;
}
sup { /* Pour éviter l'interlignage */
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
.ImgDroite {
	float:right;
	margin:0 0 0 10px;
}
/* LIENS UTILES */
#LiensUtiles p {
	padding:2px 15px;
	background-image: url(../Img/fleche-droite-pt.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	border-bottom:1px dotted #e9f0de;
}
#LiensUtiles p:hover {
	background-color:#e9f0de;
}
/* MEMBRES */
.alphabet {
	padding-left:15px;
	background-color:#e9f0de;
	font-weight:bold;
	color:#367500;
}
.alphabet a:link {
	text-decoration:none;
}
.alphabet a:visited {
	color:#003300;
}
#Membres p {
	clear:both;
	padding-left:25px;
	padding-top:0;
	margin-top:0;
}
#Membres h4 {
	margin-top:15px;
	padding-top:25px;
}
#Membres img {
	float:left;
	margin:-25px 15px 5px 0;
	border:1px solid #999;
}
/* BAS DE PAGE */
.Retour {
	text-align:right;
}
.Retour img {
	border:none;
}
#BasdePage {
	margin:30px 20px 10px 20px;
	border-top:1px solid #000;
	font-size:0.7em;
	color:#000;
}
