@charset "utf-8";

/* CSS Document */

/**
 * global style resetting 
 */
	
html,body,div,span,

applet,object,iframe,

h1,h2,h3,h4,h5,h6,p,blockquote,pre,

a,abbr,acronym,address,big,cite,code,

del,dfn,em,font,img,ins,kbd,q,s,samp,

small,strike,strong,sub,sup,tt,var,

dd,dl,dt,li,ol,ul,

fieldset,form,label,legend,

table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul {
	list-style: none;
}

q:before,q:after,

blockquote:before,blockquote:after {
	content: "";
}

* { outline: none; }

.clear{
	clear:both;
}

.bold{
	font-weight:bold;
}
/**
 * LINKS
 */

a:link {text-decoration: none; color: #ff0000;}

a:visited {text-decoration: none; color: #ff0000;}

a:active {text-decoration: none; color: #ff0000;}

a:hover {text-decoration: underline; color: #ff0000;}



/**
 * TITRE H1H2H3H4
 */



/**
 * STRUCTURE
 */

	
html, body{}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#356468;
	line-height:16px;
	background-color:#ffffff;
}

#wrapper{
	width:988px;
	margin:0 auto;
	background-image:url(../images/interface/bgWrapper.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0 0 0 0;
}

#header{
	width:988px;
	height:166px;
	padding:0 0 0 0;
	background-image:url(../images/interface/bgHeader.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}
	#header a.logo{
		float:left;
	}
		#header a.logo img{
			margin:43px 0 0 40px;
		}
	
#content{
	width:988px;
	background-image:url(../images/interface/bgContent.jpg);
	background-position:0 0;
	background-repeat:repeat-y;
	padding:0 0 0 0;
}

#footer{
	text-align:center;
	width:988px;
	height:65px;
	padding:40px 0 0 0;
	color:#646464;
	font-size:10px;
	background-image:url(../images/interface/bgFooter.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}
		#footer  a {
			position:relative;
			bottom:0;
			color:#626261;
		}

.gifHeader{
	float:left;
	margin:40px 0 0 0;
}
/**
 * MENU HEADER
 */
ul#menuHeader{
	float:left;
	height:16px;
	margin:150px 0 0 0;
}
* html ul#menuHeader{
	margin:150px 25px 0 0;
}

	ul#menuHeader li{
		float:left;
		height:16px;
		background-image:url(../images/interface/bgOngletGa.jpg);
		background-position:left;
		background-repeat:no-repeat;
		padding:0 0 0 6px;
		margin:0 1px 0 0;
	}
		
		ul#menuHeader li a{
			float:left;
			height:16px;
			background-image:url(../images/interface/bgOngletCe.jpg);
			background-position:left;
			background-repeat:repeat-x;
			padding: 0 0 0 0;
			color:#626261;
		}
		
		ul#menuHeader li span{
			float:left;
			height:16px;
			background-image:url(../images/interface/bgOngletDr.jpg);
			background-position:right;
			background-repeat:no-repeat;
			padding:0 6px 0 0;
		}

/**
 * HOME PAGE
 */
 #homePage{
 	width: 868px;
	/*height:630px;*/
	margin:0 auto;
	padding:8px 20px 0 20px;
	background-image:url(../images/interface/bgHomePage.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}

#slotLeft{
	float:left;
	width:276px;
}

#boxRecherche{
	float:left;
	width:268px;
	height:387px;
	background-image:url(../images/interface/bgBoxRecherche.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0 0 0 0;
	margin:0 0 0 4px;
}
/* Pour IE 6 */
* html #boxRecherche{
	margin: 0 0 0 2px;
}
	
	#boxRecherche h1{
		color:#2f2f2f;
		font-size:9px;
		padding:5px 0 0 10px;
	}
	
		#boxRecherche h1.cherche{
			color:#356468;
			font-size:16px;
			padding:20px 0 0 25px;
		}
			#boxRecherche h1.cherche span{
				margin:0 0 0 48px;
			} 

/**
 * Menu Recherche
 */ 
