body{
	margin: 0;
	background: url(../graf/fondtotal.png) #9c8282 100% 100% no-repeat fixed;
	text-align: center;
	
  }

#content{
  width: 775px;
	background: url(../graf/fondleft.png) #fff top left repeat-y;
	
	/*	
	background-image: url(../graf/fondleft.png);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #fff;
	*/	
	
  margin: 0px auto;
  border-top: 3px solid #fcc001;
	border-bottom: 2px solid #fcc001;
	border-left: 2px solid #111919;
	border-right: 2px solid #111919;
  }

/*---------- Haut : menuaccess ----------*/

#switch{
	text-align: right;
	margin: 0 auto;
	width: 775px;
	}

#switch form{
	margin: 0;
	}
	
#switch label{
	display: none;
	}
	
#switch select{
	background-color: #111919;
	color: #fcc001;
	font-weight: bold;
	border: 1px solid #fcc001;
	}
	
#switch input{
	background-color: #111919;
	border: 1px solid #fcc001;
	color: #fcc001;
	font-weight: bold;
	}
	
#topintern{
	padding: 3px;
	font: 11px verdana, arial, helvetica, sans-serif;
	margin: 0 auto;
  color: #fff;
	width: 775px;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	}

span.hide{
	display: none;
	}

#topintern a{
	text-decoration: none;
  color: #fff;
  padding: 0.1em 0;
  }

#topintern a:hover{
  color: #111919;
	background-color: #fff;
  text-decoration: none;
  }

#topintern a:active{
  color: #f19800;
  text-decoration: none;
  }

#topintern li{
  display: inline;
	margin: 0;
	padding-top: 5px;
	}

#topintern ul{
  margin: 0;
  padding: 0;
  text-align: right;
  }
	
/*---------- Haut : image + menuaccess ----------*/
#top_print{
	display: none;
	}

#topimg{
  margin: 0;
	padding: 0;
  height:60px;
  background-color: #111919;
  border-bottom: 1px solid #111919;
  }
	
#topimg h1{
  text-align: left;
	color: #fff;
	font: bold 24px arial, verdana, sans-serif;
 	padding: 0;
  margin: 0;
  }

#topimg h1 a{
  text-decoration: none;
	color: #fff;
  }
	
#topimg h1 a img{
	border: none;
  }
	
div.formdroite{
	float: right;
	margin: 20px 10px 0 0;
	}
	
div.formdroite label{
	font: bold 11px verdana, arial, helvetica, sans-serif;
	color: #fff;
	}

input.champsearch{
	background-color: #d8cccc;
	border: 1px solid #fff;
	}
	
input:hover.champsearch{
	background-color: #fff;
	}
	
input.boutonsearch{
	background-color: #bc2100;
	border: 1px solid #fcc001;
	color: #fcc001;
	font-weight: bold;
	}
	
/*---------- Haut : menupratique ----------*/

#menuhaut{
  padding: 0.3em;
  margin-top: 0;
  background-color: #fcc001;
  font: 11px verdana, arial, helvetica, sans-serif;
  border-top: 1px solid #111919;
  border-bottom: 1px solid #111919;
  color: #fff;
  }

#menuhaut a{
  text-decoration: none;
  color: #111919;
  padding: 0.3em;
  }

#menuhaut a:hover{
  text-decoration: none;
  color: #111919;
	background-color: #fff;
  }

#menuhaut a:active{
  color: #b6b6b6;
	background-color: #fff;
  }

#menuhaut li{
  display: inline;
  }
	
#menuhaut ul{
  margin: 0;
  padding: 0;
	text-align: center;
  }

/*---------- Gauche : menurubrique ----------*/

#leftnav{
  width: 130px; 
  float: left;
  padding: 0;
	margin: 15px 0 0 0;
	background: #d8cccc;
	}

#leftnav h3{
	margin: 0;
	padding: 7px;
	font: bold 11px verdana, arial, "sans-serif";
	background: url(../graf/fond_titre_box.jpg) #bc2100 100% 100% no-repeat;
	border-left: 6px solid #fcc001;
	border-right: 6px solid #fcc001;
	text-align: left;
	color: #fff;
	}

