body
{
    background: #fff3db url('images/fond.png') repeat-x;
    font-size: 16px;
}

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

a img
{    
    border: none;
}

a:active
{
    text-decoration: none;
    border: none;
}

a:focus
{
    text-decoration: none;
    border: none;
}

code
{
    display: block;
    font-size: 0.8em;
    margin: 5px 5px 7px 5px;
    background: #EEE;
    padding: 2px;
}

#corps ul, #corps ol
{
    margin: 4px 0px 5px 16px;
}

#body
{
    width: 830px;
    margin: auto;
    font-size: 0.8em;
    font-family: Arial, Verdana, Sans-serif;
}

#background
{
    width: 100%;
    margin: 40px 0px 0px 0px;
}



#background #logo
{
    width: 428px;
    height: 112px;
    background: url('images/SuperCottage.png') no-repeat;
    position: absolute;
    z-index: 100;
    margin-top: 40px;
    margin-left: 45px;
}

#background #logo a
{
    display: block;
    width: 100%;
    height: 100%;
}

#background #gens
{
    width: 299px;
    height: 56px;
    background: url('images/arbre-colline.png') no-repeat;
    position: absolute;
    z-index: 100;
    margin-top: 70px;
    margin-left: 495px;    
}

#background #atcouverts
{
    width: 167px;
    height: 97px;
    background: url('images/atchalet.png') no-repeat;
    position: absolute;
    z-index: 100;
    margin-top: 40px;
    margin-left: 590px;    
}

#background #refletTop
{
    width: 202px;
    height: 271px;
    background: url('images/refletBlc.png') no-repeat;
    position: absolute;
    z-index: 100;
    margin-left: 510px; 
    margin-top: -1px;   
}


#header
{
    padding-top: 140px;
    background: url('images/background_top.png') repeat-y;
}

#header #menu
{
    width: 781px;
    margin: auto;
    background: url('images/fondNoirTop.png') top left no-repeat;
    height: 130px;
}

#header #menu ul
{
    margin-left: 25px;
}

#header #menu li
{
    display: block;
    float: left;
    width: 120px;
    height: 108px;
    text-align: center;
    margin-top: 10px;
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 2px;
    font-family: verdana;
    font-size: 0.8em;
    font-weight: bold;
}

#header #menu li a
{
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
}

#header #menu li a:hover, #header #menu li.selected a, #header #menu li:hover
{
    color: #FBE7A4;
}

#header #menu li.selected, #header #menu li:hover
{
    color: #FBE7A4;
    background: url('images/menu_selected_background.png') bottom no-repeat;
}

#header .userLogin
{
    color: #AAA;
    font-size: 0.7em;
    text-align: right;
    padding: 115px 10px 0px 0px;
    vertical-align: bottom;
}

#header .background_sous_menu
{
    width: 781px;
    margin: auto;
    background: url('images/fondNoirMiddle.png') repeat-y;
}

#header #sous_menu
{
    width: 778px;
    margin: auto;
    height: 22px;
    margin-left: 2px;
    background: #436b8f;
}

#header #sous_menu ul
{
    margin-left: 20px;
}

#header #sous_menu li
{
    float: left;
    margin-right: 25px;
    padding-top: 4px;
    font-size: 0.85em;
    font-weight: bold;
    list-style-type: none;
}

#header #sous_menu li a
{
    color: white;
    text-decoration: none;
}

#header #sous_menu li a:hover
{
    color: #FBE7A4;
    text-decoration: none;
}

#header #sous_menu li.Puce
{
    list-style-image : url(images/carre_vert.png);
}

#header #sous_menu li.recherchePuce
{
    list-style-image : url(images/carre_vert.png);
}

#header #sous_menu li.geolocalisationPuce
{
    list-style-image : url(images/carre_bleu.png);    
}

#header #sous_menu li.restaurantPuce
{
    list-style-image : url(images/carre_dore.png);    
}

#header #sous_menu li.clientPuce
{
    list-style-image : url(images/carre_violet.png);    
}


.background_corps
{
    background: url('images/background_middle.png') repeat-y;    
}

#corps
{
    width: 778px;
    margin: auto;

}

#corps #formulaire
{
    background: #BDDDF4;
    padding-top: 10px;
    padding-bottom: 6px;
}


#corps table
{
    width: 100%;
    margin: 0px;
}


#corps #formulaire table td
{
    width: 33%;
    text-align: right;
    padding-bottom: 10px;
    font-size: 0.80em;
    letter-spacing: 0px;
    font-family: Verdana;
    font-weight: bold;
    color: black;
}

#corps #formulaire .hidden_option table
{
    width: 90%;
    margin: auto;
}

#corps #formulaire .hidden_option table td
{
    text-align: left;
}


#corps #formulaire select
{
    margin-left: 5px;
}

#corps #formulaire .option_avance
{
    margin-left: 55px;
    font-size: 0.7em;
    font-weight: bold;
    color: #3A2220;
}

#corps #formulaire .option_avance a
{
    color: #3A2220;
    text-decoration: none;
    font-size: 1.1em;
}

#background #bottom_menu li a:hover
{
    color: #FBE7A4;
}

#background #corps #contenu
{
    background: white;
    padding: 10px;
}

#background #corps #contenu .error
{
    background: #ff525a;
    border: dashed 1px red;
    width: 99%;
    margin: auto;
    text-align: center;
    margin: 5px 0px 10px 0px;
    padding: 5px;
}


