/* General Structure */
    body, td, th, input { /* redundant rules for bad browsers  */
            font-family: verdana, sans-serif;
            font-size: x-small;
            voice-family: "\"}\"";
            voice-family: inherit;
            font-size: small;
    }

	h1, h2, h3, h4, h5, h6 {
		margin: 1em 0 0.2em 0;
		border-bottom: 1px solid #ccc;
		font-family: arial, verdana, sans-serif;
	}
	li h1, li h2, li h3, li h4, li h5, li h6 {
		border: none;
	}

	#header h1 { border: 0; }

	h1 { font-size: 160%; font-weight: normal; }
	h2 { font-size: 150%; font-weight: normal; }
	h3 { font-size: 120%; }
	h4 { font-size: 100%; }
	h5 { font-size: 90%; }
	h6 { font-size: 90%; border: 0; }

	#mainContent, #side {
		background: #fff;
		line-height: 1.3; /* value other than 'normal' needed for WinIE */
		color: #000;
	}
	

* > html #mBody,
* > html #mBody pre {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 25px;
}

	#mBody {

		padding: 1em 0 1em 0;
	}
	
body {
	background: url("../images/subsite_back.gif") repeat-x;
	background-color: #FFF;
	margin-top: 0;
	padding-top: 0; 
}

* html #footer {margin-top: 0;}
* > html #footer {
    margin-left: 13.2em;
}
	#container {
		max-width: 70em;
		width:expression(document.body.clientWidth > 70 ? "70em" : "auto");
		margin: 0 auto;
	}

	#side {
		float: left;
		width: 20%;
		margin-bottom: 1em;
	}

	#mainContent {
		float: right;
		width: 80%;
		margin-bottom: 1em;
	}
#footer { color: #666; }
/* Footer */

	#footer {
		clear: both;
		margin-top: 1em;
	}
		
	#footer ul {
		margin: 0 0 1em 0;
		padding: 0;
	}
	
	#footer li {
		display: inline;
		padding: 0 20px 0 0;
		margin: 0;
		white-space: nowrap;
	}
	
	#footer p {
		margin: 0.6em 0;
	}



#cyberandorra-com a {
	float: right;
	display: block;
	text-indent: -5000em;
	width: 110px;
	height: 25px;
	text-decoration: none;
	background: url("../images/subsite_cyberandorra-com.png") no-repeat;
	margin-bottom: 1.5em;
}

#container {
		max-width: 70em;
		margin: 0 auto;
	}

/* Header */
	div#header { clear: both; }
	#header {
		background: #455372 url("../images/header_bl.png") bottom left repeat-x;
		position: relative;
		min-height: 39px;
		height: 5em;
		padding: 0;
		voice-family: "\"}\"";
		voice-family: inherit;
		height: 3em;
		padding: 15px 0;
	} #ignored {}
	
	#map {
		/*border:1px solid #f00;*/
		position: relative;
		height: 522px;
		margin:0;
		padding: 0;
		padding: 15px 0;
	}
	
	#map_overview{
		background: #e4ecec url("../images/key-point_back.gif") right repeat-y;
	}
	
	#header h1 {
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		font-size: 2px;
		background: url("../images/header_tl.gif") no-repeat;
		height: 8px;
		z-index: 100; /* above the UL */
	}
	#header h1 a {
		display: block;
		width: 431px;
		height: 64px;
		background: transparent url("../images/header_logo_travel.png") no-repeat;
		text-indent: -700em;
		text-decoration: none;
	} 
	#header ul {
		width: auto;
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
		padding: 0 15px 0 0;
		list-style: none;
		background: url("../images/header_br.gif") no-repeat bottom right;
		z-index: 90; /* below the H1 */
	}
	#header li {
		float: right;
		background: transparent url("../images/header_tab.gif") 100% -600px no-repeat;
		padding: 0 6px 0 0;
		margin: 0 1px 0 0;
		border-bottom: 1px solid #515358;
	}
	#header ul a {
		float: left;
		display: block;
		padding: 4px 4px 4px 10px;
		background: transparent url("../images/header_tab.gif") 0% -600px no-repeat;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
	}
	#header ul li:hover a { background-position: 0% -400px; }
	#header ul li:hover { background-position: 100% -400px; }
	
	#header ul li.selected a {
		background-position: 0% -0px;
		color: #455372;
	}
	#header ul li.selected {
		background-position: 100% -200px;
		border-bottom: 1px solid #fff;
	}