#leftnav ul{
	width: 129px;
	list-style-type: none;
	margin: 0;
	padding: 0;
  font: 11px verdana, arial, sans-serif;
	}
		
#leftnav ul li{
 	position: relative;
	margin: 0 !important;
	/*margin: 0 0 0 -16px;*/
	padding: 0;
	}

#leftnav li ul{
 	position: absolute;
	left: 130px;
	top: 0px;
	display: none;
	font-size: 0.8em;
	background: #fff;
	}
	
#leftnav li ul h4{
 	font-size: 1.1em;
	background: url(../graf/flechelien2.gif) #fcc001 0% 50% no-repeat;
	margin: 0;
	padding: 5px 0;
	width: 130px;
	border-right: solid 1px #111919;
	border-bottom: solid 1px #111919;
	}
	
#leftnav li:hover ul, #leftnav li.over ul{
	 display: block;
	 border: 1px solid #111919;
	 }
	
#leftnav li:hover ul a, #leftnav li.over ul a{
	 border-right: 1px solid #111919;
	 background-color: #fff;
	 }
	
#leftnav a{
	letter-spacing: 1px;
  display: block;
  text-align: left;
  text-decoration: none;
  color: #111919;
  padding: 5px;
  width: 120px !important;
  width: 130px;
  border-bottom: 1px solid #999999;
	background: url(../graf/fond_list_menu.jpg) top center repeat-y;
  }

#leftnav a:hover{
  color: #111919;
	background: url(../graf/fond_list_menu_on.jpg) #fcc001 top center repeat-y;
  }
	
/*---------- Main : contenu décalé ----------*/

#main{
  margin-left: 143px;
  font: 12px arial,sans-serif;
  padding-right: 15px;
  }

p.situation{
  font-size: 11px;
  margin: 10px 3px 10px 0px;
  padding-bottom: 3px;
  padding-top: 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid #aaaaaa;
  text-align: left;
  }

p.situation a{
  text-decoration: underline;
  color: 111919;
  }

p.situation a:hover{
  text-decoration: none;
  color: #111919;
  }

p.situation a:active{
  text-decoration: none;
  color: #ffc001;
  }
	
h1.rouge{
  font: 18px arial, sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
	margin-top: 0;
  font-weight: bold;
  text-align: left;
  color: #d80505;
  }
	
span.rouge{
  color: #d80505;
  font-weight: bold;
	}

span.misenligne2, span.misenligne3, span.misenligne4{
  font-size: 11px;
  font-weight: normal;
  color: #505050;
  }
	
span.misenligne5{
  font-size: 11px;
  font-weight: bold;
  color: #505050;
  }

.chapo{
  font-weight: bold;
  text-align: justify;
  line-height: 140%;
  }

.texte2{
  text-align: justify;
  line-height: 140%;
  padding: 0 20px 0 0;
  margin: 0;
	}

.texte{
  text-align: justify;
  line-height: 140%;
  padding: 0;
  margin: 0 30px 0 15px;
	}
	
p.textedossier{
  text-align: justify;
  line-height: 140%;
  padding: 0;
  margin: 0;
  }

h2.introdossier{
  font: bold 16px arial, sans-serif;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  color: #111919;
  text-align: left;
  }

h2.introdossier a{
  color: #111919;
  text-decoration: none;
  }

h2.introdossier a:hover{
  text-decoration: underline;
  }

h2.introdossier a:active{
  color: #f19800;
  text-decoration: none;
  }

h2.rub{
  font: bold 15px arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
  }

h2.rub a{
  color: #111919;
	text-decoration: none;
  }
	
h2.rub a:hover{
  color: #111919;
	text-decoration: underline;
  }

h2.rub2{
  font: bold 12px arial, sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
  }

h2.rub2 a{
  color: #111919;
	text-decoration: none;
  }
	
h2.rub2 a:hover{
  color: #111919;
	text-decoration: underline;
  }
  
h2.rub_agenda{
  font: bold 14px arial, sans-serif;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  }
	
