body{
	margin:0px;
	padding:0px;
	background-color:#D5E2F3;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 80% 0px;
	font-family:Georgia, "DejaVu Serif", Norasi, serif;
	font-size:13px;
	_text-align:center;
}

* {
	margin:0px;
	padding:0px;
}

a{
	text-decoration:none;
	color:#ffffff;
}

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


#conteneur{
	margin:0 auto;
	width:950px;
	background-color:#0f377d;
	color:#ffffff;	
	_text-align: left;
}

table{
	width:500px;
	border:none;
	margin:20px 0px;
	font-size:12px;
}

table tr th{
	background-color:#bacbe2;
	padding:5px;
}

table tr td{
	padding:5px;
	background-color:#e8ebf4;
}


/************* bloc haut ***************/
#haut{
	height:355px;
	position:relative;
	overflow: hidden;
}

#haut_left{
	width:761px;
	z-index:0;
	position:absolute;
	_width:767px;
}

#haut_left img{
	z-index:0;
}

#bloc_transparent_haut{
	width:278px;
	height:255px;
	position:absolute;
	top:0px;
	left:0px;
	padding:50px;
	background: transparent url(../images/fond_transparent_entete.png) no-repeat scroll 0 0;
	font-size:20px;
	font-style:italic;
	line-height:32px;
	display:block;
	_width:378px;
	_height:355px;
	z-index:1000;
	zoom:1;
	clear:both;
}

#bloc_transparent_haut p{
	display:block;
	z-index:1000;
}

#haut_right{
	width:189px;
	_width:186px;
	float:right;
	height:355px;
	border-bottom:1px solid #184a89;
}

#choix_langue{
	height:40px;
	margin-top:20px;
}

#choix_langue ul li{
	display:inline-block;
	height:20px;
	width:20px;
	padding:8px;
	border:1px #ffffff solid;
	margin-left:20px;
	font-size:18px;	
}

a#lien_facebook, a#lien_tripadvisor{
	background: url('../images/facebook.jpg') no-repeat center;
	display: inline-block;
	float: right;
	margin: -9px 10px 0 0;
	height: 31px;
	width: 31px;
	border: 1px solid #fff;
}

a#lien_tripadvisor{
	background: url('../images/tripadvisor.png') no-repeat center;
}

#dialog_tripadvisor{
	display: none;
	text-align: center;
	padding-bottom: 10px;
}

/********* DIALOG TRIPADVISOR **********/

.ui-dialog-content {
	border: 3px solid #000;
	border-top: none;
	background-color: #393;
}
/*
.ui-dialog-container {
    background-color: #FFFFFF;
    border: 1px solid #000;
}
*/
.ui-dialog-titlebar {
    background-color: #393;
    border: 3px solid #000;
    border-bottom: none;
    height: 28px;
    padding: 0;
}

.ui-dialog-titlebar-close {
    background: url("../images/dialog_close.png") no-repeat;
    cursor: pointer;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
}
/*
.ui-dialog-title {
    color: #D2BE7D;
    font-weight: bold;
}
*/
.ui-dialog-titlebar-close span {
	/*margin: 5px 0 0 5px;
	color: #000;
	display: inline-block;*/
	display: none;
}
/**************************************/


#menu_haut{
	/*margin-top:40px;
	_margin-top:30px;*/
}

#menu_haut ul li{
	display:block;
	height:20px;
	margin-bottom:24px;
	position:relative;
	list-style:none;
}

#menu_haut ul li{
	margin-left:20px;	
}

#menu_haut ul li p.letrine:first-letter{
	font-size:20px;
}

#menu_haut ul li p.letrine a:hover{
	color: #c5effe;
}

.ligne_menu{
	position:absolute;
	bottom:-6px;
	left:-20px;
	height:0px;
	width:65px;
	border-top:1px solid #FFFFFF;
	
	_border-bottom:0px solid #93aac8;
	_border-top:1px solid #93aac8;
	font-size:0px;
}


#haut a{
	text-transform:uppercase;
	font-weight:lighter;
}

/************* bloc haut ***************/


/************* bloc centre ***************/
#centre{
	height:158px;
	background:#0F377D url(../images/background_centre.gif) no-repeat -1px top;
	position:relative;
}

#centre ul{
	display:block;
	height:20px;
	clear:both;
	position:relative;
	float:right;
	margin:10px 16px 0px 0px;
}

#centre ul li{
	display:block;
	height:20px;
	float:left;
	margin-left:38px;
	position:relative;
	text-align:left;
	list-style:none;
}

#centre ul li a{	
	text-transform:uppercase;
	font-weight:lighter;
	font-size:12px;
}

