/*	----------------------------------*/
/*	Rinck travel
/*	----------------------------------*/

* {
	list-style-type: none;
}

a img {
	border:0;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

#Titre {
	background-color: #FFFFFF;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 45px;
	width: 780px;
	margin: 0px;
	padding: 0px;
}


/************/
/* TOP MENU */
/************/

#nav {
	width: 715px;
	background-repeat: repeat-x;
	height: 38px;
	background-image: url(../images/BGNav.jpg);
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	z-index:1;
}
#nav li {
	list-style:none;
	position:relative;
	float:left;
	width:118px;
}
#nav .sousmenu{
	left:0;
	border-color:#EAEAEA;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	-webkit-border-top-left-radius: 0px; /* pour Chrome */
	-webkit-border-top-right-radius: 0px; /* pour Chrome */
	-webkit-border-bottom-right-radius: 6px; /* pour Chrome */
	-webkit-border-bottom-left-radius: 6px;
	padding: 0px;
	margin:0px;
	width: 118px;
	display: none;
	background-image: url(../images/BGsousmenu.png);
	background-repeat: repeat;
}
#nav .sousmenu li{
	list-style: none;
	margin: 0px;
	width: 118px;
	padding: 0px;
	float:none;
}
#nav li a:link, #nav li a:visited{
	margin:0;
    display:block;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	height: 32px;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
	
}
#nav li a:hover, #nav a:focus{
	color:#333333;
	background-image: url(../images/BGNavOn.png);
	background-repeat: repeat-x;
	text-decoration: none;
	font-size: 11px;
}
#nav .sousmenu li a{
	text-align:left;
	font-size: 11px;
	color: #08254F;
	text-decoration: none;
	display:block;
	padding-top: 8px;
	padding-left:8px;
	padding-bottom: 0px;
	margin:0px;
	width: 110px;
	height: 24px;
}
#nav .sousmenu li a:hover, #nav .sousmenu li a:focus{
	color:#EBEBEB;
	text-decoration: none;
	background-image: url(../images/BGsousmenuON.png);
	background-repeat: repeat;
	display: block;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-top-left-radius: 6px; /* pour Chrome */
	-webkit-border-top-right-radius: 6px; /* pour Chrome */
	-webkit-border-bottom-right-radius: 6px; /* pour Chrome */
	-webkit-border-bottom-left-radius: 6px;
	margin: 0px;
	padding-top: 8px;
	padding-left:8px;
	padding-bottom: 0px;
	width: 110px;
	height: 24px;
}

#nav li:hover > .sousmenu { display: block; }

#menu {
	float: left;
	width: 780px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
	background-image: url(../images/BGNav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}














/*  ------------------------------------------*/
/*  Corps de texte - General
/* ------------------------------------------*/

a:link, a:visited, a:hover, a:active, a:focus{
	color: #0033CC;
}

body#index {
	background-color: #FFFFFF;
}

div#navLang {
	top: 5px;
	position: absolute;
	left: 10px;
	text-align: left;
	width: 120px;
}

div#galerie {
	top: 5px;
	position: absolute;
	right: 6px;
	text-align: right;
	width: 600px;
}

div#galerie h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-transform: none;
	font-variant: small-caps;
}

#contener, #contener2 {
	width: 780px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

#contener2 {
	background-image: none !important;
}

#header {
	height: 300px;
	margin: 0px;
	width: 780px;
	padding: 0px;
	clear: both;
	float: none;
	background-color: #333333;
}

#imageBig img {
	border: 1px solid #666666;
}

#newsDefilant {
	width: 500px;
	height: 30px;
	overflow: hidden;
	padding: 0px;
	margin-top: 10px;
	margin-right: 140px;
	margin-bottom: 10px;
	margin-left: 140px;
	text-align: center;
	color: #000051;
	font-size: 13px;
	clear: both;
	position: relative;
	background-color:#EAEAEA;
	border-color:#666666;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-top-left-radius: 6px; /* pour Chrome */
	-webkit-border-top-right-radius: 6px; /* pour Chrome */
	-webkit-border-bottom-right-radius: 6px; /* pour Chrome */
	-webkit-border-bottom-left-radius: 6px; /* pour Chrome */
	border-style: solid;
	border-width: 1px;
}