/* Search Field */

	#header form {
		position: absolute;
		top: 0;
		right: 0;
		padding: 12px 20px 0 0;
		background: url("../images/header_tr.gif") no-repeat top right;
		margin: 0; /* need for IE Mac */
		text-align: right; /* need for IE Mac */
		white-space: nowrap; /* for Opera */
	}
	#header form label { color: #fff; font-size: 85%; font-variant: small-caps;	display: none;}
	#header form input { font-size: 85%; }

	#header form #submit {
		font-size: 85%;
		background: #6A7389;
		color: #fff;
		padding: 1px 4px;
		border-right: 1px solid #283043;
		border-bottom: 1px solid #283043;
		border-top: 1px solid #9097A2;
		border-left: 1px solid #9097A2;
	}
	
	#header form #q {
		width: 170px;
		font-size: 85%;
		border:	1px solid #9097A2;
		background: #D9DBE1;
		padding: 2px;
	}
	#header form #q:hover, #header form #q:focus {
		background: #fff;
	}
/* Sidebar */
	#nav {
		line-height: 1em;
		background: #E0E9E9 url("../images/menu_back.gif") right repeat-y;
		margin-bottom: 1em;
	}
	#nav:before {
		line-height: 0.1;
		font-size: 1px;
		background: transparent url("../images/menu_tr.gif") no-repeat top right;
		margin: 0;
		height: 9px;
		display: block;
		border-bottom: 1px solid #ddd;
		content: url("../images/key-point_tl.gif");
	}

	#nav:after {
		display: block;
		padding-top: 0;
		line-height: 0.1;
		font-size: 1px;
		content:  url("../images/key-point_bl.gif");
		margin: 0 0 0 0;
		height: 8px;
		background: transparent url("../images/menu_br.gif") scroll no-repeat bottom right ;
		border-top: 1px solid #fff;
	}
	
	#nav, #nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#nav li {
		display: inline;
		padding: 0;
		margin: 0;
	}
	
	#nav li span { /* used for un-linked menu items */
		display: block;
		padding: 6px 10px;
		font-weight: bold;
		color: #666;
	}

	#nav li span#configParent, #nav li span #configuration {
		display: inline;
		font-weight: normal;
		padding: 0;
	}
	
	#nav li a {
		display: block;
		padding: 8px 10px;
		text-decoration: none;
		background: #EDF2F2;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #fff;
		border-right: 1px solid #ddd;
	}

	#nav li a:hover {
		background: #E0E9E9;
	}
	
	#nav li li span { /* used for un-linked menu items */
		padding: 4px 8px 4px 20px;
	}
	
	#nav li li a {
		padding: 6px 8px 6px 20px;
	}
	
	#oN {
		background-color: #E0E9E9;
	}
	#oN:hover {
		background-color: #C6DCDC;
	}
	#nav a {
		color: #666;
		text-decoration: underline;
	}

	#nav a:hover {
		text-decoration: none;
	}
	
.thumb {
	text-align: center;
	border: 1px solid #cccccc;
	margin: 2px;
}
.float-left {
	float: left;
	padding: 5px;
}

.float-right {
	float: right;
	padding: 5px;
}
div.tright {
    clear: right;
    float: right;
    border-width: 0.5em 0 0.8em 1.4em;
}
div.tleft {
    float: left;
    margin-right:0.5em;
    border-width: 0.5em 1.4em 0.8em 0;
}
/* Galerie */

div#galerie
{
	clear:both;
	width: 183px ;
	padding: 0px ;
	margin: 0 ;
	text-align: center ;
	font: 0.9em Georgia, serif ;
}

div#photo{
	float: right ;
	width:410px;
	border: 1px solid #003399 ;
	padding:2px;
}

#photoGal{
	padding:2px;
}

ul#galerie_mini
{
	float: left ;
	width:230px;
	margin: 0 ;
	padding: 5px ;
	list-style-type: none ;
}

ul#galerie_mini li
{
	float: left ;
}

ul#galerie_mini li a img
{
	margin: 1px 2px ;
	border: 1px solid #003399 ;
}
.clear{
	clear:both;
}

