@charset "utf-8";
/* CSS Document */

body,td,th {
    color: #000000;
    font-family: Tahoma;
    font-size: 11px;
}
body {
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}


a:link {
    color: #1a82ba;

}
a:visited {
    text-decoration: none;
    color: #1a82ba;
}
a:hover {
    text-decoration: underline;
    color: #f08200;
    
}
a:active {
    text-decoration: none;
    color: #1a82ba;
}

p{
    margin:0px;
    padding:0px;
}
h1{
    padding:0px;
    margin:0px;
    color:#1a82ba;
    margin-bottom:10px;
    font-size: 28px;
}

.titre_menu{
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 28px;
    font-stretch: narrower;
}
.titre_menu a:link{ color:#FFFFFF;text-decoration: none;}
.titre_menu a:visited{ color:#FFFFFF;text-decoration: none;}
.titre_menu a:hover{ color:#FFFFFF;text-decoration: none;}
.titre_menu a:active{ color:#FFFFFF;text-decoration: none;}

.titre{
    color: #1a82ba;
    font-family: Tahoma;
    font-size: 24px;
    font-weight: bold;
    font-stretch: narrower;
}

.sous_titre{
    color: #1a82ba;
    font-family: Tahoma;
    font-size: 22px;
    font-stretch: narrower;
}

.sous_titre_page{
    color: #1a82ba;
    font-family: Tahoma;
    font-size: 18px;
    font-stretch: narrower;
}

h2{
    padding:0px;
    margin:0px;
    color:#1a82ba;
    font-size:14px;
    margin-bottom:10px;
}

#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:951px;
    height:598px;
    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;
}

.copyright{
    position:relative;
    top:150px;
    color:#FFFFFF;
}

.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:10px;
    border:1px solid #9fa3a8;
    padding:2px;
    color:#9fa3a8;
}
.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;
}