#Defilant {
	height: 100%;
}

#navTopD  {
	float: right;
	display: inline;
	width: 50px;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navTopD img {
	display: inline;
	margin-right: 5px;
}


#contenu {
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	width: 560px;
	line-height: normal;
	background-color: #FFF;
	color: #000051;
	float: left;
}

#contenu2 {
	margin-top: 10px;
	margin-left: 10px;
	width: 740px;
	background-color: #FFFFFF;
	display: block;
}

#contenu h2 span {
	padding:0 0.5em;
	color:#000051;
	background-color: #FFFFFF;
}

#contenu h2 {
	font-size:13px;
	text-align:center;
	text-transform:uppercase;
	background-image: url(../images/titreh2.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin-right: 5px;
	margin-bottom: 1.1em;
	margin-left: 10px;
	font-weight: bold;
	display: block;
	clear: both;
}

#contenu h3, #contenu2 h3 {
	font-size: 12px;
	color: #000080;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: uppercase;
	background-color: #DEE2EF;
	padding-left: 10px;
}

#contenu h4, #contenu2 h4 {
	font-size: 10px;
	font-weight: bold;
	color: #6F6651;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
	display: block;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
	margin-left: 10px;
}

#contenu p, #contenu2 p {
	font-size: 12px;
	color: #000051;
	margin-left: 10px;
	text-align: justify;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#contenu ul, #contenu2 ul {
	font-size: 11px;
	color: #000051;
	text-align: justify;
	margin-top: 5px;
	margin-right: 5px;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 10px;
}



/************/
/* SIDE BAR */
/************/
#sidebar {
	float: right;
	width: 190px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
}

#sidebar div {
	margin-bottom: 15px;
}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5em;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 3px;
	text-align: center;
	background-image: url(../images/BGTitre.jpg);
	background-repeat: no-repeat;
	height: 30px;
	background-position: left -1px;
}

#sidebar h3 {
	font-size: 12px;
	font-style: normal;
	color: #000051;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
}

#sidebar  p, #sidebar  ul   {
	display: block;
	background-image: url(../images/trait-sidebar.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
	line-height: 1.5em;
	margin-top: 2px;
	padding-right: 10px;
}

#sidebar h2 {
	display: block;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	line-height: 1.1em;
	margin-top: 5px;
	padding-right: 10px;
	height: 20px;
	background-image: url(../images/BGTitre.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar p {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
}

#sidebar ul {
	color: #666666;
	list-style:none;
	margin-right: 0px;
	margin-left: 10px;
}

#sidebar li {
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 1.2em;
}

#sidebar .infos {
	font-size: 10px;
}
#sidebar .module {
	margin-top: 30px;
}


#sidebar .more {
	text-align: left;
	display: block;
}
#resa {
	border: 1px solid #333333;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-top-left-radius: 6px; /* pour Chrome */
	-webkit-border-top-right-radius: 6px; /* pour Chrome */
	-webkit-border-bottom-right-radius: 6px; /* pour Chrome*/
	-webkit-border-bottom-left-radius: 6px; /* pour Chrome */
	padding-bottom: 5px;
	padding-top: 20px;
	color: #333333;
	font-weight: bold;
	font-size: 10px;
	width: 185px;
	margin-left: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg-resa.jpg);
	text-decoration: none;
	text-align: left;
	height: 300px;
	padding-right: 0px;
	padding-left: 0px;
}
#resa a {
	color: #000099;
	display: block;
	height: 20px;
	width: 100px;
	border: 1px solid #000099;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-top-left-radius: 4px; /* pour Chrome */
	-webkit-border-top-right-radius: 4px; /* pour Chrome */
	-webkit-border-bottom-right-radius: 4px; /* pour Chrome */
	-webkit-border-bottom-left-radius: 4px; /* pour Chrome */
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
	text-decoration: none;
	margin: 5px;
}
#resa h6 {
	font-size: 10px;
	color: #000099;
	text-align: left;
	display: block;
	background-image: url(../images/bg-titre-resa.png);
	background-repeat: repeat;
	width: 120px;
	height: 24px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-transform: uppercase;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

