html, body {
	margin : 0;
	padding : 0;
}
body {
	text-align : left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #999999 url(../images/commun/body-fond.jpg) left 30px repeat-x;
}

* {
	margin: 0;
	padding: 0;
}

#plan-site {
	height: 30px;
	background: #000;
}

#page {
	width: 100%;
	height: 450px;
	background: transparent url(../images/commun/page-fond.jpg) center top no-repeat;
	position: relative;
	z-index: 0; 
}

#menu-top {
	width: 996px;
	height: 90px;
	margin: 0 auto;
}

#entete {
	width: 996px;
	height: 100px;
	background: #ffe500 url(../images/commun/entete-fond.jpg) center top no-repeat;
	margin: 0 auto;
}
#content {
	background: #fff url(../images/commun/content-fond-tampon.png) left top no-repeat;
	margin: 0 auto;
	width: 996px;
	height: 350px;
	padding: 0 0 20px 0;
	position: relative;
	z-index: 0; 
}
html>body #content {
	height: auto;
	min-height: 350px;
}

#content-gauche {
	float: left;
	width: 636px;
}

#content-droit {
	float: right;
	width: 300px;
	margin-right: 30px;
	padding: 0 0 8px 0;
}

#pied-content {
	width: 936px;
	padding: 2px 30px;
	text-align: right;
	font-size: 11px;
	background: #ffcf00;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-radius: 0 0 4px 4px;
	margin: 0 auto;
}

#footer {
	width: 936px;
	padding: 20px 30px 40px 30px;
	margin: 0 auto;
	color: #ddd;
}

#cleaner {
	clear: both;
	display: block;
	text-align: left;
}

/* ################# GENERAL ####################### */

a {
	text-decoration: none;
}

h2 {
	font-size: 18px;
	margin-bottom: 8px;
}
h3 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #666;
}
h2 a {
	color: #000;
}
h2 a:hover {
	color: #00b9e9;
}

h2 a.liens-h2 {
	color: #333;
	background: url(../images/commun/liens-int.gif) left 5px no-repeat;
	padding-left: 18px;
	font-weight: bold;
}
h2 a.liens-h2:hover {
	color: #00b9e9;
	background: url(../images/commun/liens-int.gif) left -113px no-repeat;
}

h3 a {
	color: #666;
}
h3 a:hover {
	color: #00b9e9;
}
h3.reponse {
	color: #000;
}
.reponse {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000;
}
h3.liste {
	padding-left: 18px;
	font-size: 14px;
	color: #333;
	margin: 10px 0 5px 0;
}
hr {
	height: 1px;
	padding: 0;
	color: #00b9e9;
	background-color: #00b9e9;
	border: 0;
}
a {
	color: #666;
}
a:hover {
	color: #00b9e9;
}


/* ################# CONTENT ####################### */

#sousH2 {
	background: #00b9e9;
	color: #fff;
	width: 586px;
	padding: 0 10px 10px 10px;
	margin: 0 0 20px 30px;
	text-align: right;
	font-size: 10px;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-radius: 0 0 4px 4px;
}

#chemin {
	position: absolute;
	margin: 27px 0 0 30px;
	font-size: 11px;
}
#chemin a {
	color: #666;
}
#chemin a:hover {
	color: #00b9e9;
}
#chemin .chemin-current {
	color: #00b9e9;
}


a.liens-suiv {
	color: #666;
	background: url(../images/commun/liens-int.gif) left top no-repeat;
	padding-left: 18px;
}
a.liens-suiv:hover {
	color: #00b9e9;
	background: url(../images/commun/liens-int.gif) left -118px no-repeat;
}
a.liens-precedent {
	color: #666;
	background: url(../images/commun/liens-precedent.gif) right top no-repeat;
	padding-right: 18px;
}
a.liens-precedent:hover {
	color: #00b9e9;
	background: url(../images/commun/liens-precedent.gif) right -118px no-repeat;
}
a.liens-contextuel {
	color: #666;
	background: url(../images/commun/liens-int.gif) left top no-repeat;
	padding-left: 18px;
	font-weight: bold;
}
a.liens-contextuel:hover {
	color: #00b9e9;
	background: url(../images/commun/liens-int.gif) left -118px no-repeat;
}
a.vers-ancre {
	color: #666;
	background: url(../images/commun/vers-ancre.gif) left top no-repeat;
	padding-left: 18px;
	font-weight: bold;
}
a.vers-ancre:hover {
	color: #00b9e9;
	background: url(../images/commun/vers-ancre.gif) left -118px no-repeat;
}
a.blank {
	color: #666;
	background: url(../images/commun/liens-blank.gif) left top no-repeat;
	padding-left: 18px;
}
a.blank:hover {
	color: #00b9e9;
	background: url(../images/commun/liens-blank.gif) left -118px no-repeat;
}
a.doc-pdf {
	color: #666;
	background: url(../images/commun/doc-pdf.gif) left top no-repeat;
	padding-left: 18px;
}
a.doc-pdf:hover {
	color: #00b9e9;
	background: url(../images/commun/doc-pdf.gif) left top no-repeat;
}

