/*------------------------
	INITIALISATION
------------------------*/

/* remise à zéro de tous les sélecteurs */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 62.7%;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #434749;
	background-image:url(img/fondGen.gif);
	background-repeat:repeat-x;
 background-color:#222;
}

img {
	border:0px;
	}

p {
	font-size: 1.2em;
	margin: 0 0 23px 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*------------------------
	LANGUES
------------------------*/	

#langues {
	width:1020px;
	margin: 20px auto 0 auto;
	text-align:right;
	color:#CCCCCC;
	font-size:1.2em;
	}

#telephone {
	float:left;
	/*width:280px;*/
	width:150px;
	}

/*------------------------
	REGLES GENERALES
------------------------*/
#container {
	width: 1020px;
	margin: 0px auto 0 auto;
	background-color:#fff;
}

/* entete général avec logo et carrés de navigation 
 contexte de positionnement relative pour placer la navigation*/

#header {
	background-color:#444444;
	height:110px;
	width:100%;
}

/* logo en arrière plan */

#menuHeader {
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	}

#logo {
	float:left;
	text-decoration: none;
	text-align:center;
	height:100px;
	border:0px;
	/*width:455px;*/
	width:400px;
	}

#logo p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	border:0px;
	width:100%;
	text-align:center;
	font-weight:bold;
}

#logo p a {
	color:#ffffff;
	text-decoration: none;
	}
	
#logo p a:visited {
	color:#ffffff;
	text-decoration: none;
	}	
	
#logo p a:hover {
	color:#cccccc;
	text-decoration: none;
	}	


#logoPrint {
	display:none;
	}
	
#bookmarks {
	float:right;
	text-align:right;
	width:170px;
	background-color:#ccc;
	padding:5px;
	}
	
#bookmarks img {
	margin:4px;
	}
	
#headerRight {
	width:280px;
	/*float:right;*/
	width:468px;
	float:left;
}

#footlooper {
	float:right; 
	text-align:right; 
	padding-top:30px; 
	width:280px; 
	font-size:1.2em; 
	color:#ccc; 
	height:30px;
}

#footlooper a, #footlooper a:visited {
	color:#ccc;
	text-decoration:none;
}

#footlooper a:hover {
	color:#fff;
	text-decoration:none;
}

/*------------------------
	MENU TOP
------------------------*/


#menu{ margin:0px; padding:0px; list-style:none; color:#fff; line-height:45px; display:inline-block;
    float:left; z-index:1000; position:relative; background-color:#172322; width:1020px; text-transform:uppercase; }
#menu a { color:#fff; text-decoration:none; font-size:1.2em;}
#menu > li {background:#172322 none repeat scroll 0 0; cursor:pointer; float:left; position:relative;
    padding:0px 15px;}
#menu > li a:hover {color:#006600;}
#menu .logo {background:transparent none repeat scroll 0% 0%; padding:0px;
    background-color:Transparent;}
/* sub-menus*/
#menu ul { padding:0px; margin:0px; display:block; display:inline;}
#menu li ul { position:absolute; left:-10px; top:0px; margin-top:45px; width:150px; line-height:16px;
    background-color:#444; color:#006600; /* for IE */ display:none; }
#menu li:hover ul { display:block;}
#menu li ul li{ display:block; margin:5px 20px; padding: 5px 0px;  border-top: dotted 1px #606060;
    list-style-type:none; }
#menu li ul li:first-child { border-top: none; }
#menu li ul li a { display:block; color:#0C6; }
#menu li ul li a:hover { color:#006600; }
/* main submenu */
#menu #main { left:0px; top:-20px; padding-top:20px; background-color:#7cb7e3; color:#fff;
    z-index:999;}
/* search */
.searchContainer div { background-color:#fff; display:inline; padding:5px;}
.searchContainer input[type="text"] {border:none;}
.searchContainer img { vertical-align:middle;} 

/*------------------------
	CONTENU HOME
------------------------*/

#content {
	width: 1020px;
	position:relative;
	background:url(img/fond-contenu.jpg) left top repeat-x;
	float:left;
	background-color:#ffffff;
}

#adsense {
	position:absolute;
	background:url(img/telAgence2.png) no-repeat top;
	top:0px;
	left:940px;
	padding:0px 5px;
	width:160px;
	padding-top:190px;
	}
	
#adsense2 {
	text-align:center;
	padding:5px;
	width:600px;
	}	

/*------------------------
	LIENS MENU LATERAL D
------------------------*/

#copy{
	margin-top: 0px;
	width: 158px;
	float: left;
	clear:both;
	background-color:#222222;
}

* html #copy {
	position: relative;
		
}

#copy object, #copy embed {
	margin: 0;
	padding: 0;
}

/* titres des rubriques principales des menus */


#copy ul { 
	margin: 0px 0px 10px 0px; 
	padding: 0px; 
	border: 0px; 
	list-style: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

#copy ul li { 
	text-align: left;
	margin: 0px; 
	font-family:Verdana, Arial, sans; 
	border-top: 1px solid #444;
	font-variant:normal;
	color: #ccc; 
	padding: 8px 0px 5px 8px; 
	}




#copy ul li a { 
	width: 150px; 
	display: block; 
	margin: 0;
	color: #ccc; 
	text-decoration: none; 
	}

#copy ul li a:hover { color: #fff; background: #b71511; }



#copy .header { 
	margin: 0 0 1px 0; 
	color: #888; 
	text-transform: uppercase; 
	letter-spacing: 0.2em; 
	border-top: 0; 
	padding:12px 5px 12px 10px;  
	font: normal 1.2em Arial, Helvetica, sans; 
	}
	
	
/* suite vols +++++++++++++++++ */

.redgras {
	color:#cccccc;
}

/*------------------------
	COUPS DE COEUR
------------------------*/

#topContent {
	width:100%;
	background:transparent url(img/fond-top-caroussel.png) left top repeat;
	height:300px;
	padding-top:10px;
	}

#caroussel {
	width:1050px;
	height:300px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	}

#videoFlv {
	width:610px;
	height:440px;
	margin-top:10px;
	background:url(img/fond-video-home.png) center top repeat-x;
	float:left;
	padding-left:10px;
	text-align:center;
}

#videoFlv h2 {
	font-size:2em;
	padding:5px 5px 5px 5px;
	color:#333333;
	margin-bottom:2px;
	text-align:center;
	width:530px;
	}

#sidebar {
	width: 780px;
	/*margin: 0 287px 0 0;*/
	margin: 0;
	padding: 0;
	background-color:#ffffff;
}

#contentChapeau {
	width:780px;
	padding-bottom:30px;
	background-color:#151515;
	height:10px; 
	padding-top:3px; 
	background:url(img/fondFooter.gif);
	height:180px;
	border-top:1px solid #222222;
	border-bottom:1px solid #222222;
	}

.chapeau {
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#ffffff;
	width:730px;
	padding-left:10px;
	padding-right:10px;
		}
		
.chapeau img {
	float:left;
	margin:5px 10px 5px 0px;
	}
	
.chapeau p {
	float:left;
	width:650px;
	font-size:1em;
	margin:5px 15px 5px 10px;
	}		
		
.chapeau span.important {
	color:#b71511;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}

.colonneCoeur {
	width:380px;
	float:left;
	margin-left:-5px;
	}
	
.demiCoeur {
	width:455px;
	margin-left:5px;
	margin-top:5px;
	padding-right:5px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	height:275px;
	}
	
.demiCoeur h2 {
	font-size:1.6em;
	padding:5px 5px 5px 5px;
	color:#ffffff;
	margin-bottom:5px;
	line-height:1em;
	margin-left:5px;
	text-align:center;
	}
	
.demiCoeur h2 a {
	color:#ffffff;
	text-decoration:none;
	}
	
.demiCoeur h3 {	
	text-align:center;
	}
	
.demiCoeur h4 {
	font-size:2em;
	padding:5px 5px 5px 5px;
	color:#ffffff;
	margin-bottom:5px;
	border-bottom:1px solid #ffffff;
	line-height:1.5em;
	margin-left:5px;
	text-align:center;
	width:320px;
	margin-left:auto;
	margin-right:auto;
	}
	
.demiCoeur img {
	float:left;
	padding:10px 6px 4px 20px;
	margin-right:10px;
	}
	
.demiCoeur p {
	float:left;
	width:230px;
	font-size:1.2em;
	margin-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}	
	
.categorie	{
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	}
	
.prodHome {
	width:281px;
	background:url(img/fond-produit.png) center top no-repeat;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:3px;
	height:160px;
	margin-top:10px;
	text-align:left;
	}


.prodHome h2  {
	padding-left:5px;
	color:#222222;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	font-weight:bold;
	width:240px;
	}
	

.prodHome h2 a, .coupCoeur h3 a, .blocAssur h2 a, #guideHome h2 a, #videoFlv h2 a {
	color:#222222;
	text-decoration:none;
	}
		
	
