BODY { 
	padding:0px; 
	margin:0px; 
	
	border:0px;	
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#434343;
	
	background-color:#fff;
	/*background-image:url(images/skin_fond.jpg);*/
	background-repeat:no-repeat;
	background-position:center top;
}

@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('polices/YanoneKaffeesatz-Regular-webfont.eot');
    src: url('polices/YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
         url('polices/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
         url('polices/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* GENERAL */

div.titre_general {
	margin:0px;
	padding:0px;
	
	font-weight:normal;
	color:#FFF;
	font-size:22px;
}

#body .zone_texte .colonne_1_left .titre_page_interieur,
#body .zone_texte .colonne_1_right .titre_page_interieur {
	display:block;
}

h2, h1 {
	display:block;
	margin:0px;
	padding:0px;
	
	margin-bottom:10px;
	padding-top:8px;
	padding-bottom:20px;
	
	font-weight:normal;
	font-size:30px;

	font-family: 'YanoneKaffeesatzRegular';
	text-align:center;
}

h3 {
	margin:0px;
	padding:0px;
	
	margin-bottom:10px;
	padding-top:8px;
	padding-bottom:20px;
	
	font-weight:normal;
	font-size:30px;

	font-family: 'YanoneKaffeesatzRegular';
	text-align:center;
	
	border-bottom:1px solid #5A5A5A;
	padding-bottom:15px;
}

form {
	margin:0px;
	padding:0px;
}

.bloc_clear {
	_clear:both;
	line-height:1px;
}

.bas_ie6 {
	display:none;
	_border:1px solid #FFF;
	_display:block;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	color:#3e3e3e;
}

p {
	margin:0px;
}

.stars {
	background-image:url(images/stars.png);
}

input { 
	padding:0px;
	margin:0px;
	
	background-color:#fff;
	border:1px solid #686868;
}

/* --- SLIDER --- */

#slider {
	width:865px;
	overflow:hidden;
	
	margin-bottom:20px;
	margin-left:15px; 
	border:1px solid #FFF;
}

#slider .slide {
	width:865px;
	overflow:hidden;
}

/* ZONE SITE */

#head {
	height:224px;
	
	background-image:url(images/skin_head.png);
	background-repeat:no-repeat;
	background-position:center top;
}

#body {
}

#footer {	
	height:200px;
}


/* HEAD */ 

#head .warp {
	width:900px;
	height:224px;
	
	margin-left:auto;
	margin-right:auto;
		
}

#head .image_fond {
}

#head .logo {
	position:absolute;
	height:150px;
	width:300px;
}

#head .logo a {
	display:block;
	height:150px;
	width:260px;
}

#head .logo img {
	display:none;
}

#head .accroche {	
}

/* --- MENU --- */

#head .menu {
	display:block;

	overflow:hidden;
	
	clear:both;
	
	line-height:42px;
	
	padding-top:153px;
}

#head .left,
#head .right,
#head .center {
	float:left;
}

#head .left,
#head .right {
	display:none;
}

#head .menu ul {
	margin:0px;
	padding:0px;
	
	list-style:none;
	height:47px;
}

#head .menu ul li {
	display:inline-block;
	float:left;
	
	padding-left:10px;
	margin-left:10px;
	height:42px;
	
	background-image:url(images/skin_separateur_menu.png);
	background-repeat:no-repeat;
	background-position:left center;
}

#head .menu ul li.first {
	background-image:none;
	margin-left:0px;
	padding-left:30px;
}

#head .menu ul li a {
	display:inline-block;
	float:left;
		
	color:#fff;
	font-size:20px;
	
	text-transform:uppercase;
	font-family: 'YanoneKaffeesatzRegular';
	
	text-shadow:1px 1px 0px #7e0102;
}

#head .menu ul li a:hover {
	border-bottom:4px solid #fff;
}

#head .menu ul li a.actif {
	border-bottom:4px solid #fff;
}

/* BODY */

#body .warp {
	width:890px;
	
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	
	padding-top:25px;
	padding-bottom:10px;
}

#body .top,
#body .foot {
	display:none;
}

#body .titre_page {
	display:none;
}

#body .zone_texte {
	width:880px;
	
	margin-left:auto;
	margin-right:auto;
}

#body .center {
	overflow:hidden;
}

/* COLONNES GAUCHE */

#body .zone_texte .colonne_1_left {
	float:left;
	
	width:585px;
	line-height:23px;
	
	text-align:justify;
}

#body .zone_texte .colonne_2_left {
	float:left;
	
	width:250px;
	
	margin-left:20px;	
	text-align:justify;
}

/* COLONNES DROITE */

#body .zone_texte .colonne_1_right {
	float:right;
	
	width:585px;
	text-align:justify;
	margin-left:4px;
	line-height:22px;
}

#body .zone_texte .colonne_2_right {
	float:right;
	
	width:260px;
	
	text-align:justify;
	margin-right:15px;
}

.compte_client {
	margin:0px 10px;
	width:240px;
	
	margin-top:15px;
}

.search_engine #recherche_intuitive_3 {
	display:none;
}

/* FOOTER */

#footer .warp {
	
	margin-left:auto;
	margin-right:auto;
	
	color:#484848;
	
	padding-top:10px;
	margin-top:20px;
	color:#5a5a5a;
	
	text-align:right;
	font-size:11px;
	background-color:#eaeaea;
}

#footer .warp a {
	padding-top:5px;
	
	text-align:center;
	font-size:11px;
	color:#5a5a5a;
}

#footer .warp a:hover {
	color:#aa0f28;
}

#footer .case_bas {
	text-align:center;
	font-size:11px;
	color:#5a5a5a;
}

#footer .txt {
	padding:4px 8px 20px 8px;
	
	text-align:center;
	font-size:11px;
	color:#5a5a5a;
}

/* INTRO */

.intro_bas {
	padding:0px;
	
	margin-top:20px;
	margin-bottom:0px;
	
	border:0px;
	border-top-width:1px;
	border-top-style:solid;
}

/* CAROUSEL */

#carousel {
	border:0px;
	margin-bottom:30px;
}

#carousel .case {
	overflow:hidden;
	background-color:#eaeaea;
}

#carousel .case .boutton {
	border-color:#686868;
	width:160px;
}

#carousel .case .boutton .titre {
	position:absolute;
	
	width:145px;
	height:20px;
	
	margin-top:8px;
	margin-left:15px;
	
	padding:0px;
	padding-left:6px;
	
	font-size:17px;
	line-height:20px;
	background-color:#5a5a5a;
	
	color:#fff;
	font-family: 'YanoneKaffeesatzRegular';
	text-transform:uppercase;
}

#carousel .case .boutton .texte {
	position:absolute;
	margin-top:33px;
	
	color:#434343;
	font-size:10px;
	line-height:14px;
}

#carousel .case .actif {
	background-color:#434343;
	color:#fff;
}

#carousel .case .actif .titre {
	width:154px;
	
	color:#fff;
	background-image:url(images/skin_caroussel_titre_actif.png);
	background-repeat:no-repeat;
	
	background-color:#434343;
	padding-left:15px;
}

#carousel .case .actif .texte {
	color:#fff;
}

#carousel .case .inactif .titre {
	color:#fff;
}

#icone_map_pictures {
	position:absolute;
	width:40px;
	height:50px;
	
	margin-top:120px;
	margin-left:230px;
	
	z-index:100000;
}