td.td-logo-region {
	vertical-align: top;
	/*background: url(../images/logo-region/td-logo-region.png) repeat;*/
	width: 95px;
	text-align: center;
}
a.region {
	color: #fff;
}
a.region:hover {
	color: #00b9e9;
}
a.lien-ville {
	color: #000;
}
a.lien-ville:hover {
	color: #00b9e9;
}
.petite-legende {
	color: #00b9e9;
	font-size: 10px;
}
.legende {
	color: #00b9e9;
}
.asterisque {
	color: #00b9e9;
	font-size: 16px;
	line-height: 12px;
}
.indice {
	vertical-align: super; 
	font-size: 70%;
}
td.td-label-region {
	vertical-align: bottom;
	padding-right: 10px;
}
td.td-prix-region {
	font-size: 18px;
	font-weight: bold;
	color: #00b9e9;
}
td.td-strong-region {
	font-size: 14px;
	font-weight: bold;
}
.majuscules {
	text-transform: uppercase;
}
.nom-propre {
	text-transform: capitalize;
}

/* ############### ENCART PRO ################# */

td.td-encart {
	width: 182px; 
	vertical-align: top; 
	border: none; 
	background: #666; 
	color: #fff;
	text-align: center; 
	padding: 10px 5px 5px 5px; 
	margin-bottom: 12px; 
	border-radius: 6px;
}

h5.encart {
	font-size: 14px;
	font-weight: normal;
}
h4.encart{
	font-size: 12px;
	padding: 3px; 
	/* background: #ddd; */
	border: 1px dotted #fff;
	color: #fff; 
	margin: 5px 0;
}
a.liens-encart {
	color: #fff;
	background: url(../images/pro/liens-encart.gif) left top no-repeat;
	padding-left: 18px;
	/* font-weight: bold; */
}
a.liens-encart:hover {
	color: #00b9e9;
	background: url(../images/pro/liens-encart.gif) left -118px no-repeat;
}
a.blank-encart {
	color: #fff;
	background: url(../images/commun/liens-blank.gif) left top no-repeat;
	padding-left: 18px;
}
a.blank-encart:hover {
	color: #00b9e9;
	background: url(../images/commun/liens-blank.gif) left -118px no-repeat;
}

/* ############### PAGE PRO ################# */

h3.h3-presta {
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
}
fieldset.field-presta {
	border-color: #00b9e9;
}
td.td-presta-desc {
	vertical-align: top;
	padding-right: 20px;
	border-bottom: 1px dotted #666;
	padding-bottom: 5px;
}
td.td-presta-2 {
	vertical-align: bottom;
	border-bottom: 1px dotted #666;
}
td.td-presta-prix {
	vertical-align: center;
	text-align: center;
	background: #666; 
	color: #fff; 
	font-size: 18px;
	width: 120px;
	padding: 8px 0;
	border-radius: 4px 4px 0 0;
}
.presta-mention {
	font-size: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}