.prodHome h2 a:hover, .coupCoeur h3 a:hover, .blocAssur h2 a:hover, .demiCoeur h2 a:hover, .demiCoeur h3 a:hover, #guideHome h2 a:hover, #videoFlv h2 a:hover {
	text-decoration:none;
	color:#444444;
	border-top: 1px dotted #006600;
	border-bottom: 1px dotted #006600;
		}	
		
.coupCoeur h2 a:visited, .coupCoeur h3 a:visited, .blocAssur h2 a:visited, .demiCoeur h3 a:visited, #guideHome h2 a:visited, #videoFlv h2 a:visited  {
	color:#444444;
	text-decoration:none;
	}		
	
.demiCoeur h2 a:visited {
	color:#fff;
	text-decoration:none;
	}
	
.prodHome h3 {
	padding:5px;
	color:#006600;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	}
	
.demiCoeur h3 {
	padding:5px;
	color:#006600;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
	}
	
.coupCoeur h5 {
	padding:5px;
	color:#84ac26;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	}

.descriptionProg img {
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
	border:1px solid #999999;
}

.descriptionProg p {
	padding-left:10px;
	text-align:justify;
	width:240px;
	display:block;
	font-size:1.2em;
	}
	
#boxMedias {
	width:860px;
	float:left;
	}
	
#boxMedias2 {
	width:860px;
	float:left;
	}


#guideHome {
	width:228px;
	margin-left:0px;
	margin-top:10px;
	background:transparent url(img/fond-guide-home.png) center top no-repeat;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	height:400px;
	}
	
#guideHome h2 {
	font-size:2.4em;
	padding:5px 0px;
	color:#333333;
	margin-bottom:5px;
	border-bottom:1px solid #ffffff;
	line-height:1.5em;
	text-align:center;
	width:230px;
	}	

.duree {
	font-style:italic;
	font-size:1.2em;
	font-weight:bold;
	}

.coupCoeur .pright {
	text-align:justify;
	padding:5px;
	float:left;
	width:340px;
	background-color:#FFFFFF;
	margin:5px;
	font-weight:bold;
	font-size:1.1em;
	}
	

.coupCoeur .pright a {
	color:#b71511;
	text-decoration:none;
	}	

.coupCoeur .pright #duree {
	font-style:italic;
	font-size:0.9em;
	}

.coupCoeur .image_right  {
	float:right;
	margin:5px;
	background-color:#FFFFFF;
	border:1px solid #999999;
}

/*----------------------------
	ASSURANCE
-----------------------------*/

#blocAssur {
	width:750px;
	padding-top:10px;
	background-color:#FFFFFF;
	float:right;
	border-right:2px solid #ffffff;
	border-bottom:1px dotted #999999;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#blocAssur table {
	width:700px;
	padding:5px;
	background: url(img/logoForm.gif) center top repeat-y;
	color:#FFFFFF;
	}
	
#blocAssur table th {
padding:5px;
	line-height:2em;
	font-weight:bold;
	font-size:1.4em;
	background-color:#006600;
	}
	
#blocAssur td { 
	color:#333333;
	padding:10px;
	text-align:center;
	font-size:1.2em;
	border-left:1px solid #333333;
	}
	
#blocAssur td#titre { 
	color:#000000;
	padding:10px;
	text-align:center;
	font-size:1.3em;
	border:1px dotted #333333;
	background-color:#999999;
	}	
	
#Resassurance ul li{
	list-style-type:disc;
	}	
	
.ssblocAssur {
	width:570px;
	border-right:1px dotted #cccccc;
	float:left;
	margin:5px 0px 5px 0px;
	}

#blocAssur .image_right  {
	float:right;
	margin:5px 5px 0px 0px;
	background-color:#FFFFFF;
	border:1px solid #999999;
}

#blocAssur .image_left {
	float:left;
	margin:5px 5px 0px 5px;
	background-color:#FFFFFF;
	border:1px solid #999999;
}

#blocAssur .pleft {
	text-align:justify;
	padding:5px;
	margin:5px;	
	float:left;
	width:550px;
	background-color:#FFFFFF;
	font-weight:bold;
	font-size:1.1em;
	border-left:1px solid #b71511;
	}

#blocAssur .pright {
	text-align:justify;
	padding:5px;
	margin:5px;	
	float:left;
	width:730px;
	background-color:#FFFFFF;
	font-weight:bold;
	font-size:1.1em;
	border-left:1px solid #b71511;
	}

#blocAssur h5 {
	padding:5px;
	color:#84ac26;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	width:550px;
	}

#blocAssur h2 {
	padding:5px;
	color:#006600;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:bold;
	font-variant:small-caps !important;
	width:570px;
	}

#blocAssur h2 a {
	color:#006600;
	text-decoration:none;
	}
	
#blocAssur h2 a:hover {
	text-decoration:none;
	color:#006600;
	border-top: 1px dotted #006600;
	border-bottom: 1px dotted #006600;
		}	
		
#blocAssur h2 a:visited {
	color:#006600;
	text-decoration:none;
	}		

.assur {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	width:750px;
	padding-left:5px;
	float:right;
	background-color:#ffffff;
	border-bottom:1px dotted #cccccc;
	text-align:left;
	}
	
.assur h2 , .garantie h2{
	padding:5px;
	color:#006600;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.7em;
	font-weight:bold;
	font-variant:small-caps !important;
	}	

.assur h5 {
	padding:5px;
	color:#84ac26;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	width:760px;
	}

.assur ul {
	padding-left:4px
	}
	
.assur ul li {
	padding:2px;
	display:inline;
	list-style-type:none;
	}
	
.garantie {
	width:720px;
	margin-top:10px;
	background-color:#FFFFFF;
	float:left;
	border-bottom:1px dotted #999999;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:10px;
	}
	
.garantie h5 {
	padding:5px;
	color:#84ac26;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	float:left;
	width:750px;
	}	
	
.forfait {
	color:#b589a3;
	}	
	
.transport {
	color:#afdedc;
	}

.heberge {
	color:#cadb2a;
	}
	
.loisir {
	color:#39c2d8;
	}
	
.assistance {
	color:#fecb01;
	}	
	
.globetrotter {
	color:#6093f9;
	}
	
.garantie .pright {
	text-align:justify;
	padding:5px;
	float:left;
	width:300px;
	background-color:#FFFFFF;
	margin:5px;
	font-weight:bold;
	font-size:1.1em;
	}

.garantie ul {
	font-style:italic;
	padding:10px 0px 10px 10px;
	clear:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	
	}
	
.garantie ul li {
	list-style:disc;
	font-style:normal;
	}
/* titre en dessous de l'image du produit */
/*#coupCoeur .image_right p {
	padding:2px;
	text-transform:uppercase;
	color:#006600;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	font-weight:bold;
	width:230px	
}
*/
/*.clearFix.after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	}*/

/* antislash IE mac \*/
/** html .clearFix {height:1%;}
.clearFix {display:block;}*/
/* fin hack IE mac */



* html body #sidebar {
  height: 1%;
  margin-right: 0;
}
/* End hide from IE5/mac */


#footer {
	position: relative;
	border-top: 1px solid #e5e5e5;
	padding: 12px 10px 15px 10px;
	clear: both;
	text-align:center;
	font-size:1em;
	width:1000px;
}


#footer ul li {
	display: inline;
	margin: 0 8px 0 0;
}


#footer ul li a {
	text-transform: uppercase;
	font-weight:bold;
	text-decoration:underline;
}

.ref {
	font-size:0.9em;
	text-transform:lowercase !important;
	font-weight:normal;
	}

#footer ul li a:link, #footer ul li a:visited {
	color: #404040;
}

#footer ul li a:hover {
	color: #98ca45;

}

#footer p {
	margin:10px;
	}

#legal {
	position: relative;
	background:url(img/fondFooter.gif);
	padding: 12px 12px;
	clear: both;
	text-align:center;
	font-size:1em;
	color:#ffffff;
	width:996px;
}

#legalInfos {
	background:url(img/fondFooter.gif) left top repeat;
	padding: 12px 12px;
	clear: both;
	text-align:center;
	font-size:1em;
	color:#ffffff;
	width:996px;
	height:160px;
}

#legal a, #legalInfos a {
	color:#ffffff;
	text-decoration:underline;
		}
		
#legal a:visited, #legalInfos a:visited {
	color:#ffffff;
	text-decoration:none;
		}	
			
#legal a:hover, #legalInfos a:hover {
	color:#006600;
	text-decoration:none;
		}		


#legalInfos img {
	float:left;
}

#legalInfos p {
	width:800px;
	float:left;
}

#legal2 { 
	background:url(img/fondFooter.gif);
	padding: 12px 0 10px 5px;
	clear: both;
	text-align:center;
	width:1015px;
	color:#ffffff;
	font-weight:bold;
	font-size:0.8em;
}	

#legal2 a {
	color:#FFFFFF;
	text-decoration:none;
	}
	
#legal2 a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}	
	
#legal2 a {
	color:#FFFFFF;
	text-decoration:none;
	}	
	
#clock {
	text-align:center;
	font-weight:bold;
}
/*----------------------------
	HOMEPAGE
-----------------------------*/
#home #copy h2 {
	background:url(img/headline.gif) no-repeat left top;
}