#resa a:hover {
	color: #FFFFFF;
	display: block;
	height: 20px;
	width: 100px;
	border: 1px solid #000099;
	background-color: #34469A;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 5px;
}
#resa ul {
	background-image: url(../images/bg-titre-resa.png);
	background-repeat: repeat;
	margin-top: 20px;
	width: 145px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 25px;
	color: #333333;
	margin-bottom: 15px;
}
#resa li {
	margin: 0px;
	padding: 0px;
}


.offrespe {
	border: 1px solid  #EAEAEA;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-top-left-radius: 6px; /* pour Chrome */
	-webkit-border-top-right-radius: 6px; /* pour Chrome */
	-webkit-border-bottom-right-radius: 6px; /* pour Chrome */
	-webkit-border-bottom-left-radius: 6px; /* pour Chrome */
	background-color:  #EAEAEA;
}

#sidebar .more a {
	padding-left:20px;
	color:#291f1d;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	display: block;
	background-position: 5px 14px;
	font-weight: bold;
	padding-top: 10px;
}

#sidebar .vipH2 {
	color: #000000;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bolder;
}

#sidebar img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#sidebar p.boxInfos, #sidebar span.boxInfos {
	margin-left: 15px;
	text-align: left;
}

#sidebar p.sansTrait {
	background-image: none;
}

#logopartner {
	height:120px;
	vertical-align: top;
}
/**************/
/*FIN SIDE BAR*/
/**************/





















#bottom {
	clear: both;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	width: 780px;
	padding: 0px;
	margin: 0px;
}


#bottom a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

#bottom p {
	margin-top: 0px;
	margin-bottom: 0px;
	height: 28px;
}

#footer {
	background-image: url(../images/BGFooter.jpg);
	background-repeat: repeat-x;
	height: 21px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
	font-size: 10px;
	clear: both;
	width: 100%;
}

p.plus {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}

.plus {
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	display: block;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}

p.plus a {
	font-weight: bold;
	text-decoration: none;
}

.spacer {
	clear: both;
}

.center {
	text-align: center !important;
}

.left {
	text-align: left;
}

.right {
	text-align: right !important;
}

.color1 {
	color: #FF0000 !important;
	font-size: 10px;
}

table#galerie {
	text-align: center;
	width: 100%;
}

table#galerie td {
	width: 33%;
}

table#galerie img {
	vertical-align: bottom;
}

table#expos {
	width: 90%;
	text-align: left;
	border: 1px solid #333333;
	margin-left: 30px;
}

table#expos th {
	background-color: #F2F2F2;
	width: 20%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	color: #333333;
	vertical-align: top;
}

table#expos td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	font-size: 10px;
	color: #333333;
}

table#expos p {
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

table#galerie td.vignet {
	vertical-align: bottom;
	text-align: center;

}

table#galerie ul {
	font-size: 10px;
	color: #666666;
	margin-right: 0%;
	margin-left: 0%;
	padding: 0px 5px;
	margin-top: 0.25px;
	margin-bottom: 0.25px;
}

table#galerie li.titre {
	font-variant: small-caps;
}

table#galerie li {
	list-style-type: none;
	background-color: #F3F3F3;
	display: block;
}

table#galerie .techn {
	font-size: 10px;
}



table#galerie li.dim {
	font-variant: normal;
	font-size: 10px;
	color: #999999;
}

table#galerie td.separ-rang {
	padding-top: 5px;
}



#contact td {
	vertical-align: top;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contact #peinture {
	color: #CC9966;
	margin-left: 0px;
	margin-top: 3px;
	font-variant: small-caps;
}

#contact legend, #contactAg legend{
	color: #000066;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 10px;
}

.label {
	text-align: right;
	vertical-align: top;
	padding-right: 4px;
}

.labelG {
	padding-left: 10px;
	padding-right: 5px;
}

#coordonnes2 {
	float: left;
	width: 350px;
	padding-right: 10px;
	padding-left: 10px;
}