/* ############### FORMULAIRES ################# */
fieldset {
	padding: 10px 16px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-bottom: 4px;
	border-radius: 4px;
}
fieldset.field-erreur {
	padding: 10px 16px;
	border: none;
	font-weight: bold;
}
fieldset.field-erreur li.li-erreur {
	list-style-type: none;
	background: url(../images/commun/puce-rouge.png) 0 4px no-repeat;
	padding-left: 12px;
	color: red;
}
.label-legende {
	font-size: 14px;
	font-weight: normal;
	/* color: #00b9e9; */
	color: #666;
	display: block;
	margin: 10px 0;
}
td.td-label-legende {
	font-size: 14px;
	font-weight: normal;
	/* color: #00b9e9; */
	color: #666;
	padding: 10px 10px 10px 0;
	width: 350px;
}
td.td-label-email {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	padding: 10px 10px 10px 0;
	width: 150px;
}
.label-erreur {
	color: red;
}
input.champ {
	padding: 2px 5px 2px 5px;
	font-size: 14px;
	border: 1px solid #666;
	background: #fff;
	/* border: 1px solid #00b9e9; */
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-bottom: 4px;
	border-radius: 4px;
}
input.verif {
	padding: 0;
	margin: 0;
	border: none;
	width: 1px;
	height: 1px;
}
textarea.texte {
	padding: 2px 5px 2px 5px;
	font-size: 14px;
	border: 1px solid #666;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-bottom: 4px;
	border-radius: 4px;
}
select.champ {
	padding: 2px 5px 2px 5px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #666;
	cursor: pointer;
	background: #fff;
	/* border: 1px solid #00b9e9; */
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-bottom: 4px;
	border-radius: 4px;
}
option {
	padding: 2px 10px;
	font-size: 14px;
	font-weight: bold;
}
input.champ-droit {
	padding: 2px 5px 2px 5px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #666;
	width: 95px;
	/* border: 1px solid #00b9e9; */
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-bottom: 4px;
	border-radius: 4px;
}
input.erreur {
	border-color: red;
}
select.erreur {
	border-color: red;
}
textarea.erreur {
	border-color: red;
}
input.submit {
	border: 1px solid #333;
	color: #fff;
	padding: 4px 15px 4px 15px;
	font-size: 14px;
	font-weight: bold;
	background: transparent url(../images/commun/menu-top-boutons-current.gif) center top repeat-x;
	cursor: pointer;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-bottom: 4px;
	border-radius: 4px;
}
input.submit:hover {
	background: transparent url(../images/commun/menu-top-boutons.gif) center bottom repeat-x;
	border-color: #00b9e9;
}

/* Recherches */
.numero-resultat {
	font-size: 12px;
	color: #000;
	padding-top: 2px;
	/* font-weight: bold; */
}
a.recherche-titre {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
#recherche-entete {
	background: #00b9e9;
	color: #fff;
	width: 586px;
	padding: 0 10px 10px 10px;
	margin: 0 0 20px 0;
	/* margin-bottom: 0; */
	-moz-border-radius-bottomright: 4px;
	-khtml-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-radius: 0 0 4px 4px;
}

#div-recherche-entete {
	position: absolute;
	width: 265px;
	height: 30px;
	margin: 11px 0 0 701px;
	background: transparent url(../images/commun/recherche-fond-entete.png) left top no-repeat;
}
#div-recherche-page {
	/* width: 233px;
	height: 30px; */
	margin: 0;
	background: transparent url(../images/commun/recherche-fond.png) left top no-repeat;
}
input.champ-recherche {
	width: 215px;
	margin: 0 0 0 8px;
	padding: 0;
	border: none;
	background: none;
	color: #fff;
}
input.submit-recherche {
	width: 30px;
	height: 30px;
	cursor: pointer;
	padding: 0;
	border: none;
	background: none;
}
/* FIN Recherches */

/* Formulaires */
label.clic {
	cursor: pointer;
}

/* FIN Formulaires */

#bloc {
	display: block;
	padding-left: 30px;
	margin-bottom: 20px;
}
#bloc-encadre {
	display: block;
	padding: 10px 15px;
	margin-bottom: 20px;
	border: 1px solid #00b9e9;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#bloc-anecdotic {
	background: #def0f8;
	color: #666;
	padding: 20px 15px;
	display: block;
	margin: 0 0 20px 30px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#bloc-anecdotic a {
	color: #333;
}
#bloc-anecdotic a:hover {
	color: #00b9e9;
}
#bloc-anecdotic .accroche {
	color: #666;
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}
#bloc-1-tiers {
	float: left;
	width: 192px;
	margin: 0 0 10px 0;
	padding-right: 10px;
}
#bloc-demi-gauche {
	float: left;
	width: 285px;
}
#bloc-demi-droit {
	float: right;
	width: 285px;
}

ul#content-ul {
	margin: 0 0 0 5px; 
	padding: 0;
	list-style: none;
}
ul#content-ul li {
	background: url(../images/commun/li-puce-defaut.png) left 4px no-repeat;
	padding-left: 12px;
}

