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

body,td,th {
    color: #333333;
    font-family: Tahoma;
    font-size: 12px;
}
body {
    background-color: #01A8C8;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

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

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

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

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

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

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

.sous_titre_footer{
    color: #218928;
    font-family: Tahoma;
    font-size: 16px;
    font-stretch: narrower;
}

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

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

.flag{ margin:1px;}
.flag_on{ border:1px solid #FFFFFF;}

.text{
    text-align:justify;
    z-index:90;
}

.copyright{
    position:relative;
    top:10px;
    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:12px;
    border:1px solid #9fa3a8;
    color:#000000;
}

