
	#lienRejouer{
		position: absolute;
		top: 570px;
		margin-left: 2px;
		font-size: 0.9em;
	}
	

	.ombre_img{
		border: 2px solid #fff;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		box-shadow: 0px 0px 10px #000;
		-moz-box-shadow: 5px 5px 4px #000;
		-webkit-box-shadow: 0px 0px 10px #000;
		margin-right: 20px;
	}

	#text{
		-moz-column-width: 450px;
		-webkit-column-width: 450px;
		-moz-column-gap: 20px;
		-webkit-column-gap: 20px;
		-moz-column-rule: 1px solid #ddccb5;
		-webkit-column-rule: 1px solid #ddccb5;
	}

	#text > p{
		font-size: 12px;
		color: #6D6D6D;
		line-height: 20px;
		text-align: justify;
		text-indent: 0px;
	}

	#text > ol > li, #text > ul > li{
		font-size: 12px;
		color: #6D6D6D;
		padding-bottom: 4px;
	}

	#text > h3{
		font-size: 12px;
		color: #6D6D6D;
		font-weight: bold;
		background: url(../../../images/header_block2_bg.gif) top center repeat-x;
		color: #FAE3D0;
		padding: 5px;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	h3.fond_titre{
		font-size: 12px;
		color: #6D6D6D;
		font-weight: bold;
		background: url(../../../images/header_block2_bg.gif) top center repeat-x;
		color: #FAE3D0;
		padding: 5px;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	#text > h4{
		font-size: 12px;
		padding: 5px;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	#text2{
		-moz-column-width: 305px;
		-webkit-column-width: 305px;
		-moz-column-gap: 20px;
		-webkit-column-gap: 20px;
		-moz-column-rule: 1px solid #ddccb5;
		-webkit-column-rule: 1px solid #ddccb5;
	}

	#text2 > p{
		font-size: 12px;
		color: #6D6D6D;
		line-height: 20px;
		text-align: justify;
	}

	#text2 > ol > li, #text2 > ul > li{
		font-size: 12px;
		color: #6D6D6D;
		padding-bottom: 4px;
		padding-top: 4px;
	}

	#text2 > h3{
		font-size: 12px;
		color: #6D6D6D;
		font-weight: bold;
		background: url(../../../images/header_block2_bg.gif) top center repeat-x;
		color: #FAE3D0;
		padding: 5px;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	#text2 > h4{
		font-size: 12px;
		padding: 5px;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	.body_resize_bottom > .FBG_resize > .left{
		width: 112px;
	}
#slider {
    width: 650px; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0 auto;
}
#sliderContent {
    width: 650px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
	margin-left: auto;
	margin-right: auto;
}
.sliderImage a img{
    max-height: 500px;
	max-width: 750px;
	margin-left: 0 auto;
}
.sliderImage span {
    width: 650px;
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
	text-align: center;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
