

/*  Reset 
---------------*/
html, body, form, fieldset, legend, 
h1, h2, h3, h4, h5, h6, dt, dd { margin: 0; padding: 0; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
fieldset, a img { border: 0; }
address, caption, cite, code, dfn, th, var { font-style: inherit; font-weight: inherit; }
abbr, acronym, dfn { border-bottom: 1px dotted #666; font-variant: normal; cursor: help; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
table { border-collapse: collapse; border-spacing: 0; margin: 0 0 1.45em; }
caption, th { text-align: left; }
p, pre, blockquote, dl, ul, ol { margin: 0 ; padding: 0; }
li ul, li ol { margin-bottom: 0; }
legend { color: inherit; }
dt { font-style: italic; }
dd { margin: 0 0 .5em 30px; }
form ol, form ul { list-style: none; margin: 0 0 1.45em; }

.clearer { clear:both; width:1px; height:1px; }


a { color:#69abd2; text-decoration:none; }
a:hover { color:#69abd2; text-decoration:underline; }

.small {
	font-size:10px;
	padding:4px;
}

/*  Main 
---------------*/
html {   background: #efefef url("../img/page_bg.png") center top repeat-x; }
body {  font: 12px Arial, "Lucida Sans", "Lucida Sans Unicode", Tahoma, "Trebuchet MS", sans-serif; color: #292828; }


.wrap { 
	position: relative;
	margin: 0 auto; 
	width: 999px;  
	padding: 0 ;
}


#header { height:224px; }
#page { min-height: 100%;  background: transparent url("../img/bg.jpg") center top no-repeat;  }
#contentWrapper { padding-bottom: 100px; background: transparent url("../img/content_footer.png") center bottom no-repeat; }



#footer {
	height:151px;
	background: transparent url("../img/bg_footer.png") left top repeat-x;
}

.footerBox {
	width:249px; height:110px;
	float:left;
	margin:10px 0;
	font: 10px Verdana, Arial, "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	color:#717172;
	border-right:1px solid #e5e6e3;
	padding:10px 0 0 0;
}

.footerBox ul {
	list-style-type:none;
	padding:0 20px;
}

#footer dl {
	padding:0 20px;
}

#footer dl dt {
	font-weight:bold;
	color:#717172;
	padding:0;
	font-style:normal;
}

#footer dl dd {
	color:#717172;
	padding:0 0 0 10px;
	margin:0;	
}

#footer a {
	color:#717172;
	padding:0;
	font: 10px Verdana, Arial, "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}


#hdmLogo {
	position:absolute;
	top:25px; right:85px;
	width:84px; height:86px;
	background: transparent url("../img/lg_hdm.png") left top no-repeat;
}

#hdmLogo span { display:none; }

#contentWrapper .wrap { 
  background:#fff;
  min-height:550px;
}

#logo {
	display:block;
  width:262px;
  height:180px;
  margin-left:20px;
}

#logo a { display:block; width:262px; height:180px; }
#logo a span { display:none; }

#slogan {
	position:absolute;
	top:110px;
	left:480px;
	width:510px;
	height:65px;
	display:none;
}

#locale {
	position:absolute;
	top:0;
	right:0;
	width:49px;
  height:24px;
	background: transparent url("../img/flag_fr.png") left top no-repeat;
}

#locale-content {
	position:relative;
	width:49px;
  height:24px;
}

#english-link {
  display:block;
  position:absolute;
  top:5px; left:28px;
  height:11px; width:16px;
}
#english-link span {
  display:none;
}

#navigation {
	position:absolute;
	top:-27px;
	left:0;
	height:27px;
	z-index:100;
}

.main-nav li {
	display:block;
	float:left;
  line-height:27px;
  height:27px;	
  margin-right:10px;
  background:#7c8c99;
}


.main-nav li a.rootLink {
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:17px;
	letter-spacing: -1px;
  padding:0 10px 0 10px;
  cursor:pointer;
  float:left;
}

.main-nav li a.rootLink.wSub {
  padding:0 5px 0 10px;
}

.main-nav li .subnavTrigger {
  float:left;
}

.main-nav li .subMenuLink {
	cursor:pointer;
	display:block;
	width:18px;
	float:left;
	text-align:center;
	border-left:1px solid #95a6b0;
}

.main-nav li.activ .subMenuLink {
  color:#1a3952;
  background:#ffffff url("../img/activ_menu.png") right bottom no-repeat;
  border-left:1px solid #A7B6BF;
}

.main-nav li .subMenuLink.hover {
  color:#1a3952;
  background:transparent url("../img/menu_hover_bg.png") right bottom repeat-x;
  border-left:1px solid #A7B6BF;
}

.main-nav li.home a.rootLink {
  padding:0 10px 0 10px;
  cursor:pointer;
}

.main-nav li a.rootLink:hover, .main-nav li a.rootLink.hover {
  background:transparent url("../img/menu_hover_bg.png") right bottom repeat-x;
}

.main-nav li.activ a.rootLink {
  color:#1a3952;
  background:#ffffff url("../img/activ_menu.png") right bottom no-repeat;
}

#menu_sl {
	width: 390px;
	height:230px;
}

#menu_sl a {
  display:block;
}

#slSubMenuTypes {
	float:left;
	width:190px;
}

