html, body {
	/*height: 100%;*/
	margin: 0; /* pour éviter les marges */
	padding: 0;
	}
#global {
	position:relative;
	margin : 0;
	margin-left :auto;
	margin-right :auto;
	width : 950px;
	height :701px;
	}
#header {
	float: left;
	width: 950px;
	height: 84px;
	margin:0;
	padding:0;
}
#navigation {
	float: left;
	width: 950px; 
	height: 27px;
	background-color:#6A6A6A;
}
#navigation #accueil {
	float: left;
	width: 238px; 
	height: 27px;
	text-align:left; 
}
#navigation #accueil p {
	font-family: helvetica, arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #ffffff; 
	padding-top: 6px;
	margin: 0; 
}
#navigation #accueil a {
	text-decoration: none;
	font-weight:normal;
	color: #ffffff; 
	padding-left: 20px;
	padding-top: 6px;
	margin: 0; 
}
#navigation #accueil a:hover {
	text-decoration: none;
		font-weight:bold;
}

#center {
	float: left;
	width: 950px; 
	height: 590px;
}
#menuGauche {
	float: left;
	width: 200px; 
	height: 590px;
}
#contenu {
	float: left;
	width: 712px; 
	height: 590px;
}
#contenu h1{
	font-family: helvetica, arial, sans-serif;
	font-size:14px;
	color:#6A6A6A;
	font-weight:bold;
	padding-bottom:7px;
	text-align:left;
}	
.clear  { 
	float: left;
	width: 38px; 
	height: 590px;
}
#menuGauche .boxHoraires {
	float: left;
	width: 200px; 
	height: 130px;
	text-align:center;
}
.boxHoraires h1 {
	color:#CA0043;
	font-family: helvetica, arial, sans-serif;
	font-size:13px;
	font-weight: bold;
	padding-top:10px;
}
.boxHoraires p {
	color:#6A6A6A;
	font-family: helvetica, arial, sans-serif;
	font-size:11px;
	font-weight: normal;
	padding-top:5px;
}
#menuGauche .boxContact {
	float: left;
	width: 200px; 
	height: 100px;
	text-align:center;
	background: #ffffff url(../images/fd-contact.gif) no-repeat left top;
}
#menuGauche .boxContact input {
	height: 15px;
	background-color:#CECECE;
	font-family: helvetica, arial, sans-serif;
	font-size:11px;
	color:#ffffff;
	border:0;
	margin-bottom:3px;
}
#menuGauche .boxContact form {
	padding-top: 25px;
}
#menuGauche .boxAdherent {
	float: left;
	width: 200px; 
	height: 122px;
	text-align:left;
	background: #ffffff url(../images/fd-adherent.gif) left top repeat;
}
#menuGauche .boxAdherent p {
	color:#6A6A6A;
	font-family: helvetica, arial, sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height: 16px;
	padding-top:36px;
	padding-left:40px;
}
#menuGauche .boxAdherent a {
	font-family: helvetica, arial, sans-serif;
	color:#6A6A6A;
	font-size:12px;
	text-decoration: none;
}
#menuGauche .boxAdherent a:hover {
	font-family: helvetica, arial, sans-serif;
	color:#6A6A6A;
	font-size:12px;
	text-decoration: underline;
}
#menuGauche .boxPaiement {
	float: left;
	width: 200px; 
	height: 63px;
}
#menuGauche .boxPartenaires {
	float: left;
	width: 200px; 
	height: 150px;
	text-align:center;
	background: #ffffff url(../images/tit-partenaires.gif) no-repeat left top;
}
#menuGauche #flashcontent {
    position:relative;
    width: 180px;
    height: 110px;
	margin: 0;
	padding-top: 40px;
	padding-left: 10px;
	}
#txtContenu {
	float: left;
	width: 700px;
	height: 520px;
	text-align:left;
	overflow: auto;
}
#txtContenu .txt11 {
	font-family: helvetica, arial, sans-serif;
	font-size:12px;
	color:#6A6A6A;
}
#txtContenu h1 {
	font-family: helvetica, arial, sans-serif;
	font-size:14px;
	color:#A8D8C0;
	font-weight:bold;
	padding-bottom:15px;
}
#txtContenu p {
	font-family: helvetica, arial, sans-serif;
	font-size:12px;
	color:#6A6A6A;
}
#txtContenu li {
	font-size:11px;
	margin-left:30px;
	list-style-image:url(../images/puce-adherer.gif);
	font-family: helvetica, arial, sans-serif;
	font-size:12px;
	color:#6A6A6A;
	}
#txtContenu a {
	font-family: helvetica, arial, sans-serif;
	color:#6A6A6A;
	font-size:12px;
	text-decoration: underline;
}
#txtContenu a:hover {
	font-family: helvetica, arial, sans-serif;
	color:#6A6A6A;
	font-size:12px;
	text-decoration: none;
}
