 html, body
{
    margin              : 0px;
    padding             : 0px;
    border-width        : 0px;
    font-family         : Arial;
    color               : #0e72b5;
    background-color    : #eaeef7;
}

body
{
    font-size           : smaller;
}

#div_principal
{
   width                : 900px;
   margin               : 0px auto 0px auto;
}
#div_header
{
   background-image    : url('/images/design/header.jpg');
   background-repeat   : no-repeat;
   width               : 100%;
   height              : 175px;
   position            : relative;
}
#div_sous_header
{
   background-image    : url('/images/design/img.jpg');
   background-repeat   : no-repeat;
   width               : 100%;
   height              : 165px;
}

.clear
{
   clear               : both;
}

#div_content
{
   background          : url('/images/design/degrade1px.jpg') repeat-x #d0daec;
   width               : 100%;
   min-height          : 310px;
   overflow            : auto;
   position            : relative;
}
#div_menu
{
    float              : left;
    width              : 290px;
    height             : 310px;  
    position           : relative;
    background         : url('/images/design/content.jpg') no-repeat;
}

#div_menus
{
    text-align         : right;
    width              : 245px;
    margin-top         : 20px;
}

#div_menus a
{
    text-transform     : uppercase;
    font-size          : 18px;
    font-family        : Arial;
    color              : #0e72b5;
    text-decoration    : none;
    font-weight        : bold;
    display            : block;
    margin             : 25px 0px 25px 0px;
}
#div_menus a.selected, #div_menus a:hover
{
    color              : #009ee0;
}

#div_mainpart
{
    float              : left;
    width              : 500px;
    margin-top         : 20px;
    margin-left        : 40px;
}
.div_mainpart
{
    padding            : 0px 10px 10px 10px;
    font-size          : 12px;
}
.div_mainpart a
{
    color              : #0e72b5;
    font-weight        : bold;
    text-decoration    : none;
}

.div_mainpart h1
{
    color              : #0e72b5;
    font-weight        : bold;
    font-size          : 24px;
    margin-top         : 0px;
}
.titreblancgros
{
    color              : #0e72b5;
    font-weight        : bold;
    font-size          : 16px;
}
.titreblancpetit
{
    color              : #0e72b5;
    font-weight        : bold;
    font-size          : 14px;
}




#div_footer
{
   background          : url('/images/design/footer1px.jpg') repeat-x;
  /* width               : 100%;*/
   padding-left        : 50px;
   padding-right       : 50px;
   height              : 50px;
   text-align          : left;
   line-height         : 50px;
   color               : white;
   font-size           : 12px;
}
#div_footer div
{

}
#div_footer span
{
   font-weight         : bold;  
}
#div_footer a
{
    color              : white;
    text-decoration    : none;
}
#div_footer a:hover , .div_mainpart a:hover
{
    text-decoration    : underline;
}

.contactform input , .contactform textarea , .contactform button
{
    border : 1px solid #0e72b5;
    color : #0e72b5;
    
}

a.twitter
{
    width              : 35px;
    height             : 30px;  
    position           : absolute;
    bottom             : 20px;
    right              : 240px;
    border             : 0px;
    display            : block;
    text-decoration    : none;
    background         : url('/images/design/twitter.png') no-repeat;
}

.twitter span
{
    display : none;
}