body {
font: 0.8em Arial, Verdana, sans-serif;
margin: 0;
}


html { /* Firefox scrollbar fix */
min-height: 100%;
margin-bottom: 1px;
}



html a {
color: #333366;
text-decoration: underline;
}
html a:hover {
color: #000;
text-decoration: underline;
}



h1 {
height: 0px;
overflow: hidden; /* corrige un bug IE */
margin: 0;
}
h2 {
font-weight: bold;
font-size: 1.5em;
color: #d7140a;
}
h3 {
font-weight: bold;
font-size: 1.2em;
color: #333366;
}
h4 { /* ATTENTION, utilisé pour TITRE des SERVICES */
margin: 0;
padding: 0.2em;
font-weight: bold;
font-size: 1.3em;
color: #000;
background-color: #f8f8fa;
border-top: 5px solid #0078b9;
}





/* CONTENEUR */
#conteneur {
position: relative;
width: 900px;
margin: 0 auto;
background-color: #fff;
}



/* ENTETE */
#entete {
height: 130px;
overflow: hidden; /* corrige un bug IE */
}
#entete a img {
border: 0;
}


/* MENU */
#menu {
padding: 0.5em;
font-size: 0.85em;
text-align: right;
}
#menu ul {
margin: 0; /* IE supprime le retrait de liste*/
padding: 0; /* FF supprime le retrait de liste*/
}
#menu li {
display: inline;
list-style-type: none;
}
#menu a {
color: #333366;
text-decoration: none;
}
#menu a:hover {
color: #000;
text-decoration: underline;
}




/* CONTENU chasse le pied de page en bas */
#contenu {
overflow: hidden;
}



/* CENTRE */
#centre {
margin-left: 300px;
padding: 1em;
}
#centre ul {
margin: 0; /* IE supprime le retrait de liste*/
padding: 0; /* FF supprime le retrait de liste*/
}
#centre li {
padding: 0.3em 0;
list-style-type: none;
}
#centre_promotion a img {
margin-top: 1em;
border: 0;
}



/* GAUCHE */
#gauche {
float: left;
left: 0;
margin: 1em 0 1em 0;
width: 280px;
background-color: #fff;
border: 5px solid #73be1e;
}
#gauche ul {
margin: 0; /* IE supprime le retrait de liste*/
padding: 0; /* FF supprime le retrait de liste*/
}
#gauche li {
list-style-type: none;
}
#gauche_contenu {
padding: 1em;
}
.gauche_titre {
margin-top: 2em;
font-weight: bold;
font-size: 1.2em;
color: #333366;
border-bottom: 1px solid #ccc;
}
.gauche_cliquezici {
width: 6em;
margin: 0 auto;
padding: 0.1em;
font-weight: bold;
text-align: center;
background-color: #e6e6e6;
border: 1px solid #73be1e;
}
.gauche_cliquezici a {
text-decoration: none;
}
.gauche_cliquezici a:hover {
text-decoration: none;
}



/* PIED */
#pied {
clear: left;
padding: 1em;
border-top: 1px solid #b900ff;
font-size: 0.85em;
color: #666;
text-align: center;
}
#pied ul {
margin: 0; /* IE supprime le retrait de liste*/
padding: 0; /* FF supprime le retrait de liste*/
}
#pied li {
display: inline;
list-style-type: none;
}
#pied a {
color: #666;
text-decoration: none;
}
#pied a:hover {
color: #000;
text-decoration: underline;
}
.pied_espace {
margin: 0 1em;
}



/* INDEX */
.nom_ville {
margin: 0.5em;
font-weight: bold;
font-size: 1.5em;
color: #333366;
}
.nom_ville a {
color: #333366;
text-decoration: none;
}
.nom_ville a:hover {
color: #333366;
text-decoration: underline;
}



/* CONSULT_RUBRIQUE */
#centre_consult_rubrique {
padding: 1em;
}
#centre_consult_rubrique ul {
margin: 0; /* IE supprime le retrait de liste*/
padding: 0; /* FF supprime le retrait de liste*/
}
#centre_consult_rubrique li {
display: inline;
list-style-type: none;
}
.consult_rubrique_bloc {
float: left;
width: 16em;
height: 8em;
margin: 0 1em 0 1em;
padding-left: 50px;
padding-top: 0.5em;
border-top: 1px solid #e6e6e6;
}
.consult_rubrique_icone {
float: left;
margin-left: -50px;
}
.consult_rubrique_titre {
margin-bottom: 0.5em;
font-size: 1.3em;
font-weight: bold;
color: #333366;
}
.consult_rubrique_titre a {
color: #333366;
text-decoration: none;
}
.consult_rubrique_titre a:hover {
color: #333366;
text-decoration: underline;
}
.consult_rubrique_services {
font-size: 0.85em;
color: #000;
letter-spacing: 0.1em;
}
.consult_rubrique_services a {
color: #000;
text-decoration: none;
}
.consult_rubrique_services a:hover {
color: #000;
text-decoration: underline;
}



