/*******************************************************************************

  Styles globaux

*******************************************************************************/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;  
}

body {
  background: #fef5d7 url('../images/background1.jpg') repeat-x;
  font-family: verdana, arial, sans-serif;
  font-size: 0.8em;
}

a {
  color: #b34435;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;  
}



/*******************************************************************************

  Structure générale

*******************************************************************************/
#container1 {
  background: url('../images/background3.jpg') repeat-y 50% 0;  
  min-height: 100%;
  position: relative;
  width: 100%;
}

#container2 {
  background: url('../images/background2.jpg') no-repeat 50% 0;
  min-height: 784px;
  width: 100%;
}

hr.spacer {
	clear: both;
  visibility: hidden;
}

#container3 {
	margin: 0 auto;	
  padding: 0 7px 67px 6px;
	width: 763px;
}



/*******************************************************************************

  Gauche

*******************************************************************************/
#left {
  float: left;
  padding: 20px 8px;
  width: 180px;
}

h1#logo {
	background: url('../images/logo_domaine_de_la_motte.jpg') no-repeat center center;
	height: 119px;
	margin: 0;
	padding: 0;
}

h1#logo span {
	left: -5000px;
  position: absolute;
}

#languages {
  height: 40px;
  list-style-type: none;
  margin: 16px auto;
  padding: 0;
  width: 80px; /* 120px pour les 3 langues */
}

#languages li {
  float: left;
}

#languages span {
	left: -5000px;
  position: absolute;
}

#languages li,
#languages a {
  background: url('../images/flags.jpg');
  display: block;
  height: 40px;
  width: 40px;  
}

#languages li.fr a {
  background-position: 0 0;
}

#languages li.en a {
  background-position: -40px 0;
}

#languages li.nl a {
  background-position: -80px 0;
}

#languages li.frCurrent,
#languages li.fr a:hover {
  background-position: 0 40px;
}

#languages li.enCurrent,
#languages li.en a:hover {
  background-position: -40px 40px;
}

#languages li.nlCurrent,
#languages li.nl a:hover {
  background-position: -80px 40px;
}

#intro p {
	color: #5ead25;
	font-size: 1em;
	line-height: 1.8em;
	text-align: justify;
}

#infos {
  color: #5ead25;
	font-size: 1em;
	line-height: 1.8em;
	text-align: justify;
}

p.infos {
  color: #5EAD25;
  text-align: center;
}

#infos ul {
  margin: 0 0 0 15px;
  padding: 0;
  font-size: 1em;
}

.leftBox,
.leftBox-homepage {
  background: #b6da80 url('../images/left_box1.jpg') no-repeat;
  color: black !important;
  margin: 0 auto 32px auto;
  min-height: 115px;
  padding: 8px 8px 0 8px;
  position: relative;
  width: 160px;
}

.leftBox h2,
.leftBox-homepage h2 {
  background: none !important;
  border-bottom: 1px solid white;
  color: white;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
}

.leftBox h2 {
  font-size: 1.2em !important;
}

.leftBox-homepage h2 {
  font-size: 1em !important;
}

.leftBox h2:first-letter,
.leftBox-homepage h2:first-letter {
  font-size: 150%;
}

.leftBox p,
.leftBox-homepage p {
  margin: 0 0 8px 0 !important;
}

.leftBox a,
.leftBox-homepage a {
	font-weight: bold;
}

.leftBox-homepage ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.leftBox-homepage ul li {
  margin-bottom: 10px;
}

.leftBox-homepage ul li p {
  font-size: 0.85em;
}

.leftBox-homepage ul li span.dates {
  font-size: 0.8em;
}

.leftBox-homepage ul li span.hours {
  color: #B34435;
  font-weight: bold;
}

.leftBoxBottom {
  background: url('../images/left_box2.jpg') no-repeat;
  bottom: 0;
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
}

#menu2 {
  list-style-type: none;
  margin: 0 0 32px 0;
  padding: 0;  
}

ul#menu2 span.span-level1 {
  left: -5000px;
  position: absolute;
}

ul#menu2 li.li-level1 {
  margin-bottom: 16px;
}

ul#menu2 a.a-level1 {
  background-repeat: no-repeat;
  display: block;
  height: 44px;
  width: 155px;
}

ul.menu2-fr a.a-node1 { background: url('../images/fr/menu_le_domaine.gif'); }
ul.menu2-fr a.a-node2 { background: url('../images/fr/menu_hebergement.gif'); }
ul.menu2-fr a.a-node3 { background: url('../images/fr/menu_loisirs.gif'); }
ul.menu2-fr a.a-node4 { background: url('../images/fr/menu_services.gif'); }

