/*************************************************************/
/*SwitcHome stylesheet - Feuille de style de SwitcHome - 2007*/
/*************************************************************/

body{
	background: #e4e4e4 url(images/background.gif) repeat-x top left;
	margin: 0px; 
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 90%;
}

/* Head - En-tête */
/****************/

#head{
	position: relative;
	background: #e4e4e4 url(images/head_empty.gif) no-repeat top left;
	width: 900px;
	height: 117px;
	padding: 0;
	margin: 0 auto;
}

#easy-access{
	float:left;
	margin: 0 0 0 30px;
	padding: 0;
	font-size: 10px;
	color: #F0EBE5;
}

#easy-access a{
	border: none;
}


#head h1{
	position: absolute;
	top: 50px;
	left: 150px;
	font-size: 2em;
	color: #F0EBE7;
	padding:0;
	margin: 0;
}

/* top menu - Menu haut */
/************************/

#menu {
	position: absolute;
	top: 45px;
	right: 10px;
	margin: 35px 20px 0px 0px;
	padding: 0;
}

#menu ul 
{
	margin: 0;
	padding: 0;
	white-space : nowrap;
}

#menu ul li 
{
	margin: 0;
	padding: 0;
	display: block;
	float:left;
	text-align: center;
}

#menu ul li a 
{
	color : #fff;
	background-color: transparent;
	text-decoration : none;
	display: block;
	border-style:none;
}

#menu ul li a:link, #menu ul li a:visited 
{
	background-image: url(images/menu_item2.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 94px;
	line-height: 26px;
	padding-top: 7px;
}

#menu ul li a:hover, #menu ul li a:active 
{
	background-image: url(images/menu_item2.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	background-position: 0px -33px;
	height: 29px;
	width: 94px;
	line-height: 29px;
	padding-top: 4px;
}

#menu ul li.active a:hover, #menu ul li.active a:active, #menu ul li.active a:link, #menu ul li.active a:visited 
{
	background-image: url(images/menu_item2.gif);
	background-repeat: no-repeat;
	background-position: 0px -66px;
	height: 29px;
	width: 94px;
	line-height: 29px;
	padding-top: 4px;
	color: #B05128;
}



/*background page style - style de l'arrière-plan de la page*/
/************************************************************/

#body_wrapper{
	background: url(images/body_cont.jpg) repeat-y top left;
	margin: 0 auto;
	padding: 0;
	width: 900px;
	display: block;
}


#body{
	background: url(images/body_top.jpg) no-repeat top left;
	float: left;
	padding: 10px 20px 0px 20px;
	min-height: 343px;
	display: block;
}

#end_body{
	background: url(images/footer.jpg) no-repeat top left;
	margin: 0px auto;
	width: 900px;
	height: 90px;
	display: block;
}

/* Side menu - Menu latéral */
/****************************/

#smenu{
	width: 169px;
	float: right;
	padding: 0;
	margin: 0;
	background: url(images/right_middle.gif) repeat-y top left;
}

#smenu .top{
	position: relative;
	background: url(images/right_top.gif) no-repeat top left;
	padding: 0px;
	margin: 0px;
	width: 169px;
	height: 18px;
}

#smenu .bottom{
	background: url(images/right_bottom.gif) no-repeat bottom left;
	padding: 0px;
	margin: 0px;
	width: 169px;
	height: 21px;
}

#language{
	margin:0;
	padding: 5px;
	text-align: center;
}

#language img, #language a{
	border: 0;
	text-decoration: none;
}

#smenu h2{
	padding: 3px;
	margin: 10px 7px 10px 5px;
	text-align: center;
	color: #333;
	background-color: #BE6440;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFF;
}

#smenu ul{
	margin: 5px 10px 5px 10px;
	padding : 0;
	list-style: none;
	font-size : 0.75em;
}

#smenu ul li{
	margin: 0;
	padding: 0;
	height: 29px;
	line-height: 25px;
	list-style: none;
	display: block;
	
}

#smenu li a{
	display: block;
	padding-left: 30px;
	color: #000;
	text-decoration: none;
	margin: 0;
	border: 0;
}

#smenu li a:hover{
	color: #F0EBE5;
}

/* menu déroulant */

#smenu dl{
	margin: 5px 10px 5px 10px;
	padding : 0 0 0 0;
	list-style: none;
}

#smenu dt{
	margin: 0;
	padding: 0;
	height: 29px;
	line-height: 25px;
	list-style: none;
	display: block;
	font-size : 0.75em;
}

#smenu dt a{
	display: block;
	background: transparent;
	color: #000;
	padding-left: 30px;
	text-decoration: none;
	margin: 0;
	border: 0;
}

#smenu dt a:hover{
	color: #F0EBE5;
}