#contact #vous-etes {
	float: left;
	width: auto;
	margin-left: 15px;
	margin-right: 0px;
}

#mail-contact {
	float: right;
	width: auto;
	margin-left: 10px;
	margin-top: 10px;
	text-align: justify;
}

#contact #demandes {
	float: left;
	width: 500px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
}

#coordonnes {
	float: left;
	width: 350px;
}

#contact {
	width: 560px;
	padding: 0px;
	margin: 0px;
}

#contact #vous-etes .formul label, .label, .labelG {
	font-size: 12px;
	color: #999999;
}

#contact table#vous-etes , table#contact, table#coordonnes , table#contact, table#coordonnes2 , table#contact, table#demandes{
	background-color: #FBFBFB;
	width: 100%;
}

#contact #envois {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	clear: both;
	width: 530px;
}

#contact #demandes .formul .champsC {
	vertical-align: top;
}

#contact #contactIMG {
	margin-top: 25px;
	width: 160px;
	float: right;
	margin-bottom: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	background-color: #E4E8F3;
	margin-right: 15px;
}

.with740 {
	width: 740px !important;
	margin-top: 15px;
}

#contact #info_oeuvre_detail {
	float: right;
	width: 360px;
	margin-top: 30px;
}

#info_oeuvre_comm {
	clear: both;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.legendeD {
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #B5B5B5;
}

table#galerie .techn span {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.technMixte {
	float: left;
	font-size: 10px;
	color: #666666;
}

table#liens {
	width: 100%;
	text-align: center;
}

table#liens td {
	width: 33%;
}

#liens hr {
	color: #E9E9E9;
	width: 80%;
}

table#liens a {
	background-color: transparent;
}

.vignette {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	float: left;
	width: 170px;
	height: 180px;
	vertical-align: middle;
}

#jeuVignettes {
	height: 380px;
	clear: both;
	margin-top: 20px;
}

#jeuVignettes2 {
	clear: both;
}








/********/
/*  POP */
/********/

body#popbody {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	color: #000000;
	background-image: url(../images/SideBarFond.gif);
	background-repeat: repeat-y;
	background-position: 600px;
}

#popcontener {
	height: 590px;
	width: 780px;
	font-size: 70%;
}

#popoeuvres {
	float: left;
	height: 540px;
	width: 580px;
	vertical-align: middle;
	background-color: #FFFFFF;
}

#poplegend  {
	float: right;
	width: 180px;
	margin-top: 20px;
}

#popnavbas {
	clear: both;
	width: auto;
	margin-left: 0px;
	height: 80px;
}

#popnavbas #titre {
	float: left;
	width: 570px;
	text-align: center;
	vertical-align: middle;
	height: 40px;
}

#popnavbas #titre p {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#popnavbas #navpopup {
	float: right;
	height: 40px;
	width: 160px;
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	padding: 5px;
}

.popupTitre {
	font-size: 14px;
}

#popupdispo, #popupdispo2 {
	height: 60px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF00;
	font-size: 12px;
}

#poplegend p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	line-height: 1.5em;
}

#Close, #popuptheme{
	width: 180px;
	float: right;
	margin-top: 40px;
	text-align: center;
}

#Close p {
	text-transform: uppercase;
	text-align: center;
	padding: 2px;
	border: 1px solid #999999;
	width: 140px;
	margin-left: 5px;
	font-size: 11px;
}

#Close a, #Close a:link, #Close a:visited {
	text-decoration: none;
	color: #666666;
}

#Close a:hover {
	background-color: #CCCCCC;
}

/**********/
/* FIN POP*/
/**********/









.filet {
	margin: 30px 10px 10px;
}

#pagesArtiste {
	text-align: right;
}

#divPreviousNext {
	height: 30px;
}

#divBoxes {
	text-align: right;
	float: right;
	margin-right: 6px;
	width: 30%;
	margin-top: 6px;
	height: 20px;
}

.boxes {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
} 