.message
{
    border: dashed 1px green;
    width: 99%;
    margin: auto;
    text-align: center;
    margin: 5px 0px 10px 0px;
    padding: 5px;
}



#message_dashboard
{
    background: #FFDE7B;
    overflow: hidden;
    font-size: 1em;
    text-align: center;
}

.red {
    color: red;
}

#message_dashboard p
{
    margin: 5px;
}


.rechercheBody .message
{
    background: url('images/loupeForm.png') top right no-repeat #CBFBA7;  

}

.geolocalisationBody .message
{
    background: url('images/boussoleForm.png') top right no-repeat #90D1FF;

}

.clientBody .message
{
    background: url('images/clientForm.png') top right no-repeat #CB81AF; 

}

.restaurantBody .message
{
    background: url('images/toqueForm.png') top right no-repeat #FED681; 

}

.faqBody .message
{
    background: #CBFBA7;  
    
}

.Body .message
{
    background: #AFF977;
}


#background .background_bottom_menu
{
    background: url('images/background_bottom.png') repeat-y;    
    padding-bottom: 28px;
}

#background #bottom_menu
{
    width: 778px;
    margin: auto;
    height: 30px;
    background: url('images/fondNoirBottom.png') bottom left no-repeat;

}

#background #bottom_menu ul
{
    margin-left: 56px;
}

#background #bottom_menu li
{
    display: block;
    float: left;
    margin-right: 25px;
    padding-top: 4px;
    font-size: 0.85em;
    font-weight: bold;
}

#background #bottom_menu li a
{
    color: white;
    text-decoration: none;
}

#contenu h3 {
    margin-bottom: 15px;
}

#contenu p {
    padding: 5px 0;
}

#footer
{
	height: 30px;
    color: #fff3db;
	margin-left: 2px;
	padding-top: 8px;
    padding-left: 80px;
    font-size: 0.8em;
    font-weight: bold;
	background: url("images/reflet_bottom.png") no-repeat;
}

#footer a
{
    color: #fff3db;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

.hidden_option
{
    padding-top: 10px;
}

.hidden_option table
{
    width: 90%;
    margin: auto;
}

ul.errorlist {
    color: red;
}

div.errors ul.errorlist li {
    width: 150px;
    margin: auto;
}

.fiche_retour
{
    text-align: center;
    margin: 15px 0px 10px 0px;
    border-top: #DDD 1px solid;    
    padding: 10px 0px 0px 0px;
}

.required {
    color:red;
    font-size: 1.4em;
}

.form-row label, .submit-row label
{
    width: 250px !important;
}

table#diapo {
    width: 50%;
    margin: auto;
}

#diapo td, #diapo th
{
    text-align: center;
    padding: 5px;
}

.gravatar {
    padding: 2px; 
    border: grey solid 1px; 
    width: 80px; 
    margin: 0px 0px 5px 25px;
}

.gravatar_small {
    width: 24px;
}

#following_list {
    margin-top: 30px;
}

.formulaireRubrique th {
    width: 36%;
}

fieldset {
    padding: 1em;
    margin: 1em;
}

fieldset legend {
    padding: 5px;
    border: 1px dotted red;
}

.box_grise
{
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: solid 0px #436B8F;
    padding: 8px 6px 8px 6px;
    background: #DEDEDE; /* 436B8F  A8DBFF*/
    color: black;
    
    behavior: url(ie-css3.htc);
}

.box_bleu
{
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: solid 0px #436B8F;
    padding: 8px 6px 8px 6px;
    background: #436B8F; /* 436B8F  A8DBFF*/
    color: white;
    margin-bottom: 10px;
    
    behavior: url(ie-css3.htc);
}

.box_bleu a
{
    color: white;
}

.bouton_gris_mini
{
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    background: #DDD; /* 436B8F  A8DBFF*/
    color: white;
    font-size: 0.8em;
    padding: 1px 8px 0px 8px;
    margin: 1px 4px 1px 4px;
    cursor: pointer;
    
    behavior: url(ie-css3.htc);
}


.bouton_blue
{
    width: 80px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: solid 0px #436B8F;
    padding: 0px 4px 0px 4px;
    background: #436B8F; /* 436B8F  A8DBFF*/
    color: white;
    font-size: 0.8em;
    text-align: center;
    margin: 2px 3px 2px 3px;
    
    behavior: url(ie-css3.htc);
}

.bouton_blue:hover
{
    background: #547C9F;
}

.bouton_blue a { display: block; width: 100%; height: 100%; color: white; text-decoration: none;}

input {
    padding: 2px 4px 2px 4px;
}

.error input, .error select, .error textarea {
    background-color: #FFDE7B;
}

.commentaire
{
    font-size: 0.8em;
    color: #888;
    margin: 0px;
    padding: 0px;
}

/*-=-=-=-=-=-=-=-=
     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;
}


/*-=-=-=-=-=-=-=-=
     TAMPONS
-=-=-=-=-=-=-=-=*/


.tampon_construction
{
    position: absolute;
    height: 70px;
    margin-top: -10px;
}

.tampon_complet
{
    position: absolute;
    height: 50px;
    margin-top: 20px;
    margin-left: -20px;
}

.tampon_complet_detail
{
    position: absolute;
    height: 80px;
    margin-top: 10px;
    margin-left: 220px;   
}
