
body {
	background:#626262;
	background-image: url(images/fond.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin:0 auto 0px auto;
	
}

a {
	color: #F5F5F5;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#conteneur {
	width:900px;
	background-image:url(images/fond_conteneur.jpg);
	position:relative;
	margin:0px auto;
	text-align:left;
	overflow:hidden;
}

#header {
	width: 900px;
	height: 215px;
	background: url('images/defaut_01.jpg') no-repeat;
}

#newsletter {
	width: 204px;
	height: 133px;
	margin-left: 50px;
	color: white;
	font-family: verdana;
	font-size: 9px;
	padding: 5px;
	padding-top: 40px;
}

#allContent {
	width: 900px;
	min-height:370px;
	background: url('images/defaut_02.jpg') no-repeat;

}


#gauche {
	width: 216px;
	height: auto;
	height: 350px;
	float: left;
}

#grand_menu {
	font-size: 1px;
	line-height: 1px;
	width: 182px;
	height: 161px;
	margin-top: 10px;
}

#grand_menu a img, #sous_menu a img {
	border: none;
}

#central {
	width: 230px;
	height: auto;
	height: 350px;
	float: left;
}
	#title_bloc {
		width: 110px;
		height: 100px;
		float: right;
		padding-top: 8px;
	}
	#sous_menu {
		font-size: 1px;
		line-height: 1px;
		text-align: right;
		width: 183px;
		height: 184px;
		clear: both;
		margin-left: 45px;
	}
#droite {
	width: 435px;
	height: auto;
	padding-top: 15px;
	float: right;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 10px;
	overflow:hidden;
}

#prefooter{
	width: 900px;
	height:24px;
	clear: both;
	background: url('images/prefooter.jpg') no-repeat;
	background-position: bottom;
}

#footer {
	width: 900px;
	height: 110px;
	clear: both;
	background: url('images/footer.jpg') repeat-y;
	background-position: bottom;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	height: 100px;
	
}

#postfooter {
	width: 900px;
	height:33px;
	clear: both;
	background: url('images/postfooter.jpg') no-repeat;
	background-position: bottom;
}

#footer table {
	width: 600px;
}

#footer tr td {
	text-align: center;
}

.contenu_modifiable {
	overflow:hidden;
}

/* CSS AFFICHAGE DYNAMIQUE SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