.boxes a:link, .boxes a:visited, .boxes a:active{ 
	color:#003366;
	background-color: #FFFFFF;
	border: 1px solid #003366; 
	margin: 1px 2px; 
	text-decoration: none; 
	padding: 1px 5px; 
} 

.boxes a:hover { 
	color:#003366; 
	background: #CCCCCC; 
	border: 1px solid #003366; 
	margin: 1px 2px; 
	text-decoration: none; 
	padding: 1px 5px; 
}

#nbresPages {
	float: left;
	width: 60%;
}

#nbresPagesGeneral {
	height: 30px;
	width: auto;
}

#popBioLeft {
	float: left;
	width: 180px;
	height: 450px;
}

#popBioRight {
	float: left;
	width: 360px;
	padding-top: 40px;
	padding-left: 20px;
}

#accueilTexte {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 500px;
	color: #000033;
	margin-right: 20px;
	margin-left: 5px;
}

#texteref {
	position: absolute;
	width: 500px;
	left: -5000px;
	top: 0px;
	font-size: 9px;
}

#texteref2 h1, #texteref2 h2, #texteref2 h3 {
	font-size: 9px;
	color: #CCCCCC;
	display: inline !important;
	font-weight: normal;
}

#texteref2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
}

#texteref2 p {
	padding: 5px;
	width: 80%;
	text-align: center;
}

#ref1, #ref2 {
	padding: 5px;
	border: 1px dotted #666666;
	text-align: left;
	font-size: 9px;
	font-weight: normal;
	width: 760px;
}

#navTexte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
	font-variant: small-caps;
	width: 760px;
	text-decoration: none;
}

#navTexte ul, .inline {
	display: inline;
}

#navTexte hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 80%;
}

#navTexte li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}

#navTexte li.first {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}

#navTexte a {
	color: #999999;
}

#navTexte a:hover {
	color: #CCCCCC;
	text-decoration: none;
	background-color: #333333;
}

#accueilExposG {
	float: left;
	width: 170px;
	padding-left: 10px;
}

#accueilExposM {
	float: left;
	width: 150px;
}

#accueilExposD {
	float: right;
	width: 160px;
	padding-left: 20px;
}

#accueilExpos {
	width: 100%;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#accueilExposM img {
	margin-top: 30px;
}

table#home {
	border: 1px solid #999999;
	text-align: center;
}

#home p {
	margin-top: 10px;
	margin-bottom: 40px;
}

#infosGalerie {
	font-size: 9px;
	color: #999999;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.copy {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 9px;
}

#accueilContenu {
	height: 90%;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

#accueilTable {
	text-align: center;
	width: 560px;
	border: 1px solid #CCCCCC;
}

.centerTable {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.notePopup {
	font-weight: bold;
	color: #000099;
	margin-top: 10px;
}

#contenu img.right {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	border: 1px solid #333333;
	margin-left: 10px;
	margin-bottom: 10px;
}

#contenu img.left {
	margin-top: 10px;
	border: 1px solid #333333;
	margin-right: 10px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

.couleur1 {
	color: #014454;
}

.titre2 {
	font-weight: bold;
	color: #B7862B;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#contenu li {
	list-style-type: none;
	margin-bottom: 10px;
	list-style-image: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	padding-left: 0px;
}

div .imgOffrePriv {
	float: left;
	height: 100px;
	width: 140px;
	margin-left: 10px;
	margin-top: 10px;
}

div .imgOffrePrivDetail {
	float: left;
	width: 360px;
	margin-left: 10px;
	margin-top: 10px;
}

div .txtOffrePriv {
	float: left;
	width: 360px;
	margin-left: 10px;
}

.bteOffrePriv {
	background-color: #E4E8F3;
	margin: 10px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}

.bteNews {
	clear: both;
	height: 100%;
	margin: 10px 10px 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}

div .txtNews {
	margin-left: 10px;
}

#contenuOffresPriv {
	background-color: #FFFFFF;
	margin-left: 10px;
}

#contenu ul ul {
	margin-top: 0px;
	color: #333333;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-left: 5px;
}