#centre ul li p{
	display:inline;
	text-transform:uppercase;
}

#centre ul li p.letrine:first-letter{
	font-size:20px;
}

#fil_ariane{
	height: 20px;
	width: 450px;
	bottom: 11px;
	right: 12px;
	position: absolute;
	text-align: right;
	font-size: 14px;
}

#fil_ariane a{
	color:#ffffff;
	text-decoration:none;
}

#fil_ariane a:hover{
	color: #c5effe;
	text-decoration:none;
}

/************* fin bloc centre ***************/

.bloc_contenu{
	height:151px;
	width:281px;
	position:absolute;
	top:40px;
	left:45px;
	color:#0f377d;
	overflow:hidden;
}

.bord_arrondi{
	height:160px;
	width:24px;
	position:absolute;
	top:0px;
	left:0px;
}


/************* bloc bas ***************/
#add_this{
	float: right;
	margin-top: 5px;
}

#bas{
	height:210px;
	background-color:#ffffff;
	position:relative;
	width:950px;
}

#bas_left{
	min-height:210px;
	_height:210px;
	width:377px;
	float:left;
	position:relative;
	color:#0f377d;
	background-color:#B2C3D8;
}

#bas_left a, #bas_right a{
	color:#0f377d;
}
#bas_left p, #bas_right p{
	color:#0f377d;
	margin:5px 10px 0px 0px;
}

#bas_left h2, #bas_right h2{
	font-size:13px;
	padding:10px 0px 5px 0px;
	margin:0px;
}

#bas_right .slideInfoZone h2 {
	padding-left:10px;
}

#bas_left .bloc_contenu{
	background-image:none;
}

#bas_left .bloc_contenu .bord_arrondi{
	background:none;
}


#bas_right{
	min-height:210px;
	width:571px;
	float:left;
	position:relative;
}

#bas_right .bloc_contenu{
	background-image:none;
}

#bas_right .bloc_contenu .bord_arrondi{
	background:none;
}

#aquarelle{
	bottom:20px;
	height:154px;
	position:absolute;
	right:15px;
	width:250px;
	top:20px;
	background:#FFFFFF url(../images/img_aquarel.jpg) no-repeat center;
	overflow: hidden;
}

.bloc_contenu img{
	float:left;
	margin-right:10px;
	border:none;
}
.bloc_contenu p{
	display:block;
	margin:20px 10px 10px 0px;
}

.txt_offre{
	font-size:12px;
}

/************* bloc bas ***************/
#pied{
	height:90px;
	position:relative;
}

#bloc_adresse{
	font-size: 12px;
	height:70px;
	padding-top:5px;
	padding-left:10px;
	position:absolute;
	top:0px;
	left:2px;
}

#bloc_diver{
	font-size: 12px;
	height:70px;
	position:absolute;
	right:0px;
	top:0px;
	padding:5px;
}

#bloc_diver ul{
	_width:120px;
}

#bloc_diver ul li:first-child{
	border-top:none;
}

#bloc_diver ul li{
	display:block;
	height:18px;
	border-top:1px solid #ffffff;
	/*text-align:center;*/
	padding-top:2px;
}


a.download{
	background-image:url(../images/icones_pdf_small.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
}


#page_contenu ul {
	margin-left: 15px;
}

.tx-filelist-pi1-icon a, .tx-filelist-pi1-icon img {
	border: none !important;
	text-decoration: none;
}

td.align-center {
	text-align: center;
}

#c261 {
	bottom:-4px;
	left:-92px;
	position:absolute;
}

/**drapeaux**/
.flag {
	border: 1px solid #FFFFFF; 
	padding: 8px;
	margin-left:10px;
}

/*** melanie ***/

/** nouvelle page accueil 06-01-2012**/
#bloc_adresse
{
top:10px;
left:10px;
}

#bloc_diver
{
right:10px;
}

#flag_fr
{
background:url(../images/lang_fr.png) no-repeat;
}

#flag_en
{
background:url(../images/lang_uk.png) no-repeat;
}

#flag_de
{
background:url(../images/lang_de.png) no-repeat;
}

.flag
{
display:block;
border:none;
padding:0px;
width:30px;
height:30px;
text-indent:-999px;
float:left;
}

#choix_langue
{
margin-top:0px;
padding-left:15px;
}

a#lien_facebook
{
background:url(../images/lang_facebook.png) no-repeat;
}

a#lien_tripadvisor
{
background:url(../images/lang_tripadvisor.png) no-repeat;
}

a#lien_facebook, a#lien_tripadvisor
{
border:none;
margin:0 10px 0 0;
}

#menu_haut
{
clear:both;
}

/*** melanie ***/
