body {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #5f6262;
	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;
}


/*--------------------------------------  contenu  --------------------------------*/
#contenu {
	position:relative;
	width: 995px;
	margin: 0 auto;
	background: url(../medias/fond_int.jpg) no-repeat center top;
}


#contenu_index {
	width: 995px;
	background: url(../medias/fond_index.jpg) no-repeat center top;
	height:650px;
	margin: 0 auto;
}



/*--------------------------------------  liens vers autres site index  --------------------------------*/

div#autresites {
	position:absolute;
	left:756px;
	top:330px;
	width:158px;
	height:20px;
	padding:0;
	margin:0;
	text-align: center;
}

div#autresites a {
	margin: 0;
	color: #9c9d9f;
	text-decoration: underline;
}
div#autresites a:hover {
	color: #5f6262;
}

.sites {
	font-size: 16px;
	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:540px;
	top:70px;
	width:300px;
	height:20px;
	padding:0;
	margin:0;
	text-align: right;
}

div#lettre a {
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
}
div#lettre a:hover {
	color: #5f6262;
}


/*--------------------------------------  contenu  texte--------------------------------*/
#contenutexte {
	clear:both;
	float:left;
	width: 380px;
	margin: 86px 0 0 250px;
}

/* double marge IE6 fix */
* html #contenutexte {
    display:inline;
}




div#contenutexte a {
	margin: 0;
	color: #6a9625;
	text-decoration: none;
}
div#contenutexte a:hover {
	color: #8dc634;
}


/*--------------------------------------  contenu  photo--------------------------------*/
div#photos {
	float:left;
	width: 138px;
	margin: 105px 0 0 145px;
}



/*--------------------------------------  page interieur  --------------------------------*/
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #359594;
	
}


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: #c40d1a;
}


/*--------------------------------------  header  --------------------------------*/
#header {
	width: 910px;
}

#nav1, #nav1 ul  {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav1 li  {
	float: left;
}

#nav1 li a {
	color: #fe0000;
	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 {
	position: absolute;	
	left: -999em;
	padding: 6px 0 10px 0;
	background: url(../medias/menu.jpg);
}

#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: #525354;
	background: none !important;
}

#nav1 li ul li a:hover {
	padding-bottom: 0;
	border-bottom: 1px solid red;
	background:none;
}
