/***********************************************
				Entete
***********************************************/

div#entete {
    height: 360px;
    margin: 0;
    padding: 0;
}


/***********************************************
				H1
***********************************************/

h1 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 10px 0 0px 0;
}


/***********************************************
				Chemin fil d'Ariane
***********************************************/

#chemin {
    clear: both;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 30px 0;
    color: #666666;
}

#chemin * {
    font-weight: normal;
}

#chemin a {
    color: #666666;
}

#chemin a:hover,
#chemin a.active {
    color: #666666;
}

#chemin span {
    color: #666666;
}


/***********************************************
				Menu horizontal : adapter la hauteur en fonction de la charte
***********************************************/

ul.menu {
    position: absolute;
    top: 309px;
    left: 165px;
    margin: 0 0 0 0;
    padding: 0 0 0 0px;
    list-style-type: none;
    z-index: 500;
}

ul.menu li {
    display: inline;
    margin: 0;
    padding: 0;
}

ul.menu li a {
    display: block;
    float: left;
    height: 41px;
    margin: 0;
    padding: 0 10px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 41px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border-left: rgba(0, 0, 0, .3) solid 1px;
    border-right: rgba(255, 255, 255, .3) solid 1px;
}

ul.menu li a:hover,
ul.menu li a.active {
    color: #770800;
}

ul.menu li.premier_lien a {
    border-left: none;
}

ul.menu li.dernier_lien a {
    border-right: none;
}


/***********************************************
				Contenu modifiable
***********************************************/

.float_left {
    float: left;
    margin: 0 5px 0 0;
}

.float_right {
    float: right;
    padding: 0 0 0 5px;
}

.soulignement {
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.petit_point {
    border-bottom: 1px dotted;
    margin-bottom: 10px;
}

.puce_titre {
    background: url(/img/puce.png) no-repeat left 7px;
    padding: 0 0 0 30px;
    margin-bottom: 10px;
    color: #333;
}

.encadrement_titre {
    background: url(/img/puce02.png) no-repeat 5px center #EBE6D0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #DFDAC2;
    border-left: 1px solid #DFDAC2;
    border-right: 1px solid #DFDAC2;
    color: #770800;
    padding: 5px 5px 5px 20px;
    margin-bottom: 10px;
    font-size: 20px;
}

/***********************************************
				Footer
***********************************************/

#footer {
    font-size: 11px;
    color: #FFF;
}

#footer a {
    color: #FFF;
    text-decoration: none;
}

#footer a:hover {
    color: #000;
}

/*****************************************************
	Personnalisation du tableau
*****************************************************/

.tab_footer {
    margin: 0px auto;
    width: 1000px;
    padding: 15px 0 15px 40px;
    background: url(/img/adresse.jpg) no-repeat top;
    height: 123px;
}

.tab_footer tr td table tr td {
    padding: 0;
    margin: 0;
}

.colonnes_footer {
    padding: 0 15px;
    /*border-left:solid 1px #ccc; width:25%;*/
}

#colonne_footer1 {
    border-left: none;
    padding-left: 0;
}

.footer_adresse {
    font-weight: 400;
    line-height: 18px;
    color: #FFF;
    font-size: 14px;
    text-transform: none;
}

.footer_enseigne {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    padding-bottom: 6px;
}

.footer_tel {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
}

.footer_menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 14px;
}

.footer_menu a {
    text-decoration: none;
}

#ul1 {
    padding-right: 10px;
}