ul#menuRecherche{
	position:relative;
	width:254px;
	margin:15px 0 0 20px;
	z-index:999;
}

	ul#menuRecherche li{
		position:relative;
		float:left;
		width:254px;
		height:48px;
		color:#356468;
		font-weight:bold;
		margin:0 0 28px 0;
	}
		ul#menuRecherche li a{
			background-position:0 0;
			background-repeat:no-repeat;
		}
	
		ul#menuRecherche li.convention a{
			background-image:url(../images/interface/bgLiConvention.png);
		}
			ul#menuRecherche li.convention ul li a{
				background-image:none;
			}
			
		ul#menuRecherche li.residentiel a{
			background-image:url(../images/interface/bgLiResidentiel.png);
		}
			ul#menuRecherche li.residentiel ul li a{
				background-image:none;
			}
			
		ul#menuRecherche li.travail a{
			background-image:url(../images/interface/bgLiTravail.png);
		}
			ul#menuRecherche li.travail ul li a{
				background-image:none;
			}
			
		ul#menuRecherche li.incentive a{
			background-image:url(../images/interface/bgLiIncentive.png);
		}
			ul#menuRecherche li.incentive ul li a{
				background-image:none;
			}
		
			ul#menuRecherche li a{
				display:block;
				width:200px;
				height:28px;
				padding:20px 0 0 54px;
				color:#356468;
				font-weight:bold;
			}
			
			ul#menuRecherche li:hover ul, ul#menuRecherche li.iehover ul{
				display:block;
			}
		
		ul#menuRecherche li ul{
			position:absolute;
			top:18px;
			left:254px;
			display:none;
			border: 1px solid #d2d5d5;
			background-color:#FFF;
			
		}
		ul#menuRecherche li ul:after /*From IE 7 lack of compliance*/{
			clear: both;
			display: block;
			font: 1px/0px serif;
			content: ".";
			height: 0;
			visibility: hidden;
		}
		
			ul#menuRecherche li ul li{
				float: left; /*For IE 7 lack of compliance*/
				display: block !important;
				display: inline; /*For IE*/
				width:220px;
				height:20px;
				margin:0;
			}
			
				ul#menuRecherche li ul li a{
					width:210px;
					height:20px;
					padding: 0 0 0 0;
					color:#00477e;
					padding:0 5px 0 5px;
					font-weight:normal;
				}
					ul#menuRecherche li ul li a:hover{
						background-color:#e5e5e5;
					}
			
			
	
		
.intro{
	float:right;
	width:522px;
	clear:right;
	margin-top: 15px;
	font-size:11px;
	line-height:16px;
}	
h1.intro{
	font-style:italic;
}

#slideshowHome{
	float:left;
	width:271px;
	height:162px;
	background-image:url(../images/interface/bgSlideshow.png);
	background-position:0 bottom;
	background-repeat:no-repeat;
	padding:5px 0 0 6px;
}

#boxPubHome{
	float:left;
	width:271px;
	height:208px;
	background-image:url(../images/interface/bgPubHome.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:5px 0 0 5px;	
}

#boxSpecialisteFond{
	float:left;
	width:221px;
	height:190px;
	background-image:url(../images/interface/bgBoxSpecialiste.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0 0 0 0;
	margin:18px 0 0 0;
}

#boxSpecialiste{
	position:relative;
	width:221px;
	height:190px;
}

	#boxSpecialiste h1{
		color:#426e72;
		font-size:13px;
		padding:0 0 0 90px;
	}
	
	#boxSpecialiste ul{
		padding:35px 0 0 80px;
	}
	
		#boxSpecialiste ul li{
			margin:0 0 10px 0;
			padding:0;
			height:15px;
			background-image:url(../images/interface/bgLiBoxActusHome.jpg);
			background-position:0 3px;
			background-repeat:no-repeat;
			line-height:normal;
		}
		
			#boxSpecialiste ul li a{
				height:12px;
				font-size:10px;
				color:#426e72;
				padding:0 0 0 15px;
			}
	
	#boxSpecialiste .boxSpecialiste-plus{
		position:absolute;
		height:10px;
		left:97px;
		bottom:20px !important;
		bottom:15px;
		padding:0;
		margin:0;
	}
		#boxSpecialiste .boxSpecialiste-plus a{
			font-size:8px;
			font-weight:bold;
			color:#426e72;
		}
	
		