/*------------------------
	VIDEOS
------------------------*/


.video {
	background-color:#000000;
	width:560px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
	
	
.checkvideo {
	font-size:1.2em;
	color:#cccccc;
	font-weight:bold;
	}
	
.lectVideo {
	margin:30px 10px 20px 10px;
	}
	
.checkvideo img {
	vertical-align:middle;
	margin:3px;
	}
	
#titlevideo {
	font-style:italic;
	font-weight:bold;
	}
	
/*------------------------
	TIPS
------------------------*/

.clearthefloats {
	clear:both;
	}
	
	
/*------------------------
	PUBLICITES
------------------------*/	

/* GOOGLE ADSENSE */

#colDroite{
background-color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
color:#FFFFFF;
width:200px;
float:right;
}

#colDroite p {
margin-left:10px;
}


/*---------------------------------------------
	   FORMULAIRES
----------------------------------------------*/	


input {
	background-color:#FFFFFF;
	border-bottom:solid 2px #006600;
	border-right:solid 1px #006600;
	margin-left:10px;
	}
	
	
/*-----------------------------
	AFFICHAGE PRODUIT SEUL
-----------------------------*/		

/* encart presentation categorie exclusif/selectionne/escapades >>> static  */

#overProd {	
	float:left;
	width:695px;
	margin-left:10px;
	height:266px;
	background:url(img/bg-voyages-vietnam-exclusifs.png) center center no-repeat;
	padding-left:50px;
	padding-top:80px;
	}
	
#overProd h1, #overProd p { /* suppression progessive du h1 */
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:1.2em;
	line-height:1.5em;
	width:400px;
	text-align:justify;
	}
	
#overProd img {
	margin:-70px 0px 0px 20px;
	}
	
#generalProd {
	width:560px;
	padding-top:10px;
	background-color:#FFFFFF;
	float:left;
	border-bottom:1px dotted #999999;
	margin:5px;
	font-family:Arial, Helvetica, sans-serif;
	}

#generalProd h2 {
	padding:5px;
	color:#006600;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.1em;
	font-weight:bold;
	font-variant:small-caps !important;
	}

#generalProd h3 {
	padding:5px;
	color:#006600;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:bold;
	}

#generalProd h5 {
	padding:5px;
	color:#84ac26;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	}

#visuProd {
	min-height:200px;
	width:280px;
	position:relative;
	top:0px;
	float:left;
	left:10px;
	display:block;
	}
	
* html #visuProd { /* taille minimum IE6 */
	height:200px;
	}	
	
#visuProd p {
	width:50px;
	padding-top:3px;
	padding-left:10px;
	background:transparent url(img/bgCaption-visu.png) left top;
	}
	
.infoProd {
	float:left; 
	width:233px;
	height:89px; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:1.6em; 
	color:#060;
}

.infoProddata {
	padding-top:55px;
	text-align:left;
	padding-left:20px;
}

.programme {
	width:650px; 
	float:left; 
	margin-top:0px; 
	color:#000; 
	font-size:1.2em; 
	margin-left:10px;
}

.programme h2 {
	border-bottom:2px dotted #006600; 
	color:#006600;
	width:650px;
}

.programme p {
	padding:50px 10px 10px; 
	width:720px;
}

.detailProd { /* remplace .coupCoeur pleft de la page des produits ou index */
	padding:10px;	
	float:left;
	background-color:#FFFFFF;
	font-weight:normal;
	font-size:1.3em;
	display:block;
	margin-left:10px;
	width:530px;
	}
	
#detailProgramme { /* remplace .coupCoeur pleft de la page des produits ou index */
	width:518px;
	padding:10px;	
	float:left;
	background-color:#FFFFFF;
	font-weight:normal;
	font-size:1.3em;
	display:block;
	margin-left:10px;
	margin-top:-3px;
	}
	
.detailTete {
	text-align:center;
	display:inline;
	padding-left:10px;	
	}
	
	
.prixDuree {
	float:left; 
	width:233px;
	height:89px; 
	font-family:Verdana, Geneva, sans-serif;
	color:#060;
}
	
#fotoG {
	margin-top: 0px;
	border-left: 1px solid #e5e5e5;
	width: 207px;
	float: right;
	background-color:#222222;
	text-align:center;
}


#fotoG ul { 
	padding: 0; 
	border: 0; 
	list-style: none;
	}
	
#fotoG ul li img {
	border: 1px solid #aaaaaa;
	background-color:#222222;
	padding:10px 20px;
	margin:20px 0px;
}
	
	
	
* html #fotoG {
	position: relative;
}	

.fotoplus {
margin-left:15px;
	padding:5px;
	color:#84ac26;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	}


/*---------------------------------------------------
	AFFICHAGE LISTE PRODUITS - HOTELS 
---------------------------------------------------*/	

#enteteListeProd {
	float:left;
	width:862px;
	background-color:#b71512;
	}

#enteteListeProd p {
	font-size:2em; 
	color:#FFFFFF; 
	padding-left:700px;
	padding-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	}
	
#enteteListeProd form {
	margin-left:620px;
	margin-top:40px;
	padding:5px;
	color:#ffffff;
	}

#enteteListeProd form select{
	width:130px;
	padding:1px;
	margin-left:10px;
	color:#b81613;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	}

#enteteListeProd form input {
	width:130px;
	margin-top:10px;
	color:#b81613;
	height:2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	}
	
#containerProdSeul {
	float:left;
	width:580px;
	}	
	

/*--------------------------------------------------------
			AFFICHAGE PRODUIT SEUL _ 12 08 (SEO) - MAJ 04-11
__________________________________________________________ */

#containerProd {
	float:left;
	width:980px;
	}
	

#tableprix {
	float:left;
	width:540px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	margin:0px 0px 20px 90px;
	border:1px solid #cccccc;
	}
	


#infosResa {
	width:213px; 
	height:530px; 
	padding-left:10px; 
	margin-top:20px; 
	margin-right:20px; 
	float:right;
	}
	
#infosResaBox {
	border:1px solid #b71512;
	background:#ffffff;
	}
	
#infosResaBox h2 {
	background-color:#b71511;
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	line-height:2em;
	padding:5px;
	width:190px;
	text-align:center;
	}

#infosResaBox p {
	width:180px;
	text-align:center;
	padding:10px;
	}
	
#infosResaBox a, a:visited, a:link {
	color:#006600;
	text-decoration:none;
	}
	
#infosResaBox a:hover {
	color:#006600;
	text-decoration:underline;
	}
	
.telConseiller {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	color:#006600;
	}
	
/*---------------------------------------------------------
						FIN PRODUIT SEUL
---------------------------------------------------------- */

.listeProd {
	width:740px;
	height:180px; /* taille minimum pour IE */
	padding-top:10px;
	padding-left:20px;
	background-color:#FFFFFF;
	float:left;
	border-bottom:1px dotted #999999;
	border-right:1px dotted #999999;
	margin:5px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.listeProd p {
	width:700px;
	}	
	
p.introProgramme {	
	border:1px solid #444444;
	padding:10px;
	width:578px;
	margin:10px;
	}

.introProgramme ul li img {
	margin-right:20px;
}

html>body .listeProd { /* taille minimum autres navigateurs qui comprennent min-height */
	min-height:180px;
	height:auto;
	}
	
.listeProd h2 {
	background:url(img/bg-voyages-titre.png) center top no-repeat;
	color:#FFFFFF;
	width:700px;
	height:27px;
	padding-bottom:5px;
	text-align:center;
	margin-left:0px;
	font-size:1.4em;
	}

 
.listeHotel h2, .listeBa h2 {
	padding:5px;
	color:#006600;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:bold;
	}
	
.listeProd h2 a {
	color:#ffffff;
	text-decoration:none;
	}
	
.listeProd h2 a:visited {
	color:#ffffff;
	text-decoration:none;
	}
	
.listeProd h2 a:hover {
	text-decoration:none;
	color:#cccccc;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
		}	

.listeHotel h2 a, .listeBa h2 a {
	color:#006600;
	text-decoration:none;
	}
	
.listeHotel h2 a:visited, .listeBa h2 a:visited {
	color:#006600;
	text-decoration:none;
	}
	
.listeHotel h2 a:hover, .listeBa h2 a:hover {
	text-decoration:none;
	color:#006600;
	border-top: 1px dotted #006600;
	border-bottom: 1px dotted #006600;
		}	
		
		
	
.listeHotel h2 span.hotelVideo {
	float:right;
	border:0;
	}	
	
.listeProd h3 {
	margin-left:5px;
	padding:5px;
	color:#006600;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
	display:block;
	}

.print {
	display:block;
	position:relative;
	float:right;
	margin-right:20px;
	}
	
.listeProd h5 {
	padding:5px;
	color:#006600;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	}
	
.catProd {	
	color:#006600;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	}

.listeProd h6 {
	padding:5px;
	color:#333333;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
	}	
	
.listeProd table {
	width:720px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	margin:20px 0px 20px 20px;
	border:1px solid #cccccc;
	}
	
.listeProd table, .listeHotel table th {
	color:#ffffff;
	background-color:#006600;
	}
	
.listeProd table td, .listeHotel table td {
	color:#b81613;
	border-right:1px dotted #cccccc;
	}
	
.listeProd  a {
	color:#b71511;
	}
	
.plusInfos {
	color:#fff !important;
	background-color:#b71511;
	padding:5px;
	float:right;
	font-weight:bold;
	
}
.plusInfos a {
	color:#fff;
}
	
.listeProd #tableprix {
	float:left;
	width:540px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	margin:20px 0px 20px 10px;
	border:1px solid #cccccc;
	}
	
.listeProd #tableprix th {
	color:#ffffff;
	background-color:#006600;
	}
	
.listeProd #tableprix td {
	color:#b81613; 	
	background-color:#ffffff;
	}
	