ul.menu2-nl a.a-node1 { background: url('../images/nl/menu_le_domaine.gif'); }
ul.menu2-nl a.a-node2 { background: url('../images/nl/menu_hebergement.gif'); }
ul.menu2-nl a.a-node3 { background: url('../images/nl/menu_loisirs.gif'); }
ul.menu2-nl a.a-node4 { background: url('../images/nl/menu_services.gif'); }

#menu2 a.a-inPath,
#menu2 a.a-level1:hover {
  background-position: -155px 0px !important;
}

#menu2 ul {
  font-size: 1em;
  list-style-type: none;
  margin: 0 0 0 15px;
  padding: 0;
}

#menu2 li.li-node1 a { color: #de2b01; }
#menu2 li.li-node2 a { color: #227215; }
#menu2 li.li-node3 a { color: #115ea2; }
#menu2 li.li-node4 a { color: #aa2f64; }

#links { 
  padding-top: 20px; 
  text-align: center;
}

#links #ancv { 
  padding-right: 25px; 
  border: none;
}

#links #vacaf { 
  border: none;
}

#links #cb { 
  padding-top: 10px; 
  border: none;
}

/*******************************************************************************

  Fil d'Ariane

*******************************************************************************/
#breadCrumbs {
	font-size: 0.8em;
	margin: 0 0 16px 0 !important;
  text-align: right !important;  
}



/*******************************************************************************

  Centre

*******************************************************************************/
#center {
	color: #606060;
  margin-left: 210px;
  padding: 26px 8px 0 8px;
}

#menu1 {
  height: 42px;
  list-style-type: none;
  margin: 0;
  padding: 0; 
}

#menu1 li {
  border-left: 1px solid white;
  display: block;
  float: left;
  line-height: 19px;
  text-align: center;
  width: 75px;
}

#menu1 li.li-first {
  border: none;
}

#menu1 li.li-current, #menu1 li.li-inPath {
  color: white;
  font-weight: bold;
}

#menu1 a {
  color: white;
  text-decoration: none;
}

#menu1 a:hover {
  text-decoration: underline;
}

#center h2 {
  background: url('../images/title2.gif') no-repeat;
  color: white;
  font-size: 1.2em;
  height: 21px;
  line-height: 21px;
  margin: 0 0 16px 0 ;
  padding: 0 4px;
}

#center h3 {
	border-bottom: 1px solid #ff8e0f;
	color: #ff8e0f;
	font-size: 1.1em;
	margin: 0 0 16px 0;
	padding: 0 0 4px 0;
}

#center h3 a {
  text-decoration: none;
}
  
#center h4 {
	color: black;
  font-size: 1em;
  margin: 0 0 16px 0;
  padding: 0 0 4px 0;  
}

#center p {
	margin: 0 0 16px 0;
	line-height: 1.5em;
  /*text-align: justify;*/
}

#center table {
	margin: 0 auto 16px auto;
}

#center th {
  background: #b4d97e url('../images/th.jpg') repeat-x;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

#center td {
  background: #fef5d7;
  border: 1px solid #fdedb4;  
  padding: 0 2px;  
}

p.resultsInfo {
  font-weight: bold;
}

p.notice {
  color: green;
  font-weight: bold;
}



/*******************************************************************************

  Article

*******************************************************************************/
.newsArticleListFull h3 {
  margin-bottom: 8px !important;
}

.newsArticleListFull a.image {
	display: block;
  float: left;
  height: 100px;
  margin: 0 16px 0 0 !important;
  width: 100px;
  text-align: center !important;
}

.newsArticleListFull a.image img {
  border: none;
}

.newsArticleListFull .catcher {
  margin-bottom: 16px;
}

.newsArticleListFull .catcherWithImage {
  margin-left: 116px;
  min-height: 100px;
}

.newsArticle .date {
	color: #c0c0c0;
	font-style: italic;
	font-weight: bold;
	margin-top: -12px;
}

.newsArticleListFull a.readMore {
  font-style: italic;
}



/*******************************************************************************

  Calendar

*******************************************************************************/
.calendarEventList h3 {
  margin-bottom: 8px !important;
}

.calendarEventList a.image {
  display: block;
  float: left;
  height: 100px;
  margin: 0 16px 0 0 !important;
  width: 100px;
  text-align: center !important;
}

.calendarEventList a.image img {
  border: none;
}

.calendarEventList .overview {
  margin-bottom: 16px;
}

.calendarEventList .overviewWithImage {
  margin-left: 116px;
  min-height: 100px;
}

.calendarEventList a.readMore {
  font-style: italic;
}

#calendarListForm input {
  vertical-align: middle;
}

div.calendarEvent p.date, div.calendarEvent p.category {
  color: #c0c0c0;
  font-style: italic;
  font-weight: bold;
  margin-top: -12px;
}

div.calendarEvent p.date {
  float: left;
  margin-right: 16px !important;
}