#boxActusHomeFond{
	float:left;
	width:194px;
	height:200px;
	background-image:url(../images/interface/bgBoxActusHome.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0 0 0 0;
	margin:0 0 0 14px;
}
	* html #boxActusHomeFond{
		margin:0 0 0 10px;
	}

#boxActusHome{
	position:relative;
	width:194px;
	height:200px;
}
	
	#boxActusHome h1{
		color:#426e72;
		font-size:13px;
		padding:20px 0 0 5px;
	}
	
	#boxActusHome ul{
		padding:40px 0 0 8px;
	}
	
		#boxActusHome ul li{
			margin:0 0 5px 0;
			padding:0;
			height:25px;
			background-image:url(../images/interface/bgLiBoxActusHome.jpg);
			background-position:0 3px;
			background-repeat:no-repeat;
			line-height:normal;
		}
		
			#boxActusHome ul li a{
				height:12px;
				font-size:10px;
				color:#426e72;
				padding:0 0 0 15px;
			}
	
	#boxActusHome .boxActusHome-plus{
		position:absolute;
		bottom:6px;
		left:60px;
		margin:0;
		padding:0;
	}
		#boxActusHome .boxActusHome-plus a{
			color:#426e72;
			font-size:8px;
			font-weight:bold;
		}


#boxChoisir{
	float:right;
	width:154px;
	height:208px;
	background-image:url(../images/interface/bgBoxChoisir.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0 0 0 0;	
	margin:18px 0 0 0;
}

	#boxChoisir h1{
		color:#426e72;
		font-size:13px;
		padding:0 0 0 0;
	}
		#boxChoisir h1 a, #boxChoisir h1 a:link, #boxChoisir h1 a:active, #boxChoisir h1 a:visited, #boxChoisir h1 a:hover{
			color:#426e72;
			text-decoration:none;
		}
	
	#boxChoisir h2{
		color:#000;
		font-size:12px;
		padding:25px 0 0 10px;
	}
		#boxChoisir h2 a, #boxChoisir h2 a:link, #boxChoisir h2 a:active, #boxChoisir h2 a:visited, #boxChoisir h2 a:hover{
			color:#000;
			text-decoration:none;
		}
		
	#boxChoisir p{
		color:#034652;
		font-size:10px;
		padding:15px 0 0 10px;
	}
		#boxChoisir p a, #boxChoisir p a:link, #boxChoisir p a:active, #boxChoisir p a:visited, #boxChoisir p a:hover{
			font-size:10px;
			color:#034652;
			text-decoration:none;
		}
	
/**
 * CONTENT-PAGE
 */
#content-page{
	float:right;
	width:490px;
	padding:0 40px 0 0;
	margin:30px 0 0 0;
}

/**
 * PAGECONTACT 
 */
.vtform tr{
	width:100%;
	float:left;
	padding:5px 0 5px 0;
}

.vtform .blocLabel{
	float:left;
	width:150px;
}

.vtform .requiredError{
	color: #ff0000;
}

.vtform .imgCaptcha{
	margin: 0 10px 0 0;
}

a.btnContact, a.btnContact:link, a.btnContact:visited, a.btnContact:active, a.btnContact:hover{
	float:right;
	display:block;
	height:21px;
	width:69px;
	color:#426e72;
	padding:5px 0 0 17px;
	font-size:10px;
	background-image:url(../images/interface/bgNewsSuite.jpg);
	background-position:-0 0;
	background-repeat:no-repeat;
}

/**
 * PAGE ACTUALITES
 */
h1.titre{
	float:left;
	height:25px;
	width:385px;
	background-position:0 0;
	background-repeat:no-repeat;
	font-size:16px;
	color:#426e72;
	padding:40px 0 0 105px;
	margin:0 0 15px 0;
}

h1.titreActus{
	background-image:url(../images/interface/bgTitreActus.png);
}

h1.titreContact{
	background-image:url(../images/interface/bgTitreContact.png);
}