h3.encart-note {
	float: right;
	margin: 8px 0 8px 8px;
	width: 250px;
	font-weight: normal;
	font-style:italic;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: inline;
	padding: 15px;
	background: #666;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
h3.encart-note a {
	color: #fff;
}

table#liens-bottom {
	background: url(../images/commun/tampon-bloc-liens-bottom-double.png) 4px top no-repeat;
	position: relative;
	z-index: 0; 
}
table#liens-bottom td.separateur {
	width: 30px;
}
table#liens-bottom td.items {
	border: 1px solid #00b9e9;
	width: 288px;
	vertical-align: top;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.accroche-liens-bottom {
	display: block;
	color: #00b9e9;
	font-size: 16px;
	font-family: Helvetica, sans-serif;
	margin-left: 30px;
}
table#liens-bottom ul {
	padding: 10px 15px;
	list-style: none;
}
table#liens-bottom li {
	color: #666;
	background: url(../images/commun/liens-int.gif) left top no-repeat;
	padding-left: 18px;
}
table#liens-bottom li:hover {
	color: #00b9e9;
	background: url(../images/commun/liens-int.gif) left -118px no-repeat;
}
table#liens-bottom li.current {
	background: url(../images/commun/liens-int.gif) left -118px no-repeat;
}
table#liens-bottom li.blank {
	color: #666;
	background: url(../images/commun/liens-blank.gif) left top no-repeat;
	padding-left: 18px;
}
table#liens-bottom li.blank:hover {
	color: #00b9e9;
	background: url(../images/commun/liens-blank.gif) left -118px no-repeat;
}
table#liens-bottom a {
	color: #666;
	font-weight: bold;
}
table#liens-bottom a:hover {
	color: #00b9e9;
}
table#liens-bottom a.current {
	color: #00b9e9;
}

td.lien-rapide-accueil {
	vertical-align: top;
	text-align: center;
	width: 170px;
	padding: 10px;
	margin: 10px 15px 10px 0;
	border: 1px solid #333;
	font-size: 11px;
	font-weight: bold;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-bottom: 4px;
	border-radius: 4px;
}
td.lien-rapide-separateur {
	width: 15px;
}
td.lien-rapide-accueil a {
	color: #333;
}
td.lien-rapide-accueil a:hover {
	color: #00b9e9;
}

/* ################# COLONNE DROITE ####################### */

#bloc-droit {
	width: 300px;
	margin: 10px 0 20px 0;
}
#bloc-droit .entete {
	margin: 15px 0 10px 0;
	display: block;
	/* color: #00b9e9; */
	color: #666;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
#bloc-droit .entete-liens {
	margin: 15px 0 10px 0;
	display: block;
	font-size: 16px;
	font-weight: bold;
	background: #00b9e9;
	color: #fff;
	padding: 5px 10px;
	-moz-border-radius-topright: 4px;
	-khtml-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-khtml-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-radius: 4px 4px 0 0;
}
ul#menu-liens {
	margin: 0; 
	padding: 0;
	list-style: none;
}
ul#menu-liens li {
	color: #666;
	background: url(../images/commun/liens-int.gif) left 1px no-repeat;
	padding-left: 18px;
}
ul#menu-liens li:hover {
	color: #00b9e9;
	background: url(../images/commun/liens-int.gif) left -117px no-repeat;
}
ul#menu-liens li.li-current {
	background: url(../images/commun/liens-int.gif) left -117px no-repeat;
}
ul#menu-liens li a {
	display: block;
	color: #666;
	font-weight: bold;
	/* border-bottom: 1px solid #ddd; */
	margin-bottom: 5px;
}
ul#menu-liens li a:hover {
	color: #00b9e9;
}
ul#menu-liens li a.current {
	color: #00b9e9;
}

/* ////////////////////// TAG CLOUD //////////////////// */
.tags_container {
	text-align: left;
	position: relative;
	overflow: hidden;
	font-weight: bold;
}

.tags_container a:hover {
	color: #00b9e9;
	text-decoration: underline;
}

.tags_container .point {
	cursor: pointer;
	position: absolute;
	list-style: none;
}

.tags_container .point a {
	color: inherit;
	text-decoration: none;
}
.tags_container .point a:hover {
	text-decoration: #00b9e9;
	padding: 0 5px;
	border: 1px solid #00b9e9;
	color: #00b9e9;
}


/* ################# ENTETE ####################### */