div.calendarEvent p.image {
  text-align: center !important;
}

div.calendarEvent p.image img {
  border: none;
}



/*******************************************************************************

  Galleries

*******************************************************************************/
div.galleryList  a img,
div.gallery      a img {
	border: none;
}

div.galleryList p.description,
div.gallery     div.description {
	margin: 0 0 16px 0;
}

div.galleryList a.seeGallery {
  font-style: italic;
}

ul.gallery {
  list-style-type: none;
  margin: 0;
  padding: 0 13px;
}

ul.gallery li {
	border: 1px solid #b34435;
	display: block; 
  float: left;
  height: 192px;
  margin: 0 26px 26px 0;
  text-align: center;  
  width: 150px;
}

ul.gallery li.lastOfRow {
	margin-right: 0 !important;
}

ul.gallery p.image {
	height: 152px;
  margin: 0 0 8px 0 !important;
}

ul.gallery p.title {	
	font-size: 10px;
	height: 30px;
	line-height: 15px;
  margin: 0 !important;
  overflow: hidden;
}

div.galleryList p.description,
div.gallery ul.pagination {
	clear: left;
}



/*******************************************************************************

  Newsletter

*******************************************************************************/
div.newsletterLetter p.date {
  color: #c0c0c0;
  font-style: italic;
  font-weight: bold;
  margin-top: -12px;
}



/*******************************************************************************

  Spécial page d'accueil

*******************************************************************************/
#menu2Home {
  height: 44px;
  list-style-type: none;
  margin: 16px 0;
  padding: 0;
}

#menu2Home span {
  left: -5000px;
  position: absolute;
}

#menu2Home li {
  display: block;
  float: left;  
  height: 44px;
  margin-left: 10px;
}

#menu2Home li.li-first {
  margin: 0;
}

#menu2Home a {
  background-repeat: no-repeat;
  display: block;
  height: 44px;
}

ul.menu2-home-fr a.a-node1 { background: url('../images/fr/menu_home_le_domaine.gif');  width: 140px; }
ul.menu2-home-fr a.a-node2 { background: url('../images/fr/menu_home_hebergement.gif'); width: 155px; }
ul.menu2-home-fr a.a-node3 { background: url('../images/fr/menu_home_loisirs.gif');     width: 96px;  }
ul.menu2-home-fr a.a-node4 { background: url('../images/fr/menu_home_services.gif');    width: 113px; }

ul.menu2-home-nl a.a-node1 { background: url('../images/nl/menu_home_le_domaine.gif');  width: 140px; }
ul.menu2-home-nl a.a-node2 { background: url('../images/nl/menu_home_hebergement.gif'); width: 105px; }
ul.menu2-home-nl a.a-node3 { background: url('../images/nl/menu_home_loisirs.gif');     width: 140px;  }
ul.menu2-home-nl a.a-node4 { background: url('../images/nl/menu_home_services.gif');    width: 115px; }

#menu2Home a:hover { background-position: -155px 0 !important; }

.homeBox {
  background: #b6da80 url('../images/home_box1.jpg') no-repeat;
  color: black !important;
  min-height: 261px;
  position: relative;
}

.homeBox h2 {
	background: none !important;
  border-bottom: 1px solid white;
  color: white;
  font-size: 1.2em !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
}

.homeBox h2:first-letter {
  font-size: 150%;
}

.homeBox h3 {
  border: none !important;
  font-size: 1em !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;  
}

.homeBox h3 a {
  text-decoration: underline !important;
}

.homeBox p {
  margin: 0 0 16px 0;
}

.homeBox a {
  font-weight: bold;  
}

.homeBoxBottom {
  background: url('../images/home_box2.jpg') no-repeat;
  bottom: 0;
  height: 6px;
  position: absolute;
  width: 100%;
}

.homeBoxLeft, .homeBoxRight {
  padding: 16px;
}

.homeBoxLeft {
  float: left;
  width: 236px;
}

.homeBoxRight {
  margin-left: 268px;
}

.newsArticleLatestList, .calendarEventToComeList {
	margin-bottom: 16px;
}

.newsArticleLatestList .date, .calendarEventToComeList .date {
	background: url('../images/news_date.png'); 
	color: white !important;
	float: left;
	height: 38px;
	line-height: 14px !important;
	margin: 0 9px 0 0 !important;
	padding: 7px 8px 0 0 !important;
	text-align: right !important;
	width: 34px;
}

.newsArticleLatestList .date strong, .calendarEventToComeList .date strong {
  display: block;
}

.newsArticleLatestList a.readMore, .calendarEventToComeList a.readMore {
  font-style: italic;	
  font-weight: normal;
}

.calendarEventToComeList p.tags {
  margin-bottom: 8px !important;
}

.calendarEventToComeList p.tags a {
	color: #f0f0f0;
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}



