html, body {
	height: 100%;
	margin: 0;
	}

body {
	background: #f0f0f0;
	margin: 0em;
	font-size: 13px;
	color: #51626f;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 {
	}
	/*titres*/
	
h1{
	height: 45px;
	padding: 0 0 20px 40px;
	background: url(../_images/h1.jpg) no-repeat 0 0px;
	color: #125687;
	font-size: 1.3em;
	font-weight: lighter;
	text-transform: uppercase;
}
h2{
	font-size: 12px;
	text-transform: uppercase;
	
}

ul {
	margin: 0 0 30px 30px;
	padding: 0;
	}

li{
	list-style-image: url(../_images/puce_fleche.gif);
}

.titre{
	border-bottom: 1px dashed #666;display: block;
}
	
#ombre{
	width: 841px;
	margin: 0 auto;
	padding: 0 8px 0 6px;
	background-image: url(../_images/fondOmbre.gif);
	min-height: 100%;
	position: relative;
}

#page{
	overflow: auto;
	min-height: 550px;
	background: url(../_images/fondPage.jpg) repeat-x;
}

div#entete{
	margin-bottom: 20px;
}

#navigation{
	float: left;
	margin-left: 5px;
	width: 230px;
}
#contenu{
	margin: 0 0px 0 50px;
	width: 545px;
	float: left;
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding: 0 10px 50px 0; 

}
div#footer {
	position: absolute;
	width: 854px;
	bottom: 0;
	background: url(../_images/footer.jpg) no-repeat 0 top;
	margin-left: -7px;
	height: 15px;
	padding-top: 15px;
}

/* menus */

ul#menu {
	margin: 0;
	padding: 0;
	padding-left: 35px;
	list-style: none;
	}
ul#menu li{
	list-style-image: none;
	border-bottom: 1px dashed #666;
}
ul#menu li a{
	display: block;
	height: 30px;
	margin: 2px 0;
}
ul#menu li a:hover {
}
ul#menu li ul{
	padding-left: 0px;
	margin-left: 20px;
}
ul#menu li ul li  {
	list-style: none;
}

ul#menu li ul li a {
	font-size: 12px;
	display: block;
	line-height: 140%;
	height: auto;
	text-transform: none;
}

ul.listeNone, ul.listeNone li, ul.contact, ul.contact li{
	list-style: none;
}

.contactTitre{
	display: block;
	font-weight: bold;
	margin-top: 20px;
}


/* contenus*/


.col3_1{
	float: left;
	text-align: right;
	width: 125px;
}
.col3_2{
	float: left;
	text-align: center;
	margin: 0 10px;
}
.col3_3{
	float: left;
	text-align: left;
	width: 120px;
}
span.textBrun2{
	font-size: 0.71em;
	font-weight: bold;
	color: #9f8754;
	display: block;
	margin-top: 8px;
}

img.logo{
	margin: 5px;
	padding: 5px;
	border: thin solid #CCC;
}

dl.adherent
{
margin: 2em 0;
padding: 0;
overflow: auto;
}

.adherent dt
{
clear: left;
width: 150px;
float: left;
font-weight: bold;
margin-bottom: 20px;
}

.adherent dd
{
border-left: 1px dashed #999;
width: 250px;
float: left;
padding: 0 0 0.5em 1em;
font-size: 11px;
margin: 0 0 20px 20px;
}

.adherent dd span.nomPartenaire{
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}

div.imageplan{
	float: left;
	margin: 0 30px 50px 0;
	width: 180px;
	text-align: center;
}

/* typo, couleur ...*/

a{
	color: #51626f;
}
ul .adresseTitre{
	font-weight: bold;
	text-transform: ;
	display: block;
	padding: 0px 0;
	margin: 20px 0 10px;
	font-variant: small-caps;
	border-bottom: 1px dashed #999 ;
}

ul#menu li a {
	color: #125687;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
ul#menu li a:hover, ul#menu li a.on {
	color: #9f8754;
}
div#footer {
	text-align: center;
	font-size: 0.81em;
	color: #999999;
	}
a.boutonLien{
	color: #125687;
	background: url(../_images/btnLien.gif) no-repeat 0 top;
	padding: 0 0 10px 28px;
	line-height: 25px;
	font-size: 12px;
	text-decoration: none;
}
a.boutonLien:hover{
	background: url(../_images/btnLien.gif) no-repeat 0 -34px;
}
a:hover {
	color: #9f8754;
}