body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0E4456;
	background-image: url(images/img01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0;


}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #08252E;
	text-align:left;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

h4 {
	text-align:left; 
	color:#1C94C4;
	font-size:14px;
}

p, ul, ol {
	margin-top: 0;
	//line-height: 220%;  //non justifié
	//text-align: justify;
}



ul, ol { }

blockquote { }

a {
	color: #00F;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

a img {
	border: none;
}


img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}
#logo {
	height: 120px;
	width: 430px;
	padding: 10px;
	margin-left: 0px;
	float:left; //positionnement du logo à gauche
}



.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width:1000px;
}

/* Header */

#header-wrapper {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 140px;
}

#header {
	width: 1000px;
	height: 170px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/img04.jpg) no-repeat left bottom;
}

#page-bgtop {
	padding: 50px 30px 0px 30px;
	background: url(images/img05.jpg) no-repeat left top;
}


#banner {
	float: right;
	margin-top: -60px;
	padding: 0px 20px 0px 0px;
}



/*Menu */

#menu{
	width:1000px;
	height: 80px;
	

}
#menu ul{
	list-style:none;
}
#menu li{
	display:block;
	float:left;
}
#menu li a{
	background:#e4e8eb url(images/menu_bg.gif) repeat-x;
	border:2px solid #bdc5cd;
	margin:0 1px;
	padding:15px 15px 15px 15px;
	display:block;
	float:left;
	color:#2b61a1;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	height: 50px;
	line-height: normal;
}
#menu li a span{
	color:#636363;
	font-size:10px;
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: normal;
}
#menu li a:hover{
	background:#e46825 url(images/menu_hover.gif) repeat-x;
	border:2px solid #4a88ce;
	text-decoration:none;
}
#menu li a:hover span{
	color:#636363;
}

#menu li .current{
	background:#74befd url(images/menu_hover.gif) repeat-x;
	border:2px solid #4a88ce;
	margin:0 1px;
	padding:15px 15px 15px 15px;
	display:block;
	float:left;
	color:#2b61a1;
	//text-transform:uppercase; //-- Ne pas forcer le text en minuscule
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	cursor:pointer;
	font-weight:bold;
	height: 50px;
	line-height: normal;
}

#menu li .current span{
	color:#636363;
	font-size:10px;
	//text-transform:uppercase; //-- Ne pas forcer le text en minuscule
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: normal;
}

/* Content */

#content {
	float: left;
	width: 610px;
}

/* Post */

.post {
	margin-bottom: 45px;
	border-bottom: 1px solid #DFDFDF;
}

.post .title {
	height: 30px;
	color: #08252E;
}
#espace {
	height: 20px;
}


.post .title a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 1.4em;
	font-weight: bold;
	color: #08252E;
}

.post .date {
}

.post .meta {
	margin-left: 2px;
	padding: 2px 30px 2px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #66665E;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	padding: 10px 0 30px 0;
}

.post .entry-content {
	float: right;
	width: 330px;
}

.post .entry-image {
	float: left;
	width: 280px;
	padding-right: 20px;
	padding-top: 6px;
	padding-bottom: 30px;
}

.post .links a {
	font-weight: bold;
	color: #08252E;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left: 1px solid #DFDFDF;
}

#sidebar ul {
	margin: 0px 0px 0px 30px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	//Pour affichage sur le coté
	//margin-bottom: 30px;
	
}

#sidebar li ul {
	margin: 0px;
	padding: 0px;
}

#sidebar li li {
	margin: 0;
	padding: 12px 0px 12px 15px;
	border-bottom: 1px solid #DFDFDF;
	background: url(images/img09.jpg)  no-repeat left 17px;
}

#sidebar li li a {
	font-weight: normal;
}

#sidebar li li a:hover {
}

#sidebar p {
	line-height: 200%;
}

#sidebar h2 {
	height: 30px;
	text-transform: capitalize;
	font-size: 1.8em;
	font-weight: normal;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

/* Tableau */

#Tableau {
}

#Tableau caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#Tableau table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-right: 1px solid #24130F;
}

#Tableau thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	background: #24130F;
}

#Tableau tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#Tableau tfoot td {
	padding: 5px;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#Tableau tfoot #next {
	border-top: 1px solid #24130F;
	text-align: right;
}

#Tableau tfoot #prev {
	border-top: 1px solid #24130F;
}