#slSubMenuDestinations {
	float:left;
	width:140px;
}

#menu_vse {
  width: 390px;
  height:230px;
}

#menu_vse a {
  display:block;
}

#vseSubMenuTypes {
	float:left;
	width:190px;
}

#vseSubMenuDestinations {
	float:left;
	width:140px;
}

.subMenuLink {
	
}

.subnav {
	position:absolute;
  padding:0;
  height:270px;
	width:390px;
  left:76px;  
  top:27px;
	background:transparent url("../img/bg_sub.png") left bottom no-repeat;	
}

#menu_vse.subnav {
  left:248px;
}




div.subnav a { 
	text-decoration:none;
	color:#1F1F1F;
	padding:0;
	border-bottom:1px solid #DFDFDF;
	line-height:22px;
	padding:0 2px;
}

div.subnav a:hover { 
	background:#E0E9EF;
}

.subMenuPart {
	padding:2px 10px;
}

.subMnenuTitle {
	font-weight:bold;
}




.content {
	padding:27px  18px;
}

#searchBox {
	width:225px;
	height:254px;
	background:transparent url("../img/search_bg.png") right bottom no-repeat;
	margin:0; padding:0;
	position:relative;
}

#searchBox .boxTitle {
	font-size:18px;
	font-weight:bold;
	color:#002d4e;
	margin:0; padding:7px 0 0 10px;
}

#searchBoxForm {
	padding:22px 0 0 20px;
}

#searchBoxForm label {
  display:block;
  font-weight:bold;
}

#searchBoxForm label.disable {
  color:#DFDFDF;
}

#searchBoxForm select {
  width:190px;
  color:#666;
  border:1px solid #e1bf95;
  font-size:11px;
  padding:1px;
}

#searchBoxForm .submit {
	position:absolute;
	bottom:0px; right:10px;
	margin:0;
}

#searchBoxForm .submit input {
	display:block;
  width:111px; height:27px;
  background:transparent url("../img/search_bt.png") left top no-repeat;
  border:none;
  font-size:0px;
  text-indent:-9999px;
  cursor:pointer;
  line-height:0;
}

#searchBoxForm .formElement {
	margin-bottom:10px;
}


#contact {
margin: 62px 0 0 4px;
}



/*
 *  SEARCH LARGE
 */

#largeSearchBox {
  width:963px;
  height:284px;
  background:transparent url("../img/bg_large_search.png") left top no-repeat;
}

#largeSearchBox .boxTitle {
  font-size:18px;
  font-weight:bold;
  color:#002d4e;
  padding:6px 0 0 10px;
  margin:0 5px;
}

#largeSearchLeft {
	float:left;
	position:relative;
	height:284px; width:450px;
}

#largeSearchRight {
	margin-top:2px;
	margin-left:10px;
  float:left;
}

#largeSearchBox #basicSearch {
	float:left;
	margin:5px 10px;
}

#largeSearchBox #extentedSearch {
  float:left;
  margin:5px 10px;
}

#largeSearchBox #searchBoxForm .submit {
  margin:0;
  position:absolute;
  bottom:10px; right:0px;
}



#breadcrumb {
	margin:-10px 0 10px 0;
	width:966px; height:27px;
	background:transparent url(../img/breadcrumb_bg.png) left top no-repeat;
}

#breadcrumb ul {
	list-style-type:none;
	padding:0; margin:0 0 0 15px;
}

#breadcrumb ul li {
	display:block;
	float:left;
	height:27px;
	line-height:26px;
	padding-left:10px;
}

#breadcrumb ul li a {
	display:block; height:27px;
  padding-right:25px;
  background:transparent url(../img/breadcrumb_chevron.png) right top no-repeat;
  color:#69abd2;
}


/* HOME
-------------------------*/
#eventWrapper {	
	height:300px;	width:960px;
  background:#ccc;
	z-index:5;
}

#eventContent h3 {
  color:#893b05;
  font-size:25px;
  padding:15px 20px 10px 15px;
  font-family: "Trebuchet MS",Trebuchet,Arial,sans-serif;
}

#eventText {
	padding:15px 10px 15px 15px;
	font-weight:bold;
	color:#fff;
	font-size:13px;
	font-family: "Trebuchet MS",Trebuchet,Arial,sans-serif;
	line-height:15px;
}

/* SLIDER */
#slider { 
   width:960px; /* important to be same as image width */ 
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#sliderContent {
   width: 400px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   width: 960px;
}

.sliderImage .caption {
   position: absolute; /* important */
   font: 12px Arial, Helvetica, sans-serif;
   padding: 10px;
   width: 960px;
   background-color: #000;
   filter: alpha(opacity=85); /* here you can set the opacity of box with text */
   -moz-opacity: 0.85; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.85; /* here you can set the opacity of box with text */
   opacity: 0.85; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
}

.sliderImage .caption.captionLeft {
  top: 0;
  left: 0;
  width: 220px;
  height: 280px;
}

.sliderImage .caption.captionTop {
  top: 0;
  left: 0;
}

.sliderImage .caption.captionBottom {
  bottom: 0;
  left: 0;
}

.sliderImage .caption.captionRight {
  right: 0;
  bottom: 0;
  width: 220px;
  height: 280px;
}