h2.rub_actu{
  font: bold 12px arial, sans-serif;
  margin: 0;
  padding: 0;
  }

h3.spip{
  font: bold 15px arial, sans-serif;
  color: #111919;
	text-align: center;
	margin: 20px 190px;
	padding: 5px 0;
	border-top: 1px solid #767676;
	border-bottom: 1px solid #767676;
	}

div.cadre_actu{
	border: 1px solid #aaaaaa;
	background: url(../graf/fond_list_rub.jpg) #fff top right repeat-y;
	margin: 10px 30px 0 15px;
	padding: 5px 10px;
  text-align: left;
	}
	
div.cadre_actu2{
	border: 0px solid #aaaaaa;
	/*width: 350px;
	background: url(../graf/fond_list_rub2.jpg) #fff top right repeat-y;*/
	margin: 10px 30px 0 15px;
	padding: 5px 10px;
  text-align: left;
	}

div.cadre_actu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
div.cadre_actu li{
	margin: 0;
	padding: 0;
	}
	
div.cadre_agenda{
	text-align: left;
	margin: 3px 195px 10px 2px;
	padding: 0 0 7px 28px;
	background: url(../graf/fond_enbref_agenda.jpg) #fff center left no-repeat;
	border-bottom: 1px solid #d8cccc;
	}
	
h1.titreaccueil{
  text-align: left;
  margin: 0 0 0 0;
	color: #d80505;
  }
	
h1.titreaccueil2{
  text-align: left;
  margin: 15px 0 0 0;
	color: #d80505;
  }
	
div.dossierune{
	font-size: 12px; 
	}

div.dossierune2{
	text-align: left; 
	}

div.dossierune2 a{
	text-decoration : none;
	color: #fcc001;
	}
	
div.dossierune2 a img{
	border: 2px solid #fcc001;
	}
	
div.vignettedossier{
  float: left;
  margin: 0 10px 0 0;
  }

div.vignettedossier img{
  border: 1px solid #111919;
	margin-top: 5px;
  margin-bottom: 0;
  }

div.vignettedossier2{
  margin: 6px 6px 0 0 !important;
	margin: 0 6px 0 0;
	float: left;
  }

div.vignettedossier2 img{
  width: 60px;
  border: 1px solid #111919;
  }

div.vignettedossier3{
  margin: 0 0 15px 0;
	text-align: center;
	}

div.vignettedossier3 img{
  width: 125px;
  border: 1px solid #111919;
  margin-top: 5px !important;
	margin-top: 0; 
	margin-bottom: 0;
  }
	
div.vignettedossier4{
float: left;
z-index: 1;
margin: 0 0 15px 0;
	text-align: left;
  }

div.vignettedossier4 img{
  border: 1px solid #111919;
	margin-top: 5px;
  margin-bottom: 0;
  }
  
.texte a, .textedossier a{
  color: #d80505;
  text-decoration: underline;
  }

.texte a:hover, .textedossier a:hover{
  background-color: #fcc001;
  }

.texte a:active, .textedossier a:active{
  color: #111919;
  }

a.fleche{
  color: #d80505;
  text-decoration: underline;
  font: 11px verdana, arial, sans-serif;
  background: url(../graf/flechelien.gif) left center no-repeat;
  padding: 0 0 0 12px;
  }

a.fleche-gras{
  color: #d80505;
  text-decoration: underline;
  font: bold 11px verdana, arial, sans-serif;
  background: url(../graf/flechelien.gif) left center no-repeat;
  padding: 0 0 0 12px;
  }
	
a:hover.fleche, a:hover.fleche-gras{
  color: #111919;
  background: url(../graf/flechelien2.gif) right center no-repeat;
  padding: 0 12px 0 0;
	background-color: #fcc001;
	text-decoration: none;
  }

a:active.fleche, a:active.fleche-gras{
  color: #aaaaaa;
  }
	
a.fleche2{
  color: #d80505;
  text-decoration: none;
  font-weight: bold;
  font: bold 14px arial, sans-serif;
  background: url(../graf/flechelien.gif) left center no-repeat;
  padding: 0 0 0 12px;
  }