h2.autreActus{
	height:10px;
	width:490px;
	font-size:14px;
	color:#426e72;
	padding:15px 0 15px 0;
	border-top: 1px dotted #426e72;
}
#autreActus{
	float:left;
	margin:15px 0 0 0;
}

	#autreActus h3{
		color:#426e72;
		background-image:url(../images/interface/bgPictosAutresActus.jpg);
		background-position:-0 0;
		background-repeat:no-repeat;
		padding: 0 0 0 18px;
	}
	
	#autreActus .imgNewsList{
		float:left;
		margin:0 10px 10px 0;
	}
	
	a.newsSuite, a.newsSuite:link, a.newsSuite:visited, a.newsSuite:active, a.newsSuite:hover{
		float:right;
		display:block;
		height:21px;
		width:69px;
		color:#426e72;
		padding:5px 0 0 17px;
		font-size:10px;
		background-image:url(../images/interface/bgNewsSuite.jpg);
		background-position:-0 0;
		background-repeat:no-repeat;
	}
	
/*
 ** LISTES OFFRES
 */

#offresList{
	width: 868px;
	margin:0 auto;
	padding:10px 20px 0 20px;
	/*
	background-image:url(../images/interface/bgHomePage.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	*/
}

a.offresListBcrumbs1, a.offresListBcrumbs1:link, a.offresListBcrumbs1:visited, a.offresListBcrumbs1:active{
	color:#356468;
	font-weight:bold;
	padding:0 0 5px 25px;
	background-image:url(../images/interface/bgOffresListBcrumbs1.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
}

span.offresListBcrumbs2{
	color:#356468;
	font-weight:bold;
	margin:0 0 0 15px;
	padding:0 0 5px 10px;
	background-image:url(../images/interface/bgOffresListBcrumbs2.jpg);
	background-position:0 3px;
	background-repeat:no-repeat;
}

#offresListNbResult{
	font-weight:bold;
	font-size:14px;
	margin:0 0 0 25px;
}

#offresListEntete{
	width: 852px;
	margin:0 auto;
	padding:5px 0 0 0;
}

#offresListTableau{
	width: 852px;
	margin:0 auto;
	padding:5px 0 0 0;
	background-color:#f9fcfd;
	border: 2px solid #91c4c8;
}

.offreListElement{
	float:left;
	margin:0 0 5px 0;
	width:852px;
	height:60px;
	background-image:url(../images/interface/bgOffresListElement.jpg);
	background-position:0 0;
	background-repeat:repeat-y;
}

.offreListImg{
	float:left;
	width:65px;
	padding:5px;
	margin:0;
}
.offreListLabel{
	float:left;
	width:280px;
	padding:5px;
	margin:0;
}
.offreListNbrPers{
	float:left;
	width:70px;
	padding:15px 5px 5px 5px;
	height:40px;
	margin:0;
	text-align:center;
	border-right:1px solid #356468;
}

.offreListNbSalles{
	float:left;
	width:70px;
	padding:20px 5px 5px 5px;
	height:35px;
	margin:0;
	text-align:center;
	border-right:1px solid #356468;
}

.offreListNbChambres{
	float:left;
	width:50px;
	padding:20px 5px 5px 5px;
	height:35px;
	margin:0;
	text-align:center;
	border-right:1px solid #356468;
}

.offreListEtoiles{
	float:left;
	width:85px;
	padding:20px 5px 5px 5px;
	height:35px;
	margin:0;
	text-align:center;
	border-right:1px solid #356468;
}