#homeContentWrapper {
	float:left;
	width:716px;
	padding:0 5px;
}

#contentHome {
	margin-top:20px;
}

#homeStayTypes h3{
	font-size:20px;
	color:#b4b4b4;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px solid #efefef;
	margin-bottom:12px;
}

#homeContentWrapper p{
	color:#201f1f;
	font-size:13px;
	line-height:17px;
}

#intro {
	margin-top:25px;
	margin-bottom:30px;
	background:#fffcf0 url(../img/head_focus.png) left top no-repeat;
}

#intro h3 {
	padding:34px 10px; margin:0;
	font-size:19px;
	color:#323232;
}

.focusText {
	padding:3px 10px 20px 120px; margin:0;
}

.focusImage {
	width:100px; 
	border:4px solid #fff;
	background:#ccc;
	float:left;
	margin:3px 10px 10px 10px;
}

.focusImage img {
  width:100px; 
}

#intro ul {
  padding:3px 30px;
  list-style-image:url(../img/puce.png); 
}

#intro ul li {
  padding:0;  
}

.homeStay {
	float:left;
	width:231px;
	margin-left:11px;
}

.homeStay p {
	text-align:justify;
	padding:4px;
}

.homeStay.first {
	margin-left:0px;
}

.homeStay h4 {
	font-family:Verdana,Arial;
	font-weight:bold;
	color:#ad0707;
	font-size:15px;
	padding-bottom:7px;
}

.homeStay h4 a {
	color:#ad0707;
}

.homeStay .pics img {
	border:3px solid #e9ecef;
}


#rightCol {
  float:right;
  width:224px;
  margin-top:29px;
}

#guidesWrapper  {
 background:transparent url(../img/grad_gray.png) left top repeat-x;
 margin-top:15px;
}

#guidesWrapper h3 {
 color:#002d4e;
 font-size:17px;
 font-style: italic;
 text-align:left;
 padding:15px;
}


.guideBox {
	width:218px;
	height:85px;
	margin-bottom:10px;
	margin-left:3px;
  float:left;
  margin:5px 10px;
}

.guideBox a {
	display:block;
	width:218px;
	height:85px;
	text-decoration:none;
	color:#012c4e;
	font-family:Verdana,Arial,sans-serif;
	font-size:16px;
	letter-spacing:-1px;
}

.guideBox a span {
	display:block;	
	padding:15px 0 0 95px;
}


.guideBox#selectStay {
  background:transparent url(../img/guide_sejour_lk.png) left top no-repeat;	
}

.guideBox#encadrerStay {
  background:transparent url(../img/encadrer_lk.png) left top no-repeat;	
}

.guideBox#accueillirStay {
  background:transparent url(../img/famille_lk.png) left top no-repeat;	
}

/* SL
 -------------------------*/


/*
 * SL HOME
 */

#slHomeContent {
  position:relative;
}


#typeWrapper {
	float:left;
	width:528px; height:392px;
	background:transparent url(../img/bg_sl_type.png) left top no-repeat;  	
}

#slHomeMap {
	float:left;
	width:425px; height:392px;
	background:transparent url(../img/bg_sl_map.png) left top no-repeat;
}

#slHomeContent #map {
  margin:60px 0 0 -35px;
}

.boxTitle {
	color:#36607b;
	font-size:17px;
	margin:12px 0 0 12px;
}

#typeThumbWrapper {
	margin-top:18px;
	padding-left:8px;
}

.slTypeThumb {
	width:120px; height:160px;
	float:left;
	margin-left:6px;
	margin-top:6px;
	cursor:pointer;
}

.slTypeThumb a {
  display:block;
  width:120px; height:160px;
}


/*
 * Sl Types
 */

#typeDescWrapper {
	margin:10px 0;
	float:left;
}

#typeSearch {
	float:right;
	width:460px;
	margin-top:10px;
	border-left: 1px solid #ccc;
}

#typePic {
  float:left;
}

#typeDesc {
  float:left;
  margin:5px 0 5px 5px;
  font-weight:bold;
  width:500px;
}


/*SL Sheet
 -------------------------*/
.leftSideContent {
	float:left;
	width:725px;
}

.stayTitle {
	line-height:23px;
	background:transparent url(../img/fiches/title_bg.png) left top repeat-x;
	margin:10px 0;
	letter-spacing:-1px;
}

.stayTitle span{
  line-height:23px;
  background:#fff;
  padding-right:8px;
}

.stayIntro {
	background:transparent url(../img/fiches/bg_intro.png) left top no-repeat;
	padding:15px;
	font-weight:bold;
}

.stayIntro p {
	padding:0px 0 10px 0;
	font-size:12px; font-weight:bold;
	width:675px;	
}

.stayBigPhoto {
	background: transparent url(../img/fiches/bg_big_photo.png) left top no-repeat;
	width:722px; height:202px;
	margin:5px 0 25px 0;
}

.stayBigPhoto.vse {
	background: transparent url(../img/fiches/bg_big_photo_vse.png) left top no-repeat;
	position:relative;
}

.stayBigPhoto.vse img {
  margin:0;
}

#vseBigPic1 {
	position:absolute;
	top:6px; left:6px;
}

#vseBigPic2 {
  position:absolute;
  top:6px; right:6px;  
}

