hr {
    clear: both;
    visibility: hidden;
    margin: 0;
    padding: 0;
    height: 0;
}

body,
html {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: #453832;
    font-family: Arial, Helvetica, sans-serif;
}

sup {
    line-height: 0;
}

.contact_entete {
    position: absolute;
    top: 218px;
    right: 50px;
    z-index: 500;
    width: 250px;
    font-family: 'Questrial', sans-serif;
    color: #FFF;
    text-align: center;
    -webkit-text-shadow: 0px -1px 0 rgba(0, 0, 0, .2);
    text-shadow: 0px -1px 0 rgba(0, 0, 0, .2);
}

.enseigne_entete {
    font-size: 23px;
}

.adresse_entete {
    font-size: 15px;
    line-height: 20px;
}

.ville_entete {
    font-size: 15px;
    line-height: 20px;
}

.petit_txt {
    font-size: 14px;
}


/*****************************************************
				H2, H3, H4, liens, mise en forme texte
*****************************************************/

.font {
    font-family: 'Goudy Bookletter 1911', serif;
}

h1,
h2,
h3 {
    font-family: 'Goudy Bookletter 1911', serif;
}

h2 {
    text-align: left;
    font-size: 26px;
    font-weight: 400;
    color: #770800;
    margin: 0;
    padding: 3px 0;
}

h3 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    padding: 5px 0;
    color: #333;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin: 0;
    padding: 5px 0;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.texte_mis_en_evidence {
    color: #770800;
}

.texte_mis_en_evidence a {
    color: #770800;
}

.texte_mis_en_evidence a:hover {
    color: #770800;
}


/*****************************************************
				Plan et coordonn�es, liens Facebook et Twitter
*****************************************************/

.enseigne {
    color: #770800;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 20px;
}

.info_coordonnees_client {
    margin-top: 10px;
    font-size: 15px;
    text-align: left;
}


/************************************************
				Opacite, img
************************************************/

img {
    border: none
}

.border {
    margin: 2px;
    border: 1px solid #666666;
}


/* Opacite bordure coins arrondis */

.opacite {
    padding: 4px;
    background: #FFFFFF;
    /* Changer la couleur de bordure */
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #999;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    /* Ombre sur img */
    /*-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);*/
}

a img.opacite {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

a:hover img.opacite {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


/* Opacite bordure large et coins droits */

.opacite2 {
    padding: 9px;
    margin: 0px;
    background: #FFF;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 2px 13px rgba(0, 0, 0, .2);
    box-shadow: 0px 2px 13px rgba(0, 0, 0, .2);
}

a img.opacite2 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

a:hover img.opacite2 {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


/* Opacit� sans bordure ni ombre */

a img.opacite3 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

a:hover img.opacite3 {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


/************************************************
				Corps et conteneur
************************************************/

div#conteneur {
    margin: auto;
    width: 1000px;
    background: url('/img/repetition.jpg') repeat-y;
    position: relative;
}

div#contenu {
    background: url('/img/haut.jpg') no-repeat;
    height: 812px;
    text-align: left;
    margin: 0;
    padding: 0 40px;
}

html>body #contenu {
    height: auto;
    min-height: 350px;
}

div#contenu p {
    margin: 0;
    padding: 0;
}

.colonnes_2,
.colonnes_3,
.colonnes_4 {
    float: left;
}

.colonnes_2 {
    width: 50%;
    position: relative;
}

.colonnes_3 {
    width: 33%;
    position: relative;
}

.colonnes_4 {
    width: 25%;
    position: relative;
}


/************************************************
				LANGUE
************************************************/

#lang {
    position: absolute;
    color: #FFF;
    top: 150px;
    left: 20px;
}

#lang a {
    color: #FFF;
}

a img.langue {
    cursor: pointer;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    margin: 1px;
    padding: 1px
}

a:hover img.langue {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    margin: 1px;
}


/************************************************
					 INFOS FIXES
************************************************/

.code_incorrect {
    font-weight: bold;
    color: #FF0000;
}

.ligne_pointille_vertical {
    border-left: 1px solid #ccc;
}

.ligne_pointille_horizontal {
    border-bottom: 1px solid #ccc;
}


/************************************************
				ul li de la page plan de site
************************************************/

.niv0 {
    list-style-type: none;
    font-size: 13px;
    padding: 0;
    margin: 0;
}

.niv0 li {
    margin: 5px;
}

.niv0 a {
    text-decoration: none;
}

.niv0 a:hover {
    text-decoration: underline;
}

.niv1 {
    font-size: 12px;
    font-weight: bold;
}

.niv1 a {
    text-decoration: none;
}

.niv1 a:hover {
    text-decoration: underline;
}

.niv2 a {
    text-decoration: none;
    font-weight: normal;
}

.niv2 a:hover {
    text-decoration: underline;
}
