/* CSS Document */
html, body, div, span, applet, object, p, a, img, strong, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
}

a {text-decoration: none} 

:focus {
	outline: 0;
}
body {
	line-height: 1;
	background:#620303 url(body_bg.gif) top repeat-x;
}
ol, ul {
	list-style: none;
}

.clearer {
	height:0px;
	font-size:0px;
	clear:both;
	visibility:hidden;
	content:".";
}
.container {
	width:952px;
	margin:0px auto;
	text-align:left;
}
/* Header */
.header {
	width:100%;
}

/* Content */
.content {
	width:100%;
	margin:17px auto 29px auto;
	overflow:auto;
	background:url(content_bg2.gif) repeat-y;
}
.gallery {
	width:176px;
	float:left;
	margin:0px 6px 0px 8px;
	background:url(gal_bg0.gif) repeat-y;
}
.gallery_separator {
	height:11px;
	width:100%;
	clear:both;
}
.gallery_content {
	width:100%;
	padding-bottom:8px;
	background:url(gal_bg.gif) bottom no-repeat;
}
.gallery_inner {
	width:146px;
	margin:0px auto;
}
.gallery_inner p {
	color:#FF583C;
	font-size:15px;
	margin:9px 0px 12px 0px;
	height:42px;
}
.gallery_inner p span {
	display:block;
	color:#000;
	font-size:11px;
	margin-top:5px;
}

.gallery_inner p a {
	color:#FF583C;
	font-size:15px;
	margin:9px 0px 12px 0px;
	height:42px;
	text-decoration:none;
}
.gallery_inner p a span {
	display:block;
	color:#000;
	font-size:11px;
	margin-top:5px;
	text-decoration:none;
}
.gallery_inner p a:hover {
	text-decoration:underline;
}
.gallery_inner p a:hover span {
	text-decoration:underline;
}

.gallery_tchatte {
	background:url(gal_bg1.gif) left 3px no-repeat;
	padding-left:22px;
	line-height:14px;
	color:#fff;
	font-size:14px;
	text-decoration:none;
	margin-right:9px;
}
.gallery_tchatte:hover {
	text-decoration:underline;
}
.gallery_ecrire {
	background:url(gal_bg2.gif) left 3px no-repeat;
	padding-left:22px;
	line-height:14px;
	color:#fff;
	font-size:14px;
	text-decoration:none;
}
.gallery_ecrire:hover {
	text-decoration:underline;
}
/*  Footer */
.footer {
	width:100%;
	text-align:center;
	font-family:Arial, serif;
	color:#fff;
	font-size:15px;
}
.footer img {
	margin-bottom:15px;
}
