html, body {
	padding: 0;
	margin: 0;
}

body {
	background-color: #252b66;
	font-family: Arial, "lucida console", sans-serif;
	font-size: 12px;
}

a{
	/*color: #7d58a5;*/
	color: #292e75;
	text-decoration: none;
}

ul{
	margin: 0;
	color: #292e75;
	padding-left: 15px;
}

form{
	padding:0;
	margin: 0;
}

.content-clear-both {
	display: block;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	color: #FFFFFF;
	clear: both;
}

#wrapper {
	margin: 0 auto;
	width: 922px;
}

#topMenu {
	height: 27px;
	line-height: 27px;
	padding: 0 19px;
	text-align: right;	
	background-image: url(../_img/topMenuBackground.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #FFFFFF;
	font-size: 9px;
	text-transform: uppercase;
}

#topMenu .fl {
	font-size: 13px;
}

#topMenu img {
	border: none;
}

#topMenu form {
	padding: 0;
	margin: 0;

	height: 27px;
	line-height: 27px;
}
#topMenu input {
	border: 1px solid #666666;
	
	height: 14px;
	padding: 2px;
}
#topMenu .submit {
	border: none;
	background-color: #7d58a5;
	color: #FFFFFF;
	
	height: 20px;
	padding: 0 6px;
}

#topMenu div {
	padding-left: 20px;
	float: right;
	
	height: 27px;
	line-height: 27px;
}

/**
 *	mainContainer
 */
#mainContainer {
	background-color: #FFFFFF;
	
	padding: 0 18px;
}

/**
 *	Main Menu
 */
#menu {
	height: 50px;
	line-height: 50px;
	padding-bottom: 3px;
	margin-bottom: 4px;
	padding-left: 40px; /* Center Menu, with static calculation :s, calculated on french PSD */
	background-image: url(../_img/menuBackground.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	font-size: 10px;
	text-transform: uppercase;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	float: left;
}

#menu span.fl {
	font-size: 14px;
}

#menu a, #menu .hover {
	position: relative;
	display: inline-block;
	padding: 0 13px;
	line-height: 50px;
	height: 50px;
	color: #292e76;
	text-decoration: none;
}
#menu .hover {
	position: absolute;
}

#menu a:hover, #menu .on, #menu .hover {
	color: #7d58a5;
	background-image: url(../_img/menuHover.gif);
	background-position: top center;
	background-repeat: repeat-x;
}


/**
 * GALLERY
 */
#gallery_holder{
	display:block; 
	width: 600px; 
	height: 500px;
}
div.galerie_head{
	background-color:#FFFFFF;
	width: 623px; 
	text-align:right;
}
div.galerie_head img{
	cursor:pointer;
}
.pregallery{
	display:block;
	position:relative;
	width:325px;
	height:102px;
	overflow:hidden;
	z-index: 1;
}
.pregallery_cache{
	display:block;
	position:relative;
	width:325px;
	height:102px;
	margin-top:-102px;
	background:url(../_img/cache_pregalerie.png) repeat-y;
	z-index: 3;
	cursor:pointer;
}
.pregallery_cache a{
	display:block;
	position:relative;
	width:325px;
	height:102px;
	z-index: 3;
}
.pregallery img{
	border:1px #252B66 solid;
	position:relative;
	z-index: 2;
}
.pregallery ul{
	list-style-type: none;
	padding:0;
	margin:0;
}
.pregallery li{
	float:left;
	margin-right:5px;
}

div.galerie_container{
	position:absolute;
	z-index:50;
	width:100%;
	height:200%;
	text-align:center;
	background:url(../_img/black_back_show.png);
}
div.galerie_container_holder{
	width:624px;
	height:475px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40%;
}


/**
 *	Header
 */