.stayBigPhoto img {
	margin:6px 0 0 6px;
}

.mediumPic {  
  background: transparent url(../img/fiches/bg_small_photo.png) left top no-repeat;
  width:264px; height:153px;
  margin:15px 0 0 -2px;
}

.mediumPic img {  
  margin:7px 0 0 7px;
}

.staySubInfos {
	width:445px;
	float:left;
}

.staySubInfoTitle {
	line-height:33px;
	background: transparent url(../img/fiches/bg_titles.png) right bottom no-repeat;
	color:#0d4a73;
	font-size:18px;
}

.staySubInfos ul {
	padding:10px 0 0 20px;
	font-size:12px;
	list-style-image:url(../img/puce_plus.png); 
}

.staySubInfos ul li {
  padding-bottom:10px;
}

.stayPlus {
	float:right;
	width:258px;
}

.plusContent {
	background:#ffeee9 url(../img/fiches/plus_header.png) left top no-repeat;
	padding-bottom:20px;
}

.plusContent ul {
	padding:35px 0 0 25px;
	list-style-image:url(../img/fiches/puce_plus.png);	
}

.plusContent li {
  font-size:15px;
  font-weight:bold;
  padding:7px 0;
}

.rightSideContent {
  float:right;
  width:236px;
}

#rightGroup {
	width:235px; 
	background:transparent url(../img/fiches/bg_infos_bg.png) right top repeat-y;
}

#rightGroupBottom {
	width:235px;
	height:18px;
	background:transparent url(../img/fiches/bg_infos_bottom.png) right bottom repeat-y;
}

#groupeType {
	height:61px;
	background:transparent url(../img/fiches/bg_infos_top.png) right top no-repeat;
}

#groupeType p {
	margin:0;
	color:#1a2c39;
	font-size:15px;
	padding:15px 0 0 65px;
	font-weight:bold;
}

.stayInfosKeys {
	width:211px; 
	margin:0 0 0 18px;
  background:transparent url(../img/fiches/bg_infos_list_top.png) right top no-repeat;
  padding:12px 0 0 0;
}

.stayInfosKeys ul {
	margin:0;	
	padding:7px 0 12px 0;	
	list-style-image:url(../img/puce2.png);
	background:transparent url(../img/fiches/bg_infos_list_bottom.png) right bottom no-repeat;
}

.stayInfosKeys ul li {
	margin:0 5px 10px 30px; 
}


.stayLocation {
	text-align:center;
  width:217px;
  margin:20px 0 0 14px;
  padding-top:7px;
  background:transparent url(../img/fiches/head_location.png) left top no-repeat;
}

.stayDestination {	 
	 text-align:center;
	 width:217px;
	 padding:1px 0 3px 0 ;
	 background:transparent url(../img/fiches/bg_location.png) left top repeat-y;
}

.stayDestination p {
	padding:0 7px;
	margin:0;
}

#stayLocationBottom {
	height:167px; width:217px;
	background:transparent url(../img/fiches/bottom_location.png) left top repeat-y;
}

#stayLocationBottom #map {
	padding-top:10px;
}

button { cursor: pointer; }


#contactCallBack {
	margin:20px 0 0 15px;
}

#downloadPdfSheet {
	width:217px; height:85px;
	background:transparent url(../img/fiches/fiche_sl_24.png) left top repeat-y;
	margin:20px 0 0 15px;
}

#registrationForm {
	width:217px; height:85px;
	background:transparent url(../img/fiches/register.png) left top repeat-y;
	margin:20px 0 0 15px;
}


#sheetGallery {
	clear:both;
}

#sheetGallery .galleryThumb {
	background:transparent url("../img/g_thumb_bg_small.png") left top no-repeat;
	float:left;
	height:72px;
	margin:10px 0 0 18px;
	width:102px;
}

#sheetGallery .galleryThumb img {
  height:62px;
  margin:3px 0 0 3px;
  width:95px;
}

.stayGalleryTitle {
	height:51px; width:725px;
	line-height:45px; text-indent:60px;
	padding:0; margin:25px 0 5px 0;
	background:transparent url("../img/bg_gallery_title_small.png") left top no-repeat;
	color:#0D4A73;
  font-size:18px;
  text-align:right;
}

.galleryLink {
	width :718px;
	text-align:right;
	clear:both;
	padding:10px 0;
}

.galleryLink a {
	background:transparent url("../img/picture_go.png") right center no-repeat;
	line-height:20px;
	padding:9px 20px 9px 0;
	font-weight:bold;
}


/* SEARCH
 ------------------------------------*/
.searchItem {
	width:939px;
	height:167px;
	background:transparent url(../img/bg_item.jpg) left top no-repeat;
	position:relative;
	margin:30px 0 30px 12px;
}

.searchItem h3 {
	font-size:16px;
	padding:5px 5px 5px 0;
	letter-spacing:-1px;
}

.searchItem h3 a {
	text-decoration:none;
	color:#325b78;
}

.housing {
	position:absolute;
	left:550px; top:6px;
	width:163px;
  color:#fff;
  font-size:13px;
  font-weight:bold;
  letter-spacing:-1px;
  text-align:center;
}

.groupType {
	position:absolute;
	left:720px; top:6px;
  width:220px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	letter-spacing:-1px;
	text-align:center;
}

