/* Design de Base pour CJardinPratique*/

body
{
    background: url("images/herbe.png") bottom fixed repeat-x #C0E0F5;
}

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

#body
{
    color: #333;
    font-family: verdana, sans-serif;
    font-size: 0.7em;
}

a img
{
    border: none;
}

h1 { margin-bottom: 8px; color: black;}
h2 { margin-bottom: 8px; color: black;}
h3 { margin-bottom: 8px; color: black;}
h4 { margin-bottom: 8px; color: black;}
h5 { margin-bottom: 8px; color: black;}
h6 { margin-bottom: 8px; color: black;}

ul, ol
{
    margin: 4px 0px 8px 20px;
    
}

li
{
    margin: 2px 0px 4px 0px;
}

p
{
    margin: 2px 0px 6px 0px;
}

#content
{
    width: 950px;
    margin: auto;
    margin-top: -400px;
}

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

#header
{    
    background: url("images/ciel.png") repeat-x #B1D8F1;
    width: 100%;
    height: 420px;
}

#footer
{
    width: 950px;
    margin: auto;
    font-size: 0.5em;
    margin-bottom: 5px;
}

#footer p
{
    padding: 0px 0px 4px 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:1em;
    font-weight: bold;
    color: white;
}

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

#list_colonne_top
{
    width: 100%;
    clear: both;
    height: 20px;
    background: url("images/list_formulaire_top.png") no-repeat;
}

#list_colonne_bottom
{
    width: 100%;
    clear: both;
    height: 37px;
    margin-bottom: 5px;
    background: url("images/list_formulaire_bottom.png") no-repeat;
}

#list_colonne
{
    margin: 10px 0px 35px 0px;
    width: 100%;
    margin: auto;
    background: url("images/list_formulaire.png") repeat-y;
}

#list_colonne_big
{
    margin: 10px 0px 35px 0px;
    width: 100%;
    margin: auto;
    background: url("images/list_formulaire_big.png") repeat-y;
}


#colonne1
{
    width: 318px;
    float: left;
}

#colonne1 .logo
{
    width: 100%;
    padding-top: 10px;
    height: 140px;
    text-align: center;
}

#colonne1 .image
{
    width: 316px;
    height: 285px;
    margin-left: 2px;
    background: url("images/fleur_3_couleur.png") no-repeat;
}

#colonne1 .coordonnees
{
    
}

#colonne2
{
    width: 316px;
    float: right;
}

#colonne2 .image
{
    width: 100%;
    height: 170px;
    background: url("images/fleur_rose.png") no-repeat; 
    margin-top: -18px; 
}
#colonne3
{
    width: 316px;
    float: right;
}

#colonne3 .vide
{
    width: 280px;
    height: 157px;
    padding: 0px 0px 5px 10px;
    margin: 0px 0px 0px 0px;

}

#colonne3 .image
{
    width: 308px;
    height: 170px;
    background: url("images/fleur_orange.png") no-repeat;    
}

#double_colonne
{
    width: 632px;
    float: right;
}

#colonne1_content
{
    padding: 10px 5px 10px 15px;
}

#colonne2_content
{
    padding: 15px 10px 5px 10px;
}

#colonne3_content
{
    padding: 15px 10px 5px 5px;
}

#double_colonne_content
{
    padding: 15px 10px 5px 15px;
}

#double_colonne_content hr {
    margin: 20px 0;
}

#double_colonne_content li a.selected {
    font-weight: bold;
}

#double_colonne .image
{
    width: 623px;
    height: 170px;
}


#menu
{
    width: 940px;
    margin: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    border: #999 solid 0px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
}

#menu li
{
    float: left;
    padding: 2px 20px 4px 20px;
    list-style-type: None;
    text-align: center;
}

#menu li a
{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: black;
}
/*-=-=-=-=-=-=-=-=
     MAPS
-=-=-=-=-=-=-=-=*/

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

.map {
    width: 550px;
    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;
}



