body
{
    background: white url('images/fond.png') repeat-x;
}

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

a img
{
    
    border: none;
}

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

input[type=button], input[type=submit]
{
    cursor: pointer;
}

#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: 385px;
    height: 113px;
    background: url('images/titre.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: 275px;
    height: 54px;
    background: url('images/gens.png') no-repeat;
    position: absolute;
    z-index: 100;
    margin-top: 70px;
    margin-left: 520px;    
}

#background #atcouverts
{
    width: 110px;
    height: 79px;
    background: url('images/atcouverts.png') no-repeat;
    position: absolute;
    z-index: 100;
    margin-top: 50px;
    margin-left: 610px;    
}

#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: #70001E;
}

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

#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: #862B39;
    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: #FBE7A4;
}


#corps #formulaire select
{
    width: 50%;
    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 .error
{
    border: dashed 1px red;
    width: 99%;
    margin: auto;
    text-align: center;
    margin: 5px 0px 10px 0px;

}

#background #corps .error h3
{
    background: #f1646A;
    color: #862B39;
    padding: 5px;
    margin: 0px; 
    
}

#background #corps .error p
{
    padding: 5px;
    background: #FFA0A3;
    color: #862B39;
}

.mess_accueil
{
    background: white;
    padding: 5px 10px 5px 10px;
}

.mess_accueil .box
{
    border: green dashed 1px;
    margin-top: 4px;
}

.mess_accueil .box .header
{
    width: 746px;
    background: #A7EE72;
    color: #486731;
    padding: 5px;
}

.mess_accueil .box .header .titre
{
    float: left;
    font-weight: bold;
    font-size: 1.3em;
    margin-left: 10px;
}

.mess_accueil .box .header .action
{
    float: right;
    font-weight: bold;
    font-size: 1.0em;
    margin-top: 2px;
}

.mess_accueil .box .header .action a
{
    display: block;
    width: 100%;
    height: 100%;
    color: #659045;
    text-decoration: none;
}

.mess_accueil .box .message_box
{
    background: #CBFBA7;
    width: 736px;
    padding: 5px 10px 5px 10px;
    color: #486731;
    font-size: 0.9em;
}

.message_box ul {
    margin: 10px 0 0 50px !important;
}

.message_box ul li {
    margin-top: 8px;
}

.message
{
    border: dashed 1px green;
    width: 99%;
    margin: auto;
    text-align: center;
    margin: 5px 0px 10px 0px;
    padding: 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: #322829;
	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: #322829;
    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;
}

.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;
}

.ss_selected
{
    color: #FBE7A4 !important;
}

table.rib th, table.rib td {
    text-align: center;
    padding: 0;
    margin: 0;
}


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

select optgroup option {
    margin-left: 20px;
}
