#content {
	/*float: left;*/
	padding: 0px 25px 30px 15px;
}

/* When there is no sidebar associated with this page */
.alone { width: 99%; }

/* To take into account the width of the sidebar */
.notalone { width: 620px; }

.post {
	border-bottom: 2px dotted #F2F2F2;
}

.post a {
	color: #FF8A10;
	text-decoration: none;
}

.post .title {
	margin: 0px;
	font-weight: normal;
}

.post h1.title {
	height: 40px;
	padding-top: 25px;

	letter-spacing: -1px;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #2A68A3;
}

.post .meta {
	margin: 0px;
	padding-left: 20px;
	background: #FFF url("../images/calendar.png") no-repeat scroll 0% 0%;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #747474;
}

.post .meta a {
	color: #4B4B4B;
	text-decoration: none;
}

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


/** Pour les pages normales */

#content > h1 {
	padding-top: 25px;
	margin-bottom:15px;

	letter-spacing: -1px;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
	text-transform: capitalize;
	color: #2A68A3;
}

#content > h2 {
	padding: 30px 0px 0px 0px;
	margin-bottom:15px;
	margin-left:25px;

	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	
	text-transform: uppercase;
	border-bottom: 2px dotted #E0E0E0;
}

#content > h3 {
	padding-top: 15px;
	margin-top:10px;
	margin-bottom:10px;

	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
	
}

#content th {
	border: 1px solid #999;
	padding:6px;
	font-weight: bold;
	background-color:#EDEDED;
	text-align:center;
}

#content td {
	/*border: 1px solid #999;*/
	padding:6px;
	vertical-align:top;
}

#content tr {
	padding: 5px;
}

#content b, #content strong {
	font-weight: bold;
	color: #FF8A10;
}

#content .relief {
	font-weight: bold;
}

#content .warningbox {
	font-weight: bold;
	color: #C73636;
	font-size: 120%;
	text-align: center;
	border: 2px solid #C73636;
	width:80%;
	margin: 20px auto 10px auto;
}

#content .warningtext {
	font-weight: bold;
	color: #C73636;
	font-size: 100%;
	text-align: center;
}

#content a {
	color: #3C68C6;
	text-decoration: none;
}

#content a.strong {
	font-weight: bold;
}

#content img {
	vertical-align: text-bottom;
}


/* INFO-BULLES */

a.bubble{
	position:relative; 
	z-index:24; 
	color:#000;
	text-decoration:none
}

a.bubble:hover{
	z-index:25;
}

a.bubble span{
	display: none;
}

a.bubble:hover span{ 
	display:inline; 
	position:absolute;
	top:2em; left:2em; 
/*	width:15em; */
/*	width:100%;*/
	border:1px solid #000;
	background-color:#EFD052; 
	color:#000;
	text-align: left;
	padding:2px;
}


/* Liste des hôtels */
#hotels td {
	border: 1px solid #999;
	background-color:#F4F4F4;
}

#hotels td.relief {
	background-color:#FFBD81;
}

#hotels tr {
	padding: 5px;
}

#hotels .up {
	text-transform: uppercase;
}

