*
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	text-decoration: none;
	font-weight:normal;
}

html
{
	height:100%;
}

body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size:75%;
	background:#e6ede9 url('img_site/fond.jpg') repeat fixed ;
	height:100%;	
}

li
{
	list-style:none;
}

strong
{
	font-weight:bold;
}

em
{
	font-style:italic;
}

hr.both
{
	visibility:hidden;
	height:0;
	width:0;
	clear:both;
}

.hidden,
.invisible
{
	visibility:hidden;
}


/* ----------------- */
/* --- STRUCTURE --- */
/* ----------------- */

#conteneur
{
	width:1000px;
	margin:50px auto;
	position:relative;
	background: #035a3f url('img_site/fond-contenu.jpg') no-repeat scroll 0 194px  ;
	
}

h1
{
	background: url('img_site/header.jpg') no-repeat scroll ;
	width:1000px;
	height:194px;
	position:relative;	
}

h1 span
{
	display:none;
}

h1 img
{
	position:absolute;
	top:10px;
	right:10px;
}

#multi_lg
{
	position:absolute;
	top:18px;
	left:15px;
}

#bloc_newsletter
{
	width:231px;
	height:73px;
	background: url('img_site/ok_newsletter.png') no-repeat scroll;
	position:absolute;
	top:100px;
	right:0;
	z-index:100;	
}

#bloc_newsletter fieldset
{
	position:absolute;
	left:50px;
	top:50px;
}

#input_ins_nl
{
	vertical-align: middle;	
}

#insc_nl
{
	width:130px;
}

#menu
{
	width:150px;
	position:absolute;
	top:240px;
	left:60px;
	
}

#rss
{
	position:absolute;
	top:520px;
	left:60px;
}

#menu a, #menu li
{
	color:#fff;
	text-transform: uppercase;
}

#menu ul a, #menu li ul li
{
	text-transform: lowercase;
}

#menu li
{
	border-bottom:1px solid #b07800;
	margin-bottom:9px;
}

#menu li li
{
	border:none;
	margin-bottom:3px;
}

#contenu
{
	margin: 120px 20px 20px 250px;
	color:#fff;
	min-height:400px; /* !!! IE */
}

#contenu a
{
	color:#b07800;
}
#contenu a:hover
{
	color:#8b2412;
}

#contenu h2
{
	margin-bottom:15px;
}

#contenu h2 span
{
	color:#b07800;
	font-weight: bold;
	font-size:1.3em;
}

#contenu img
{
	margin: 0 10px 5px 0;
}

#mail
{
	margin-left:20px;
}

#mail input,
#mail label,
#mail textarea,
#mail input
{
	display:block;
}

#mail label
{
	margin-bottom:10px;
}

#mail input
{
	margin-top:10px;
}

#mail h3
{
	margin-top:20px;
	font-weight:bold;
}

#gestion_pages
{
	margin-top:50px;
}


#footer
{
	background: url('img_site/pied.jpg') no-repeat scroll;
	text-align: center;
	padding-top:120px;
	color:#fff;
	height:19px;	
}

#footer a
{
	color:#fff;
}

#ss_footer
{
	text-align:center;
	margin-top:-40px;
	padding-bottom:30px;
}

#ss_footer a
{
	color:#000;
}

#phpmyvisites
{
	display:none;
}