/*
Fichier style FAL 2006
*/
body{
    margin:0px;
    padding:0px;
    font-size:12px;
    font-family:verdana,serif;
    background-image:url(../image/bg.jpg) ;
    background-repeat:repeat-x;
    background-color:#FFFF99;

}
table{
    font-size:12px;
}
img{
    border:0px;
}
a {
    color:#FF9933;
    text-decoration:none;
    font-weight:bolder;
}
a:hover{
    color:#333399;
    text-decoration:underline;
}
.mainTable{
    border:1px solid #333333;
}
.menu{
    background-image: url(../image/02.jpg);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    width:148px;
    font-size:12px;
}
.menu2{
    padding: 20px 10px 0px 5px;
}
.menu3{
    padding-bottom:8px;
    text-align: right;
}
.menu3 a{
    color:#000000;
    text-decoration:none;
    font-weight:bolder;
}
.menu3 a:hover{
    text-decoration: underline;
    color:#FF9933;
}
.main{
    background-image: url(../image/03.jpg);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    padding: 10px;
    width:622px;
}
.foot{
    background-color:#FF9933;
    padding:5px;
    font-size:9px;
    text-align:center;
}
.foot a{
    color:#000000;
    text-decoration:none;
}
.foot a:hover{
    text-decoration:underline;
    color:#FFFFFF;
}
/*
Class Specifiques texte 
*/
.titre{
    font-size:14px;
    font-weight:bolder;
    width:98%;
    border-bottom:1px solid #FF9933;
    margin-top:8px;
    margin-left:5px;
    margin-bottom:10px;
}
.titre2{
    font-size:16px;
    font-weight:bolder;
    padding-top:5px;
}
.content{
    padding:5px;
    font-size:12px;
}
.news{
    width:96%;
    margin-bottom:10px;
    padding-bottom:5px;
    border-bottom:1px dashed #CCCCCC;
}
.news2{
    width:96%;
    margin-bottom:10px;
    padding-bottom:5px;
}
.img_news{
    border:1px solid #333333;
    background-color:#FFFFFF;
    padding:5px;
}

.dateMag{
    font-style:italic ;
    font-size:12px;
}
.titreMag{
    font-size:16px;
    font-weight:bolder;
}
.contentMag{
    font-size:12px;
    margin:5px;
}
.doc{
   width:96%;
    margin-bottom:10px;
    padding-bottom:5px;
    border-bottom:1px dashed #CCCCCC;
}

.comite{
    width:96%;
    margin-bottom:10px;
    padding-bottom:5px;
    border-bottom:1px dashed #CCCCCC;
}
.commu{
    width:96%;
    margin:10px;
}

/*
Formulaire
*/

.form{
    width:90%;      
    font-size:12px;
    text-align:center;
}
.label{
    width:30%;
    text-align:right;
}
.field{
    width:70%;
    text-align:left;
}
.field input{
    width: 90%;
    border-top: 1px solid #FF9900;
    border-left: 1px solid #FF9900;
    border-bottom: 1px solid #FFCC99;
    border-right: 1px solid #FFCC99;
    background-color: #FFFFCC;
}
.field textarea{
    width:90%;
    height:140px;
    border-top: 1px solid #FF9900;
    border-left: 1px solid #FF9900;
    border-bottom: 1px solid #FFCC99;
    border-right: 1px solid #FFCC99;
    background-color: #FFFFCC;
}
.field2{
    text-align:left;
}
.submit{
    text-align:center;
}