.colonne{
	float:left;
	width:50%;
}
img{
	border:0;
}
#corpForm {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	border: 1px solid #FFCC33;
	color: black;
	background: #EDF2F2;
	margin: 0;
	padding: 1em;
}
#corpForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 0 1em 1em;
	border: 1px solid #FFCC33;
}
#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: black;
	background: transparent;
}
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
}
#corpForm label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 40%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}
#corpForm label:hover, {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}
#enfants{
	visibility: hidden;
	display:none;
	z-index:100;
}

#enfants label{
	clear:both;
	margin: 0;
	width: 80%;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}
.age  {
	list-style-type: none;
	margin:0;
	padding:0;
}


.age li {
	float: left;
	width : 100px;
	font-size: small;
	text-align: center;
}
.bungreenGoBtn{
	float:right;
	border-bottom:thin solid #006600;
	border-right:thin solid #006600;
	border-top:thin solid #CCCCCC;
	border-left:thin solid #CCCCCC;
	font-size:11px;
	font-weight:bold;
	background-color:#009900;
	color:#FFFFFF;
	line-height:.85;
	
	padding-top:3px;
	text-transform:capitalize;
	cursor:hand;
	width:80px
}


#header #qsearch_out {
	display: none;
	position: absolute;
	z-index: 200;
	right: 80px;
	padding: .5em;
	color: #1ba6b2;
	background: #fff;
	border: solid 1px #1ba6b2;
}
#header #qsearch_out ul {
	padding: 0;
	display: block;
	height: auto;
}
#header #qsearch_out li {
	padding: 0;
	display: block;
	float: none;
	line-height: normal;
	background: #fff;
	color: #1ba6b2;
}
#header #qsearch_out li a {
	padding: 0;
	background: #fff;
	color: #1ba6b2;
}

.description{
	width:400px;
	overflow: auto;
}


#loadingWait
{
	border: 1px outset #009; 
	background-color: #ddf; 
	z-index:100;
	padding: 2px;
	text-align:center;
    position: absolute; 
    top: 280px; 
    width: 160px; 
    font-size: 16px;
    font-weight: bold; 
    padding: 10px 20px 10px 20px;
	opacity:.9;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
}
#bar
{
    width:500px;
    margin:auto auto;
    height:10px;
    background-color:#fff;
    border:solid 1px #666;
    font-size:1px;
    text-align:left;
}

.key-point:before {
		line-height: 0.1;
		font-size: 1px;
		background: transparent url("../images/key-point_tr.gif") no-repeat top right;
		margin: -15px -15px 0 -15px;
		height: 15px;
		display: block;
		border: none;
		content: url("../images/key-point_tl.gif");
	}
	.key-point {
		background: #e4ecec url("../images/key-point_back.gif") right repeat-y;
		padding: 15px;
		margin-bottom: 1em;
	} * html .key-point { height: 1px; }
	.key-point:after {
		display: block;
		clear: both;
		padding-top: 15px;
		line-height: 0.1;
		font-size: 1px;
		content:  url("../images/key-point_bl.gif");
		margin: -15px;
		height: 8px;
		background: transparent url("../images/key-point_br.gif") scroll no-repeat bottom right ;
	}

a.download-link:hover span {
		background-position: 100% 0;
	}
	
a.download-link {
		display: block;
		padding: 0 0 12px 0;
		margin-bottom: 0.2em;
		text-decoration: none;
		color: #256504;
		width: 285px;
		margin-left: -8px;
	}
	a.download-link span {
		display: block;
		padding: 9px 10px 0 58px;
		min-height: 43px;
	} * html a.download-link span { height: 43px; }
	a.download-link:hover, a.download-link:hover span, a.download-link:hover strong {
		color: #143802;
		cursor: pointer; /* need for IE6 */
		background-position: 100% 100%;
	}
a.download-firefox {
		background: url("../images/download-firefox.png") 0 100% no-repeat;
	}

a.download-firefox {
		background: url("../images/download-firefox-white.png") 0 100% no-repeat;
		margin-right: 40px;
		margin-left: 0;
	}
.brief-feature .home-download {
		float: right;
	}
.slider{
	margin-left:-9px;
	margin-top:-9px;
	background-image: url(../images/horizSlider.png);
	position:absolute;
	top:0;
	left:0;
	width:18px;
	height:20px;
	z-index:2;
	cursor:move;
}
#zoom-track-selected{
	position:absolute;
	background-color:#00f;
	height:5px;
	z-index:1
}

