body,td,th {
    color: #666666;
    font-family: Arial, Tahoma;
    font-size: 12px;
}
body {
  background-image: url(../images/fond-site.gif);
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0px;
  background-color: #916D55;
}

a {
    color: #31536E;
}

ul { list-style:none; padding:0; margin:0;}
li { }

p{
    margin:0px;
    padding:0px;
}
h1{
    padding:0px;
    margin:0px;
    color:#5C4C41;
    font-family: Arial;
    font-size: 14px;
}

h2{
    padding:0px;
    margin:0px;
    color:#999999;
    font-size:12px;
    margin-bottom:10px;
}

h3{
    padding:0px;
    margin:0px;
    color:#666666;
    font-size:12px;
    margin-bottom:0px;
}

.titre_menu_haut{
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}
.titre_menu_haut a { color: #FFFFFF; text-decoration: none;}
.titre_menu_haut a: link{ color: #FFFFFF; text-decoration: none;}
.titre_menu_haut a: visited{ color: #FFFFFF; text-decoration: none;}
.titre_menu_haut a: hover{ color: #FFFFFF; text-decoration: none;}
.titre_menu_haut a: active{ color: #FFFFFF; text-decoration: none;}

.titre_sous_menu_haut{
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 15px;
    font-weight: bold;
}
.titre_sous_menu_haut a { color: #FFFFFF; text-decoration: none;}
.titre_sous_menu_haut a: link{ color: #FFFFFF; text-decoration: none;}
.titre_sous_menu_haut a: visited{ color: #FFFFFF; text-decoration: none;}
.titre_sous_menu_haut a: hover{ color: #FFFFFF; text-decoration: none;}
.titre_sous_menu_haut a: active{ color: #FFFFFF; text-decoration: none;}

.titre_cadre{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}
.titre_cadre a { color: #FFFFFF; text-decoration: none;}
.titre_cadre a: link{ color: #FFFFFF; text-decoration: none;}
.titre_cadre a: visited{ color: #FFFFFF; text-decoration: none;}
.titre_cadre a: hover{ color: #555555; text-decoration: none;}
.titre_cadre a: active{ color: #FFFFFF; text-decoration: none;}

.texte_cadre{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 14px;
}

.copyright{
    color: #999999;
    font-family: Arial;
    font-size: 12px;
}

.menu_footer{
    color: #31536E;
    font-family: Arial;
    font-size: 12px;
}
.menu_footer a { color: #999999; text-decoration: none;}
.menu_footer a: link{ color: #999999; text-decoration: none;}
.menu_footer a: visited{ color: #999999; text-decoration: none;}
.menu_footer a: hover{ color: #F7AC14; text-decoration: none;}
.menu_footer a: active{ color: #999999; text-decoration: none;}

.titre{
    color: #0D63AE;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    font-stretch: narrower;
}

.sous_titre{
    color: #555555;
    font-family: Arial;
    font-size: 22px;
    font-stretch: narrower;
}

.sous_titre_page{
    color: #555555;
    font-family: Arial;
    font-size: 18px;
    font-stretch: narrower;
}

#flash_box{
    position:absolute;
    z-index:10;
    /*border:2px solid #FF0000;*/
}

#flash_box_2{
    position:relative;
    top:-400px;
    left:-320px;
    width:320px;
    /*border:2px solid #FF0000;*/
}

#flash_box_3{
    position:relative;
    top:-550px;
    left:0px;
    margin-bottom: -500px;
    }

#bg{
    z-index:1;
}

#container{
    position:relative;
    clear:both;
    width:950px;
    height:500px;
    border:3px solid #FF0000;
}

#fix_it{
    width:100%;
    top:0px;
    left:0px;
    position:absolute;
    
}

.flag{ margin:1px;}
.flag_on{ border:1px solid #FFFFFF;}

.text{
    text-align:justify;
    z-index:90;
}

.middle{
    background-image:url(../media/layout/bg_content.png);
    background-repeat:no-repeat;
}

.hide{
    display:none;
}

#TB_ajaxContent{
    background-image:url(../media/layout/bg_content.gif);
}

.small_text{
    font-size:9px;
}

.input_small{
    width:60px;
}
input{
    font-size:11px;
    font-weight: bold;
    border:1px solid #9fa3a8;
    padding:2px;
    color:#000000;
}
.border_bottom{
    border-bottom:1px  dotted #EEEEEE;
}

.g_img {
      filter:alpha(opacity=70);
      -moz-opacity: 0.7;
      opacity: 0.7;
}
.g_img:hover {
      filter:alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1;
}

.cadre {
  padding: 3px;
  background: #FFFFFF;
  border: solid 1px #CCCCCC;
}