#div-plan {
	width: 930px;
	height: 30px;
	line-height: 30px;
	margin : 0 auto;
	text-align: right;
	color: #ccc;
}
a.plan {
	color: #ccc;
	background: url(../images/commun/plan-du-site.gif) left top no-repeat;
	padding-left: 18px;
}
a.plan:hover {
	color: #ffd800;
	background: url(../images/commun/plan-du-site.gif) left -118px no-repeat;
}
a.plan-current {
	color: #ffd800;
	background: url(../images/commun/plan-du-site.gif) left -118px no-repeat;
}
ul.menu-liens-plan {
	display: block;
	width: 606px;
}
table#liens-plan {
	margin: 10px 0;
}
table#liens-plan ul {
	list-style: none;
}
table#liens-plan li {
	color: #666;
	background: url(../images/commun/liens-int.gif) left top no-repeat;
	padding-left: 18px;
	margin-bottom: 5px;
}
table#liens-plan li:hover {
	color: #00b9e9;
	background: url(../images/commun/liens-int.gif) left -118px no-repeat;
}
table#liens-plan a {
	color: #666;
	font-weight: bold;
}
table#liens-plan a:hover {
	color: #00b9e9;
}

#entete h1.home {
	position: absolute;
	font-size: 30px;
	padding: 25px 0 0 30px;
}
#entete h1.int {
	position: absolute;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	background: #00b9e9;
	color: #fff;
	font-weight: bold;
	width: 586px;
	padding: 0 10px;
	margin: 65px 0 0 30px;
	-moz-border-radius-topright: 4px;
	-khtml-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-khtml-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-radius: 4px 4px 0 0;
}
#entete h2.home {
	position: absolute;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	background: #00b9e9;
	color: #fff;
	font-weight: bold;
	width: 586px;
	padding: 0 10px;
	margin: 65px 0 0 30px;
	-moz-border-radius-topright: 4px;
	-khtml-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-khtml-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-radius: 4px 4px 0 0;
}
#entete h3.rubrique {
	position: absolute;
	font-size: 30px;
	padding: 25px 0 0 30px;
	color: #000;
}
#entete .subLetter {
	font-size: 14px;
}

/* Menu-Top */
ul#menu-top-ul {
	margin: 0; padding: 0;
	float: left;
	width: 100%;
	list-style: none;
	padding-top: 6px;
}
ul#menu-top-ul li {
	float: left;
	margin: 0; 
	padding: 0;
	position: relative;
	background: url(../images/commun/entete-boutons-liseret.png) right 4px no-repeat;
}
ul#menu-top-ul li a {
	float: left; 
	height: 40px;
	
}
ul#menu-top-ul li a.home {
	width: 40px;
	height: 40px;
	background: transparent url(../images/commun/menu-top-home.gif) center top no-repeat;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
ul#menu-top-ul li a.home:hover {
	background: transparent url(../images/commun/menu-top-home.gif) center bottom no-repeat;
}
ul#menu-top-ul li a.home-current {
	width: 40px;
	height: 40px;
	background: transparent url(../images/commun/menu-top-home-current.gif) center top no-repeat;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
ul#menu-top-ul li a.bouton {
	line-height: 40px;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 13px;
	padding: 0 30px;
	background: transparent url(../images/commun/menu-top-boutons.gif) center top repeat-x;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
ul#menu-top-ul li a.bouton:hover {
	background: transparent url(../images/commun/menu-top-boutons.gif) center bottom repeat-x;
	color: #fff;
}
ul#menu-top-ul li a.bouton-current {
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 0 30px;
	background: transparent url(../images/commun/menu-top-boutons-current.gif) center top repeat-x;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* ################# FOOTER ################### */

#footer a {
	color: #ddd;
	font-weight: bold;
}
#footer a:hover {
	color: #fff;
}

a.espace-pro {
	background: url(../images/pro/espace-pro.gif) left 3px no-repeat;
	padding-left: 12px;
	font-weight: bold;
	color: #ddd;
}
a.espace-pro:hover {
	color: #fff;
}

#footer-content {
	margin: 15px 0;
	display: block;
	padding: 20px 0;
	color: #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	/* border-bottom: 1px solid #ccc; */
}

#footer-content #bloc-gauche {
	float: left;
	width: 250px;
	margin-right: 15px;
}
#footer-content #bloc-droit {
	float: right;
	width: 250px;
}

#btn_up {
	position: fixed;
	bottom: 29px;
	right: 25px;
	cursor: pointer;
	display: none;
	z-index: 10;
}
#btn_up a {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/commun/bouton-top.gif) left top no-repeat;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 5px solid #999;
	z-index: 10;
}
#btn_up a:hover {
	background: url(../images/commun/bouton-top.gif) left bottom no-repeat;
}