/*******************************************************************************

  Pager

*******************************************************************************/
ul.pagination {
	background: #fef5d7;
	border-bottom: 1px solid #fdedb4;
	border-top: 1px solid #fdedb4;
  list-style-type: none;
  margin: 32px 0;
  padding: 1px 0;
  text-align: center;
}

ul.pagination li {
  display: inline;
  font-size: 1.2em;
  margin: 0 5px;
}

ul.pagination a img {
  border: none;
}



/*******************************************************************************

  Formulaire par défaut

*******************************************************************************/
form.defaultForm label {
	background-color: #fdedb4; 
  display: block;
  float: left;
  font-weight: bold;
  margin-right: 8px;
  padding: 1px 2px;
  width: 140px;
  text-align: center;
}

.defaultForm fieldset {
	background: white;
  border: 2px solid #fdedb4;	
  margin: 0 0 20px 0;
  padding: 5px 5px 0 5px;
}

.defaultForm fieldset p {
  margin-bottom: 5px !important;
}

input.textField, select {
  background:#fff;
  border: 1px solid #b6da80;
  padding: 1px;
}

.defaultForm textarea {
	font-family: verdana, arial, sans-serif;
  font-size: small;
  background: #fff;
  border: 1px solid #b6da80;
  padding: 3px;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #5eac25;
}

input.button:focus{
  border: none !important;
}

.defaultForm legend {
	color: #606060;
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
}

form.defaultForm p.error {
	color: red;
	font-weight: bold;
	margin-bottom: 2px !important;
  padding-left: 132px;
}

.defaultForm .asterisk {
   color: red;
   font-size: 1em;
   font-weight: bold;
   vertical-align: top;
}

.defaultForm .requiredField {
  color: red;
  font-style: italic;
  font-weight: bold;
   margin: 0 !important;
   padding: 0;
   text-align: right !important;
}

.form-errors {
	margin-bottom: 10px;
  border: 1px solid red;
  background-color: #ffc;
}

.form-errors p {
  background: red;  
  padding: 5px;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
}

.form-errors dl {
  padding: 5px;
}

.form-errors dt {
  font-weight: bold;
  float: left;
  padding-right: 12px;
  width: 140px;
}

.form-errors dd {
  margin: 0;
}

p.form-error {
  background: url(../images/error.gif) no-repeat left center;
  color: red;
  font-weight: bold;
  margin: 0 0 0 152px !important;
  padding-left: 15px;
}



/*******************************************************************************

  Caroussel

*******************************************************************************/
div.carousel-component {
  height: 250px;
  list-style-type: none;
  margin: 0 auto 16px auto !important;
  padding: 0 !important;
  width: 220px; 
}

div.carousel-component .carousel-list li {
  margin: 0 !important;
  padding: 10px 0 0 0 !important;
  height: 240px;
  width: 220px;
}

div.carousel-component a img {
  border: none;
}

div.carousel-component p.carousel-image {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

div.carousel-component p.carousel-image-title {
  color: white;
  height: 40px;
  line-height: 20px;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  text-align: center !important;
}

p.carousel-arrow-container {
  background: #3f3f3f;
  color: white;
  font-size: 0.8em !important;
  height: 20px;
  line-height: 20px;
  margin: 0 auto !important;
  padding: 10px 10px 0 10px;
  width: 200px !important;
  text-align: center !important;
}

img.carousel-prev-arrow {
  cursor: pointer; 
  float: left;
}

img.carousel-next-arrow {
  cursor: pointer; 
  float: right;
}



/*******************************************************************************

  Pied de page

*******************************************************************************/
#footer {
  background: url('../images/background4.jpg') no-repeat left bottom;
  bottom: 0;
  height: 62px;
  left: 50%;
  margin-left: -388px;
  padding: 0 7px 20px 6px;
  position: absolute;
  width: 763px;
}

#menu3 {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 42px 10px 0 0;
}

#menu3 li {
  border-left: 1px solid white;
  display: block;
  float: left;
  font-size: 0.8em;
  line-height: 14px;
  padding: 0 10px;
  text-align: center;
}

#menu3 li.li-first {
  border: none;
}

#menu3 li.li-current {
  color: white;
  font-weight: bold;
}

#menu3 a {
  color: white;
  text-decoration: none;
}

#menu3 a:hover {
  text-decoration: underline;
}

#isics {
  display: block;
  text-align: center;
  width: 196px;
}

#isics img {
  border: none;
}

#copyright {
  color: #c0c0c0;
  font-family: arial;
  font-size: 0.8em;
  /*letter-spacing: -0.1em;*/
  line-height: 10px;
  margin: 0 0 10px 0;
  text-align: center;
  width: 196px;
}

#copyright strong {
  display: block;
	font-weight: normal;
}
