/* CSS pour la page d'accueil */
#entete {
    font-style:italic;
}
#entete img {
    vertical-align:middle;
	border:none;
}
#centre {
    background-image: url(../Images/PhotoCamp.jpg);
	background-repeat:no-repeat; background-position:center;
	padding:0px;
	margin-top:10px; 
	border:1px solid #999999;
	text-align:center;  
}
#titre1 {
    color:#004080; 
	font-size:26px; font-weight: bold; 
	line-height:50px; 
	padding-top:60px; padding-bottom:0px;
}
#titre2 {
    color:#004080; 
	font-size:22px; font-weight: bold; 
	line-height:50px; 
	padding-top:0px; padding-bottom:70px;
}
#bas {
    margin-top:20px; margin-bottom:20px;
	font-size:10px;
}