#header {
	clear: both;
	height: 240px;
	margin-bottom: 10px;
	background-image: url(../_img/headerWoFlash.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#header h1, #header h1 a {
	margin: 0;
	padding: 0;
	height: 240px;
	width: 231px;
	background-image: url(../_img/logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -10000px;
	display: block;
}

#diaporama {
	width: 646px;
	height: 240px;
	background-color: #FFFFFF;
	overflow: hidden;
	float: right;
}

/**
 *	Fastbooking
 */
#fastbooking {
	clear: both;
	height: 55px;
	background-color: #e3e3e1;
	padding:  0 10px;
	margin-bottom: 10px;
}

#fastbooking, #fastbooking select, #fastbooking input {
	color: #666666;
	font-size: 11px;
}

#hostellist{
  width: 230px;
}

#fastbooking table {
	height: 30px;
}

#fastbooking .title {
	text-transform: uppercase;
	font-size: 10px;
}
#fastbooking .title:first-letter {
	font-size: 14px;
}

#fastbooking .cancel {
	font-size: 9px;
	line-height: 25px;
	
	border-right: 1px solid #FFFFFF;
	
	padding: 0 10px;
	margin-left: -10px;
	
	width: 211px;
	float:left;
}
#fastbooking .cancel a {
	color: #666666;
}

/**
 *	Content
 */
#content {
	clear: both;
}

/**
 *	left Content
 */
#content .left {
	float: left;
	width:  230px;
	
	font-size: 11px;
}
#content .right {
	float: right;
	width:  646px;
	
	margin-bottom: 10px;
}

#content .right .Promotions .content {
	font-size: 11px;
}

#content .left .bloc .content, #content .right .Promotions .content {
	padding: 10px;
}


#content .left .bloc,  #content .right .Promotions {
	margin-bottom: 10px;

	color: #666666;
}
#content .left .bloc h5, #content .right .Promotions h5 {
	margin: 0;
	padding: 0;
	
	height: 24px;
	line-height: 24px;
	
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	
	padding: 0 9px;
	
	background-repeat: repeat-y;
}
#content .left .bloc h5:first-letter, #content .right .Promotions h5:first-letter {
	font-size: 14px;
}

#content .left .bloc h6 {
	margin: 0;
	padding: 0;
	
	font-size: 11px;
	color: #282d72;
}
#content .left .bloc h6 a {
	color: #282d72;
}

#content .left .purple {
	background-color: #d4c8e3;
}
#content .left .blue, #content .right .Promotions {
	background-color: #e3eaf8;
}

#content .left .purple h5 {
	background-color: #7d58a5;
	background-image: url(../_img/content.left.h2.background.purple.gif);
}
#content .left .blue h5, #content .right .Promotions h5 {
	background-color: #5063ad;
	background-image: url(../_img/content.left.h2.background.blue.gif);
}

#content .left .newsletter {
	padding: 10px;
}

#content .left .newsletter {
	padding: 10px;
}

#content .left .newsletter h5 {
	margin: 0;
	padding: 0;
	
	height: 24px;
	line-height: 24px;
	
	color: #292e75;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
}
#content .left .newsletter h5:first-letter {
	font-size: 14px;
}

#content .left .newsletter form {
	color: #666666;
}
#content .left .newsletter form p {
	margin-top: 0;
}
#content .left .newsletter form .text {
	width: 120px;
}
#content .left .newsletter form .submit, input.submit {
	background-color: #7d58a5;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}


/**
 *	right Content
 */
#content .right h2 {
	min-height: 33px;
	line-height: 33px;
	border-top: 1px solid #f4f1f8;
	border-bottom: 1px solid #f4f1f8;
	
	margin: 0;
	padding: 0 10px;
	margin-bottom: 10px;
	
	font-size: 12px;
	font-weight: normal;
	color: #282d72;
	
	text-transform: uppercase;
}
#content .right h2:first-letter, #content .right h2 .fl {
	font-size: 16px;
}


