/* BALISES PAGES LISTING SEJOURS */

#sejours_1, #sejours_1 a {
	width: 990px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:11px;
	color: #ffffff;
	margin:auto;
	line-height:12px;
	}
#sejours_1 img{
	display:inline-block;
	margin-left: auto;
    margin-right: auto;
	margin-bottom:0;
	text-align:center;
	border:none;
	}
#sejours_1 p{
	margin-top:0;
}
#principal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #454545;
	width: 990px;
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
}

/* TABLEAUX */

table#sejours {
	width:100%;
	margin:0 auto;
	line-height:17px;
	letter-spacing: -1px;
	padding:1px;
	border-bottom:1px dotted white;
	border-top:1 px dotted white;
	}
table#sejours td{
	border-bottom:1px dotted white;
	}
table#sejours a{
	color: #f29400;
	}
	
/* CLASS TEXTES PAGE*/

.title{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align:center;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.subtitle{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:center;
	letter-spacing: 1px;
	color: #f29400;
	text-transform: uppercase;
}
.subtitle2{

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	letter-spacing: 0px;
	color: #9DAfD6;
	text-transform: uppercase;
	margin-top:-5px;
}
/* TEXTE DANS TABLEAU PRERESEVATION*/
	
.entete {
	color: #000000;
	font-size:10px;
	text-align:center;
	text-transform:capitalize;
	background-color:#9DAfD6;
}
.details {
	color: #ffffff;
	font-size:9px;
	text-decoration:none;
	text-align:center;
	border-bottom-color:#FFFFFF;
}
.journeys {
	color: #ffffff;
	font-size:11px;
	text-decoration:none;
	text-align:center;
	border-bottom-color:#FFFFFF;
}
/* TEXTE DANS TABLEAU SEJOUR P0701 PAGE BVRD.PHP*/
.entetebvrp {
	color: #000000;
	font-size:13px;
	text-align:center;
	text-transform:capitalize;
	background-color:#9DAfD6;
}
.detailsbvrp {
	color: #ffffff;
	font-size:13px;
	text-decoration:none;
	text-align:center;
	border-bottom-color:#FFFFFF;
}
.journeysbvrp {
	color: #ffffff;
	font-size:13px;
	text-decoration:none;
	text-align:center;
	border-bottom-color:#FFFFFF;
}
table#sejours .comments{
	color:#9DAfD6;
	font-size:12px;
	text-align:center;
}
table#sejours .comments a, .comments a:visited, .comments a:active{
	color: #9DAfD6;
	font-size:12px;
	text-align:center;
	text-decoration:none;
}
table#sejours .comments a:hover{
	color: #9DAfD6;
	text-decoration:underline;
}
.dragme { cursor: move }