.ancre li{
	color: #333333;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 0px;
	background-image: url(../images/anchor_2.gif);
	background-repeat: no-repeat;
	line-height: 20px;
	text-indent: 25px;
}
.ancre {
}


.contactAgBox {
	float: left;
	width: 60%;
}

.contactAgBoxG {
	float: left;
	width: 35%;
}

.contactAgBoxContact {
	float: left;
	width: 45%;
	height: 120px;
	margin-bottom: 0px;
	margin-top: 20px;
	border-left-style: dashed;
	border-left-width: 1px;
	margin-left: 3px;

}

#contactAg {
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	width: 560px;
	float: left;
}


.alert {
	color: #FF0000 !important;
	margin-top: 15px;
	margin-bottom: 10px;
}

#tableContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.bteNews p {
	margin-bottom: 3px!important;
}

.bteNews ul {
	margin-bottom: 0px;
}

#contenuNews {
	margin-bottom: 0px;
	height: 100%;
}

.bteNews p {
	font-size: 10px;
	font-weight: normal;
}

#imagesThumbs {
	float: left;
	width: 123px;
	margin-left: 10px;
	margin-top: 10px;
}

.prixOffreDetail {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#listeOffrePriv  {
	margin-right: 50px;
	margin-left: 50px;
	text-align: center;
}

#imagesOffrePriv {
	height: auto;
}

#listeOffrePriv td {
	text-align: center;
}

.bteCheckinOnline {
	float: left;
	width: 258px;
	line-height:1.5em;
	background-color: #FFFFFF;
	margin: 5px;
	display: inline;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 60px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
}

.bteCheckinOnline .checkinCompagnie {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	padding-right: 2px;
}

#listeCheckinOnline {
	height: 100%;
	width: 550px;
	background-color: #EAEEF4;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	position: relative;
	overflow: visible;
	float: left;
}

#listeCheckinOnline a:link {
	font-weight: bold;
	color: #000051;
	text-decoration: none;
}

#listeCheckinOnline a:hover {
	font-weight: bold;
	color: #000051;
	text-decoration: underline;
}

.calendrier {
	font-size:11px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 0px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	text-align: left;
}

.calendrier a { text-decoration:none; }

.calendrier a:hover { text-decoration:underline; }

.calendrier table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-style: solid;
	border-top-color: #FFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #FFF;
}

.calendrier thead {
	font-weight:bold;
	background-color: #E4E8F3;
}

.calendrier th {
	padding:6px;
	text-align:center;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}

.calendrier td {
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: dotted;
	border-top-color: #666666;
	border-left-color: #999999;
	text-align: left;
}
.calendrier li {
	text-align: left;
}













/**************/
/* SLIDE SHOW */
/**************/


#slideshow {
	position: relative;
	width: 564px;
	height: 396px;
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#slideshow #menuslide, #slideshow #pictures, #slideshow #loading {
	position: absolute;
	width: 250px;
}
#slideshow #loading {
	display: block;
	top: 158px;
	left: 205px;
	text-indent: -5000px;
	width: 24px;
	height: 24px;
	visibility: hidden;
	z-index: 5;
}
#slideshow #pictures {
	width: 286px;
	height: 396px;
	left: 0px;
	overflow: hidden;
	background-image: url(../images/slide/charter-boat.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}
#slideshow #pictures li {
	display: block;
	position: absolute;
	top: 0;
	width: 283px;
	overflow: hidden;
	height: 396px;
}
#slideshow #pictures li img {
	display: block;
	position: relative;
	bottom: 0;
	margin: 0px;
	padding: 0px;
	height: 396px;
}
#slideshow #menuslide {
	list-style-type: none;
	height: 396px;
	right: 0;
	margin: 0px;
	width: 288px;
	background-color: #FFFFFF;
	padding: 0px;
}
#slideshow #menuslide li {
	display: block;
	z-index: 1000;
	position: relative;
	zoom: 1;
	font-size: 12px;
	margin: 0px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#slideshow #menuslide li a {
	display: block;
	text-decoration: none;
	z-index: 1000;
	color: #333333;
	vertical-align: middle;
	zoom: 1;
	font-size: 12px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: normal;
}
#slideshow #menuslide li a:focus {
	outline: 0;
	font-weight: normal;
}
#slideshow #menuslide li a:hover {
	color: #333333;
	display: block;
	font-size: 12px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#slideshow  #menuslide  li.current  {
	color: #000097;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-size: 12px;
	text-decoration: none;
}
#slideshow #menuslide li.background {
	position: absolute;
	height: 7px;
	width: 4px;
	z-index: 5;
	background-image: url(../images/slide/BG.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}