#content .right .bloc h3 {
	height: 33px;
	line-height: 33px;
	
	margin: 0;
	padding: 0;
	
	font-size: 14px;
	font-weight: normal;
	color: #282d72;
	
	text-transform: uppercase;
}
#content .right .bloc h3:first-letter, #content .right h3 .fl {
	font-size: 18px;
	font-weight: normal;
}

#content .right .bloc {
	border: 1px solid #f4f1f8;
	padding: 10px;
	
	color: #666666;
}

#content .right .map, #adminMAP {
	height: 502px;
	width: 624px;
	
	background-image: url(../_img/home/mapBackground.jpg);
	position: relative;
}
.bulletMAP {
	background-color: #143e90;
	background-image: url(../_img/home/bulletBackground.jpg);
	background-position: top;
	color: #FFFFFF;
	 
	width: 20px;
	height: 20px;
	
	position: absolute;
	display: block;
	
	cursor: pointer;
}
#content .right .map .popup {
	position: absolute;
	width:200px;
	padding: 10px;
	
	background-color: #282d72;
	color: #FFFFFF;
	font-size: 11px;
}
#content .right .map .popup a, #content .right .map .popup h6 {
	color: #FFFFFF;
}

#content .right .map .popup .close {
	float: right;
	font-size: 10px;
	cursor: pointer;	
}

#content .right .map .popup .img {
	height: 100px;
	border: 1px solid #555b9e;
	
	margin: 10px 0;
	background-position: center center;
}

#content .right .bloc h6 {
	margin: 0;
	padding: 0;
	
	font-weight: normal;
	font-size: 11px;
	color: #282d72;
	text-transform: uppercase;
}
#content .right .bloc h6:first-letter, #content .right .bloc h6 a:first-letter {
	font-size: 15px;
}
#content .right .bloc h6 a {
	color: #282d72;
}

#content .right .bloc .listServices ul {
	margin: 10px 0;
	
	width: 180px;
	color: #7d58a5;
	
	font-size: 11px;
}
#content .right .bloc .listServices ul li span {
	color: #666666;
}

#content .right .bloc .postalCard {
	background-color: #eff3fe;
	
	clear: both;
}
#content .right .bloc .postalCard h6 {
	padding: 10px;
	padding-bottom: 0;
}
#content .right .bloc .postalCard .content {
	font-size: 11px;
	color: #637abe;
	
	padding: 0 10px;
	text-align:justify;
}
#content .right .bloc .postalCard .footer a {
	display:  block;
	padding: 5px 10px;
	
	padding-top: 52px;
	height: 40px;
	line-height: 20px;
	
	font-size: 11px;
	
	text-align: right;
	text-transform: uppercase;
	
	background-image: url(../_img/backCP.jpg);
}

#content .right .bloc .planQuartier {
	padding: 10px;
	background-color: #f3d35a;
}

#content .right .bloc .planQuartier .codeGDS {
	margin-top: 10px;
	border-top: 1px dotted #282d72;
	padding-top: 10px;
}

/**
 *	menuFooter
 */
#menuFooter {
	clear: both;
	
	height: 35px;
	padding: 10px 30px;
	
	color: #FFFFFF;	
	font-size: 10px;
	text-transform: uppercase;
	
	text-align: center;
}
#menuFooter a {
	text-decoration: none;
	color: #FFFFFF;
}
#menuFooter a:first-letter, #menuFooter span.fl {
	font-size: 12px;
}

#menuFooter .on {
	font-weight: bold;	
}

/**
 *	contactForm
 */
.contactForm p {
	margin-left: 160px;	
}

.contactForm label {
	width: 150px;
	margin-left: -160px;
	float: left;
}

.contactForm .inputText {
	width: 200px;	
}

.contactForm textarea {
	width: 400px;
	height: 100px;
}

.contactForm .error {
	font-weight: bold;
	display: block;
	color: #AA0000;
}

.contactForm .success {
	font-weight: bold;
	display: block;
	color: #00AA00;
	
	text-align: center;
}