#smenu dd {
	margin: 0;
	padding: 0;
	text-align: center;	
	border-top: #F0EBE5 solid 2px;
}

#smenu ul.deroule {
	margin: 0 5px;
	padding: 0;
	border-right: #F0EBE5 1px solid;
	border-left: #F0EBE5 1px solid;
}

#smenu ul.deroule li{
	margin: 0;
	padding: 0;
	height: 15px;
	line-height: 15px;
	border-bottom: #F0EBE5 1px solid;
}

#smenu ul.deroule li a{
	margin: 0;
	padding: 0;
	background: #C7B8A4;
}

#smenu ul.deroule li a:hover{
	background: #F0EBE5;
	color: #000;
}
/* Fin menu déroulant */

#smenu a#home{
	background: transparent url(images/icones/home.png) no-repeat left center;
}

#smenu a#help{
	background: transparent url(images/icones/help.png) no-repeat left center;
}

#smenu a#informations{
	background: transparent url(images/icones/informations.png) no-repeat left center;
}

#smenu a#contact{
	background: transparent url(images/icones/contact.png) no-repeat left center;
}

#smenu a#search{
	background: transparent url(images/icones/search.png) no-repeat left center;
}

#smenu a#Gmap{
	background: transparent url(images/icones/map.png) no-repeat left center;
}

#smenu a#offer{
	background: transparent url(images/icones/offer.png) no-repeat left center;
}

#smenu a#last-offer{
	background: transparent url(images/icones/last-offer.png) no-repeat left center;
}

#smenu a#last-minute{
	background: transparent url(images/icones/last-minute.png) no-repeat left center;
}

#smenu a#city{
	background: transparent url(images/icones/city.png) no-repeat left center;
}

#smenu a#country{
	background: transparent url(images/icones/country.png) no-repeat left center;
}

#smenu a#mountain{
	background: transparent url(images/icones/mountain.png) no-repeat left center;
}

#smenu a#see{
	background: transparent url(images/icones/see.png) no-repeat left center;
}

#smenu a#admin{
	background: transparent url(images/icones/admin.png) no-repeat left center;
}

#smenu a#edit-account{
	background: transparent url(images/icones/edit-account.png) no-repeat left center;
}

#smenu a#my-switchome{
	background: transparent url(images/icones/my-switchome.png) no-repeat left center;
}

#smenu a#my-search{
	background: transparent url(images/icones/my-search.png) no-repeat left center;
}

#smenu a#logout{
	background: transparent url(images/icones/logout.png) no-repeat left center;
}

#smenu a#member-subscription{
	background: transparent url(images/icones/member-subscription.png) no-repeat left center;
}

#smenu a#visitor-subscription{
	background: transparent url(images/icones/visitor-subscription.png) no-repeat left center;
}

#smenu a#login{
	background: transparent url(images/icones/login.png) no-repeat left center;
}


/* Main part - Partie principale */
/*********************************/

#content{
	width: 690px;
	float: left;
	padding: 0;
	margin: 0;
	background: url(images/left_middle.gif) repeat-y top left;
}

#content p.userID{
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	font-size: 0.9em;
	margin:0 15px 0 0;
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-weight: bold;
	background: transparent url(images/userid-bg.png) no-repeat right top;
}

.article{
	margin:10px;
}

#content .top{
	background: url(images/left_top.gif) no-repeat top left;
	width: 690px;
	height: 18px;
	padding: 0px;
	margin: 0px;
}

#content .bottom{
	background: url(images/left_bottom.gif) no-repeat bottom left;
	width: 690px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}

.clearer{
	clear: both;
	height: 1px;
	visibility: hidden;
}

/*  Headers - titres  */
/**********************/
#content h2 
{
	padding-left: 10px;
	margin: 5px 0 0 0;
	color: #BE6440;
	background: transparent url(images/h2.png) no-repeat top left;
	height: 30px;
	line-height: 30px;
	font-size: 1.3em;
	font-weight: bold;
}
#content h3 
{
	padding: 0;
	margin: 5px 10px 0 10px;
	color: #76B7D7;
	background-color: transparent;
	font-size: 1.2em;
	font-weight: bold;
}
#content h4 {
	color: #D96B11;
	background-color: transparent;
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 12px 0 12px;
	padding: 0;
}

#content h5 {
	padding: 0px;
	margin: 5px 13px 0 13px;
	color: #9ad5f3;
	font-size: 1.1em;
	font-weight: normal;
}

#content h6 {
	padding: 0px;
	margin: 5px 15px 0 15px;
	color: #d99055;
	font-size: 1.1em;
	font-weight: normal;
}
/*  lists and paragraphs  */
/**************************/