/* LISTE_RUBRIQUE */
#centre_liste_rubrique{
padding: 1em;
}
#centre_liste_rubrique ul {
margin: 0; /* IE supprime le retrait de liste*/
padding: 0; /* FF supprime le retrait de liste*/
}
#centre_liste_rubrique li {
list-style-type: none;
}
#centre_liste_rubrique li li {
display: inline;
}
.liste_rubrique_bloc {
margin: 2em 0;
padding-left: 50px;
}
.liste_rubrique_icone {
float: left;
margin-left: -50px;
}
.liste_rubrique_titre {
margin: 0 0 0.5em 0;
font-size: 1.3em;
font-weight: bold;
color: #333366;
}
.liste_rubrique_titre a {
color: #333366;
text-decoration: none;
}
.liste_rubrique_titre a:hover {
color: #333366;
text-decoration: underline;
}
.liste_rubrique_services {
font-size: 0.85em;
color: #000;
letter-spacing: 0.1em;
}
.liste_rubrique_services a {
color: #000;
text-decoration: none;
}
.liste_rubrique_services a:hover {
color: #000;
text-decoration: underline;
}



/* CONSULT_RECHERCHE */
.recherche_bloc {
margin-bottom: 0.3em;
background-color: #f8f8fa;
}
.recherche_titre {
font-weight: bold;
color: #333366;
text-decoration: underline;
}
.recherche_infos {
padding: 0.2em;
}
.recherche_id {
font-size: 0.85em;
color: #e6e6e6;
text-align: right;
}



/* CONSULT_SERVICE */
.service_bloc {
margin-bottom: 1em;
background-color: #f8f8fa;
}

/*.service_titre VOIR H4 */

.service_telephone {
float: left;
margin-left: 0.2em;
width: 21.6em;
}
.service_adresse {
float: left;
width: 22em;
padding-left: 0.5em;
border-left: 1px solid #ccc;
}
.service_internet {
margin-left: 0.2em;
}
.service_description {
margin-left: 0.2em;
}
.service_id {
margin: 0;
font-size: 0.85em;
color: #e6e6e6;
text-align: right;
}
.service_bloc_proposer {
margin: 0;
padding: 0.3em;
background-color: #fff;
border: 1px solid #ff0000;
}
.service_avertissement {
margin: 0;
font-weight: bold;
font-size: 1.3em;
color: #ff0000;
background-color: #fff;
}
.service_proposer {
}




/* FORMULAIRES */
fieldset {
padding: 1em;
margin-top: 1em;
}
legend {
font-weight: bold;
font-size: 1em;
color: #333366;
}
label {
float: left;
width: 200px;
margin-top: 0.3em;
}
.confirmation {
width: 90%;
height: 1em;
padding: 0.3em;
}
.confirmation_label {
float: left;
width: 200px;
}
.champobligatoire {
font-weight: bold;
color: #ff0000;
}
.champ {
color: #000;
background-color: #f5f5f5;
border: 1px dashed #333366;
width: 150px;
margin-top: 0.3em;
}
.champcourt {
color: #000;
background-color: #f5f5f5;
border: 1px dashed #333366;
width: 35px;
margin-top: 0.3em;
}
.champlong {
color: #000;
background-color: #f5f5f5;
border: 1px dashed #333366;
width: 325px;
margin-top: 0.3em;
}
.zonetexte {
color: #000;
background-color: #f5f5f5;
border: 1px dashed #333366;
width: 350px;
margin-top: 0.3em;
}
.bouton {
color: #000;
background-color: #fff;
border: 1px solid #333366;
margin-top: 0.3em;
}




/* FORMULAIRE PRO */
#liste_services dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
/* dl#liste_services {
width: 30em;
} */
dl#liste_services dt {
height: 1.5em;
margin: 0.1em 0;
padding-left: 2em;
line-height: 1.5em;
font-weight: bold;
border: 1px solid #666;
background: #ccc;
cursor: pointer;
}
dl#liste_services dd {
border: 1px solid #333366;
background: #f5f5f5;
}
dl#liste_services li {
margin-left: 4em;
background: #f5f5f5;
}
dl#liste_services li a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
dl#liste_services li a:hover, dl#liste_services dt a:hover {
background: #f5f5f5;
}

/* PUBS */

#facture_align_gauche {
float: left;
}
#facture_align_droite {
float: right;
}
#clear_float {
clear: both;
}


/* PUBS */
#pub {
margin: 0;
padding: 0.3em;
background-color: #fff; 
border: 1px solid #e6e6e6;
}
#pub p {
margin-left: 468px;
text-align: center;
border-left: 3px solid #e6e6e6;
}
#pub p a {
color: #333366;
text-decoration: none;
}
#pub p a:hover {
color: #000;
text-decoration: underline;
}
#banniere_468x60 {
vertical-align: center;
width: 468px;
height: 60px;
float: left;
}
#banniere_468x60 a img {
border: 0;
}
#promotion a img {
float: right;
margin-top: 6em;
border: 0;
}



.hautdepage {
text-align: right;
}