/***********************************************************/
@font-face {
  font-family: 'daniel';
	src: url('../font/danielbd-webfont.eot');
	src: url('../font/danielbd-webfont.eot?iefix') format('eot'),
	     url('../font/danielbd-webfont.woff') format('woff'),
	     url('../font/danielbd-webfont.ttf') format('truetype'),
	     url('../font/danielbd-webfont.svg#webfont') format('svg');
}

/**********************************************************/

div#home{
	margin-left: auto;
	margin-right: auto;
}
div#home img {
	display: inline-block;
	vertical-align: middle;
}
div#home ul {
	display: inline-block;
	text-align: right;
	list-style-type: none;
	margin-left: -32px;
	vertical-align: middle;
}

div#home ul li a,div#home ul li a:visited{
	font-family: daniel;
	text-decoration: none;
	font-size: 18px;
	font-weight: 900;
	font-stretch: semi-expanded;
}

div#home ul li a:hover{
	text-decoration: underline;
}
div#home ul li a.home_es{
	margin-top:5px;
	padding-top:0;
	color: rgb(58,137,201);
}
div#home ul li a.home_en{
	margin-top:0;
	padding-top:0;
	color: rgb(17,92,4);
	font-size: 14px;
}
.jump{
	margin-top: 10px;
}
.nojump{
	margin-top: -5px;
}
/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 0;
	margin: 0;
	background-image: url("../images/FONDOARENA3.gif");
}
div#global {
	width: 100%; /* -> 3 */
	overflow: hidden; /* -> 3 */
	
}

/* En-tête */
div#entete {
	text-align: center;
	position: fixed;
	top:0;
	margin:auto;
	z-index:1;
	width: 100%;
	background-image: url("../images/FONDOARENA3.gif");
}

div#entete  img{
	padding-right: 5px;
	display: inline-block;
}

/* Menu de navigation */
div#logo {
	padding: 0;
	margin: 0;
	/* float: left; */
	position: fixed;
	z-index: 2;
	display: none;
}

/* Contenu */
div#contenu {
	text-align: center;
	margin-top: 130px;
}
div#contenu table{
	margin: auto;
}
/* Menu */
div#navigation {
	text-align: center;
	margin-top: 30px;
}
div#navigation table{
	margin: auto;
	width: 770px;
}
div#navigation table tr td{
	text-align: justify;
}
a.menu-a,a.menu-a:hover,a.menu-a:visited{
	font-size:23px;
	font-family: daniel;
	/* font-size: 1.6em; */
	text-decoration: none;
	margin-right: 0.2em;
	margin-left: 0.2em;
}
a.menu-a img{
	padding-right: 0.2em;
}
.verde{
	color: rgb(5,101,58);
}
.blue{
	color: rgb(14,60,139);
}

table.content-table{
	border:0;
	width: 770px;
}
table.content-table tr td{
	padding-left:0.1em;
	padding-right:0.1em;
	text-align: justify;
	font-family: Century Gothic;
	font-size: 1em;
	color: #000080;
}

table.content-table tr td h1{
	font-family: daniel;
	font-size: 3em;
	text-shadow: 3px 5px 4px #808080;
}
table.content-table tr td div.swf-content{
	text-align: center;
}
strong{
	color:#B41041;
}
.reser{
	font-size: 1.2em;
	font-family: Arial;
}
.rightCell{
	text-align: right;
	padding-right: 1em;
}
.leftCell{
	text-align: left;
	padding-left: 1em;
}
table.tarifs{
	border-spacing: 0;
}
table.tarifs thead tr td, table.tarifs tbody tr td, table.tarifs tfoot tr td{
	border: 1px solid rgb(0,0,0);	
}
table.tarifs thead tr td{
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-family: Arial;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #FFFF80;
	color: #000080;
}
table.tarifs tbody tr td, table.tarifs tfoot tr td{
	text-align: left;
}
table.tarifs thead tr td.large{
	width: 18em;
}
table.tarifs tbody tr td.greenish{
	background-color: #D9FFD9;
}
table.tarifs tbody tr td.boldy{
	font-weight: bold;
	border: 2px solid rgb(0,0,0);
}

table.tarifs tbody tr td.precio{
	text-align: right;
}
table.tarifs tfoot tr td{
	border-bottom: 0;
	background-color: #0E3C8B;
	color: #FFFFFF;
}
table.tarifs tfoot tr td.option{
	border-top: 0;
	background-color: #0E3C8B;
	/* color: #FF0000; */
}
table.reser em{
	font-size: 0.85em;
}
table.reser tr.hop td{
	padding-bottom: 1.2em;
}
/********************************************/
div.slideshow img{
	width: 99.1%;
}
div.galeria-container{
	width: 1015px;
	margin: auto;
}