
/**** STRUCTURE GENERALE ****/

#logo
{
    float : left;
    width : 200px;
    height : 185px;
    background : url("../images/design/logo.png") 0 50% no-repeat;
}
#presentation
{
    float : left;
    width : 470px;
}

#inscription
{
    float : left;
    width : 270px;
    background : url("../images/cuillere.png") 0% 10% no-repeat;
    margin-top : 10px;
}





#zone_header2 /** connecté **/
{
    margin : auto;
    height : 48px;
    width : 1035px;
    background : url("../images/design/header2.png") no-repeat;
}


ul#menu1
{
    font-size : 1.1em;
    list-style-type : none;
    padding : 0;
    margin : 0;
    margin-top : 15px;
    color : #e0cb9f;
    text-align : center;
    width :100%;
}

ul#menu1 li 
{
    display : inline;
    padding : 2px;
}

ul#menu1 li a
{
    color : #e0cb9f;
}

ul#menu1 li a:hover
{
    border-bottom : 3px solid #b1ba08;
}

#menu-vertical
{
    height : 100%;
    width : 50px;
    text-align : center;
}

#menu-vertical ul
{
    list-style-type : none;
    padding : 0;
    margin : 0;
/*    background-color : #a7491d;*/
}

#menu-vertical ul li
{
    margin-top : 10px;
    background-color : #a7491d;
    height : 50px;
}








.moitie
{
    width : 450px;
    margin : 5px;
    padding : 5px;
}

.fond-clair
{
    background-color : #FBF7EE;
}

.moitie h2
{
    background-color : #a7491d;
    color : #fff;
    padding : 2px;
    min-width : 150px;
    text-align : center; 
    margin : auto;
}

.tiers
{
    width : 300px;
}

.deuxtiers
{
    width : 630px;
}

.cinquieme2
{
    width : 175px;
}

.sixieme
{
    width : 150px;
}










/** LIENS ***/
.bouton_vert a
{
    text-decoration : none;
    color : #fff;
}







/*** FORMULAIRES ****/

.submit_ok, input[type=submit].submit_ok
{
    height : 55px;
    width : 55px;
    background : url("../images/submit_ok.png") no-repeat;
    border : 0;
    cursor : pointer;
}

.bouton, input[type=submit].bouton
{
    padding : 10px;
    min-width : 200px;
}

.submit_ok2, input[type=submit].submit_ok2
{
    height : 30px;
    width : 30px;
    background : url("../images/submit_ok2.png") no-repeat;
    border : 0;
}