#content ul{
	margin: 0;
	padding: 5px 50px;
}

#content ul li{
	list-style: url(images/li.png);
}

#content ol{
	margin: 0;
	padding: 5px 50px;
}


#content p {
	margin: 0 20px;
}

#content p.author{
	padding-left: 10px;
	color: #000;
	font-size: 0.8em;
}

#content .right{
	float: right;
	margin: 0;
	padding: 0;
}

#content .left{
	float: left;
	margin: 0;
	padding: 0;
}

#content .center{
	text-align: center;
	margin: 0;
	padding: 0;
}

#content .custom-border{
	border-top: #C7B8A4 1px solid;
	border-left: #C7B8A4 1px solid;
	border-right: #C7B8A4 3px solid;
	border-bottom: #C7B8A4 3px solid;
	-moz-border-radius: 15px;
}

#content .description, #content .comments {
	padding: 5px;
	margin-bottom: 5px;
	border-left: 1px solid #BE6440;
	border-right: 1px solid #BE6440;
	border-bottom: 1px solid #BE6440;
	border-top: 2px solid #BE6440;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	background: #EFE4E0;
}

#content .navigation {
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: #9C9995 2px solid;
	border-right: #9C9995 2px solid;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	background: #C7B8A4;
	font-size: 0.9em;
}

#content .no_results{
	background: #EFE4E0;
	-moz-border-radius: 15px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}

.notification{
	background: #EFE4E0;
	-moz-border-radius: 15px;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}
/*Images*/

div#main_image{
	text-align: center;
	padding: 0 20px 10px 120px;
}

#main_image p{
	padding: 5px;
	margin: 5px;
	border-left: 1px solid #BE6440;
	border-right: 1px solid #BE6440;
	border-bottom: 1px solid #BE6440;
	border-top: 2px solid #BE6440;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	background: #EFE4E0;
}

#thumbnails{
	float: left;
	width: 105px;
	margin: 0 5px;
}

#thumbnails img{
	border: none;
}

#thumbnails p.image{
	margin: 0 auto;
	text-align: center;
}

#thumbnails p.caption{
	margin: 0 0 10px 0;
	padding: 0 3px;
	text-align: center;
	font-size: 0.8em;
	border-left: 1px solid #BE6440;
	border-right: 1px solid #BE6440;
	border-bottom: 1px solid #BE6440;
	border-top: 2px solid #BE6440;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	background: #EFE4E0;
}

/* Tables - tableaux */

.browse_tool_table {
	margin: 0 auto;
}
/* HTML Tags */

code{
	margin: 0;
	padding: 1px;
	color: #ad4c21;
	border: 1px dashed;
	background: #f0ebe7;
	font-family: Courier, 'Courier New', 'Andale Mono', Monaco, monospace;
}

a{
	color: #AD4C21;
	text-decoration: none;
	border-bottom: 1px dashed;
	padding-bottom: 0px;
}

a:hover{
	color: #000;
}

#content a>img{
	border: 0;
}

form{
	margin: 0px;
	padding: 0px;
}

form .item{
	clear: left;
	border-top: 1px solid #EEE;
	margin: 3px;
}

form .label{
	float: left;
	clear: left;
	width: 150px;
}

input, textarea, select{
	color: #AD4C21;
	border: 1px solid;
	background: #F0EBE7;
	margin: 3px;
	padding: 2px;
}

blockquote {
	margin: 5px;
	background: transparent url(images/quotes.gif) left top no-repeat;
	padding-left: 37px;
}

blockquote[cite]:after {
	content: "Citation de : " attr(cite);
	display: block;
	border-top: 1px solid #999;
	color: #999;
	margin: 1em 0 0;
	padding: .5em 0 0;
	font-size: .8em;
	font-weight: bold;
}

del {
	color: #800;
	text-decoration: line-through;
}


dt {
	margin: 5px 10px 0 10px;
	font-weight: bold;
	color: #677F47;
}

dd {
	margin: 2px 15px 0 30px;
	padding-left: 5px;
	border-left: dashed #BE6440 2px;
}
/*Footer - Pied de page*/
/***********************/

#footer{
	margin: 0 auto; 
	width: 900px;
	text-align: center;
	color: #B05128;
	font-weight: bold;
}

#footer a.external{
	padding-right: 20px;
	color: #B05128;
	text-decoration: none;
	border-bottom: 1px dashed;
	padding-bottom: 0px;
	background : transparent url(images/externalpage.gif) no-repeat right top;
}

#footer a.ovh{
	padding-right: 20px;
	color: #B05128;
	text-decoration: none;
	border-bottom: 1px dashed;
	padding-bottom: 0px;
	background : transparent url(images/Logo-OVH_small.jpg) no-repeat right top;
}