.stayThumb {
	width:125px;
	height:125px;
	border:1px solid #ccc;
	background:#fff;
	padding:1px;
	position:absolute;
	left:0; bottom:0;
}

.stayThumb a {
	width:inherit;
	height:inherit;
	display:block;
}

.location {
	position:absolute;
  left:140px; top:40px;
	color:#4c4c4c;
	font-size:15px;
	letter-spacing:-1px;
}

.itemShortDesc {
	position:absolute;
  left:150px; top:65px;
  color:#4c4c4c;
  font-size:12px;
  width: 620px;
}

.dataPlus {
	position:absolute;
  left:150px; bottom:0px;
  color:#6d6d6d;
  padding:0;
  margin:0;
  line-height:27px;
  font-weight:bold;
  font-size:11px;
}


.sheetLink {
	position:absolute;
  right:10px; bottom:0px;
  line-height:27px;
  padding:0; margin:0;
}

.sheetLink a {
	font-weight:bold;
	color:#36607c;
}


#rightSearchBox #worldMap {
	float:left;
}

#rightSearchBox #selectors {
	float:left;
	position:relative;
	height:170px;
}

#rightSearchBox fieldset {
	float:left;
	margin-left:5px;
}

#rightSearchBox fieldset select  {
	width:100px;
}

#rightSearchBox #searchBoxForm  {
	margin:10px 0 0 0;	
}

#rightSearchBox #searchBoxForm label {
  font-size:11px;
  letter-spacing:-1px;
}

#rightSearchBox #searchBoxForm .submit {
  position:absolute;
  bottom:0px; right:0px;
  margin:0;
}

/* ABOUT
 ------------------------------------*/

#aboutSubmenu {
	width:963px;
  height:48px;
  background:transparent url(../img/bg_submenu.png) left top no-repeat;
  margin-bottom:15px;
}

#aboutSubmenu ul {
  margin-left:20px;
}

#aboutSubmenu ul li {
  display:block;
  float:left;
  height:48px;
  line-height:40px;
  margin-right:15px;
}

#aboutSubmenu ul li.selected {
  background:transparent url(../img/submenu_selected.png) left top no-repeat;
}

#aboutSubmenu a {
  font-size:13px;
  font-weight:bold;
  letter-spacing:-1px;
  color:#383838;
  display:block;
  padding:0 10px 0 10px;
  font-family:"Trebuchet MS";
}

#aboutSubmenu li.selected a {
	padding:0 10px 0 15px;
  border-right:1px solid #e1d38d;
  color:#585858;
}


.contentTitle {
  margin-bottom:15px;
  padding-bottom:0;
  color:#4d93a7;
	font-family:'Trebuchet MS',Trebuchet,Verdana,sans-serif;
	font-size:30px;
	font-weight:normal;
	margin-top:0;
	text-align:left;
	background:transparent url(../img/square_blue.png) left top no-repeat;
	line-height:52px;
	padding-left:25px;
	
}

.contentTextWrapper {
  color:#333333;
}

.contentTextWrapper p {
	padding:4px 0;
	
}

.contentTextWrapper ul {
	padding:5px 35px 10px 25px;
}

.contentTextWrapper ul li {
	padding:1px 2px;
}


#aboutus .contentTextWrapper {
	float:left;
	width:667px;
}

#aboutus .contentTextWrapper ul {
  padding:2px 35px 10px 6px;
  height:180px;
  font-size:11px;
  background:transparent url(../img/about_bg_blue.png) left top no-repeat;
  margin:15px 0 0px 0;
}

#aboutus .contentTextWrapper ul li {
  list-style-type:none;
  padding:3px 0;
}

#aboutArgu {
	float:right;
	width:286px; height:554px;
	background:transparent url(../img/about_pic.png) left top no-repeat;
}

#aboutArgu p {
	display:none;
	margin:0; padding:0;
}


.arguTitle {
	color:#FF5B2B;
	font-size:14px;
	margin:0; padding:10px 0 0 0;
}

.argu {
	width:690px;
	margin:0px 0 0 10px;
}

.contentTextWrapper .argu p {
	padding:0;
}

#why ul {
	margin:2px 0 0 30px;
	padding:0;
}

#why li {
  padding:0;
}

#why1 {
  width:963px; height:187px;
  background:transparent url(../img/bg_why_1.jpg) right top no-repeat;
  margin-bottom:25px;
  padding-top:10px;
}


#why2 {
  width:963px; height:239px;
  background:transparent url(../img/bg_why_2.jpg) left top no-repeat;
  margin-bottom:25px;
}

#why2 .argu {
  margin-left:280px;
}

#why3 {
  width:963px; height:276px;
  background:transparent url(../img/bg_why_3.jpg) right top no-repeat;
}

#vseContent .textWrap {
	width:676px;
	padding:10px 20px 10px 10px;
}

#vseContent .contentTextWrapper .textWrap p {
	padding:0; margin:0;
}

#vseContent .argu {
	padding:0; margin:0;
	width:inherit;
}

#vse1 {
	background:#dde2e5;
	padding:0;
}

#vse1 .textWrap {
	background:#fff;
  width:676px;
  padding:10px 20px 10px 0px;
}

#vse2 {
	background:#f4efdb url(../img/student.jpg) 760px center no-repeat;
	margin-top:20px;
}

