* {margin:0px;padding:0px;font-family:Trebuchet MS;}
body {background-color:white;}

ul {padding-left:30px;padding-top:5px;}

#header {
        margin-left:auto;
        margin-right:auto;
        width:900px;
        height:160px;
        background-image:url(ban.jpg);
}

#main {
        margin-left:auto;
        margin-right:auto;
        width:900px;
        min-height:400px;
}

#footer {margin-left:auto;margin-right:auto;border:1 px #888;width:900px;height:5px;font-size:10px;color:#AAA;text-align:center;}

#fr {color:#555;margin-top:3px;padding-left:25px;background-image:url(flag-fr.jpg);background-repeat:no-repeat;}
#en {color:#888;padding-left:25px;background-image:url(flag-en.jpg);background-repeat:no-repeat;}

#content {margin-left:0px;margin-right:200px;background-color:white;width:700px;font-size:14px;border:1px solid #CCC;border-top:none;min-height:400px;padding:8px;-moz-border-radius:5px;}

#content .minilink {font-size:9px;color:orange;}
#content h2 {color:gray;border-bottom:1px solid #CCC;padding-left:10px;margin-bottom:10px;}

#menu {
  padding-left:2px;
  padding-bottom:50px;
        float:right;
        width:180px;
        min-height:200px;
        border-right:1px solid #DDD;
        border-bottom:1px solid #DDD;
        -moz-border-radius:5px;
}

#menu{padding-left:0px;letter-spacing:.4px;}
#menu h2 {font-size:22px;color:#CCC;padding-bottom:5px;padding-top:3px;margin-bottom:15px;border-bottom:solid 1px #DEDEDE;}
#menu a {text-decoration:none;color:#666;border-left:solid 20px white;}


#menu a:hover {
  color:white;
  background:#CCC;
  border-left:solid 20px #DDD;
  -moz-border-radius-topright:1px;
  -moz-border-radius-bottomright:1px;
}

a {color:orange;}

#formulaire_contact {}

#formulaire_contact label {display:inline;width:200px;}
#formulaire_contact input {width:200px;border:solid 1px #CCC;background-color:#DDD;}
#formulaire_contact input:focus {background-color:#DFDFDF;color:blue;}
#formulaire_contact input:hover {background-color:orange;}

#formulaire_contact textarea {width:640px;height:240px;border:solid 1px #CCC;background-color:#DDD;}

#formulaire_contact .loginsec {display:none;}