#Tableau .pad {
	border-bottom: 1px solid #24130F;
}

		.form-table { }
		.form-table td.label { text-align: left; padding-right: 3px }
		.form-table td.input {}
		.form-table label { font-family: Tahoma; font-size: 11px }
		.form-table select { font-family: Tahoma; font-size: 11px; width: 185px; }
	
		
		.product-table {
	//20100607 - cursor: pointer; 
	border: solid 1px #ccc;
	width: 100%;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-x;
	border-spacing: 0;
	border-collapse: separate;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding: 5px;
}
		.product-table td { padding: 0 }

		.product-table-hotel {
	//20100607 - cursor: pointer;
	border: solid 1px #ccc;
	width: 100%;
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-x;
	border-spacing: 0;
	border-collapse: separate;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding: 5px;
}
		.product-table-hotel td { padding: 0 }


#concept{

	text-align: left;


}


#concept p{

	margin-top: 0;
	line-height: 150%; 
	text-align: left;
	font-size:14px;

}

#concept p b {

color:#E67145;

}

//20100607 - Fenetre

	.fenetre1 b {

color:#E67145;

}

	.fenetre1 p b {

color:#E67145;

}
	.fenetre1 h4 b {

color:#E67145;

}



#Tableau #today {
	background: #24130F;
	
}


.fg-button { outline: 0; margin:0 4px 0 0; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
	
	
#filtre_side {
	border: 1px solid #6CF;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FFFFD9;
	margin-left: 10px;
	font-size: 12px;
	

}


/* Footer */

#footer-bgcontent {
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 1000px;
	background: url(images/img02.jpg) repeat-x left top;
}

#footer {
	width: 1000px;
	height: 49px;
	margin: 0 auto;
	padding-top: 50px;
	background: url(images/img03.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding-right: 30px;
	text-align: right;
	line-height: normal;
	font-size: 10px;
}



#footer a {

color: rgb(28, 148, 196);

}

#footer ul {


    float:right;
    list-style-type:none;
    display:block;
    padding : 0px;
    margin:0;
    

}

#footer ul li {


float:left;
padding : 10px;
margin:0;

}



/* ------------------------------------------------------------------------------------
-- BASIC BUBBLES WITH TRIANGLES ON BOTTOM
------------------------------------------------------------------------------------ */

/* Bubble with an isoceles triangle 
------------------------------------------ */

.triangle-isosceles {
	//width:580px;
	text-align:left;
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	color:#000;
	background:#FFCC33; /* default background for browsers without gradient support */
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#f9d835), to(#f3961c));
	background:-moz-linear-gradient(top, #f9d835, #f3961c);
	background:-o-linear-gradient(top, #f9d835, #f3961c);
	background:linear-gradient(top, #f9d835, #f3961c);

}

/* creates triangle */
.triangle-isosceles:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	z-index:-1;
	bottom:-30px; /* value = - border-top-width - border-bottom-width */
	left:50px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:15px 15px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:#FFCC33 transparent transparent;
}

.triangle-isosceles.top {
	/* NOTE: webkit gradient implementation is not as per spec */
	background:-webkit-gradient(linear, left top, left bottom, from(#f3961c), to(#f9d835));
	background:-moz-linear-gradient(top, #f3961c, #f9d835);
	background:-o-linear-gradient(top, #f3961c, #f9d835);
	background:linear-gradient(top, #f3961c, #f9d835);
}

/* creates triangle */
.triangle-isosceles.top:after {
	top:-30px; /* value = - border-top-width - border-bottom-width */
	right:500px; /* controls horizontal position */
	bottom:auto;
	left:auto;
	border-color:transparent transparent #FFCC33;
}



/* ------------------------------------------------------------------------------------
-- STYLE POUR LES CADRES DES OFFRES INCROYABLES
------------------------------------------------------------------------------------ */


H5 {
		color:#1C94C4;
	font-size: 20px;
	border-bottom: 1px dotted #E2E0D5;
	margin-bottom: 18px;
	padding-bottom: 10px;
	//text-align:left; 

	}	
	
	
	
	/*********Cadre Grand********/
	.cadreContourGrand {padding: 0 8px 1px 0;width: 250px;margin-bottom: 2px;}
	.cadreContourGrand H5 {margin: 0;padding: 0 0 0 9px;line-height: 26px;
		background: #F7F6F1}

	/******************fin******************/

	
	.listeClassiqueSansPuce LI{
		margin-left: -35px;
		list-style-type:none;
		padding: 3px;
		border-bottom: 1px dotted #E2E0D5;}


			
	.bonnesAffairesPrix {float: right;}		
	
	.bonnesAffairesPrix A{color: #E2001A; font-weight: bold;}
	
	
	
	LI.listeAfficherToute  { font-weight: bold; border-bottom: none !important;padding: 5px 0 5px 5px;}

	
	.detailPrixListeRecherche IMG {display: block; clear: both;}
	.detailPrixListeRecherche {font-weight: bold; font-size: 20px; display: block !important}