#slideshow-options ul { padding: 0; }
#slideshow-options ul li { list-style-type: none; display: inline; padding-right: 0; }
.listePage {
	border: 1px outset #D2D2D2;
}
.listePage td {
	background-image: url(../images/slide/BG.png);
	background-repeat: repeat-x;
	height: 34px;
	border: 1px outset #E8E8E8;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	font-weight: bold;
}
.iwe  {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	text-align: justify;
	padding: 10;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #635E80;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-top-left-radius: 6px; /* pour Chrome */
	-webkit-border-top-right-radius: 6px; /* pour Chrome */
	-webkit-border-bottom-right-radius: 6px; /* pour Chrome */
	-webkit-border-bottom-left-radius: 6px;
	vertical-align: top;
}
.prestaIWE {
	text-align: center;
	width: 276px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #716B92;
	border-right-color: #716B92;
	border-left-color: #716B92;
	padding-bottom: 10px;
	float: left;
	line-height: 25px;
	height: 200px;
	padding-top: 4px;
}

#menuiwe a {
	display: inline;
	color: #D2A046;
	font-size: 10px;
	margin: 5px;
	padding: 5px;
	text-decoration: none;
}
#menuiwe {
	padding: 0px;
	width: 330px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 230px;

}
#topslideiwe img {
	float: left;
	margin: 10px;
}

#listemenuiwe {
	width: 315px;
	text-align: center;
	padding-top: 8px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	background-color: #000000;
	border: 1px solid #000000;
}
#openlist {
	height: 25px;
	width: 315px;
	padding: 0px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 10px;
	background-color: #000000;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	-webkit-border-top-left-radius: 0px; /* pour Chrome */
	-webkit-border-top-right-radius: 0px; /* pour Chrome */
	-webkit-border-bottom-right-radius: 6px; /* pour Chrome */
	-webkit-border-bottom-left-radius: 6px;
	border: 1px solid #000000;
}


#topslideiwe {
	font-size: 10px;
	text-align: justify;
	font-weight: bold;
	padding: 10;
	margin: 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	-webkit-border-top-left-radius: 6px; /* pour Chrome */
	-webkit-border-top-right-radius: 6px; /* pour Chrome */
	-webkit-border-bottom-right-radius: 0px; /* pour Chrome */
	-webkit-border-bottom-left-radius: 0px; /* pour Chrome */
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
#slideiwe {
	padding: 20px;
	margin: 0;
	min-height: 300px;
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	-webkit-border-top-left-radius: 0px; /* pour Chrome */
	-webkit-border-top-right-radius: 0px; /* pour Chrome */
	-webkit-border-bottom-right-radius: 6px; /* pour Chrome */
	-webkit-border-bottom-left-radius: 6px;
	width: 520px;
	background-color: #000000;
	border: 1px solid #000000;
}
#titreIWE {
	width: 177px;
	text-align: center;
	height: 25px;
	padding-top: 8px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	-moz-border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	-webkit-border-top-left-radius: 6px; /* pour Chrome */
	-webkit-border-top-right-radius: 6px; /* pour Chrome */
	-webkit-border-bottom-right-radius: 0px; /* pour Chrome */
	-webkit-border-bottom-left-radius: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	clear: both;
	margin-left: 11px;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#menuiwe a:hover {
	color: #D2A046;
	font-weight: bold;
	text-decoration: underline;
}
.iwe ul {
	margin: 0px;
	display: inline;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.iwe h1 {
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	display: block;
	background-color: #000000;
	height: 35px;
	padding-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.iwe li {
	color: #FFFFFF;
	text-align: center;
	list-style-type: none;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