#vse2.slType2 {
	background:#f4efdb url(../img/holding-world.jpg) 720px center no-repeat;
	margin-top:20px;
}

#vse2 .textWrap {
  background:#f5f6f7;
  width:656px;
  padding:5px 10px 15px 10px;
  border-right:20px solid #fff;
}

#vse3 {
	background:#f4efdb url(../img/way.jpg) left bottom no-repeat;
	margin-top:20px;
	
}

#vse3 .textWrap {
	margin-left:267px;
  background:#f5f6f7;
  width:656px;
  padding:0px 10px 10px 10px;
  border-left:20px solid #fff;
}


#stays .contentTextWrapper {
  width:963px; height:239px;
  background:transparent url(../img/compass.jpg) right top no-repeat;
  margin-bottom:25px;	
}

#stays .contentTextWrapper p {
  padding:10px;
  width:600px;
}

#stays .contentTextWrapper p a {
  font-weight:bold;
  text-decoration:underline;
  color:#335C78;
}
#stays .contentTextWrapper p a:hover {
  text-decoration:none;
}

/* GUIDES
--------------------*/
#guideMenuWrapper {
	float:left;
}

#guideMenu {
	width:271px; height:810px;
  background:transparent url(../img/bg_menu_guides.jpg) left top no-repeat;	
}

#guideMenu ul {
	padding:75px 0 0 18px; margin:0;
}

#guideMenu ul li {
	list-style-type:none;
	display:block;
	margin:0; padding:0;
	height:34px; width:252px;
}

#guideMenu ul li a {	
	display:block;
	width:inherit; height:inherit;
	line-height:34px;
	text-indent:3px;
	color:#191d19;
	font-size:12px;
	background:transparent url(../img/guides_item.png) left top no-repeat;
	font-weight:bold;
}

#guideMenu ul li a:hover { 
	text-decoration:none;
	background:transparent url(../img/guides_item_hover.png) left top no-repeat;
}

#guideMenu ul li.activ a {
  background:transparent url(../img/guides_item_selected.png) left top no-repeat;
}

#guideContentWrapper {
	float:right;
	width:670px;
	margin-top:20px;
}

#guideContentWrapper h2 {
  margin-bottom:15px;
  padding-bottom:0;
  color:#4d93a7;
  font-family:'Trebuchet MS',Trebuchet,Verdana,sans-serif;
  font-size:30px;
  font-weight:normal;
  margin-top:0;
  text-align:left;
  background:transparent url(../img/square_blue.png) left top no-repeat;
  line-height:52px;
  padding-left:25px;  
}

#guideContentText h3 { font-size:14px; padding:5px 0 2px 0; }
#guideContentText p { padding:5px; }
#guideContentText ul { padding:5px 0 5px  25px;}
#guideContentText ol { padding:5px 0 5px  25px;}
#guideContentText dt { padding:5px 0px; font-weight:bold;}

#guideContentText table {  font-size:12px;   font-family:Arial,Verdana,sans-serif; border-collapse:collapse; margin:10px 0;}
#guideContentText table th {  font-weight:bold; padding:4px; border:1px solid #999; background:#fafcff; }
#guideContentText table td {  padding:4px; border:1px solid #999;}


#mondeAbout p {
	padding:5px 20px;
}

#mondeAbout h3 {
	padding:20px 0 0px 20px;
}

#mondeAbout ul {
	margin:0px 0 0px 35px;
}

/* FORMULAIRE 
---------------------*/

#Register {
  width:670px;
  background:#FBFBFB ;
  border-top:1px solid #EFEFEF;
}

#Register dl {
  width:670px;
  padding-left:5px;
}

#Register dd {
	margin:0; padding:0;
  width:670px;
}

#Register fieldset {
	margin:0; padding:0;
  width:670px;
}

#Register legend {
	display:block;
	font-weight:bold;	
	padding:3px 3px 3px 10px;
	font:19px "Lucida Grande","Trebuchet MS",Trebuchet,Arial,Sans-serif;
	border-bottom:1px solid #ccc;
	width:640px;
}

#Register fieldset dl {
  clear:both;
  margin:10px 0;
}

#Register fieldset dt {
	clear:both;
  float:left;
  width:300px;
  text-align:right;
  line-height:23px;
  padding:5px 5px;
}

#Register fieldset dd {
  float:left;
  width:300px;
  padding:5px 0;
}

#Register fieldset input.radio {
  background:none;
  border:none;
  color:#333333;
  font:11px "Lucida Sans","Lucida Grande","Trebuchet MS",Trebuchet,Arial,Sans-serif;
  line-height:11px;
  padding:0;
  width:10px;  
}

#Register fieldset input {
	background-image:url(../img/field-bg.gif);
	background-repeat:repeat-x;
	border:1px solid #C8C8C8;
	color:#333333;
	font:11px "Lucida Sans","Lucida Grande","Trebuchet MS",Trebuchet,Arial,Sans-serif;
	line-height:11px;
	padding:4px;
	width:300px;  
}

#Register fieldset textarea {
	background:#fff url(../img/field-bg.gif) left top repeat-x;
	border:1px solid #C8C8C8;
	color:#333333;
	font:11px "Lucida Sans","Lucida Grande","Trebuchet MS",Trebuchet,Arial,Sans-serif;
	padding:4px;
	width:300px;
	height:65px;
}