.listeProd  #tableprix a {
	color:#b71511;
	}
	
.reservation {
	margin-left:auto;
	margin-right:auto;
	width:150px;
	text-align:center;
	color:#b81613;
	background-color:#cccccc;
	padding:5px;
	font-weight:bold;
	font-size:1.4em;
	margin-top:10px;
	}

.reservation a {
	color:#b81613;
	background-color:#cccccc;
	text-decoration:none;
	}
	
.reservation a:hover {
	color:#000000;
	text-decoration:none;
	}
	
	
.reservation a:visited {
	color:#b81613;
	background-color:#cccccc;
	text-decoration:none;
	}
	
#chapeauHotel {
	margin-top:10px;
	padding-left:10px;
	float:left;
	background:url(img/bg-hotels-vietnam-ville.png) top center no-repeat;
	width:760px;
	height:27px;
	}
	
#chapeauHotel h1 {	
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	text-align:center;
	float:left;
	width:760px;
	}
		
#chapeauHotel h3 {	
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	text-align:center;
	float:left;
	width:760px;
	}		
		
.containerHotel {
	float:left;
	width:380px;
	}
	
#overHotel {
	float:left;
	width:770px;
	}	
	
.listeHotel .entete {
	background:url(img/bg-hotel-vietnam-ville.png) top center no-repeat;
	height:27px;
	width:350px;
	border:none;
	}
	
.listeHotel {
	width:350px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	padding-left:15px;
	margin-top:10px;
	}	
	
.listeHotel h2 {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	padding-left:10px;
	}
	
.listeHotel h2 img {
	vertical-align:bottom;
	padding-top:3px;
	}
	
#choixHotel h3 {
	padding:5px;
	color:#444444;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	display:block;
	}	
	
#choixHotel {
	width:580px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	padding-left:15px;
	margin-top:10px;
	}	
	
#carteHotel {
	width:750px;
	padding:10px;
	height:750px;
	}
	
/* MODIFICATIONS RUBRIQUE HOTELS MARS 2008*/
	
	
.listeBa {
	clear:both;
	width:770px;
	padding-top:10px;
	background-color:#FFFFFF;
	float:left;
	border-bottom:1px dotted #999999;
	margin:5px;
	font-family:Arial, Helvetica, sans-serif;
	}		
	
#choixHotel table {
	width:540px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	padding-left:5px;
	border:1px solid #cccccc;
	}
	
#choixHotel .intro {
	color:#333333;
	text-align:left;
	font-weight:normal;
	font-size:1em;
	padding:5px;
	}
		
.listeHotel .donnees {
	border:1px solid #999999;
	background:url(img/bg-donnees-hotel-vietnam.png) bottom center no-repeat;
	}	
	
#choixHotel .donnees {
	border:1px solid #999999;
	background:url(img/bg-donnees-hotel-vietnam.png) bottom right no-repeat;
	width:580px;
	}				
		
.listeBa table {
	border:1px;
	width:555px;
	}	
	
.intro{
	padding:0px;
	}		
	
.donnees h3 {
	font-size:1.2em;
	color:#006600;
	}	
	
.donnees h2 {
	font-size:1.4em;
	color:#006600;
	}
	
.donnees h2 img {
	vertical-align:top;
	margin:0px 3px 0px 0px;
	float:right;
	}		
	
.listeProd .intro, .listeBa .intro {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	}
	
.listeHotel .label, .listeBa .label {
	padding:5px 5px 0px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	width:150px;
	color:#84ac26;
	}
	
.listeHotel .hotel, .listeBa .hotel {
	padding:5px 5px 0px 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	width:200px
	}
	
#choixHotel .prix, .listeBa .prix {
	padding:5px;
	font-family:"Courier New", Courier, mono;
	color:#b81613;
	font-size:2em;
	font-weight:bold;
	text-align:right;
	}
	
#infoHotel {
	width:770px;
	background-color:#FFFFFF;
	float:left;	
	display: table-cell;
	vertical-align: middle;
	}
	
#infoHotel p {
	width:670px;
	float:left;
	margin-top:10px;
	padding:3px 0px 3px 0px;
	border-bottom:1px dotted #006600;
	border-top:1px dotted #006600;
	}	
	
#infoHotel img {
	float:left;
	padding:10px 10px 5px 10px;
	}		
	
.source {
	font-size:0.8em;
	color:#333333;
	text-align:right;
	font-style:italic;
	}	
	
#chapeauProd, #autrInfo {
	width:660px;
	background-color:#FFFFFF;
	float:left;	
	display: table-cell;
	vertical-align: middle;
	}
	
#chapeauProd p, #autrInfo p {
	width:550px;
	float:left;
	margin-top:10px;
	padding:3px 0px 3px 0px;
	border-bottom:1px dotted #006600;
	border-top:1px dotted #006600;
	}

#chapeauProdLarge {
	width:750px;
	background-color:#FFFFFF;
	float:left;	
	display: table-cell;
	vertical-align: middle;
	}
	
#chapeauProdLarge p {
	width:650px;
	float:left;
	margin-top:10px;
	padding:3px 0px 3px 0px;
	border-bottom:1px dotted #006600;
	border-top:1px dotted #006600;
	}

#chapeauProd img, #chapeauProdLarge img, #autrInfo img {
	float:left;
	padding:10px 10px 5px 10px;
	}	
	
#chapeauProd a, #autrInfo a {
	color:#006600;
	text-decoration:none;
	}
	
#chapeauProd a:hover, #autrInfo a:hover {
	color:#b71511;
	text-decoration:underline;
	}		
	
#chapeauProd a:visited, #autrInfo a:visited {
	color:#006600;
	text-decoration:none;
	}
		
#choixProd {
	float:left;
	width:200px;
	}	

#choixProd form {
	margin-left:20px;
	margin-top:10px;
	padding:5px;
	color:#ffffff;
	}

#choixProd form select{
	background:#b71511;
	width:130px;
	padding:1px;
	margin-left:10px;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1em;
	}

#choixProd form input {
	width:130px;
	margin-top:10px;
	color:#b81613;
	height:2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	}

.apartirde {
	padding:0px;
	font-family:"Courier New", Courier, mono;
	color:#b81613;
	font-size:1em;
	font-weight:bold;
	text-align:right;
	padding-left:10px;
	}

.listeProd form select option {
	width:490px;
	font-size:1.2em;
	border:1px solid #006600;
	padding:5px;
	height:1.5em;
	}
	
.nav {
	width:750px;
	text-align:center;
	font-size:1.2em;
	float:right;
	}
	
.nav a {
	padding:3px;
	}	
	
#page {
	background-color:#006600;
	color:#FFFFFF;
	font-size:1em;
	padding:3px;
	vertical-align:top;
	}
		

div#formcontact {
	width:830px;
	margin-left:10px;
	border-color:#cccccc;
	float:left;
	}
	
div#formcontact h5 {
text-align:center;
	margin:10px 10px;
	border-color:#cccccc;
	font-size:1.1em;
	}	
	
div#formcontact h2{
text-align:center;
	margin:10px 10px;
	border-color:#cccccc;
	font-size:2em;
	color:#006600;
	}
		
div#formcontact ul {
	margin:10px 10px;
	border-color:#cccccc;
	font-size:1.1em;
	list-style-type:none;
	}	
		
div#formcontact form {
	border-top:2px solid #cccccc;
	border-bottom:3px solid #cccccc;
	background-image:url(img/logoForm.gif);
	background-repeat:no-repeat;
	background-position:top;
		}
	
div#formcontact div.clearfix {
	padding:20px 0px 30px 0px;
	vertical-align:top;
	margin-bottom:10px;
	}
	
div#formcontact form label {
	width:200px;
	float:left;
	font-size:1.2em;
	margin:0px 10px;
	}
	
div#formcontact form label.error {
	color:#b71512;
	float:right;
	font-size:1.2em;
	margin:0px 10px;
	padding-bottom:10px;
	display:block;
	}		
	
	
div#formcontact form input {
	font-size:1.2em;
	border:1px solid #006600;
	padding:2px;
	height:1.5em;
	float:left;
	}			


input.noborder {
	border:0px;
}

div#formcontact form textarea {
	font-size:1.4em;
	border:1px solid #006600;
	padding:5px;
	float:left;
	width:300px;
	}
	
		