a:hover.fleche2{
  color: #111919;
  background: url(../graf/flechelien2.gif) right center no-repeat;
  padding: 0 12px 0 0;
	background-color: #fcc001;
  }

a:active.fleche2{
  color: #aaaaaa;
  }
	
div.nav_actu{
	margin-top: 20px;
	padding: 10px;
	color: #d80505;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #aaaaaa;
  text-align: center;
	}

div.nav_actu a{
	color: #111919;
	font-size: 11px;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	margin: 0;
	}

div.nav_actu a:hover{
	text-decoration: none;
	background-color: #ffca21;
	}

div.nav_actu a:active{
	color: #f19800;
	}

.spip_documents{
  font-size: 10px;
  font-weight: normal;
  background: url(../graf/fond_boite_droite.jpg) #d8cccc top right repeat-y;
  color: #111919;
	padding: 0;
	border: 1px solid #000;
	}

.spip_documents img{
  margin: 0;
  padding: 0;
	}
	
.spip_documents p{
  margin: 0;
  padding: 0;
	}
	
.spip_documents a{
  color: #111919;
  text-decoration: none;
  }

.spip_documents a:hover{
  color: #111919;
	background-color: #fcc001;
  }

.spip_documents a:active{
  color: #f19800;
  }
	
.spip_surligne{
  background-color: #ffff20;
  }

.spip_logos{
	margin: 0;
	padding: 0;
	text-indent: 0;
  text-align: left;
	}

.spip_out{
	font-weight: normal;
	}
	
ul.plan-articles{
	margin: 10px 0 0 10px;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	}
	
li.plan-article{
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	}
	
li.plan-article a{
	color: #d80505;
	text-decoration: underline;
	}
	
li.plan-article a:hover{
	background-color: #fcc001;
	}
	
ul.plan-rubriques{
	margin: 10px 0 0 20px;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	}
	
div.plan-rubrique{
	text-align: left;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.1em;
	}
	
div.plan-rubrique a{
	color: #6f6f6f;
	text-decoration: none;
	}
	
div.plan-rubrique a:hover{
	text-decoration: underline;
	}
	
