body {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #8b7d7b;
	margin: 0;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	margin: 0;
}

/*--------------------------------------  container  --------------------------------*/
#container {
	width: 995px;
	height:100%;
	margin: 0 auto;
	position : relative;
	border-bottom:1px solid #9C9B9F;
	border-left:1px solid #9C9B9F;
	border-right:1px solid #9C9B9F;
}

div.editmode {
	background: none repeat scroll 0 0 #FFEEEE;
    border: 1px dotted red;
    margin: 5px 0;
    padding: 5px;
	display: block;
	width:985px;
	text-align:center;
	float:left;
	margin:0 0 20px 0;
}

div.editmod h2 { text-transform:uppercase;}

/*--------------------------------------  contenu  --------------------------------*/
#contenu {
	position:relative;
	width: 995px;
height:100%;
	margin: 0 auto;
	background: url(../medias/fond_int.gif) no-repeat center top;
}

#contenu-footer {
	height:100px ;
	width: 995px;
	margin: 0 auto;
background-color:#a2cd5a;
}
#contenu-footer a { text-decoration:none; color:#666; font-size:11px; } 
#contenu-footer a:hover { color:#333; text-decoration:underline;} 

#contenu_index {
	width: 995px;
	background: url(../medias/fond_index.gif) no-repeat center top;
	height:650px;
	margin: 0 auto;
}



/*--------------------------------------  liens vers autres site index  --------------------------------*/

div#autresites {
	position:absolute;
	left:350px;
	top:150px;
	width:650px;
	height:400px;
	padding:0;
	margin:0;
	text-align: left;
}

div#autresites a {
	margin: 0;
	color: #9c9d9f;
	text-decoration: underline;
}
div#autresites a:hover {
	color: #5f6262;
}

.sites {
	font-size: 14px;
	font-weight: bold;
}


/*-------------------------------------- comment adherer --------------------------------*/

div#adherer {
	position:absolute;
	left:861px;
	top:134px;
	width:136px;
	height:20px;
	padding:0;
	margin:0;
	text-align: center;
}

div#adherer a {
	margin: 0;
	color: #000000;
	text-decoration: none;
}
div#adherer a:hover {
	color: #5f6262;
}


/*-------------------------------------- s'inscrire à la lettre d'information --------------------------------*/

div#lettre {
	position:absolute;
	left:680px;
	top:100px;
	width:300px;
	height:20px;
	padding:0;
	margin:0;
	text-align: right;
}

div#lettre a {
	margin: 0;
	color: #8b7d7b;
	text-decoration: none;
}
div#lettre a:hover {
	color: #a2cd5a;
}


/*--------------------------------------  contenu  photo--------------------------------*/
div#photos {
	float:left;
	width: 138px;
	margin: 115px 129px 0 64px;
}



/*--------------------------------------  contenu  texte--------------------------------*/
#contenutexte {
	
	float:left;
	width: 600px;
	margin: 105px 64px 0 0px;
}

div#contenutexte a {
	margin: 0;
	color: #6a9625;
	text-decoration: none;
}
div#contenutexte a:hover {
	color: #8dc634;
}




/*--------------------------------------  page interieur  --------------------------------*/
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
line-height:28px ;
	font-weight: bold;
	color: #94af3c;
	
}

h2. {
	line-height : 24px;
}


li.puce-rouge {
 list-style-image : url(../medias/puce-rouge.gif);
 list-style-type:none;
} 

.signature {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px;
}
.signature img {
	float: left;	
}
.soustitre {
	font-weight: bold;
	color: #75473a;
}


/*--------------------------------------  header  --------------------------------*/
#header {
	width: 995px;
}

#nav1, #nav1 ul  {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav1 li  {
	float: left;
}

#nav1 li a {
	font-weight : bold;
color: #ffffff;
	text-decoration: none;
	display: block;
	background: url(../medias/silhouette.gif) no-repeat;
	padding: 45px 20px 0px 25px;
}

#nav1 li a:hover {
	background:url(../medias/silhouette_o.gif) no-repeat;
}

#nav1 li a.current {
	background: #96C10A;
}

#nav1 li ul {
	font-weight : regular;
position: absolute;	
	left: -999em;
	padding: 6px 0 10px 0;
	background: url(../medias/menu.gif);
}

#nav1 li ul li { 
	clear:left; 
}

#nav1 li:hover ul, #nav1 li.sfhover ul { 
	left: auto;
}

#nav1 li:hover a, #nav1 li.sfhover a {
	background:url(../medias/silhouette_o.gif) no-repeat;
}

#nav1 li ul li a {
	width: 150px;
	padding: 0 5px 1px 20px;
	color: #8b7d7b;
	background: none !important;
}

#nav1 li ul li a:hover {
	padding-bottom: 0;
	border-bottom: 1px solid white;
	background:none;
}