/*---------------------------------------------------
	AFFICHAGE LISTE BONNES ADRESSES
---------------------------------------------------*/		
	
.listeAdresses {
	clear:both;
	width:605px;
	height:180px; /* taille minimum pour IE */
	padding-top:10px;
	background-color:#dddddd;
	float:left;
	border-bottom:1px dotted #999999;
	margin:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	}	
	
.entetAdresses {
	margin:5px;	
	font-size:1.4em;
	padding-top:10px;
	float:left;
	line-height:25px;
	width:595px;
	background:#b81613;
	}
	
.entetAdresses h2 {
	font-family: Helvetica, Arial, sans-serif;
	color:#ffffff;
	padding-left:10px;
	}
	
.titrAdresse {
	background:#006600;
	color:#ffffff;
	text-align:left;
	font-weight:bold;
	padding-left:10px;
	line-height:1.5em;
	}
	
.adresse {
	color:#222222;
	text-align:left;
	}	
	
#chapeauAdresses {
	margin-top:10px;
	padding-left:50px;
	float:left;
	background:url(img/bg-hotels-vietnam-ville.png) top center no-repeat;
	width:760px;
	height:27px;
	}
	
#chapeauAdresses h1 {	
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	text-align:center;
	float:left;
	width:760px;
	}
	
	
/*---------------------------------------------------
	AFFICHAGE LISTE ADRESSES UTILES
---------------------------------------------------*/		
#containerUtiles {
	width:840px;
	float:right;
	}
	
.listeUtiles {
	width:740px;
	/*height:180px;  taille minimum pour IE */
	margin:10px 10px 10px 10px;
	background-color:#eeeeee;
	border-bottom:1px dotted #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	float:left;
	}	
	
.entetUtiles {
	margin:10px 10px 10px 10px;
	font-size:1.4em;
	padding-top:10px;
	float:left;
	line-height:25px;
	width:750px;
	background:#b81613;
	}	

.entetUtiles h2 {
	font-family: Helvetica, Arial, sans-serif;
	color:#ffffff;
	padding-left:10px;
	}

.titrUtiles {
	background:#006600;
	color:#ffffff;
	text-align:left;
	font-weight:bold;
	padding-left:10px;
	line-height:1.5em;
	width:740px;
	float:left;
	}
	
.utiles {
	color:#222222;
	text-align:left;
	padding-left:10px;
	width:700px;
	}		
	
.intitutiles {
  font-weight:bold;
  margin-left:3px;
  margin-right:3px;
  }	
  
/*-----------------------------
	CGV - CONTACT - 
-----------------------------*/	

#cgv {
	width:750px;
	padding-top:10px;
	padding-left:10px;
	background-color:#FFFFFF;
	float:left;
	border-bottom:1px dotted #999999;
	font-family:Arial, Helvetica, sans-serif;
	}

#cgv h2 {
	padding:5px;
	color:#006600;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:bold;
	font-variant:small-caps !important;
	}
	
#cgv h3 {
	padding:5px;
	color:#006600;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:bold;
	text-decoration:underline;
	}

#cgv h2 a {
	color:#006600;
	text-decoration:none;
	}
	
#cgv h2 a:hover {
	text-decoration:none;
	color:#006600;
	border-top: 1px dotted #006600;
	border-bottom: 1px dotted #006600;
		}	
		
#cgv h2 a:visited {
	color:#006600;
	text-decoration:none;
	}		
	
#cgv h5 {
	padding:5px;
	color:#84ac26;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	}
	
#cgv p, #cgv ul li, #cgv ol li {
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	list-style-type:circle;
	margin-left:10px;
	}	
	
#cgv ul li ul li {
	font-size:1em;
	list-style-type:disc;
}
/*-----------------------------
	SPECIALISTE
-----------------------------*/	

#specialiste {
	width:800px;
	padding:10px;
	background-color:#FFFFFF;
	float:left;
	border-bottom:1px dotted #999999;
	font-family:Arial, Helvetica, sans-serif;
	}

#specialiste img {
	float:left;
	margin-right:10px;
}

#specialiste h2 {
	padding:5px;
	color:#666;
	text-align:left;
	font-size:2.8em;
	font-weight:bold;
	}

.highlight {
	color:#060;
	font-style:italic;
}

#specialiste h2 a {
	color:#006600;
	text-decoration:none;
	}
	
#specialiste h2 a:hover {
	text-decoration:none;
	color:#006600;
	border-top: 1px dotted #006600;
	border-bottom: 1px dotted #006600;
		}	
		
#specialiste h2 a:visited {
	color:#006600;
	text-decoration:none;
	}		
	
#specialiste h5 {
	padding:5px;
	color:#84ac26;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	}
	
#specialiste p, #specialiste ul {
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	letter-spacing:0.1em;
	width:480px;
	float:left;
	}	

#specialiste li {
	padding-left:15px;
}
/*---------------------------------------------------
	AFFICHAGE BOUTIQUES (AMAZON)
---------------------------------------------------*/	

#boxBoutiques {
	text-align:center;
	width:750px;
	float:left;
	}
	
	
/*---------------------------------------------------
	CARTES GEOGRAPHIQUES
---------------------------------------------------*/	

div#maps {
	padding-left:10px;
	margin-top:20px;
	width:750px;
	float:left;
	}
	
div#maps img {
	border:0px;
	float:left;
	margin-top:10px;
	}
	
div#maps ul {
	margin-top:10px;
	width:240px;
	float:left;
	list-style-type:none;
	font-size:1.2em;
	}
	
div#maps li {
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	padding:.5em;
	}
	
div#maps li a {
	text-decoration:none;
	color:#333333;
	}
	
div#maps li a:hover {
	text-decoration:none;
	color:#b71512;
	border-bottom:1px dotted #b71512;
	font-weight:bold;
	}
	
	
/*---------------------------------------------------
	PARTENAIRES
---------------------------------------------------*/	

div#partenaires {
	padding-left:10px;
	margin-top:20px;
	width:757px;
	float:left;
	}
	
div#partenaires h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	}
	
div#partenaires img {
	border:0px;
	float:left; 
	}
	
div#partenaires table {
	margin-top:10px;
	width:820px;
	float:left;
	font-size:1.2em;
	border:0px;
	padding:0px;
	}

.lienLoupe {
	width:30px;
	}

tr.textannu {
	background:#cccccc;
	font-size:1em;
	text-align:center;
	}

div#partenaires table td {	
	border-bottom:1px dotted #cccccc;
	}

div#partenaires table td img {	
	float:right;
	}
	
#liensPartenaires img {
	float:left;
	margin:10px 10px 10px 0px;
	}
	
#liensPartenaires p {
	float:left;
	width:550px;
	margin:10px 0px;
	text-align:justify;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	letter-spacing:-0.05em;
	}
	
#liensPartenaires h2 {
	float:left;
	width:550px;
	margin-top:10px;
	color:#006600;
	font-size:1.8em;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	
#liensPartenaires h2 a:link {
	color:#006600;
	text-decoration:none;
	}
	
#liensPartenaires h2 a:visited {
	color:#006600;
	text-decoration:none;
	}	
	
#liensPartenaires h2 a:hover {
	color:#006600;
	text-decoration:underline;
	}	
	
/*---------------------------------------------------
	PARTENAIRES REFERENCEMENT
---------------------------------------------------*/	

div#partenairesRef {
	padding-left:10px;
	margin-top:20px;
	width:850px;
	float:left;
	}

	
div#partenairesRef table img {
	border:0px;
	display:block;
	margin:3px auto; 
	}
	
div#partenairesRef table {
	margin-top:10px;
	width:850px;
	float:left;
	font-size:1.2em;
	border:0px;
	padding:0px;
	}


div#partenairesRef table td {	
	border-bottom:1px dotted #cccccc;
	line-height:1.2em;
	}

		
	
/*---------------------------------------------------
	VIDEOTHEQUE
---------------------------------------------------*/	


div#videos {
	padding-left:10px;
	margin-top:20px;
	width:750px;
	float:left;
	border-bottom:1px solid #cccccc;
	}

.cat-video {
	width:745px;
	margin-bottom:10px;
	float:left;
	}
	
.cat-video h2 {
	border-top:1px #B6B2AC solid;
	border-bottom:1px #D2CFCB solid;
	height:2em;
	margin:3px 10px 5px 3px;
	font-size:1.6em;
	padding-top:8px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	}

.titrevideo h2 a {
	color:#222222;
	}

.contenuvideo {
	margin:3px;
	margin-bottom:10px;
	padding-bottom:10px;
	height:80px;
	}
	
.contenuvideo p img {
	float:left;
	margin:0px 4px 4px 0px;
	}	
	
.contenuvideo p {
	text-align:justify;
	padding-left:5px;
	font-weight:bold;
	font-size:1.1em;
	margin:0px 0px 0px 0px;
	min-height:70px;
	}

	
.liensvideo {
	float:left;
	margin-left:110px;
	}
	
.liensvideo p {
	color:#006600;
	padding:5px;
	background-color:#FFFFFF;
	margin:5px;
	font-weight:bold;
	font-size:1.2em;
	}
		
