@charset "utf-8";
/* CSS Document */
/* Tout est prefixé par FV (forum-voyages) pour pouvoir éviter les dobordement CSS */
img { -ms-interpolation-mode:bicubic; }

.container {
	width:976px !important;
}
hr.space {
	background:#f4da32;
	color:#f4da32;
	height: 10px;
	margin: 0;
}

.container {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#888;
}
em {
	font-style:italic;
}
a {
	color:#888;
}
h1,
h2,
h3,
h4,
p
{
	padding:0.5em 0 0.3em;
}
h1,
h2,
h3,
h4 {
	font-weight:bold;
}
h1 {
	font-size:20px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:14px;
}
blockquote {
	margin:0.5em 0 0.3em;
	border:1px dotted #aaa;
}

#header {
	background:url(../_img/header.png) left top no-repeat;
	height:97px;
	padding:0;
	position:relative;
}
#header h1 {
	padding:0;
	margin:0;
}
#header h1 a {
	display:block;
	/* background:violet; */
	outline:none;
	width:400px;
	height:61px;
}

#header .pub {
	position:absolute;
	top:13px;
	right:13px;
}

/* Barre de navigation Ecotour */
#navigation-whitelabel {
	margin-bottom:13px;
}
#navigation-whitelabel ul {
	margin:0;
	padding:0;
	text-align:center;
}
#navigation-whitelabel li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#navigation-whitelabel li a {
	font-weight:bold;
	color:#888;
	font-size:12px;
	padding:0 10px;
}

/* Bloc d'identification */

#widgetLogin {
	background:url(../_img/login.png) left top no-repeat;
	margin-bottom:10px;
	height:40px;
	position:relative;
}
#widgetLogin h2 {
	float:left;
	color:#444444;
	font-size:18px;
	height:40px;
	line-height:40px;
	padding:0 30px 0 20px;
	font-family:"Bauhaus Md BT", Arial;
}
#widgetLogin #loginDiv {
	padding:10px 20px 10px 0;
	line-height:20px;
	heigth:20px;
	float:right;
}
#widgetLogin form {
	padding:0;
	margin:0;
}
#widgetLogin form input {
	margin-right:5px;
	border:1px solid #aaa;
	background:#eeeeee;
}
#widgetLogin form span {
	padding:0 5px;
	color:#444;
}
#widgetLogin #loginDiv #customerName {
	color:#666;
	font-weight:bold;
	padding-right:20px;
}

#widgetLogin #loginErrorText {
	position:absolute;
	padding:5px;
	top:5px;
	left:10px;
	color:#C00;
	background:#F99;
	display:block;
}


/* Habillage centre de page*/

#center {
	background:#f4da32 url(../_img/center.png) -976px top no-repeat;
	padding-top:13px;
	padding:13px;
}
#center-bottom {
	background:#f4da32 url(../_img/center.png) 0 bottom no-repeat;
	height:13px;
}

/* Pied de page*/

#footer .destinations{
	font-size:10px;
}
#footer .destinations a{
	font-size:10px;
}
#footer img{
	border:1px solid #eee;
	margin:2px;
}

/* Rounded box*/

.rounded {
	position:relative;
	background:#fff;
	margin-bottom:10px;
}
.rounded h1,
.rounded h2,
.rounded h3,
.rounded h4,
.rounded p,
.rounded ul{
	padding:0.5em 13px 0.3em;
}
.rounded .title {
	background:#CCCCCC url(../_img/rounded-title.png) left top no-repeat;
	color:#444444;
	font-size:18px;
	height:40px;
	line-height:40px;
	padding:0 0 0 20px;
	font-family:"Bauhaus Md BT", Arial;
}

.rounded-TL,
.rounded-TR,
.rounded-BL,
.rounded-BR
{
	height:10px;
	overflow:hidden;
	position:absolute;
	z-index:10;
	width:100%;
}
.rounded-TL
{
	top:0;
	background:url(../_img/rounded.png) left 0 no-repeat;
}
.rounded-TR
{
	top:0;
	background:url(../_img/rounded.png) right -10px no-repeat;
}
.rounded-BL
{
	bottom:0;
	background:url(../_img/rounded.png) left -20px no-repeat;
}

.rounded-BR
{
	bottom:0;
	background:url(../_img/rounded.png) right -30px no-repeat;
}

/* Habillage générique des liste de produits */
.FV-produits .destinations {
	overflow:hidden;
	position:relative;
}
.FV-produits .highlight {
	background:#eee;
}
.FV-produits h2 a {
	font-size:12px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:25px;
}

.FV-produits .destinations table.over {
		background:#FBF5C0;
}

.FV-produits .destination {
	width:100%;
	padding:4px 0;
}
.FV-produits .destination h3,
.FV-produits .destination p {
	font-size:11px;
	padding:1px 13px;
	line-height:14px;
}
.FV-produits .destination a {
	text-decoration:none;
}
.FV-produits .destination em {
	font-size:11px;
	color:#F90127;
	font-weight:bold;
	font-style:normal;
}
