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

}
table{
    font-size:12px;
}
img{
    border:0px;
}
a {
    color:#569E1D;
    text-decoration:none;
    font-weight:bolder;
}
a:hover{
    color:#333399;
    text-decoration:underline;
}
.mainTable{
    border:1px solid #333333;
    width:810px;
}
.menu{
    background-image: url(../image/02.jpg);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    width:150px;
    font-size:12px;
}
.menu2{
    padding: 20px 3px 0px 0px;
    width:135px;
}
.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: 8px;
    width:100%;
}
.foot{
    background-color:#569E1D;
    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:93%;
    background-image: url(../image/rond.gif);
    background-repeat: no-repeat;
    border-bottom:1px solid #569E1D;
    padding-left:45px;
    margin-top:8px;
    margin-left:5px;
    margin-bottom:10px;
}
.titre2{
    font-size:16px;
    font-weight:bolder;
    padding-top:5px;
}
.content{
    padding-left: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;
}

/*
Sejour
*/
.titreSejour{
	font-size:16px ;
	font-weight:bolder;	
	margin:10px;
}
.imgSejour{
	background-color:#FFFFFF;
	border:1px solid #336633;
	float:left;
	margin:10px;
	padding:5px;
}
.descSejour{
	margin:10px;
	float:left;
}
.sousTitreSejour{
	font-size:12px;
	font-weight:bolder;
	color:#569E1D;
}
fieldset{
	margin:8px;
	padding:8px;
}
fieldset li{
	margin:0px;
	padding:0px;
}
legend{
	padding-left:8px;
	padding-right:8px;
}
.imgDay{
	float:left;
	margin:8px;
}
.descDay{
	margin:5px;
}

/*
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 #569E1D;
    border-left: 1px solid #569E1D;
    border-bottom: 1px solid #A2D379;
    border-right: 1px solid #A2D379;
    background-color: #D9FED9;
}
.field textarea{
    width:90%;
    height:140px;
    border-top: 1px solid #569E1D;
    border-left: 1px solid #569E1D;
    border-bottom: 1px solid #A2D379;
    border-right: 1px solid #A2D379;
    background-color: #D9FED9;
}
.field2{
    text-align:left;
}
.submit{
    text-align:center;
}

