@charset "utf-8";
/* CSS Document */

body{
	background-color:#e10019;
	background-image:url(../images/fond.jpg);
	border:0px;
	background-repeat:no-repeat;
	background-position:top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	}
	
img{
	border:none;
	}

#conteneur{
	width: 900px;
	height: 700px;
	margin-left: -450px;
	left: 50%;
	position:absolute;
	background-image:url(../images/fond_ombre.png);
	background-repeat:no-repeat;
	}

#conteneur_intro{
	width: 700px;
	height: 700px;
	margin-left: -350px;
	left: 50%;
	position:absolute;
	}
	
#intro{
	width:900px;
	margin-left:-450px;
	left: 50%;
	margin-top:100px;
	}

#menu{
	width: 900px;
	height: 50px;
	margin-top: 150px;
	}

#contenu{
	width:900px;
	height:1040px;
	}
	
#contenu_presentation{
	width:900px;
	}
	
#texte{
	width:900px;
	height:500px;
	text-align:center;
	padding-top:10px;
	}
	
#texte_contact{
	width:900px;
	text-align:center;
	padding-top:10px;
	}
	
#texte_adhesion{
	width:900px;
	text-align:center;
	padding-top:10px;
	}
	
#texte_galerie{
	width:900px;
	text-align:center;
	padding-top:10px;
	}
	
#texte_boutique{
	width:900px;
	text-align:center;
	padding-top:10px;
	}
	
#actu{
	width:160px;
	height:1000px;
	margin-top:20px;
	padding-top:40px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../images/actu.png);
	text-align:center;
	background-repeat:no-repeat;
	float:left;
	}
	
	
#carnet{
	float:left;
	width:160px;
	height:1000px;
	margin-top:20px;
	margin-left:0 auto;
	padding-top:40px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(../images/carnet.png);
	text-align:center;
	background-repeat:no-repeat;
	}
	
#texte_accueil{
	float:left;
	width:499px;
	height:1000px;
	text-align:center;
	margin-left:0 auto;
	margin-top:20px;
	}
	
#bas{
	width:900px;
	height:45px;
	padding-left:50px;
	padding-right:50px;
	padding-top:5px;
	text-align:justify;
	background-image:url(../images/bas.png);
	background-repeat:no-repeat;
	}
	
.actu{
	text-align:justify;
	}
	
.bas{
	font-size:9px;	
	}

#menu_presentation{
	width:160px;
	height:400px;
	margin-top:20px;
	padding-top:40px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	background-repeat:no-repeat;
	float:left;
	}
	
#texte_presentation{
	width:700px;
	text-align:center;
	margin-left:200px;
	margin-top:20px;
	float:none;
	}
	