* {
	padding:0;
	margin:0;
}
body {

	background:url(img/bg_body.jpg) repeat-x #96959a;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
h1 {
	position:absolute;
	top:-9999px;
}


#page {
	width:100%;
	background: url(img/bg_page.jpg) bottom no-repeat;
	min-height:1243px;
	overflow:hidden;

}


#global{
	width:960px;
	height:auto;
	margin:0px auto;
}

#entete {
	width:960px;
	height:79px;
	background: url(img/bg_entete.jpg) no-repeat;
	margin:10px 0px 0px 0px;
	float: left;
}
	
#adresse {
	width:580px;
	height:69px;
	padding: 10px 0px 0px 50px;
	text-align: center;
	margin-left:290px;
	color: #FFFFFF;
}

#adresse dl dt, #adresse dl dd{
	padding:5px 5px;
	float:left;
	text-align:center;
}
#adresse dl .milieu {
	padding-left:230px;
}

#colonne_gauche {
	width:277px;
	height:893px;
	background:url(img/bg_colonne_gauche.png) no-repeat top;
	float:left;
}

#menu
{
	width:200px;
	height: 400px;
	float:left;
	padding: 20px 0px 0px 40px;
	text-align: center;
}
#menu ul{
	list-style-type: none;
	font-size:14px;
	width: 201px;
	text-align:left;
	height: 307px;
	font-family:"Trebuchet MS";
}
 
#menu ul li{
	text-align:center;
}


#menu ul li a{
	display: block;
	color:#ffe400;
	text-decoration: none;
	padding:0px 0px 0px 5px;
	height: 57px;
	line-height: 57px;
}

#menu ul li a:hover {
	color:#f79205;
}

#actualite
{
	width:267px;
	height:234px;
	float: left;
	margin-top: 70px;
	padding:0px 0px 0px 10px;

}
#conteneur_actu
{
	width:248px;
	height:220px;
	margin:0px 0 0 15px;
}


#conteneur_actu .titre_act
{
	font-weight:normal;
	color:#FFFFFF;
	font-size: 18px;
	width: 240px;
	margin: 0;
	padding: 30px 0px 30px 0px;
	text-align: center;
 
}

#conteneur_actu .titre
{
	font-weight:bold;
	color:#FFFFFF;
	padding-bottom: 10px;
	margin: 0;
 
}
#conteneur_actu .date
{
	font-size:11px;
	padding-bottom:2px;
	color: #ee6f1b;
}
#conteneur_actu p
{
	width:230px;
	font-size:11px;
	margin-top:7px;
	color:#FFFFFF;
	line-height: 15px;
}

#conteneur_actu p a {
	text-decoration:underline;
	color: #fff600;
	margin-top:0px;
}

#conteneur_actu p a:hover {
	text-decoration: underline;

}

#bandeau_haut {
    width:683px;
	height:275px;
	float:left;
	background:url(img/bg_bandeau.png) no-repeat;
	}

#centre {
    width:683px;
	height:auto;
	float:left;
	}
	
#centre_haut {
	width:683px;
	height:39px;
	background:url(img/bg_centre_haut.png) no-repeat;
}

#centre_texte {
	width:643px;
	min-height:538px;
	background: url(img/bg_contenu_centre.png) repeat-y;
	padding:0px 20px 0px 20px;
	overflow: hidden;
	}

#centre_bas {
	width:683px;
	height:39px;
	background:url(img/bg_centre_bas.png) no-repeat;
}

#centre_texte h2 {
	padding:0px 0px 0px 20px;
	font-size:24px;
	margin: 20px 0px;

}


#centre_texte p {
	padding:10px 0px;
	text-align: justify;
}


#centre_texte  .image{
	background:url(img/image1.png) no-repeat;
	width: 268px;
	height: 209px;
	padding:18px 0px 0px 16px;
	float: left;
	margin:0px 0px 0px 20px;
}

.image img {
width:234px;
height:174px;
}
ul.liste {
margin-left:20px;
list-style:none;
padding:10px;
}

ul.liste li{
padding:5px;
}


#pied {
	width:960px;
	height:80px;
	margin:0 auto;
	text-align: center;
	padding: 180px 0px 0px 0px;
	float: left;
}


#pied ul {
	width:950px;
	height:35px;
	line-height:20px;
	margin:0 auto;
	text-align: center;
}
#pied ul li {
	list-style:none;
	font-size:12px;
	color:#000000;
	display: inline;
	text-align: center;
}
#pied ul li a {
	text-decoration:none;
	color:#000000;
	padding:0 2px 0 1px;
}

#pied ul li a:hover{
	text-decoration:underline;

}
#pied .imnalys {
	text-align:center;
	padding:0px 0px 0px 0px;
}
	
#pied .imnalys img {
    border:0;}

#pied  .imnalys span
{
   position:absolute;
   top:-9999px;
}


/*** formulaire ***/

.avertissement {
font-size:80%;
}

.bouton {
background:#fff;
width:100px;
border:none;
}

input, textarea {
border:none;
margin:2px;
padding:2px;
font-size:12px;
}

