@charset "utf-8";
/* CSS Document */
body {
	background-image:url(Images/bg.gif); 
	background-position:top; 
	background-repeat:repeat-x;
	background-color:#FEFFFF;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	scrollbar-face-color:#475F9B;
  	scrollbar-arrow-color:#A4B0D0;
  	scrollbar-track-color:#A4B0D0;
  	scrollbar-shadow-color:#A4B0D0;
  	scrollbar-highlight-color:'#000';
  	scrollbar-3dlight-color:'#051D49';
  	scrollbar-darkshadow-Color:'white';
}
a {
	font-weight:bold;
	color:#131217;
	text-decoration:underline;
}
a:hover {
	font-weight:bold;
	color:#131217;
	text-decoration:underline;
}

img {
	border:none;
}
h1 {
	font-size:22px;
	font-style:italic;
}
h2 {
	font-size:18px;
}
#main {
	width:703px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
#conteneur {
	width:678px;
	height:100%;
	background-color:#FFF;
	/*margin-left:10px;
	margin-right:15px;
	padding-left:2px;
	padding-top:4px;
	overflow:auto;*/
	margin-left:auto;
	margin-right:auto;
}
#header {
	background-image:url(Images/bg_header.png);
	background-repeat:no-repeat;
	background-position:top;
	width:678px;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
}
#footer {
	background-image:url(Images/footer.png);
	background-repeat:no-repeat;
	width:702px;
	height:31px;
	padding-left:1px;
}
#pic1 {
	/*background-image:url(Images/photo3.jpg);*/
	background-repeat:no-repeat;
	background-position:2px 5px;
	width:678px;
	height:272px;
}

#pic {
	/*background-image:url(Images/photo3.jpg);*/
	background-repeat:no-repeat;
	background-position:2px 5px;
	width:678px;
	height:273px;
}
#logoHeader {
	background-image:url(Images/logo_bg2a.png); 
	background-repeat:no-repeat; 
	background-position:2px 5px; 
	width:679px; 
	height:34px; 
	padding-top:247px; 
	text-align:right;
}
#contenu1 {
	width:678px;
}
#contenu {
	width:662px;
	padding-left:11px;
	padding-right:5px;
	height:100%;
}
#contenuLeft {
	width:489px;
	float:left;
}
#contenuLeft_Left {
	width:332px;
	float:left;
	overflow:auto;
}
#contenuLeft_Right {
	width:155px;
	float:right;
}
#contenuCentre {
	width:2px;
	height:237px;
	background-color:#F1F1F1;
	float:left;
}
#contenuRight {
	width:172px;
	float:left;
	padding-top:2px;
	padding-left:5px;
}
#galerie_photo {
	background-image:url(Images/galerie_photo.png);
	background-repeat:no-repeat;
	width::151px;
	height:110px;
	padding-top:75px;
	padding-left:21px;
}
#clapotis {
	background-image:url(Images/clapotis.png);
	background-repeat:no-repeat;
	width:147px;
	/*height:142px;*/
	height:87px;
	padding-left:10px;
	padding-right:10px;
	padding-top:55px;
	font-size:8pt;
}
#activites {
	background-image:url(Images/liens.png);
	background-repeat:no-repeat;
	width:173px;
	height:157px;
	padding-top:60px;
	text-align:center;
}
#membre_ca {
	background-image:url(Images/membre_ca_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:132px;
	height:172px;
	padding:16px;
	float:left;
	text-align:center;
}
#nom_membre_ca {
	width:132px;
	height:72px;
	padding:16px;
	padding-top:1px;
	float:left;
	text-align:center;
	font-weight:bold;
	font-style:italic;
}

#partenaires {
	background-image:url(Images/qualite.png);
	background-repeat:no-repeat;
	width:265px;
	height:157px;
	float:left;
	padding-top:60px;
	text-align:center;
}
#saviez-vous {
	background-image:url(Images/info.png);
	background-repeat:no-repeat;
	width:201px;
	height:157px;
	float:left;
	padding-top:60px;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
}

#vide {
	height:5px;
	clear:both;
}
.alignLeft {text-align:left; }
.alignCenter {text-align:center; }
.alignRight { text-align:right; }
.alignJustify { text-align:justify; }
.textBold { font-weight:bold;}
.textItalic {font-style:italic; }
.btn { cursor:pointer; }
