html, body { 
   height: 100%; 
}

body{
	font-family: Arial, Trebuchet MS, Helvetica, Verdana, sans serif;
	font-size: 13px;
	color: #000;
	margin: 0;
	padding: 0;
	}
	
.thickbox img{border: none;}

.spip_documents{
	width: 935px;
	height: auto;
	margin: 0 auto;
	}
	
.crayon-init a{
	cursor: default;
	}
	
a{cursor: pointer;}

h3.spip{
	margin-top: 25px;
	}
	
.main{
	position: relative;
	width: 990px;
	height: auto !important; 
    height: 100%; 
    min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url("bground.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
.return-home{
	position: absolute;
	width: 120px;
	height: 119px;
	padding: 11px;
	}
	
.search-form{
	position: absolute;
	top: 107px;
	left: 750px;
	}
	
input#recherche{
	width: 140px;
	border: solid 1px #c0c0c0;
	background-image: url("glass-search.png");
	background-repeat: no-repeat;
	background-position: center right;
	}
	
.menu-top{
	position: absolute;
	top: 112px;
	left: 145px;
	z-index: 200;
	}
	
.menu-top div{
	float: left;
	}
	
.menu-top a{
	color: #4f4f4f;
	text-decoration: none;
	padding-left: 10px;
	margin-right: 15px;
	background-image: url("puce-menu.gif");
	background-repeat: no-repeat;
	background-position: center left;
	}
	
.menu-top a:hover{
	text-decoration: underline;
	}

.lien-actif{
	font-style: italic;
	}
	
.content{
	position: relative;
	width: 935px;
	height: 100%;
	min-height: 100%;
	margin-top: 75px !important; /* 100px avec la partie "HOT NEWS" */
	}
	
.content:after{
	content: "";
	display: block;
	clear: both;
	}
	
h2.titreRub{
	color: #4f4f4f;
	padding-left: 25px;
	}

h2.titreRub2{
	color: #4f4f4f;
	}
	
.content-text{
	position: relative;
	width: 935px;
	height: auto;
	padding-left: 25px;
	text-align: justify;
	/*background-color: #fff;*/
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	}
	
.content-text a{
	text-decoration: none;
	color: #1f6bb2;
	}
	
.content-text a:hover{
	text-decoration: underline;
	}
	
.content-text .accueil{
	margin-top: -15px;
	border: solid 1px red;
	}
	
.coords{
	position: relative;
	width: 220px;
	height: 95px;
	margin-left: 733px;
	background-image: url("topbox_bg.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
.coords div{
	color: #4f4f4f;
	padding-left: 62px;
	}
	
.coords .tel-FR{
	position: relative;
	padding-top: 33px;
	}
	
.coords .mail-FR{
	position: relative;
	padding-top: 5px;
	}
	
.mail-FR a{
	text-decoration: none;
	color: inherit;
	}
	
.mail-FR a:hover{
	text-decoration: underline;
	}
	
.actus{
	position: absolute;
	top: 155px;
	left: 22px;
	width: 935px;
	height: 23px;
	border-top: solid 1px #aebec8;
	border-bottom: solid 1px #aebec8;
	background-color: #e8eef2;
	}
	
#news{
	margin: 4px 0 0 87px;
	padding: 0;
	}
	
#news li{
	list-style-type: none;
	}
	
.actus span{
	position: absolute;
	top: 4px;
	left: 5px;
	font-weight: bold;
	color: #4f4f4f;	
	}
	
.actus a{
	text-decoration: none;
	color: #1f6bb2;
	}
	
.actus a:hover{
	text-decoration: underline;
	}
	
.footer{
	position: relative;
	width: 935px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 10px;
	text-align: center;
	}
	
.footer a{
	text-decoration: none;
	color: #4f4f4f;
	/*padding-left: 10px;*/
	/*margin-right: 15px;*/
	}
	
.footer a:hover{
	text-decoration: underline;
	}
	
.footer span{
	color: #1f6bb2;
	}
	
.footer .pipe-8{
	display: none;
	}
	
/* formulaire de contact */
.formulaire_contact fieldset{
	border: 0px;
	}
	
.formulaire_contact form{
	text-align: left;
	}
	
.formulaire_contact form ul, .formulaire_contact form li{
	list-style-type: none;
	}
	
.formulaire_contact form li{
	padding-top: 2px;
	padding-bottom: 2px;
	/*width: 400px;*/
	}
	
.formulaire_contact form textarea{
	width: 300px;
	height: 200px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 13px;
	}
	
.formulaire_contact form div{
	display: block;
	}
	
.saisie_civilite{
	margin-bottom: 15px;
	font-weight: bold;
	}
	
div.choix:after{
	content: "";
	display: block;
	clear: both;
	}
	
ul li label{
	display: block;
	width: 180px;
	float: left;
	}
	
ul li input.text{
	width: 300px;
	}
	
li.obligatoire label{
	font-weight: bold;
	}
	
li.erreur input, li.erreur textarea{
	border: solid 1px red;
	}
	
.choix label input{
	width: auto;
	}
	
.formulaire_contact legend, .formulaire_contact li.obligatoire label strong{
	display: none;
	}
	
.erreur{
	color: red;
	}
	
.erreur_message{
	display: none;
	}
	
.formulaire_contact input.submit{
	margin-left: 380px;
	}

/* formulaire newsletter */
#spip-listes legend{
	/* display: none; */
	}
	
#spip-listes fieldset{
	border: 0px;
	}
	
.liste-formats ul{
	display: inline;
	}
	
.liste-formats li{
	list-style-type: none;
	}
	
/* logos partenaires */

.logoPart{
	position: relative;
	float: left;
	width: 120px; 
	height: 120px;
	padding: 5px;
	text-align: center;
	background-color: #fff;
	border: solid 1px #c1c1c1;
	margin: 0 5px;
	}
	
.logoPart:after{
	content: "";
	display: block;
	clear: both;
	}
	
.logoPart img{
	border: 0px;
	height: 80px;
	margin-top: 15%;
	}
	
.expliLogo{
	position: absolute;
	bottom: 0;
	width: 120px;
	height: auto;
	text-align: center;
	padding-bottom: 5px;
	}