.nbEtoiles{
	margin:0 auto;
	height:15px;
	background-image:url(../images/interface/bgOffresListEtoiles.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

	.widthListEtoile_1{
		width:16px;
	}
	.widthListEtoile_2{
		width:32px;
	}
	.widthListEtoile_3{
		width:48px;
	}
	.widthListEtoile_4{
		width:66px;
	}
	.widthListEtoile_5{
		width:82px;
	}

.offreListLink{
	float:right;
	width:50px;
	padding:20px 5px 5px 5px;
	height:35px;
	margin:0;
	text-align:center;
}

	.offreListLien{
		display:block;
		float:right;
		padding:0 10px 0 0;
		cursor:pointer;
		width:18px;
		height:18px;
		background-image:url(../images/interface/bgOffresListLink.png);
		background-position:0 0;
		background-repeat:no-repeat;
	}

.offresListEntete{
	font-size:10px;
	font-style:italic;
	height:25px;
	border:none;
	padding:0 5px 10px 5px;
}

/**
 * OFFRES DETAIL
 */
h1OffreDetail{
	height:40px;
	float:left;
}
	span.offreDetailSelectionTitre{
		float:left;
		font-weight:normal;
		font-size:24px;
		padding:5px 15px 0 0;
		height:40px;
		line-height:normal;
	}


ul#offresDetailTabs{
	width:500px;
	list-style:none;
	margin:0 0 0 25px;
	padding:0;
	clear:both;
	height:45px;
	clear:both;
	background-image:url(../images/interface/bgUlTabsSelection.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

ul.subsection_tabs li.tab {
	float:left;
	text-align:center;
}

ul.subsection_tabs li.tab a{
	display:block;
	height:25px;
	padding:20px 0 0 17px;
	color:#356468;
	width:128px;
	font-weight:bold;
	font-size:12px;
}

ul.subsection_tabs li.tab a:hover {
	text-decoration:none;
}

ul.subsection_tabs li.descriptionTab a{
	padding:20px 0 0 17px;
}

#offresDetailContentFond{
	/*position:relative;*/
	z-index:99;
	width:900px;
	background-image:url(../images/interface/bgOffresDetailContentFond.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

#offresDetailContent{
	width:860px;
	padding:20px 20px 0 20px;
	background-image:url(../images/interface/bgOffresDetailContent.jpg);
	background-position:0 0;
	background-repeat:repeat-y;
}
#offresDetailContentBottom{
	width:900px;
	height:29px;
	background-image:url(../images/interface/bgOffresDetailContentBottom.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

#offreDetail{
	padding: 0 0 0 42px;	
}

/**
 * ONGLET SELECTION
 */


.nbEtoilesDetail{
	float:left;
	display:block;
	height:27px;
	background-image:url(../images/interface/bgOffresDetailEtoiles.png);
	background-position:0 5px;
	background-repeat:no-repeat;
}

	.widthDetailEtoile_1{
		width:18px;
	}
	.widthDetailEtoile_2{
		width:37px;
	}
	.widthDetailEtoile_3{
		width:56px;
	}
	.widthDetailEtoile_4{
		width:75px;
	}
	.widthDetailEtoile_5{
		width:92px;
	}

a.offresDetailImgLeft{
	display:block;
	float:left;
	margin:30px 0 0 0;
	width:420px;
}

.resume{
	float:left;
	padding:0 0 0 5px;
	margin:30px 0 0 0;
}

h2.nbSalles{
	margin:0 0 20px 0;
	font-size:16px;
}

.offreDetailCapacite{
	float:left;
	width:190px;
	height:96px;
	background-image:url(../images/interface/bgOffreDetailCapacite.png);
	background-position:0 0;
	background-repeat:no-repeat;
	font-size:12px;
}

.offreDetailCapacite2{
	float:left;
	width:185px;
	height:31px;
	background-image:url(../images/interface/bgOffreDetailCapacite2.png);
	background-position:0 0;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:12px;
	padding:65px 0 0 5px;
}

.offreDetailCapaciteBox{
	margin:50px 0 0 0;
	float:left;
	text-align:center;
	width:95px;
}
	.offreDetailCapaciteBox span.nbPersonne{
		font-weight:bold;
		font-size:12px;
	}
	.offreDetailCapaciteBox span.nbIntitule{
		font-weight:bold;
		font-size:16px;
		color:#000;
		font-style:italic;
		padding:5px 0 0 10px;
		display:block;
	}
p.selectionDescriptionShort{
	margin:10px 0 0 0;
	text-align:justify;
	width:405px;
}


/*
 * SLIDER HORIZONTAL IMAGES
 */
#galerieImageHorizontale{
	padding:15px 0 0 0 ;	
}
	#galerieImageVerticale{
		width:170px;	
		float:left;
	}

#track1 {
	background-image:url(../images/interface/bgScrollBarHorizontale.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	cursor:pointer;
	height:4px;
	position:relative;
	width:860px;
	z-index:0;
}

#track2 {
	background-image:url(../images/interface/bgScrollBarVerticale.jpg);
	background-position:0 0;
	background-repeat:repeat-y;
	cursor:pointer;
	width:4px;
	position:relative;
	height:6300px;
	z-index:0;
	float:left;
	margin:0 0 0 10px;
}
	* html #track2{
		margin:0 0 0 5px;
	}
	