.liensvideo ul {
	margin-left:30px;
	padding-left:5px;
	border-left:1px dotted #cccccc;
	list-style-type:none;
	}		
		
.liensvideo ul li {
	font-size:1.1em;
	border:none;
	list-style-image:url(img/lienGris.gif);
	}
	
.liensvideo ul li {
	font-size:1.1em;
	border:none;
	list-style-image:url(img/lienGris.gif);
	}
	
.liensvideo ul li a {
	text-decoration:none;
	color:#333333;
	}	
	
.liensvideo ul li a:hover {
	text-decoration:none;
	color:#006600;
	}

/*---------------------------------------------------
	GUIDE MULTIMEDIA
---------------------------------------------------*/	

/* PAGE DE GARDE */

#guideGarde {
	width:850px;
	padding-top:10px;
	background-color:#FFFFFF;
	float:right;
	border-bottom:1px dotted #999999;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#guideGarde img {
	padding:18px;
	}	
	
#lienGarde1 {
text-align:left;
	width:280px;
	float:left;
	padding-left:20px;
	padding-top:10px;
	margin-left:20px;
	}	

#lienGarde1 img {
	float:left;
	vertical-align:middle;
	margin:0px 4px 0px 0px;
	}

#lienGarde1 p {
vertical-align:middle;
	font-size:2em;
	color:#003300;
	}	
	
#lienGarde2 {
	text-align:left;
	width:290px;
	padding-right:10px;
	float:right;
	padding-top:10px;
	margin-right:20px
	}	
		
#lienGarde2 img {
	float:left;
	vertical-align:middle;
	margin:0px 4px 0px 0px;
	}

#lienGarde2 p {
vertical-align:middle;
	font-size:2em;
	color:#003300;
	}			

#lienGarde2 p img {
	float:right;
	}


div#headergarde {
    text-align: center;
    height: 166px;
    margin: 0px;
}

div#navcol {
	padding-top:0px;
    width:235px;
    float: left;
	margin-right:5px;
}	

div#navcolGarde {
	padding-top:10px;
    width: 300px;
    float: left;
    padding-right: 2px;
	padding-left:3px;
}	

div#mainGarde {
  padding-left: 10px;
	background-color:#ffffff;
	border-left: dotted 1px black;
	width:450px;
	text-align:right;
}

	


div#main {
   padding:0px;
    margin-left: 239px;
    margin-right: 0px;
	background-color:#ffffff;
}


div#sidecol {
    padding: 10px;
    width: 1px;
    float: right;
}
div#foot {
    border-top: dotted #000 1px;
	background-image:url(footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
    padding-top: 10px;
    text-align: center;
    clear: both;
}

div#column2 {
    margin: 0;
    padding: 0;
    background-position: right;
    background-repeat: repeat-y;
    width: 1020px;
    background-color: #ffffff;  
}

div#column2garde {
    margin: 0;
    padding: 0;
    background-repeat: repeat-y;
    width: 780px;
    background-color: #ffffff;
	   
}

div#column1 {
    margin: 0px;
    padding: 0px;
    background-image: url(side1.gif);
    background-repeat: repeat-y;
    width: 100%;
   
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
	
div#navcol ul {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	
div#navcol li {
	padding-left:5px;
	font-weight:normal;
	}
	


/*********************************/
/**** Styles créés par Séb ****/ 
/*********************************/
/*** Modifications Franck le 08 fevrier 2007 ***/
/*** Modif integration,tangka 02/2007 ***/
/*********************************/


/* ##### Styles menu de navigation sommaire #####*/
dl, dt, dd, ul, li {margin: 0; padding: 0; list-style-type: none;}

#menuChapts	{
	position: relative; top: 0; left: 0;
	font-family:"Lucida Grande", Arial, Verdana;
	}
	
#menuChapts {width: 190px;}

#menuChapts dt {
	cursor: pointer; 
	margin: 2px 0; 
	line-height: 20px; 
	font-weight: bold;
	background-position: 0 8px;
	padding-left: 12px;
	}
	
#menuChapts dt a:hover {
	color:#ff7f00; 
	text-decoration:underline;
	}

#menuChapts dd {
	background-color: #ffffff;
	}

#menuChapts li { 
	font-family:"Lucida Grande", Arial, Verdana;
	margin-left:15px;
	background-position: 0 4px;
	border-left:1px dotted #5b83a7;
	border-right:1px dotted #5b83a7;
	}
#menuChapts li a, #menucats dt a {
	display: block;
	font-size: 11px;
	padding-left: 20px;
	  }


.menuChaptTitle1{ /*style pour les noms de chapitres non expandés*/
	/*color : #880000;*/
	color : #0b0048;
}

.menuChaptTitle2 {  /*style pour le nom du chapitre expandé*/
	color : #ff7f00;
}

.menuChaptTitle3{  /*style pour le nom du chapitre courant*/
	color : #ff7f00;
	font-size :15px;
}

.subMenuHide { /*style pour cacher le contenu des chapitres autres que le courant */
	display: none;
}

.subMenuShow { /*style pour afficher le contenu du chapitre courant et celui du chapitre expandé */
	display: block;
}



.subMenuTitle2  a:link { /*style pour le nom du sous-chapitre courant*/
	color: #ff7f00;
	font-weight:bold;
	font-size:1em;
	text-decoration:none;
}

.subMenuTitle2  a:visited  { /*style pour le nom du sous-chapitre courant*/
	color: #ff7f00;
	font-weight:bold;
	font-size:1em;
	text-decoration:none;
}



.subMenuTitle1 a:link {  /*style par défaut pour les noms de sous-chapitres */
	color: #0b0048;
}

.subMenuTitle1 a:visited {  /*style par défaut pour les noms cliques de sous-chapitres */
	color: #0b0048;
}
.subMenuTitle1 a:hover {  /*style par défaut pour les noms de sous-chapitres */
	color: #b71511;
}



/* ##### Style pour les flèches de navigation en haut de la partie centrale (encapsulé dans un div) #####*/
.smallNav {
text-align:center;
padding-right:20px;
margin-bottom:5px;
padding-top:15px;
float:right;
}

#diaporama {
	background:#000000;
	padding-left:100px;
	width:665px;
	height:300px;
	float:left;
	}

.backhome {
background-color:darkred; 
text-align:center;
color:white; 
font-weight: bold; 
line-height:40px; 
font-size:18px;
text-decoration:underline
}
.backhome:link {
background-color:darkred; 
color:white; 
font-weight: bold; 
line-height:40px; 
font-size:14px;
text-decoration:underline
}


/* ##### Style pour le contenu généré dans la partie centrale #####*/

.chapterTitle {  /*style pour les titres de sous-chapitre (encapsulé dans un div)*/
	padding-left: 50px;
	line-height: 50px;
	vertical-align:bottom;
	background-color:#FFFFFF;
	width:720px;
	height:40px;
	float:left;
	text-align:left;
}

.chapterTitle h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:  #0b0048;
	font-size:1.8em;
	padding:0px 15px;
	vertical-align:bottom;
	}
	
.chapterTitle h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:  #0b0048;
	font-size:1.8em;
	padding:0px 15px;
	vertical-align:bottom;
	}

.subChapter {  /*style pour l'ensemble du contenu d'un sous-chapitre (encapsulé dans un div)*/
	margin-left: 0px;
	width:770px;
	float:left;
	border-left:1px dotted #0e90ff;
}


#headTitle {
	width:750px;
	padding:10px 0px;
}

.subChapterTitle {  /*style pour les titres de sous-chapitre (encapsulé dans un div)*/
	background-color:#ffffff;
	margin: 10px 0px;
	background-image:url(guide/img/puceSubTitle.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	vertical-align:middle;
	padding-left:15px;
	width:420px;
	float:left;
}

.subChapterTitle h2 {
	font-family:Arial, Verdana;
	font-size:3em;
	font-weight:normal;
	color:#006600;
	letter-spacing:0.1em;
	margin-bottom:0px;
	}
	
	.subChapterTitle h1 {
	font-family:Arial, Verdana;
	font-size:3em;
	font-weight:normal;
	color:#006600;
	letter-spacing:0.1em;
	margin-bottom:0px;
	}
	

.subChapterPhotos { /*style pour les zones liens photos liés à un titres de sous-chapitre (encapsulé dans un div)*/
	font-weight: bold;
	margin-left:5px;
	float:right;
	text-align:center;
	width:250px;
	border:1px solid #006600;
	margin-top:10px;
	margin-right:5px;
}

.subChapterContent { /*style pour l'ensemble des sections d'un sous-chapitre (encapsulé dans un div)*/
	color: darkblue;
	margin-top:20px;
	margin-left: 5px;
	font-size:1.2em;
	float:left;
}


#vignettesPhotos {
	width:150px;
	text-align:center;
	float:left;
	}
	
#vignettesPhotos img {
margin:5px;
border:1px solid #ff7f00;
	}	