#registerContent p {
	padding:10px 30px;
}

p.border {
	margin:10px 10px;
	border:4px solid #75B5DE;
	background:#FFFCDF;
	padding:5px;
}

/* VSE 
------------------------*/

#vseCountry #countryDesc {
	position:absolute;
	top:130px; left:40px;
	width:415px; height:175px;
}

#vseDescWrapper {
  float:left;
  width:528px; height:392px;
  background:transparent url(../img/bg_sl_type.png) left top no-repeat;   
}

#vseDesc {
	margin-top:30px;
  width:520px; height:380px; 
}

#vseDesc p {
	padding:10px 15px 10px 20px;
}

#vseHomeContent #map {
  margin:60px 0 0 -35px;
}


#typeThumbWrapper {
  margin-top:18px;
  padding-left:8px;
}

.vseTypeThumb {
  width:120px; height:160px;
  float:left;
  margin-left:6px;
  margin-top:6px;
  cursor:pointer;
}

.vseTypeThumb a {
  display:block;
  width:120px; height:160px;
}



.vseTypeMiniThumb {
	float:left;
	margin:4px 0 4px 20px;
	cursor:help;
}

#typeMiniThumbWrapper {
  margin:15px 0 0 18px;
  width:212px;
}

#typesTitle {
	background:url("../img/fiches/bg_infos_list_top.png") no-repeat scroll right top transparent;
  height:12px;
  line-height:18px;
  width:212px;
  text-indent:8px;
  font-weight:bold;
}

#typeMiniThumbInner {
	background:url("../img/fiches/bg_infos_list_bottom.png") no-repeat scroll right bottom transparent;
	margin:0;
	padding:7px 0 12px;
}

#specialOffer {
	width:235px; height:236px;
  background:transparent url(../img/special_offer.png) right bottom no-repeat;
  margin:0; padding:0;
}

#offerText {
  height:161px;
	color:#fff;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size:13px; letter-spacing:-1px;
	padding:74px 0 0 30px;
  width:195px;
}

#specialOffer h3 {
	display:none;
}

.plusSmallPhoto ul {
	padding:0 0 0 20px;
}

/*
 * TABS scolarite
 */
#scolariteContent h3 {
  font-size:19px;
  padding:5px 0;
  color:#4F6B80;
}

#scolariteContent h4 {
  font-size:17px;
  padding:5px 0;
  color:#4F6B80;
}

#scolariteContent h5 {
  font-size:15px;
  padding:5px 0;
  color:#4F6B80;
}

#scolariteContent ol {
  margin:10px 30px;
}


#scolariteContent table {
	border-collapse:collapse;
	font-size:12px;
	width:100%;
}

#scolariteContent table td, #scolariteContent table th {
	border:1px solid #9F9F9F;
	padding:4px 10px;	
}

#scolariteContent table th {
	font-weight:bold;
	background:#EFEFEF;
}

.ui-tabs { 
	padding: .2em;
}

.ui-tabs .ui-tabs-nav { 
	display:block;
	float:left;
	list-style: none; 
	position: relative; 
	padding:70px 0 150px 0;
	width:212px;
	background:transparent url(../img/scolarite_bg.png) left top no-repeat;
}

.ui-tabs .ui-tabs-nav li { 
	position: relative; margin:0; padding:0; height:39px;
	background:transparent url(../img/small_arrow.png) 180px 15px no-repeat;  
}

.ui-tabs .ui-tabs-nav li a { 
	text-decoration: none; 
	padding: .5em 1em; 
	line-height:36px;
	outline: 0;	
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
  background:transparent url(../img/chevron_bleu.png) left top repeat-y;  
}


.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
	cursor: text; 
	font-weight:bold;
	color:#fff;
	font-size:16px;
}

.ui-tabs .ui-tabs-nav li.ui-state-hover a { 
	background:#e2e3e5 url(../img/small_arrow2.png) 180px 15px no-repeat;  
	display:block;
	width:201px;
	padding:0; margin:0;
	text-indent:10px;
}

.ui-tabs .ui-tabs-nav li.ui-state-hover.ui-tabs-selected a { 
	background:transparent;  
	display:block;
	width:201px;
	padding:0; margin:0;
	text-indent:16px;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } 

.ui-tabs .ui-tabs-panel { float:left; padding: 1em 1.4em; display: block; border-width: 0; background: none; width:700px; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/* CONTACT */

#contactIntro {
	width:100%;
	height:257px;
	background:url(../img/bg_contact.png) right top no-repeat;
	margin:25px 0;
}

#contactIntro p {
  padding:15px 15px 5px 15px;
  font-weight:bold;
}

.contactType {
	float:left;
	width:312px;
  height:335px;
  position:relative;
}

#contactPhone {
	float:right;
}

#contactForm {
	margin-left:13px;
}

#contactPhone #infos {
	padding-top:30px;
	padding-left:3px;
	font-size:17px;
	line-height:19px;
}

.contactType h3 {
	display:none;
}


.contactTypeInner {
	margin-top:100px;
	padding:0 15px;
	font:15px "Trebuchet MS",Trebuchet,Arial,Sans-serif;
	color:#1a3d69;
}

