body{
	padding:0px;
	margin:0px;
	background-color:#211308;
	color: #FFFFFF;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
}
a, a:link, a:visited, a:active {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#main {
	width:1000px;
	text-align:center;
	background-image:url(images/fond.jpg);
	background-repeat:no-repeat;
}

#conteneur {
	width:818px;
	text-align:center;
}
#header {
	background-image:url(images/fond_header.jpg);
	background-repeat:no-repeat;
	width:818px;
	height:171px;
	text-align:left;
}
#title {
	font-size:20px;
	background-image:url(images/fond_title.jpg);
	background-repeat:no-repeat;
	width:818px;
	height:54px;
	line-height:54px;
}
#title a, #title a:link, #title a:visited {
	color:#71d4ff;
	text-decoration:none;
}
#title a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#photos {
	width:818px;
	height:166px;
	background-image:url(images/fond_photos.jpg);
	background-repeat:no-repeat;
	visibility: hidden;
}
/* FILM STRIP CONFIGS
/* GALLERY CONTAINER */
.gallery { background: #ddd; border: 1px solid #aaa; padding: 5px;}

/* LOADING BOX */
.loader { background: url(images/loader.gif) center center no-repeat #ddd; }

/* GALLERY PANELS */
.panel {}

/* DEFINE HEIGHT OF PANEL OVERLAY */
/* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
.panel .panel-overlay,
.panel .overlay-background { height: 60px; padding: 0 1em; }

/* PANEL OVERLAY BACKGROUND */
.panel .overlay-background { background: #222; }

/* PANEL OVERLAY CONTENT */
.panel .panel-overlay { color: white; font-size: 0.7em; }
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }

/* FILMSTRIP */
/* 'margin' will define top/bottom margin in completed gallery */
.filmstrip { margin: 5px; }

/* FILMSTRIP FRAMES (contains both images and captions) */
.frame {}

/* WRAPPER FOR FILMSTRIP IMAGES */
.frame .img_wrap { border: 1px solid #aaa; }

/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
.frame.current .img_wrap { border-color: #000; }

/* FRAME IMAGES */
.frame img { border: 1px solid #aaa; }

/* FRAME CAPTION */
.frame .caption { font-size: 11px; text-align: center; color: #888; }

/* CURRENT FRAME CAPTION */
.frame.current .caption { color: #000; }

/* POINTER FOR CURRENT FRAME */
.pointer {
	border-color: #000;
}

/* TRANSPARENT BORDER FIX FOR IE6 */
/* NOTE - DO NOT CHANGE THIS RULE */
*html .pointer {
	filter: chroma(color=pink);
}
/* END FILM STRIP CONFIGS */



#contenu {
	height:400px;
	width:818px;
	background-image:url(images/fond_texte.jpg);
	background-repeat:no-repeat;
}
#contenu_title {
	font-size: 18px;
	height:49px;
	float:left;
	font-style:italic;
}
#contenu_tel {
	font-size: 12px;
	height:49px;
	float:right;
}
#contenu_texte {
	height:292px;
	text-align:justify;
}
#contenu_texte ul {
  list-style-type: none;
}
#contenu_texte li {
  text-align:left;
  padding-left: 20px;
  background-image: url('images/puce.png');
  background-repeat: no-repeat;
  line-height:12px;
  margin: 10px;
}
#contenu_membre {
	float:left;
	height:57px;
}
#contenu_rbq {
	float:right;
	height:57px;
}
#footer {
	background-image:url(images/fond_footer.jpg);
	background-repeat:no-repeat;
	width: 818px;
	height:52px;
	text-align:left;
	line-height:52px;
}

#padding {
	padding-left:89px;
	padding-right:87px;
}
