*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	padding-bottom:60px;
	color:#585757;
	font-family:Arial, Helvetica;
	font-size:11px;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	background-color:#444;
	color:#fff;
}
.contenu{
	width:800px;
	margin:0 auto;
	position:relative;
	overflow:visible;
}
.contenu:after{
	content:"";
	display:block;
	clear:both;
}
#entete{
	margin-bottom:0;
	position:relative;
	padding:50px 0 0 0;
}
#entete h1{
	background: transparent url(../images_slide/sprite.gif) no-repeat 0 0;
	width:215px;
	height:60px;
	text-indent:-5000px;
	display:block;
}
#entete p{
	background: transparent url(../images_slide/sprite.gif) no-repeat 0 -60px;
	width:204px;
	height:73px;
	text-indent:-5000px;
	display:block;
	position:absolute;
	right:0;
	top:0;
}
#entete h2{
	background: transparent url(../images_slide/sprite.gif) no-repeat 0 -60px;
	font-size:11px;
	font-weight:bold;
	padding-left:18px;
}
#entete h2 a{
	color:#9f9f9f;
	text-decoration:none;
}
#entete h2.lien_site{
	background-position:-214px -16px;
	border-bottom:1px solid #d0d0d0;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-top:25px;
}
#entete h2.lien_crea{
	background-position:-214px -38px;
	margin:0;
}
h2{
	font-size:18px;
	margin:30px 0 20px 0;
}
h3{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin:40px 0 20px 0;
	padding-top:20px;
	color:#adadad;
	background: transparent url(../images_slide/sprite.gif) repeat-x 0 -121px;
}
h4{
	font-size:12px;
	margin:10px 0 5px 0;	
	text-transform:uppercase;
	color:#adadad;
}
h4 span{
	font-size:11px;
	color:#000;
	text-transform:uppercase;
	font-weight:normal;
}
h5{
	font-size:12px;
	margin-bottom:8px;
	text-transform:uppercase;
}
h5 span{
	font-size:11px;	
	display:block;
	font-weight:normal;
}
p{
	font-size:11px;
	margin-bottom:5px;
}
hr{
	display:block;
	height: 1px;
	margin: 30px 0;
	padding: 0;
	color: #d8d4c9;
	background-color: #d8d4c9;
	border: 0;
	text-align:left;
}
p a{
	color:#000;
}
p.plus{
	color:#999;
}
ul{
	margin-bottom:5px;
}
li{
	padding-left:10px;
	margin-left:15px;
}
#lien:hover{
	color:#fff;
}
.texte{
	height:135px;
}
#slideshow{
	width:100%;
	position:relative;
	height:300px;
	margin:10px 0 20px 0;
	background: transparent url(../images_slide/bg.gif) repeat center 0;
}
#slideShow_contenu{
	margin:0 auto;
	width:800px;
	height:300px;
	overflow:hidden;
	position:relative;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
	background: #fff url(../images_slide/bg2.gif) repeat center 0;
}
#slideShow_contenu.noloading{
	background:#fff;
}
#prev, #next{
	display:block;
	position:absolute;
	top:0;
	width:14px;
	height:13px;
	cursor:pointer;
	text-indent:-5000px;
	outline:none;
	background:transparent url(../images_slide/sprite.gif) no-repeat -215px 0;
}
#prev{
	right:22px;
}
#prev:hover, #prev.active{
	background-position:-243px 0;
}
#next{
	right:0;
	background-position:-229px 0;
}
#next:hover, #next.active{
	background-position:-257px 0;
}
#loader{
	position:absolute;
	width:24px;
	height:24px;
	top:-5px;
	right:45px;
	background:transparent url(../images_slide/loading.gif) no-repeat center center;
}
#photo1, #photo2{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
#photo2{
	z-index:2;
}

.filet{
	border-top:1px solid #d0d0d0;
	padding:8px 0;
	font-size:10px;
}
dl{
	float:left;
	width:18%;
	padding-right:2%;
	color:#7d7d7d;
	padding:10px 0;
}
dt{
	color:#424242;
	font-weight:bold;
}
.lefter{
	float:left;
}
.righter{
	float:right;
}
.ico{
	height:9px;
	text-indent:-5000px;
	display:block;
	float:left;
	margin-right:6px;
	background-color:#999;
	background-image:url(../images_slide/sprite.gif);
	background-repeat:no-repeat;
	margin-top:3px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
}
.ico:hover{
	background-color:#444;
}
#ico_xhtml{
	width:38px;
	background-position: -215px -69px;
}
#ico_css{
	width:33px;	
	background-position: -215px -60px;
}
#output a{
	color:#b84242;
}

