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

  Général / commun

*******************************************************************************/
body {
	margin: 0;
	padding: 0;
	background: #799c13 url(/images/background1.png) repeat-x;
	color: #222222;
	font: 0.75em arial, sans-serif; /* Equivaut à 12px */
}

a {
	color: #00618f;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: none;
}

/* Hack pour Firefox supprimant les pointillés lors des clics
------------------------------------------------------------------------------*/
a,
input.button {
  outline: none;
}

a:focus,
input.button:focus {
  -moz-outline-style: none;
}

a img {
	border: none;
}

/* Formulaire par défaut
------------------------------------------------------------------------------*/
form.default-form {
	position: relative;
}

form.default-form fieldset {
	border: none;
}

form.default-form legend {
	color: #a0a0a0;
	font-size: 2em;
	font-style: italic;
}

form.default-form label {
	float: left;
	width: 120px;
	margin-right: 12px;
	padding-top: 3px;
	font-weight: bold;
	text-align: right;
}

form.default-form div.form-row {
	margin-bottom: 2px;
}

form.default-form div.form-row-content {
	margin-left: 132px;
}

form.default-form input.text, select, textarea {
	border: 1px solid lightgray;
	font: 1em arial, verdana, sans-serif; /* Equivaut à 12px */
	margin: 0;
	padding: 2px;
}

form.default-form input.text:focus, select:focus, textarea:focus {
	border: 1px solid black;
}

form.default-form p.required-fields {
	position: absolute;	
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	width: 576px;
	font-style: italic;
	text-align: right;
}

form.default-form p.button-set {
	padding-left: 132px;
}

form.default-form p.form-error {
	color: red;
	font-size: 1.5em;
	font-weight: bold;
}

form.default-form ul.error_list {
	margin: 0 0 0 132px;
	padding: 0;
	list-style: none;
	color: red;
	font-size: 1.2em;
	font-weight: bold;
}

form.default-form ul.error_list li {
	padding-left: 15px;
	background: url(/images/error.gif) no-repeat left center;
}

#isics_contact_message_address {
	height: 3em;
	line-height: 1.5em;
}



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

  Sur en-tête

*******************************************************************************/
#sur-header {
  position: relative;
  width: 988px;  
  margin: 0 auto;
}

ul.culture-selector {
  position: absolute;
  top: 8px;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.culture-selector li {
  float: left;
  margin-left: 10px;
}

ul.culture-selector a {
  display: block;
  width: 24px;
  height: 26px;  
  overflow: hidden;
  background: url(/images/flags.png);
}

ul.culture-selector span {
  position: absolute;
  left: -5000px;
}

ul.culture-selector li.en a {
  background-position: -24px 0;
}

ul.culture-selector li.nl a {
  background-position: -48px 0;
}

ul.culture-selector li.fr a:hover,
ul.culture-selector li.fr-current a {
  background-position: 0 -26px;
}

ul.culture-selector li.en a:hover,
ul.culture-selector li.en-current a {
  background-position: -24px -26px;
}

ul.culture-selector li.nl a:hover,
ul.culture-selector li.nl-current a {
  background-position: -48px -26px;
}

#sur-header-menu {
  height: 34px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#sur-header-menu li {
  float: left;
}

#sur-header-menu a {
  color: white;
  font-size: 1.1em;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid white;  
  line-height: 34px;  
  text-decoration: none;
}

#sur-header-menu li.last a {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

#sur-header-menu a:hover {
  text-decoration: underline;
}

#sur-header-menu li.in-path a,
#sur-header-menu li.current a {
  font-weight: bold;
  text-decoration: underline;  
}



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

  Conteneur principal

*******************************************************************************/
#container {
	width: 988px;	
	margin: 0 auto;
  background: url(/images/background2.gif);	
}



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

  En-tête

*******************************************************************************/
#header {
  height: 321px;
  background: url(/images/background5.png) no-repeat left bottom;
}

#header-menu2 {
  margin: 0;
  padding: 0;
  background: url(/images/background4.png) no-repeat left bottom;  
  list-style: none;
  text-align: center;
}

#header-menu2 li {
  display: inline;
}

#header-menu2 a {
  color: white;
  font-size: 1.1em;
  line-height: 25px;
  margin-right: 10px;  
  padding-right: 10px;
  border-right: 1px solid white;
  text-decoration: none;
}

#header-menu2 a:hover {
  text-decoration: underline;
}

#header-menu2 li.current a {
  font-weight: bold;  
  text-decoration: underline;  
}

#header-menu2 li.last a {
  margin-right: 0;  
  padding-right: 0;
  border-right: none;  
}



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

  Contenu

*******************************************************************************/
#content {
	padding: 0 72px 0 17px;
}