#contactCourrier {
	 background:url(../img/contact_1.png) left top no-repeat;
}

#contactForm {
	 background:url(../img/contact_2.png) left top no-repeat;
}

.formP { display:none; }

#contactForm p {
  clear:both;
  padding:3px 0;
}

#contactForm label {
	display:block;
	float:left;
	width:60px;
	line-height:25px;
}

#contactForm input {
	display:block;
	float:left;
	width:213px;
	font-size:11px;
	padding:3px 2px;
}

#contactForm textarea {
  display:block;
  float:left;
  width:213px;
  height:115px;
  font-size:11px;
  padding:3px 2px;
}

#contactForm input#sendContact {
	position:absolute;
	background:transparent url(../img/send_bt.png) left top no-repeat;
	right:17px; bottom:12px;
	font-size:0px;
	text-indent:-9999px;
	width:111px; height:27px;
	cursor:pointer;
	border:none;
}

#contactPhone {
	 background:url(../img/contact_3.png) left top no-repeat;
}


#LnkWHdmContent .LnkWcbValider input {
	position:absolute;
	background:transparent url(../img/validate_bt.png) left top no-repeat;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:0px;
  right:17px; bottom:13px;
  font-size:0px;
  text-indent:-9999px;
  width:111px; height:27px;
  cursor:pointer;
  border:none;
}

#contactPhone #LnkWcb {
	position:static;
}

#contactPhone .LnkWcbField input {
  position:absolute;
  left:48px; bottom:14px;
  border:0px solid #CCCCCC;
  font-size:15px;
  height:23px;
  margin-bottom:0;
  width:125px;
  font-weight:bold;
}

#contactPhone #LnkWcbFormStatus  {
bottom:45px;
left:18px;
right:17px;
}

/* SITEMAP 
---------------*/
#siteMapTree {
	padding:20px 30px;
}

#siteMapTree li.rootLevel {
	margin:20px 0;
	font-weight:bold;
}

#siteMapTree li.rootLevel a {
	display:block;
	border-bottom:1px solid #ccc;
	padding:4px 5px;
	font-size:14px;
	background:#EFF7FF;
}

#siteMapTree li.topLevel {
	margin:10px 0;
	font-weight:bold;
}


#siteMapTree .sublevel  {
	margin:5px 20px;
}

#siteMapTree li.rootLevel .sublevel a {
	border:none;
	padding:1px;
	font-size:12px;
	font-weight:normal;
	background:#fff;
}

#downloadDocs ul {
	list-style-type:none;
	padding:10px;
}

#downloadDocs ul li {
	line-height:32px;
  background:transparent url(../img/file_pdf.png) left center no-repeat;
  padding:3px 0 3px 32px;
  margin-bottom:5px;
  border-bottom:1px solid #efefef;
}

#downloadDocs ul li a {
	font-weight:bold;
}

#backTopLink {
	position:absolute;
	bottom:-35px; right:20px;
	line-height:32px;
}

#backTopLink a {
	line-height:32px;
	color:#5986AF;
	padding-right:18px;
  background:transparent url(../img/top_mini.png) right center no-repeat;
}

#backTopLink a:hover {
	text-decoration:none;
	font-weight:bold;
}


/* VSE FORM */

#Register  #fieldset-part3 legend,
#Register  #fieldset-part4 legend {
	text-align:center;
	border:none;
	color:#F0AB4E;
	padding:15px 0 0 0; margin:0;
}

#Register fieldset#fieldset-part3 dd#gbstay-element,
#Register fieldset#fieldset-part3 dd#irlstay-element,
#Register fieldset#fieldset-part3 dd#esstay-element,
#Register fieldset#fieldset-part3 dd#frstay-element,
#Register fieldset#fieldset-part4 dd#usabstay-element {
	padding-left:310px;
}

#Register fieldset dt#gbstay-label, 
#Register fieldset dt#irlstay-label, 
#Register fieldset dt#esstay-label, 
#Register fieldset dt#frstay-label,
#Register fieldset dt#usabstay-label {
  float:none;
	font-weight:bold;
	font-size:15px;
	padding:25px 0 0 0;
	margin:0;
	
}


/* GALLERY */

#galleryContentWrapper h2 {
	width:850px; height:101px;
	background:transparent url(../img/bg_gallery_title.png) left top no-repeat;
	margin-bottom:20px;
	line-height:90px;
	text-indent:110px;
}

.galleryThumb {
	float:left;
	width:204px; height:144px;
	background:transparent url(../img/g_thumb_bg_2.png) left top no-repeat;
	margin:20px 0 0 30px;
}

.galleryThumb img {
  margin:6px 0 0 6px;
  width:190px; height:123px;
}


.booklet a {
	display:block;
  width:518px; height:75px;
  background:transparent url(../img/brochure_download.png) left top no-repeat;
  margin:20px 0 0 5px;
}

.booklet a span {
	display:none;	
}

.formErrors {
	border:2px solid #ff0000;
	background:#FFEFEF;
	color:#000;
	font-weight:bold;
	width:96%;
	padding:10px;
}

ul.errors {
	color:#ff0000;
  font-weight:bold;
}



#cmsTextWrapper {
  padding:10px;
  color:#474747;
  font-family: "Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
