/* Design de Base pour bhv*/

body
{
    background: #580515;
}

*
{
    margin: 0px;
    padding: 0px;
}

a img
{
    border: 0px;
}

.contenu
{
    max-width: 800px;
}

#header
{
    width: 100%;
    background: url("images/header2.png") repeat-x #530219;
}

#header .contenu
{
    height: 200px;
    background: url("images/header1.png") right no-repeat #580515;
    margin: auto;

}

#header .contenu .logo
{
    width: 800px;
    height: 200px;
    background: url("images/logo.png") no-repeat;
}

#header .contenu .logo a
{
    display: block;
    width: 100%;
    height: 100%;
}

#navigation
{
    width: 100%; 
    background: #642000;   
}

#navigation .contenu
{
    background: #642000;
    margin: auto; 
    font-size: 0.9em;
    font-variant: small-caps;
    font-weight: bold;
    font-family: "Trebuchet MS", "Verdana", "Arial";
}

#navigation .contenu li
{
    color: #D8D8C7;
    float: left;
    padding: 2px 20px 4px 20px;
    list-style-type: None;
}

#navigation .contenu li a
{
    color: #D8D8C7;
    text-decoration: none;
}

#body
{
    width: 100%;  
    background: url("images/background3.png") no-repeat top left #6A0215;
    font-family: "Times New Roman", "Trebuchet MS", "Verdana", "Arial";
    font-size: 0.9em;
    font-variant: normal;
    font-weight: normal;
}

#body .contenu
{
    background: url("images/degradeHeader.png") repeat-x #580515; 
    margin: auto;
    padding: 5px 0px 10px 0px;
    min-height: 200px;
}

#body .contenu #cadre1
{
    padding: 5px 10px;
}

#body .contenu #cadre1 .box
{
    background: #FFFAF0;
    border: #DAC5B8 5px solid;
    padding: 5px 10px;
}

#body .contenu #cadre1 .edito
{
    width: 420px;
    float: left;
    background: #FFFAF0;
    border: #DAC5B8 5px solid;
    padding: 5px 10px;
}

#body .contenu #cadre1 .apercuMenu
{
    width: 280px;
    float: right;
    background: #FFFAF0;
    border: #DAC5B8 5px solid;
    padding: 5px 10px;
}

#body .contenu #cadre2
{ 
    clear: both;
    padding: 5px 10px;
}



#body .contenu #cadre2 .galerieAccueil
{ 
    width: 550px;
    float: right;
    background: #FFFAF0;
    border: #DAC5B8 5px solid;
    padding: 5px 10px;
}

#body .contenu #cadre2 .lien
{ 
    width: 150px;
    float: left;
    background: #FFFAF0;
    border: #DAC5B8 5px solid;
    padding: 5px 10px;
}

#footer
{
    background: url("images/degrade1.png") repeat-x #580515;
    width: 100%;   
}

#footer .contenu
{
    background: url("images/degrade1.png") repeat-x #580515;  /* 6A0215 */
    margin: auto;  
    height: 100px; 
    padding: 5px 0px 10px 0px;
    color: #D8D8C7;
    font-size: 0.7em;
    font-variant: small-caps;
    font-weight: bold;
    font-family: "Trebuchet MS";
}

#footer .contenu p
{
    padding: 0px 5px 0px 5px;
}


#footer .contenu a
{
    color: #D8D8C7;
    text-decoration: none;
    font-style: italic;
}

/* La couleur de fond dans Gimp est : #c4e0f3 */

/*-=-=-=-=-=-=-=-=
     MAPS
-=-=-=-=-=-=-=-=*/

.tableauMaps hr
{
    border-top: solid 1px #DDD;
    border-bottom: solid 1px #DDD;
    margin: 15px 0px 15px 0px;
    overflow: hidden;
}

.map {
    width: 90%;
    margin: auto;
}

.map_comment {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*-=-=-=-=-=-=-=-=
     CONTACT
-=-=-=-=-=-=-=-=*/
#contact_form
{
    margin: 0px 0px 0px 50px;
    padding: 0px 0px 0px 10px;
}

#contact_content
{
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}


#contact_form label
{
    display: block;
    margin: 2px 0px 5px 2px;
}

/*-=-=-=-=-=-=-=-=
     ADMIN
-=-=-=-=-=-=-=-=*/

.widget .boutons a
{
    display: block;
    width: 15px;
    height: 12px;
    background: url("images/edit.png") no-repeat;
    margin: auto;
}

.widget .boutons
{
    display: none;    
}

.widget:hover .boutons
{
    background: url("images/fond_rond_70.png") no-repeat;
    width: 23px;
    height: 20px;
    color: white;
    display: block;
    position: absolute;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -12px;
}



