/** Basic HTML tags */

h2 {
			font-family: 		"Times New roman", Georgia, serif;
			font-size: 			20px;
			margin: 			0.5em 0;
			text-align: 		center;
			text-transform: 	uppercase;
}

html 	{ padding: 		9px 0; 	}

strong 	{ font-weight: 	bold; 	}


/** Basic CSS classes */

.clear 			{ clear: 	both; 	}

ul.service li 	{ display: 	inline; }


/** Template structure */

#mainWrapper { 
	margin: 	0 auto;
	padding: 	5px;
	width: 		900px;
}

#navWrapper { height: 28px; }

	#nav { text-align: center; }

		#nav a {
			display: 			inline-block;
			font-size: 			13px;
			font-weight: 		bold;
			height: 			21px;
			line-height: 		21px;
			margin: 			0 20px;
			padding: 			0 20px;
			text-decoration: 	none;
		}
		
			#nav a:hover {
				background: 		transparent url(gradient.jpg) repeat-x;
				text-decoration: 	underline;
			}

#content { 
	margin-top: 4px; 
	position: 	relative; 
	width: 		900px; 
}

	.split { background: transparent url(split.jpg) 0 -5px ; 	}
	.plain { background: #e5e5ed; 													}

#secondaryContent{
	float: left;
	width: 250px;
}

	#booking {
		background: 	transparent url(border.jpg) no-repeat left bottom;
		padding: 		5px;
		padding-bottom: 10px;
	}
	
		#booking table { margin: 0 auto; }

			#booking table a { 
				color: 				#997666; 
				font-size: 			11px;
				text-decoration: 	none; 
			}
	
	#advisor { padding: 5px; }

#mainContent{
	float: 		right;
	padding: 	5px;
	width: 		640px;
}

	#mainContent h2 { font-size: 25px; }

	.home h2 { margin: 14px auto; }

		.split .cycle {
			background: 	transparent url(slideshow600-trans.png) no-repeat;
			height: 		450px;
			margin: 		0 auto;
			padding:		18px;
			position: 		relative;
			width: 			600px;
		}
	
			.split .cycle img { 
				left: 		18px !important; 
				position: 	absolute; 
				top: 		18px !important; 
			}

		.plain .cycle {
			background: transparent url(slideshow667-trans.png) no-repeat;
			height: 	500px;
			margin: 	0 auto;
			padding: 	30px 18px 0 18px;
			position: 	relative;
			width: 		667px;
		}
			.plain .cycle img { 
				left: 		18px !important;
				position: 	absolute; 
				top: 		30px !important; 
			}
		
		
		.home .freeWifi { 
			background:		transparent url(freeWifi.jpg) no-repeat;
			height: 		66px;
			margin: 		0 auto;
			text-indent: 	-9999px;
			width: 			164px;
		}

.editableContent { padding: 0.5em; }
	
	.editableContent h3,
	.editableContent h4 { 
		font-weight: 	bold;
		margin-bottom: 	1em;
		margin-top: 	1em;
	}
	
	.editableContent h3 { font-weight: bold; }
	
	.editableContent h4 { text-align: center; }
	
	.editableContent p {  margin-bottom: 0.5em; }
	


/** Hack TripAdvisor */

#CDSWIDSSP, #CDSWIDSSP .widSSPPower { background-color: #ae8478 !important; }


/** Template settings */

html				{ background: 	#666699; } 	/* Couleur de fond du site 							*/

#mainWrapper		{ background: 	#a8a8c2; }  /* Couleur de fond du document 						*/

h2 	 				{ color:		#333366; }	/* Couleur des titres (ex: Booking, Reviews, ...) 	*/

#nav a				{ color:		#fff;	 }	/* Couleur des liens de navigation 					*/
#nav a:hover		{ color: 		#333366; }  /* Couleur de survol des liens de navigation 		*/

.ediatableContent	{ color: 		#202034; }	/* Couleur des textes 								*/


/** Images à modifier **********
 *                             *
 * 		banner.jpg             *
 * 		split.jpg / plain.jpg  *
 * 		border.jpg             *
 * 		gradient.jpg           *
 *                             *
 ******************************/



