/* -------------------------------------------*/
/* ---------->>> Titres, textes <<<-----------*/
/* -------------------------------------------*/

.destinations li li a {
	color: #fff;
	font-size: 1em;
}

.destinations li li a:hover { color: #044d87; }

.destinations li h3 {
	background: url(../img/boutons/btn-destination-bas.gif) left top no-repeat;
	border: none;
	color: #308acf;
	font-size: 1em;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	padding: 0 0 0 55px;
	text-transform: uppercase;
}

.destinations li h3.twoLines {
	font-size: 0.9em;
	height: 36px;
	line-height: 12px;
	padding-top: 10px;
}

.destinations li h3.small { font-size: 0.8em; line-height: 39px; padding: 0 0 0 50px; }

.destinations li.hover h3 {
	background: url(../img/boutons/btn-destination-bas.gif) left bottom no-repeat;
	color: #f1302c;
}



/* -------------------------------------------*/
/* ------------->>> structure <<<-------------*/
/* -------------------------------------------*/

#header {	
/*background: url(../img/background/back-top-acc-en.jpg) no-repeat; */
background: url(../img/background/back-top-acc-en.jpg) no-repeat; 
}

#header .bulleRouge { display: none; }

#secInfo { display: block; }



#footer {
	background: url(../img/background/back-footer-acc.jpg) no-repeat;
	clear: both;
	height: 10px;
}

/* -------------------------------------------*/
/* --------------->>> Bulles <<<--------------*/
/* -------------------------------------------*/

.bulleRouge { 
	background: url(../img/bulles/bulle-bas-rouge.gif) left bottom no-repeat;
	margin: 0 0 10px 24px;
	padding: 0 0 13px;
	width: 233px;
}

/* -------------------------------------------*/
/* ------------>>> Formulaires <<<------------*/
/* -------------------------------------------*/

.bulleRouge form div {
	padding: 0 10px 5px;
	position: relative;
}

.bulleRouge form div label {
	color: #f1302c;
	position: absolute;
	top: 2px;
}

.bulleRouge form div input { 
	margin: 0 0 0 85px;	
	position: relative;
	width: 114px;
}

.bulleRouge form input.btnSubmit {
	background: #f1302c;
	border: none;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 0.85em;
	margin: 0 10px 0 0;
	position:relative;
	z-index: 50;	
}

/* -------------------------------------------*/
/* ------------>>> Destinations <<<-----------*/
/* -------------------------------------------*/


#partenaires {
	background: #fff;
	border: none;
	margin: 30px 0 0 -11px;
	overflow: hidden;
	padding: 0 !important;
	position: relative;
	width: 506px;
}

.destinations{
	background: #5eb9f2;
	border: none;
	border-bottom: 1px solid #2b83c7;
	margin: 0 0 0 -11px;
	overflow: hidden;
	padding: 0 8px 5px !important;
	position: relative;
	width: 490px;
}

.borderWhite { border-bottom: 5px solid #fff; }

#pageDestinations #destinations { border-bottom: 10px solid #137ce2;}

.destinations li {
	background: #5eb9f2;
	border: none;
	cursor: pointer;
	display: inline;
	float: left;
	list-style: none !important;
	margin: 0 0 -1000px;
	padding: 0 0 1020px;
	width: 122px;
}

.destinations li.hover { background: #51b0ef url(../img/background/back-destination.gif) repeat-x; }
.destinations li.hover li{ background: transparent none; }

.destinations li ul { margin: 10px 0 0; }

.destinations li li {
	background: transparent;
	display: block;
	float: none;
	margin: 0;
	padding: 0 5px 5px 5px;
	width: auto;
}

#nouvelles, #voyagezVert  {
	background: #fff url(../img/background/backNouvellesEn.jpg) no-repeat;
	float: left;
	min-height: 205px;
	padding: 43px 10px;
	width: 209px;
}

#nouvelles ul { margin-left: -20px; }

#nouvelles li {
	background: url(../img/bullet.gif) no-repeat;
	padding-left: 15px;
	margin-bottom: 5px;
}

#voyagezVert { 	
	background: #fff url(../img/background/backVertEn.jpg) no-repeat; 
	color: #5c6617;
	margin-left: 20px;
}

#nouvelles a.more, #voyagezVert a.more {
	background: url(../img/flecheBleue.gif) center right no-repeat;
	display: block;
	color: #275e80;
	font-weight: bold;
	height: 19px;
	line-height: 19px;
	padding-right: 25px;
	margin: 20px 0;
	text-align: right;
	text-decoration: none;
}

#voyagezVert a.more {
	background: url(../img/flecheVerte.gif) center right no-repeat;
	color: #5c6617;
	margin-top: 10px;
}