#content h2 {
  margin-top: 0;
  padding-top: 0;
  color: #00618f;
  border-bottom: 3px solid #fabb27;
  font-size: 2em;
}



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

  Pied

*******************************************************************************/
#footer {
  position: relative;
  clear: both;
  margin-bottom: 35px;
  padding-top: 231px;
  background: #799c13 url(/images/background3.gif) no-repeat;  
}

div.isics-newsletter-form {
  position: absolute;
  left: 280px;
  top: 40px;
}

div.isics-newsletter-form h3 {
  display: inline;
  color: white;
  font-size: 1.2em;
  font-weight: normal;
}

div.isics-newsletter-form a {
  color: white;
  text-decoration: none;
}

div.isics-newsletter-form a:hover {
  text-decoration: underline;
}

div.isics-newsletter-form form,
div.isics-newsletter-form div {
  display: inline;
}

div.isics-newsletter-form ul.error_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}

div.isics-newsletter-form ul.error_list li {
  display: inline;
  color: #ffaaaa;
  font-style: italic;
  font-weight: bold;
}

#footer-menu {
  position: absolute;
  top: 174px;
  left: 280px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer-menu li {
  float: left;
  line-height: 30px;
}

#footer-menu a {
  color: white;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid white;  
  text-decoration: none;
}

#footer-menu li.last a {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

#footer-menu a:hover {
  text-decoration: underline;
}

#footer-menu li.current a {
  font-weight: bold;
  text-decoration: underline;  
}

#phone {
	position: absolute;
	top: 180px;
	left: 17px;
	margin: 0;
	padding: 0 0 0 36px;
	background: url(/images/phone.gif) no-repeat;
	color: #00618f;
  font-size: 1.5em;	
	font-weight: bold;
	line-height: 42px;
}

#logo-aventure-parc {
	position: absolute;
	top: 20px;
	left: 61px;
}

#logo-fantasticable {
	position: absolute;
  top: 150px;	
	right: 20px;
} 

#copyright {
  margin: 0 28px 0 0;
  padding: 0;
  color: white;
  font-size: .9em;
  line-height: 2em;
  text-align: right;
}

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

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



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

  Page d'acceuil

*******************************************************************************/
div.home div.col1 {
  float: left;
  width: 400px;
  margin-right: 17px;
}

div.home div.col2 {
  float: left;
  width: 296px;
  margin-right: 17px;
}

div.home div.col3 {
  float: right;
  width: 169px;  
}

div.home div.col3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.home div.col3 li {
  margin-bottom: 17px;
}



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

  Page avec galerie

*******************************************************************************/
div.gallery-column {
  float: right;
  margin-left: 17px;
}

#gallery-carousel {
  width: 308px;
  margin-bottom: 17px;
  position: relative;
}

#gallery-carousel .container {
  float: left;  
  width: 308px;
  height: 476px;
  overflow: hidden;
  background: #afccda;  
}

#gallery-carousel ul {
  margin: 0;
  padding: 0;
  height: 100000px;
  position: relative;
  top: 0;
  left: 0;
}

#gallery-carousel ul li {
  width: 154px;
  height: 119px;
  margin: 0 0 0 0;
  text-align: center;
  list-style: none;   
  float: left;
}

#gallery-carousel ul a img {
  border: 7px solid #afccda;
}           

#gallery-carousel .previous_button,
#gallery-carousel .next_button {
  background: url(/images/arrows.gif) no-repeat center 0;  
}

#gallery-carousel .previous_button {
  float: left;
  height: 16px;
  width: 308px;
  cursor: pointer;    
  display: inline;
  margin-bottom: 3px;
}

#gallery-carousel .previous_button_over {
  background-position: center -32px;
}

#gallery-carousel .previous_button_disabled {
  background-position: center -64px;
  cursor: default;
}

#gallery-carousel .next_button {
  float: left;
  height: 16px;
  width: 308px;
  background-position: center -16px;
  display: inline;
  cursor: pointer;  
  margin-top: 3px;  
}

#gallery-carousel .next_button_over {
  background-position: center -48px;
}

#gallery-carousel .next_button_disabled {
  background-position: center -80px;
  cursor: default;
}



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

  Actualité

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