#track3 {
	background-image:url(../images/interface/bgScrollBarVerticale.jpg);
	background-position:0 0;
	background-repeat:repeat-y;
	cursor:pointer;
	width:4px;
	position:relative;
	height:630px;
	z-index:0;
	float:left;
	margin:0 0 0 10px;
}
	* html #track3{
		margin:0 0 0 5px;
	}
	
.handle{
	position:absolute;
	top:0px;
	z-index:2;
	cursor:move;
	
}
	.fondHandle{
		background-image:url(../images/interface/bgHandleScrollBar.png);
		background-position:0 0;
		background-repeat:no-repeat;
		height:18px;
		width:17px;
		
	}
	#handle1 {
		height:18px;
		top:-6px;
		width:17px;
	}
	
.handle2{
	position:absolute;
	z-index:2;
	cursor:move;
	
}
	#handle2 {
		height:18px;
		left:-7px;
		width:17px;
	}
	
	#handle3 {
		height:18px;
		left:-7px;
		top:0;
		width:17px;
	}

#scrollbar_content{
	position:relative;
	height:100px;
	overflow:hidden;
	width:860px;
}

	#scrollbar_content_vertical{
		position:relative;
		width:126px;
		overflow:hidden;
		height:650px;
		float:left;
	}
	
	#scrollbar_content_videos{
		position:relative;
		width:126px;
		overflow:hidden;
		height:6350px;
		float:left;
	}


#imgsHorizontales{
	position:relative;
	right: 0;
	top:0;
	height:100px;
	width:100000px;
}
	.imgsHorizontales{
		margin:0 10px 0 0;
	}
	
	
	#imgsVerticales{
		position:relative;
		left: 0;
		bottom:0;
		height:100000px;
		width:126px;
	}
	.imgsVerticales{
		margin:0 0 10px 0;
		float:left;
	}
	
	#videosVerticales{
		position:relative;
		left: 0;
		bottom:0;
		padding:55px 0 0 0;
		height:100000px;
		width:126px;
	}
	.videosVerticales{
		margin:0 0 10px 0;
		float:left;
	}
	#loadingVideo{
		float:left;
		padding: 150px 0 0 150px;
	}
		#loadingVideo img{
			float:left;
		}
	
.votreContact{
	color:#000;
	width:406px;
	height:224px;
	background-image:url(../images/interface/bgVotreContact.png);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:15px 0 0 56px;
	font-weight:bold;
	margin:10px 0 0 100px;
}

	.votreContact h1{
		font-size:12px;
	}
	.votreContact p.coordonnees{
		padding:25px 0 0 20px;
	}

		 p.coordonnees span.nomContact{
		 	font-weight:bold;
			font-size:14px;
		 }

		 p.coordonnees span.tel{
		 	background-image:url(../images/interface/bgContactTel.png);
			background-position:0 0;
			background-repeat:no-repeat;
			padding:10px 25px 0 28px;
			height:25px;
			display:block;
			float:left;
			margin:5px 0 10px 0;
		 }
		 
		 p.coordonnees span.fax{
		 	background-image:url(../images/interface/bgContactFax.png);
			background-position:0 0;
			background-repeat:no-repeat;
			padding:10px 25px 0 40px;
			height:25px;
			display:block;
			float:left;
			margin:5px 0 10px 0;
		 }

a.btnNousContacter, a.btnNousContacter:link, a.btnNousContacter:active, a.btnNousContacter:visited{
	display:block;
	float:left;
	width:124px;
	height:31px;
	background-image:url(../images/interface/bgBtnNousContacter.png);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#356468;
	padding:22px 0 0 35px;
	font-weight:bold;
}

a.btnTelecharger, a.btnTelecharger:link, a.btnTelecharger:active, a.btnTelecharger:visited{
	display:block;
	float:left;
	width:108px;
	height:31px;
	background-image:url(../images/interface/bgBtnTelecharger.png);
	background-position:0 3px;
	background-repeat:no-repeat;
	color:#356468;
	padding:22px 0 0 35px;
	font-weight:bold;
}