.section {  /*style pour l'ensemble du contenu d'une section (encapsulé dans un div)*/
	margin-left:0px;
}
.sectionTitle  h3 { /*style pour les titres de section (encapsulé dans un div)*/
	color: #333333;
	font-size:1.4em;
	font-weight: bold;
	margin-left: 0px;
	/*line-height: 30px;*/
	vertical-align:middle;
	text-align:center;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	background:#cccccc;
}


.sectionTitleResume  h3 { /*style pour les titres de section des pages resumees du guide (encapsulé dans un div)*/
	color: #333333;
	font-size:1em;
	font-weight: bold;
	font-style:italic;
	margin-left: 0px;
}


.sectionPhotos { /*style pour les zones liens photos liés à un titres de section (encapsulé dans un div)*/
	margin-left:15px;
	margin-top:10px;
}


.sectionPhotos img { /*style pour les zones liens photos liés à un titres de section (encapsulé dans un div)*/
	vertical-align:bottom;
}

.sectionContent { /*style pour le contenu d'une section, hors titre (encapsulé dans un div)*/
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:1em;
	margin-left: 5px;
	width:750px;
	float:left;
}

.sectionContent p:first-letter {
	color:#b71512;
	font-size:1.4em;
	font-weight:bold;
	}

.sectionContent img#right { 
	margin:10px 0px 10px 10px;
	float:right;
	border:1px solid #ff7f00;
	caption-side: bottom; 
}

.sectionContent img#left { 
	margin:10px 10px 10px 0px;
	float:left;
	border:1px solid #ff7f00;
}

.sectionContent ul { /*style pour le contenu d'une section, hors titre (encapsulé dans un div)*/
	color:#333333;
	font-size:1.2em;
	margin-left: 15px;
}

.sectionContent ul li {
	list-style-type:circle;
	}

.sectionContent span.accesGuide {
	font-style:italic;
	font-size:0.9em;
	color:#006600;
	}
	
.sectionContent span.accesGuide a {
	text-decoration:none;
	color:#006600;
	}	

.sectionContent span.accesGuide a:hover {
	text-decoration:underline;
	color:#006600;
	}	

.sectionContent span.accesGuide a:visited {
	text-decoration:none;
	color:#006600;
	}	

.sectionContent h2 {
	line-height:2em;
	margin:5px 0px;
	color:#b71512;
	font-style:italic;
	}
	}

.photomark {
	color: green;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	background-color:#CFEFC0;
}

.videomark {
	color: red;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	background-color: #FFCCCC;

}
	
.videolink a {/*style pour les liens videos (encapsulé dans un <a>)*/
	color:#006600;
	font-size:1.1em;
	font-weight: bold;
	text-decoration:none;
	margin:10px 0px;
	text-align:center;
	display:block;
}

.videolink img {
	vertical-align:bottom;
	}
	

.videolink a:visited {
	text-decoration:none;
	color:#ff7f00;
	}	
	
.videolink a:hover 	{
	color:#b71511;
	text-decoration:underline;
	}
	


.photolink a {
	color:#006600;
	font-size:0.8em;
	font-weight: bold;
	text-decoration:none;
	margin-right:5px;
	}	
	
.photolink a:visited {
	text-decoration:none;
	color:#ff7f00;
	}	
	
.photolink a:hover {
	color:#0b0048;
	text-decoration:underline;
	}
	
	

.externlink {
	color:  #3366FF;
	}


.itemList { /*style pour les listes descriptives que l'on peu retrouver dans une section ou un sous chapitre (encapsulé dans un div)*/
}

.itemTitle { /*style pour les titres d'éléments de listes descriptives(encapsulé dans un span)*/
	color: green;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
}

.itemData {/*style pour les textes d'éléments de listes descriptives(encapsulé dans un span)*/
	color: darkblue;
	font-size: 13px;
	margin-left: 15px;
}

.chrono_title { /*style pour les titres de grandes périodes dans les chronologies(encapsulé dans un span)*/
	color: darkred;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	
}

.chrono_subtitle {/*style pour les titres de périodes dans les chronologies(encapsulé dans un span)*/
	color: green;
	font-weight: bold;
	font-size: 14px;

}

.feast_date {
	color: green;
	font-weight: bold;
	font-size: 14px;
	
}	
		
#chapoGuide {
	text-align:right;
	margin-right:25px;
	}		
	
#flag {
	width:620px;
	background:url(/img/drapeau-guide-vietnam.png) no-repeat right top;
	height:40px;
	border-bottom:1px solid #000000;
	}
	
#listeVoyages {
	margin-top:15px;
	width:190px;
	margin-left:5px;
	}

#listeVoyages h1 {
	font-size:1.2em;
	color:#0b0048;
	text-align:center;
	margin-bottom:5px;
	}
	
#listeVoyages a {
	font-size:1em;
	color:#006600;
	text-align:left;
	line-height:15px;
	}	
	
#listeVoyages a:link {	
	color:#006600;
	text-decoration:none;
	}
	
#listeVoyages a:visited {	
	color:#006600;
	text-decoration:none;
	}	
		
#listeVoyages a:hover {	
	color:#b71511;
	text-decoration:none;
	}
	
#listeVoyages ul {
	margin:0 0 0 1em;
	padding:0px;
	}		
	
#listeVoyages ul li {
	margin:0px;
	padding:.3em;
	}

	
#copyMondeos {
	padding:10px;
	font-size:1em;
}	
		
	/*---------------------------------------------------
	  NAVIGATION
---------------------------------------------------*/

a.head {
	width:180px;
	padding:4px 0px 4px 5px;
	border-bottom:1px solid #cccccc;
	display:block;
	background-color:#006600;
	color:#ffffff;
	}
	
	
#navGuide li ul {
	border:1px dotted #006600;
	background:url(guide/guide-chap-actif.png) right top repeat-y;
	}
	
/*-----------------------------
	CONCOURS 
-----------------------------*/	

#concours {
	background:url(img/concours/tirage-au-sort-sejour-vietnam.jpg) center top no-repeat;
	margin-top:15px;
	margin-left:15px;
	width:600px;
	padding-top:10px;
	background-color:#FFFFFF;
	float:left;
	border-bottom:1px dotted #999999;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:830px;
	}

#concours h2 {
	padding:5px;
	color:#006600;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:bold;
	font-variant:small-caps !important;
	}

#concours h2 a {
	color:#006600;
	text-decoration:none;
	}
	
#concours h2 a:hover {
	text-decoration:none;
	color:#006600;
	border-top: 1px dotted #006600;
	border-bottom: 1px dotted #006600;
		}	
		
#concours h2 a:visited {
	color:#006600;
	text-decoration:none;
	}		
	
#concours h5 {
	padding:5px;
	color:#84ac26;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	}
	
#concours p {
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	}	

#lienconcours {
	padding-top:15px;
	width:600px;
	padding-top:10px;
	background-color:#FFFFFF;
	float:left;
	border-bottom:1px dotted #999999;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	}

#lienconcours a {
	margin-left:20px;
	color:#006600;
	text-decoration:none;
	font-size:1.5em;
	}
	
#lienconcours a:visited {
	color:#006600;
	text-decoration:none;
	font-size:1.5em;
	}	
	
#lienconcours a:hover {
	color:#b71511;
	text-decoration:underline;
	font-size:1.5em;
	}	

.concoursExemple {
	float:left;
	width:150px;
	height:200px;
	background:#006600;
	}
	
.concoursExemple p {
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:3em;
	color:#FFFFFF;
	text-align:center;
	}
	
.concoursExemple p a {
	color:#ffffff;
	text-decoration:none;
	}
	
.concoursExemples p a:visited {
	color:#ffffff;
	text-decoration:none;
	}	
	
.concoursExemple p a:hover {
	color:#b71511;
	text-decoration:underline;
	}		
	
/*-----------------------------
	CMSIMPLE 
-----------------------------*/	

#cms {
	width:770px;
	padding-top:10px;
	background-color:#FFFFFF;
	float:left;
	border-bottom:1px dotted #999999;
	font-family:Arial, Helvetica, sans-serif;
	}

#cms h2 {
	padding:5px;
	color:#006600;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	font-weight:bold;
	font-variant:small-caps !important;
	}

#cms h2 a {
	color:#006600;
	text-decoration:none;
	}
	
#cms h2 a:hover {
	text-decoration:none;
	color:#006600;
	border-top: 1px dotted #006600;
	border-bottom: 1px dotted #006600;
		}	
		
#cms h2 a:visited {
	color:#006600;
	text-decoration:none;
	}		
	
#cms h5 {
	padding:5px;
	color:#84ac26;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	}
	
#cms p {
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	}	

#menu-news {
	width:190px;
	background-color:#ffffff;
	color:#006600;
	float:left;
	}
	
#menu-content {
	width:570px;
	margin-left:10px;
	float:right;
	border-left:1px dotted #333333;
	}	
	
#copyCMS {
	width:750px;
	float:left;
	}	
	
/* REPRISE DES NEWS SUR LA HOME */

#nouvellesTitres {
	/*background:transparent url(img/bg-feed-tangka.png) left top no-repeat;*/
	clear:both;
	margin:5px 0px 10px 10px;
	float:left;
	width:834px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	}