ul.nomarge{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
		
.desc_rub{
  text-align: left;
	border: 1px solid #d80505;
	background: url(../graf/fond_enbref.jpg) #fcc001 right center no-repeat;
	padding: 5px 50px 5px 10px;
	margin: 15px 120px;
	}
	
.desc_rub a{
  color: #d80505;
  text-decoration: underline;
	font-weight: bold;
	}
	
.desc_rub a:hover{
  background: #fff;
	}
	
.desc_rub a:active{
  color: #111919;
	}
	
/*---------- Main : boite droite ----------*/

.surboite{
	float: right;
	border: 1px solid #aaaaaa;
	margin: 15px 2px 15px 15px;
  text-align: left;
	padding: 0;
	width: 175px;
	background-color: #d8cccc;
	}

.surboite2{
	float: right;
	clear: right;
	border: 1px solid #aaaaaa;
	margin: 5px 2px 10px 15px;
	text-align: left;	
	padding: 0;
	width: 175px;
	background-color: #d8cccc;
	}
	
.surboite3{
	float: right;
	clear: right;
	margin: 5px 2px 10px 15px;
  text-align: center;
	padding: 0;
	width: 175px;
	}
	
.surboite3 a{
	text-decoration: none;
	color: #fcc001;
	}
	
.surboite3 a img{
	border: 2px solid #fcc001;
	}
	
.surboite h3, .surboite2 h3{
	margin: 0;
	padding: 6px;
	font: bold 11px arial, "sans-serif";
	color: #fff;
	letter-spacing: 0.1em;
	border-left: 6px solid #fcc001;
	border-right: 6px solid #fcc001;
	background: url(../graf/fond_titre_box.jpg) #bc2100 100% 100% no-repeat;
	}
	
.surboite h3 a, .surboite2 h3 a{
	color: #fff;
	text-decoration: none;
	}
	
.surboite h3 a:hover, .surboite2 h3 a:hover{
	color: #111919;
	background-color: #ffca21;
	}

.surboite h3 a:active, .surboite2 h3 a:active{
	color: #f19800;
	}

/* Hack pour IE : taille des liens dans la boite "liens utiles" trop grande */
* html .surboite2 a.spip_out{
	font-size: 80%;
	}
	
span.titre_actuUNE{
	font-weight: bold;
	font-size: 14px;
	}
	
p.centre{
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.noderoul{
	margin: 0;
	padding: 0 0px;
	font-size: 0.9em;
	color: #000;
	background: url(../graf/fond_boite_droite.jpg) top right repeat-y;
	}

.noderoul p{
	margin: 0;
	padding: 5px;
	text-align: left;
	}
	
.noderoul a{
	color: #111919;
	text-decoration: none;
	}
	
.noderoul a:hover{
	color: #111919;
	text-decoration: none;
	background-color: #ffca21;
	}

.noderoul a:active{
	color: #f19800;
	}

.deroul{
	margin: 0;
	padding: 5px;
	background: url(../graf/fond_boite_droite.jpg) top right repeat-y;
	}
	
.deroul ul{
	margin: 5px 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
	color: #000;
	border: 1px solid #aaaaaa;
	border-left: 2px solid #fcc001;
	background: #fff;
	}
	
.deroul ul:hover{
	border: 1px solid #fcc001;
	border-left: 2px solid #fcc001;
	}
		
.deroul li{
	margin: 0;
	padding: 0 8px;
	text-align: left;
	}
	
.deroul span, .noderoul span{
	color: #505050;
	}

.deroul a{
	color: #111919;
	text-decoration: none;
	font-weight: bold;
	}

.deroul a:hover{
	color: #111919;
	text-decoration: none;
	background-color: #ffca21;
	}

.deroul a:active{
	color: #f19800;
	}
	
p.droite{
	text-align: left;
	background-color: #fff;
	font: 11px verdana, arial, sans-serif;
	margin: 0;
	padding: 3px;
	border-top: 1px solid #cdc1c1;
	}
	
table.spip{
	padding: 0;
	font-size: 12px;
	background-color: #111919;
	margin-left: 10px;
	}
	
table.expgroup{
	width: 40%;
	padding: 0;
	font-size: 10px;
	margin-left: 10px;
	}
	
tr.row_odd, tr.row_even{
	background: url(../graf/fond_list_rub.jpg) #e4dfce top center repeat-y;
	}
	
tr.row_odd td, tr.row_even td{
	padding: 6px;
	}
	
/* ACCESS ----------------------------------------- */
#access{
  color: #fff;
  margin: 0 20px;
  text-align: left;
  }

#access h1{
  font: bold 16px arial, sans-serif;
  color: #fcc001;
	background-color: #111919;
	padding: 0;
  margin: 0;
	border-left: 3px solid #ffc001;
	border-bottom: 3px solid #ffc001;
	border-right: 3px solid #ffc001;
  }

#access h1 a{
  font: 13px arial, sans-serif;
  font-weight: bold;
  color: #fcc001;
  padding: 0;
	text-decoration: none;
  }

#access h1 a img{
	border: none;
  }
	
#access h2{
  font: 16px arial, sans-serif;
  font-weight: bold;
  color: #fff;
	padding: 0.1em;
	text-align: center;
	}

div.cadreaccess{
	border: 3px solid #fcc001;
	margin: 0 0 20px 0;
	background-color: #d8cccc;
	}
	
#access h3{
  font: bold 14px arial, sans-serif;
  text-align: center;
	color: #ffc001;
  margin: 0;
  background-color: #111919;
	padding: 5px 0;
	border-bottom: 3px solid #ffc001;
  }

#access p{
  font: 12px arial, sans-serif;
  color: #000;
	padding: 0.5em 1em;
	border-bottom: 1px solid #000;
	margin: 0;
	}

#access ul{
  font: 12px arial, sans-serif;
  padding: 1em;
  margin: 0;
	background-color: #fff;
	line-height: 1.4em;
	color: #111919;
  }

#access li{
  margin-left: 1em;
  }