a.btnTransferer, a.btnTransferer:link, a.btnTransferer:active, a.btnTransferer:visited{
	display:block;
	float:left;
	width:117px;
	height:31px;
	background-image:url(../images/interface/bgBtnTransferer.png);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#356468;
	padding:22px 0 0 47px;
	font-weight:bold;
}

.marginBtns{
	margin:0 0 0 50px;
}
	* html .marginBtns{
		margin:0 0 0 25px;
	}

#offreDetailDescription{
	float:left;
	width:450px;
	padding:0 10px 0 10px;
}

#offreDetailAcces{
	float:left;
	color:#000;
	padding:0 0 0 40px;
}
	#offreDetailAcces h1{
		font-size:14px;
		padding: 0 0 0 20px;
		margin:0 0 20px 0;
	}
	
	#offreDetailAcces div.acces{
		float:left;
		width:175px;
		padding:30px 0 20px 0;
		background-position:0 0;
		background-repeat:no-repeat;
		font-weight:bold;
		clear:both;
		font-size:10px;
	}
	
	#offreDetailAcces div.acces_voiture{
		background-image:url(../images/interface/bgAccesVoiture.png);	
	}
	
	#offreDetailAcces div.acces_train{
		background-image:url(../images/interface/bgAccesTrain.png);

	}
	
	#offreDetailAcces div.acces_avion{
		background-image:url(../images/interface/bgAccesAvion.png);

	}
	
	#offreDetailAcces span.puce{
		background-image:url(../images/interface/bgPuceAcces.jpg);
		background-position:0 3px;
		background-repeat:no-repeat;
		padding: 0 0 0 12px;
	}
	
#player-videos{
	float:right;
	padding: 0 50px 0 0;	
}

.logoOffre{
	float:left;
	margin:48px 0 0 0 ;
	padding:0 2px 0 2px;
}

/*
 * PLAN DU SITE
 */
/**
 * Menu Recherche
 */ 
ul#planOffre{
	list-style-type:disc;
}

	ul#planOffre li{
		margin: 0 0 15px 15px;
	}
			ul#planOffre li a{
				color: #356468;
			}
		
		ul#planOffre li ul{
			margin:0 0 0 15px;
			list-style-type:circle;
			
		}
		
			ul#planOffre li ul li{
				margin: 0 0 0 0;
			}
			
				ul#planOffre li ul li a{
					color: #356468;
				}
				
#home{
	float:right;
	width:592px;
}
				
#offreHomes, #newsMEA{
	float:right;
	width:548px;
	margin:20px 0 0 0;
}			
#offreHomes h2, #newsMEA h2{
	float:left;
	width:538px;
	height:25px;
	line-height:26px;
	color:#000;
	font-size:14px;
	padding:0 0 0 10px;
	background:#3acad2;
}

#newsMEA h2{
	background:#842947;
	color:#FFF;
}

.offreHomeElement, .newsMeaElement{
	float:left;
	width:538px;
	margin:10px 0 10px 0;	
}
.offreHomeImg, .newsMeaImg{
	float:left;
	width:138px;
	height:92px;
	margin: 0 0 0 0;	
}
.offreHomeInfos, .newsMeaInfos{
	float:right;
	width:380px;
}

.offreHomeLabel, .newsMeaLabel{
	font-weight:bold;
	float:left;
	width:100%;
}

.offreHomeDesc, .newsMeaDesc{
	float:left;
	width:100%;
}

.offreHomeLink, .newsMeaLink {
    background: none repeat scroll 0 0 #3ACAD2;
    color: #FFFFFF;
    float: right;
    font-size: 10px;
    margin: 10px 0 0;
    padding: 0 5px;
    width: 130px;
}

.newsMeaLink {
    background: none repeat scroll 0 0 #842947;
}

.newsMeaLink a, .newsMeaLink a:link, .newsMeaLink a:visited, .newsMeaLink a:active{
	color:#FFF;
}

.offreHomeLink a, .offreHomeLink a:link, .offreHomeLink a:visited, .offreHomeLink a:active{
	color:#FFF;
}