#nouvellesTitres p {
	font-size:1.4em;
	line-height:1.8em;
	margin:0px;
}


.descriptionProg {
	float:left;
	width:245px;
}


/*-----------------------------
	VISAS 
-----------------------------*/	

#visas {
	width:840px;
	padding-top:10px;
	background-color:#FFFFFF;
	float:left;
	border-bottom:1px dotted #999999;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:10px;
	}

#visas h1 {
	color:#ffffff;
	text-align:center;
	background:url(/img/bg-hotels-vietnam-ville.png) center center no-repeat;
	}
	
#visas h2 {
	text-align:center;
}

.cadre {
	border:1px solid #333333;
	margin-bottom:10px;
	}

#visas ul {
	padding:20px;
	line-height:2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	}
	
#visas ul li {
	margin-left:15px;
	padding-left:5px;
	list-style-image:url(img/puce-8.png);
	}	

#visas a {
	color:#006600;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
	}
	
#visas a:hover {
	text-decoration:none;
	color:#006600;
	border-top: 1px dotted #006600;
	border-bottom: 1px dotted #006600;
		}	
		
#visas a:visited {
	color:#006600;
	text-decoration:none;
	}		
	
#visas p {
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	}			
	
#visas table {
	margin-left:40px;
	width:760px;
	padding:5px;
	}
	
#visas tr {
	margin-bottom:10px;
	}	
	
#visas td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:2em;
	background-color:#006600;
	color:#FFFFFF;
	padding:10px;
	}
	
/* slider landing pages produits */

#slider-code { height: 250px; overflow:hidden; float:left; padding:10px; background-color:#060;}
#slider-code .viewport { float: left; width: 510px; height: 230px; overflow: hidden; position: relative; }
#slider-code .buttons { display: block; margin: 30px 10px 0 0; float: left; }
#slider-code .next { margin: 30px 0 0 10px;  }
#slider-code .disable { visibility: hidden; }
#slider-code .overview { list-style: none; padding: 0; margin: 0;  position: absolute; left: 0; top: 0; }
#slider-code .overview li{ float: left; margin: 0 20px 0 0; padding: 1px; height: 250px; border: 1px solid #dcdcdc; width: 530px;}

#slider-code .pager { overflow:hidden; list-style: none; clear: both; margin: 0 0 0 45px; }
#slider-code .pager li { float: left; }
#slider-code .pagenum { background-color: #fff; text-decoration: none; text-align: center; padding: 5px; color: #555555; font-size: 14px; font-weight: bold; display: block; }
#slider-code .active { color: #fff; background-color:  #555555; }

#details {
	width:230px;
	background:#060;
	height:270px;
	float:left;
}

.resultat_produit {
	margin-bottom:25px;
	border-bottom:1px dotted #ccc;
}

.imgProdListe {
	width:130px;
	float:left;
	margin-left:10px;
}

.imgProd p span{
	font-size:1.8em;
	color:#b71511;
	font-weight:bold;
}

.imgProd p {
margin-left:5px; clear:both;
}

#titreProd {
	float:left;
	margin:0px 10px;
	width:340px;
	padding:0px 10px;
}

#titreProd h2 {
	font-size:1.4em;
}

#titreProd a {
	color:#8e1212;
	text-decoration:none;
}

#prixProd {
	float:left;
	margin:0px 10px;
	padding:10px;
	width:200px;
	border:1px dotted #ccc;
	color:#434749;
}

#prixProd h4, #prixProd h3 {
	color:#434749;
}

#prixProd a, #prixProd a:visited {
	color:#666;
	text-decoration:none;
}

#prixProd span {
	color:#8e1212;
	font-size:1.6em;
	font-weight:bold;
	display:block;
	margin:5px 0px;
}

.lienProduits a {
	color:#8e1212 !important;
}

.ctaTarifs {
	width:180px;
	float:right;
	text-align:right;
	font-size:1.2em;
}


/* affichage produit */

#haut_produit {
	width:760px;
	float:left;
	padding:10px;
}

.photoProd {
	float:left;
	width:400px;
	border:1px solid #eee;
}

ul.thumbs {
	list-style-type:none;
}

div.slideshow-container {
	height: 300px; /* This should be set to be at least the height of the largest image in the slideshow */
}

#slideshow {
	float: left; 
	height: 350px; 
	overflow: hidden;
}

div#slideshow img {
	display: block;
	width: 400px;
	text-align: center;
}


#thumbs img {
	border:0px; 
	width:80px; 
	height:60px; 
	margin-left:10px; 
	margin-bottom:10px; 
	float:left; 
	padding:3px; 
	border:1px solid #ccc
}

.infoProdseul {
	border:1px solid #999;
	padding:10px;
	width:198px;
	float:right;
	margin-right:10px;
	margin-top:60px;
}

#note_groupes {
	width:220px;
	margin-top:15px;
	float:right;
	margin-right:10px;
}

.titreProdseul h2 {
	color:#8e1212;
	font-size:2em;
	margin:10px 0px;
	padding-bottom:10px;
	border-bottom:1px solid #8e1212;
	width:725px;
}

#prix_produit {
	font-size:1.2em;
}

#prix_produit span {
	color:#8e1212;
	font-size:1.6em;
	font-weight:bold;
	margin:5px 0px;
}

#bas_produit {
	width:700px;
	float:left;
	padding:10px;
}

#detail_descriptif {
	font-size:1.2em !important;
	color:#333 !important;
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:15px;
	width:710px;
}

#detail_tarifs {
	padding:10px;
	border:1px solid #ccc;
	float:left;
	width:710px;
}

#fil_ariane_xml {
	margin-left:20px;
	margin-top:5px;
	padding-top:15px;
	font-size:1.2em;
}

#titre_ariane {
	color:#8e1212;
}

.catHome {
	width:385px;
	float:left;
	margin-top:15px;
}

.pagination {
	text-align:center;
	font-size:1.2em;
	margin-bottom:10px;
	color:#fff;
	background-color:#999;
	padding:10px;
	margin:0px 20px 0px 10px;
}

.pagination a {
	padding:0px 5px;
	color:#fff;
}

.page_selectionnee {
	font-weight:bold;
	font-size:1.2em;
}

#tri_voyages {
	margin-top:10px;
	color:#fff;
	margin-left:10px;
	background:#999;
	padding:10px;
	margin-bottom:10px;
	margin-right:20px;
}

#nb_voyage {
	text-align:center;
	padding:10px;
}

#btn_surmesure {
	width:225px;
	float:left;
	height:60px;
	background:url(img/bg-voyage-canada-sur-mesure-btn.png) left top no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	text-align:center;
	padding:10px 10px 10px 5px;
	margin-bottom:10px;
	font-weight:bold;
}

#btn_surmesure p {
	width:190px;
}

#btn_surmesure a, #btn_surmesure a:visited {
	color:#fff;
	text-decoration:none;
}

#btn_surmesure a:hover {
	color:#ccc;
	text-decoration:none;
}

#liste_prix {
	font-size:1.2em;
}

#tableprix a {
	color:#8e1212;
	font-weight:bold;
	text-decoration:none;	
}

#tableprix td {
	border-bottom:1px solid #333;
}

#recherche {
    background:transparent url(/img/fond_search.gif) center top no-repeat;
    float: left;
    height: 205px;
    margin-top: 10px;
    padding-top: 10px;
    width: 240px;
	font-size:1em;
}

#calendrier {
    background-color: #333333 !important;
}

#calendrier table td {
    color: #fff;
    padding: 5px;
}

td.titre {
    background-color: #999999 !important;
}

.mois_calendrier {
	font-weight:bold;
	color:#000;
	font-size:1.4em;
}

.choix_date_calendrier, .prix_calendrier {
	text-align:center;
	display:block;
	font-weight:bold;
}

#moteur label, #formnewsletter label {
    color: #FFFFFF;
    margin-left:0px 0px 10px 10px;
    padding-bottom: 5px;
    text-align: center;
}

#moteur select, #formnewsletter input {
    margin-bottom: 10px;
}

#moteur input {
    margin-left: 10px;
}
	

.liens_bas  {
	color:#333;
	text-decoration:none;
	float:left;
	display:block;
	margin-top:10px;
}

#contentProd {
	width: 770px;
	float:left;
	background-color:#ffffff;
}

/* ---- PAGE RECHERCHE ---- */
#blackout {
background-color:black; 
opacity:0.8; 
filter : alpha(opacity=80); 
position: fixed;
top:0px; 
left:0px; 
width:100%; 
height:100%;
visibility:visible; 
z-index:1;
margin:0 auto;
padding-top:150px;
font-size:3em;
font-family:Georgia, "Times New Roman", Times, serif;
color:#fff;
}

/*
* html #blackout { // ie6 hack
position: absolute;
height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}
*/

/*----------------------------
	THANK YOU PAGES
------------------------------*/

#tybox {
	background-color:#fff;
	width:780px;
	margin-top:10px;
	text-align:center;
	float:left;
}

#imgtybox {
	margin:60px auto 0px auto;
	display:block;
}