span.gras{
	font-weight: bold
	}

#access a{
  font: arial, sans-serif;
  font-weight: bold;
  color: #bc2100;
  text-decoration: underline;
  }

#access a:hover{
  background-color: #fcc001;
	}

#access a:active{
  color: #f19800;
  }

/*---------- Forums ----------*/
	
div.forum-repondre{
	text-align: left;
	margin: 30px 0;
	}

div.forum-repondre a{
	color: #d80505;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	background: url(../graf/clavier.png) center left no-repeat;
	padding: 15px 0 6px 50px;
	}
	
div.forum-repondre a:hover{
  background-color: #fcc001;
	color: #111919
	}

ul.forum-total {
	display: block;
	padding: 0px;
	margin: 0 20px 0 0;
	list-style: none;
	}

ul.forum-total {
	display: block;
	padding: 0px;
	margin: 0 20px 0 0;
	list-style: none;
	}

ul.forum-total a{
	color: #bc2100;
	text-decoration: none;
	}
	
ul.forum-total a:hover{
	background-color: #fcc001;
	}
	
.forum-fil {
	margin-top: 3em;
	}

.forum-fil ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

.forum-titre {
	font-weight: bold;
	font-size: 14px;
	}
	
.forum-item {
	margin: 0px;
	padding: 0.5em 1em 0;
	text-align: justify;
	color: #111919;
	}

.forum-repondre-message {
	text-align: right;
	}

ul .forum {
	border: 1px solid #aaaaaa;
	padding: 0px;
	margin: 0 0 1em 0;
	}
	
ul .forum-chapo {
	border: 0px;
	border-bottom: 1px dashed #aaaaaa;
	margin: 0px;
	padding: 3px 6px 2px 6px;
	font-size: 90%;
	background-color: #111919;
	text-align: left;
	color: #fff;
	}

ul .forum-chapo a{
	color: #fcc001;
	font-weight: bold;
	}
	
ul .forum-chapo a:hover{
	background-color: #bc2100;
	}
	
ul ul .forum {
	margin-left: 30px;
	}

ul ul .forum-chapo {
 	background-color: #e4dfce;
	color: #111919;
	}

ul ul .forum-chapo a{
	color: #bc2100;
	font-weight: bold;
	}
	
ul ul .forum-chapo a:hover{
	background-color: #fcc001;
	}
	
.left{
  text-align: left;
	padding-top: 0;
	margin-top: 0;
	}

.left-margtop{
  text-align: left;
	margin-top: 10px
	}
	
.extraitforum{
	text-align: left;
	font-style: italic;
	margin-top: 15px;
	}
	
.spip_encadrer{
	text-align: left;
	border-top: 1px solid #fcc001;
	padding: 10px 0;
	}

.spip_encadrer a{
	color: #bc2100;
	text-decoration: underline;
	}
	
.spip_encadrer a:hover{
	text-decoration: none;
	background-color: #fcc001;
	}
	
.spip_encadrer input, .spip_encadrer textarea{
	background-color: #e4dfce;
	border: 1px solid #aaaaaa;
	}
		
input.spip_bouton{
	font: verdana, sans-serif;
	color: #d80505;
	background-color: #fcc001;
	border: 1px solid #111919;
	}
	
/*---------- Pied de page ----------*/

#footer{
  background: url(../graf/fond_footer.jpg) #111919 0% 0% repeat-y;
  color: #fff;
	font: 10px verdana, arial, helvetica, sans-serif;
  padding: 0 0 5px 0;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: right;
  clear: both;
	border-top: 5px solid #ffc001;
  }

#footer p{
	margin-top: 0;
	margin-bottom: 0;
	padding: 3px 0;
  }
	
p.footer_margin{
	margin: 0 5px;
	}
	
#footer a{
	color: #fff;
	text-decoration: underline;
	}
	
#footer a:hover{
	text-decoration: none;
	}
	
a.hautpage{
	padding: 5px;
	}
	
a:hover.hautpage{
	background-color: #fcc001;
	}
	
div.imgfloat{
	float: left;
	margin: 0 5px;
	}