/* Derniers articles
------------------------------------------------------------------------------*/
ul.isics-news-list-latest {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.isics-news-list-latest li.article {
	clear: left;
	position: relative;
	padding-left: 20px;
	margin-bottom: 17px;
	background: url(/images/home_ephemeris.png) no-repeat;
}

ul.isics-news-list-latest div.title {
	position: relative;
	height: 45px;
	margin-bottom: 10px;
	border-bottom: 1px solid #00618f;	
}

ul.isics-news-list-latest div.title a {
  position: absolute;
  bottom: 1px;
  left: 31px;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 22px;
	text-decoration: none;
}

ul.isics-news-list-latest div.title a:hover {
	text-decoration: underline;
}

ul.isics-news-list-latest div.title span.date {
	position: absolute;
	bottom: 0;
	left: -20px;
	width: 46px;
	height: 45px;
	overflow: hidden;
	color: white;
  font-size: .9em;
	font-weight: normal;	
	line-height: 18px;
	text-align: center;
}

ul.isics-news-list-latest div.title span.date strong {
	display: block;
	font-size: 2em;
	line-height: 27px;
}

ul.isics-news-list-latest p.image {
  float: left;
  margin: 0 10px 10px 0;
}

ul.isics-news-list-latest a.read-more {
  font-style: italic;
}

/* Liste des articles
------------------------------------------------------------------------------*/
div.isics-news-list ul.articles {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.isics-news-list li.article {
	clear: left;
	position: relative;
}

div.isics-news-list h3 {
	position: relative;
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 44px !important;
	background: none !important;
	border-bottom: 1px solid #00618f;	
	font-size: 1.5em !important;
	line-height: 34px;
}

div.isics-news-list h3 a,
div.isics-news-list p.nb-comments a {
	text-decoration: none;
}

div.isics-news-list h3 a:hover {
	text-decoration: underline;
}

div.isics-news-list h3 span.date {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 36px;
	height: 34px;
	overflow: hidden;
	margin-right: 8px;
	background: url(/images/ephemeris.png) no-repeat;
	color: white;
	font-size: .5em;
	font-weight: normal;	
	line-height: 12px;
	text-align: center;
}

div.isics-news-list h3 span.date strong {
	display: block;
	font-size: 2em;
	line-height: 22px;
}

div.isics-news-list p.image {
	float: left;
	margin: 0 10px 20px 0;
	padding: 4px;
	background: white;
	border: 1px solid lightgray;
}

div.isics-news-list div.catcher {
	margin: 0 0 20px 180px;
	text-align: justify;
}

div.isics-news-list div.catcher a.read-more {
	font-style: italic;
}

/* Article
------------------------------------------------------------------------------*/
div.isics-news-show h2 {
	position: relative;
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 44px !important;
	border-bottom: 1px solid #00618f !important;	
	font-size: 1.5em !important;
	line-height: 34px;
}

div.isics-news-show h2 span.date {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 36px;
	height: 34px;
	overflow: hidden;
	margin-right: 8px;
	background: url(/images/ephemeris.png) no-repeat;
	color: white;
	font-size: .5em;
	font-weight: normal;	
	line-height: 12px;
	text-align: center;
}

div.isics-news-show h2 span.date strong {
	display: block;
	font-size: 2em;
	line-height: 22px;
}

div.isics-news-show #carousel {
  float: left;
  width: 324px;
  height: 180px;
  margin: 0 20px 20px 0;
  position: relative;
}

div.isics-news-show #carousel .container {
  float: left;
  width: 240px;
  height: 180px;
  position: relative;    
  overflow: hidden;
}

div.isics-news-show #carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 180px;
}                      

div.isics-news-show #carousel ul li {
  width: 240px;
  height: 180px;
  text-align: center; 
  list-style:none;   
  float:left;
}

div.isics-news-show #carousel .previous_button {
  float:left;  
  width: 32px;
  height: 175px;
  margin-right: 10px;
  background: url(/isicsPrototypeUICarouselPlugin/images/prototype-ui/horizontal/left.png);
  z-index: 100;
  cursor: pointer;
}

div.isics-news-show #carousel .previous_button_over {
  background: url(/isicsPrototypeUICarouselPlugin/images/prototype-ui/horizontal/left_over.png);
}

div.isics-news-show #carousel .previous_button_disabled {
  background: url(/isicsPrototypeUICarouselPlugin/images/prototype-ui/horizontal/left_disabled.png);
  cursor: default;
}

div.isics-news-show #carousel .next_button {
  float:left;  
  width: 32px;
  height: 175px;
  margin-left: 10px;
  background: url(/isicsPrototypeUICarouselPlugin/images/prototype-ui/horizontal/right.png);
  z-index: 100;
  cursor: pointer;
}

div.isics-news-show #carousel .next_button_over {
  background: url(/isicsPrototypeUICarouselPlugin/images/prototype-ui/horizontal/right_over.png);
}

div.isics-news-show #carousel .next_button_disabled {
  background: url(/isicsPrototypeUICarouselPlugin/images/prototype-ui/horizontal/right_disabled.png);
  cursor: default;
}

div.isics-news-show div.catcher,
div.isics-news-show div.body {
	text-align: justify;
}

div.isics-news-show div.catcher {
	color: black;
}


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

  Newsletter

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

/* Liste des lettres
------------------------------------------------------------------------------*/
div.isics-newsletter-list ul.letters {
	margin: 0;
	padding: 0;
	list-style: none;
}
