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

  Général / commun

*******************************************************************************/
body {
  margin: 0;
  padding: 0;
  color: #000000;
  font: 0.813em arial, regular; /* Equivaut à 13px */
}

a {
  color: #000000;
  text-decoration: none;
}

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

a:focus,
input.button:focus,
#flash-header:focus,
#map-flash: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 #D3D3D3;
  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 {
  background: url(/images/error.gif) no-repeat left center;
}

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


/* Spécifique thèmes
------------------------------------------------------------------------------*/
.home {
  background: #c8ad24 url(/images/background_home.png) repeat-x;
}

.theme1 {
  background: #4c8ab2 url(/images/background_theme1.png) repeat-x;
}

.theme2 {
  background: #af6d32 url(/images/background_theme2.png) repeat-x;
}

.theme3 {
  background: #72a538 url(/images/background_theme3.png) repeat-x;
}

.theme4 {
  background: #c8ad24 url(/images/background_theme4.png) repeat-x;
}

/* 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;
}

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

  Conteneur principal

*******************************************************************************/
#container {
  position: relative;
  width: 974px;
  background-color: #FFFFFF;
}

#content {
  padding: 0 16px 0 0;
}

.home #breadcrumbs {
  position: absolute;
  top: 292px;
  left: 280px;
  color: #00815e;
  font-size: 0.923em;
}

#breadcrumbs {
  top: 233px;
  left: 300px;
  padding-left: 30px;
}

#breadcrumbs a{
  text-decoration:underline;
}

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

  Header

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

/* Spécifique thèmes
------------------------------------------------------------------------------*/
.home #header {
  position: relative;
  height: 292px;
  background: url(/images/header_full_home.jpg) no-repeat;
  z-index: 1;
}

.theme1 #header {
  position: relative;
  height: 233px;
  background: url(/images/header_theme1.jpg) no-repeat 251px 0;
  z-index: 1;
}

.theme2 #header {
  position: relative;
  height: 233px;
  background: url(/images/header_theme2.jpg) no-repeat 251px 0;
  z-index: 1;
}

.theme3 #header {
  position: relative;
  height: 233px;
  background: url(/images/header_theme3.jpg) no-repeat 251px 0;
  z-index: 1;
}

.theme4 #header {
  position: relative;
  height: 233px;
  background: url(/images/header_theme4.jpg) no-repeat 251px 0;
  z-index: 1;
}


/* Sur-header
------------------------------------------------------------------------------*/
#sur-header {
  position: absolute;
  top: 0;
  right: 0;
  height: 26px;
  z-index: 10;
}

#top-menu{
  margin: 0;
  padding: 0;
}

#top-menu li {
  display: inline;
  float: left;
  height: auto;
  margin-left: 3px;
}

ul#top-menu span {
  position: absolute;
  padding: 5px 0 0 8px;
  color: #FFFFFF;
  font-size: 0.923em;
}

ul#top-menu a {
  display: block;
}

ul#top-menu a.a-node1 {
  height: 26px;
  width: 81px;
  background: url(/images/top_menu_link1.png) left top no-repeat;
}

ul#top-menu a.a-node2 {
  height: 26px;
  width: 100px;
  background: url(/images/top_menu_link2.png) left top no-repeat;
}

/* Spécifique thèmes
------------------------------------------------------------------------------*/
.theme1 ul#top-menu a.a-node1 {
  background-position: 0 0px;
}

.theme1 ul#top-menu a.a-node1:hover {
  background-position: 0 -26px;
}

.theme1 ul#top-menu a.a-node2 {
  background-position: 0 0px;
}

.theme1 ul#top-menu a.a-node2:hover {
  background-position: 0 -26px;
}

.theme2 ul#top-menu a.a-node1 {
  background-position: 0 -52px;
}

.theme2 ul#top-menu a.a-node1:hover {
  background-position: 0 -78px;
}

.theme2 ul#top-menu a.a-node2 {
  background-position: 0 -52px;
}

.theme2 ul#top-menu a.a-node2:hover {
  background-position: 0 -78px;
}

.theme3 ul#top-menu a.a-node1 {
  background-position: 0 -104px;
}

.theme3 ul#top-menu a.a-node1:hover {
  background-position: 0 -130px;
}

.theme3 ul#top-menu a.a-node2 {
  background-position: 0 -104px;
}

.theme3 ul#top-menu a.a-node2:hover {
  background-position: 0 -130px;
}

.theme4 ul#top-menu a.a-node1 {
  background-position: 0 -156px;
}

.theme4 ul#top-menu a.a-node1:hover {
  background-position: 0 -182px;
}

.theme4 ul#top-menu a.a-node2 {
  background-position: 0 -156px;
}

.theme4 ul#top-menu a.a-node2:hover {
  background-position: 0 -182px;
}

/* Header
------------------------------------------------------------------------------*/
#header h1 span {
  position: absolute;
  left: -5000px;
}

#header h1 {
  padding: 0;
  margin: 0;
}

/* Recherche
------------------------------------------------------------------------------*/
#search-box {
  position: absolute;
  top: 156px;
  left: 701px;
  width: 160px;
  height: 18px;
  z-index: 10;
}

.home #search-box {
  top: 215px;
}

#search-box input[type=image] {
  vertical-align: middle;
}

#search-box input[type=text] {
  height: 16px;
  width: 125px;
  border: 1px solid #909c30;
  padding: 2px 0 0 6px;
  margin: 0;
  font-size: 0.846em;
}

.theme1 #search-box input[type=text] {
  border: 1px solid #337b8d;
}

.theme2 #search-box input[type=text] {
  border: 1px solid #806f3b;
}

.theme3 #search-box input[type=text] {
  border: 1px solid #56924a;
}

div.search-page-numbers .bookend
{
  width : 70px;
}

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

  Col1

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

#col1 {
  float:left;
  width: 202px;
  margin: 20px 0 0 48px;
}

#col1 a {
  color: #000000;
}

#col1 ul {
  padding: 0;
  padding-right: 18px;
  margin: 0;
}

#col1 ul li {
  margin-bottom: 17px;
}

#col1 ul li a {
  font-size: 1.385em; /* 18px */
}

#col1 ul li ul {
  padding: 0;
}

#col1 ul li ul li {
  font-size: 0.722em; /* 13 px */
}

#col1 ul li ul li ul li {
  font-size: 0.923em; /* 12 px */
}

#col1 ul .in-path ul li{
  list-style: none;
  margin: 0;
  padding: 5px 0 0 0;
}

#col1 ul li ul li ul {
  padding: 0 0 0 15px;
}

#col1 #map {
  margin: 0 0 0 -28px;
  width: 196px;
}

#col1 #map h2 {
  margin: 20px 0 5px 0;
  font-size: 1.385em;
  font-style: italic;
  color: #9e881c;
}

#col1 #map p {
  margin: 10px 0 0 0;
  text-decoration: underline;
}

/* Effet éléments actifs
------------------------------------------------------------------------------*/
#left-menu li a,
#left-menu li ul li a,
#left-menu li.current ul li a,
#left-menu li.in-path ul li a,
#left-menu li ul li ul li a,
#left-menu li ul li.current ul li a,
#left-menu li ul li.in-path ul li a
{
  font-weight: normal;
}

#left-menu li.current a,
#left-menu li.in-path a,
#left-menu li ul li.current a,
#left-menu li ul li.in-path a,
#left-menu li ul li ul li.current a
{
  font-weight: bold;
}

/* Pictogrammes
------------------------------------------------------------------------------*/
#left-menu li {
  list-style-image: url(/images/pic_theme4.png);
}

#left-menu li.li-node1 {
  list-style-image: url(/images/pic_theme1.png);
}

#left-menu li.li-node2 {
  list-style-image: url(/images/pic_theme2.png);
}

#left-menu li.li-node3 {
  list-style-image: url(/images/pic_theme3.png);
}

#left-menu li.li-node4 {
  list-style-image: url(/images/pic_theme4.png);
}

#left-menu li ul li,
#left-menu li.current ul li,
#left-menu li.in-path ul li,
#left-menu li ul li ul li,
#left-menu li ul li.current ul li,
#left-menu li ul li.in-path ul li
{
  list-style-image: none;
}

#left-menu li.li-node1 ul li.current,
#left-menu li.li-node1 ul li ul li.current{
  list-style-image:url(/images/pic2_theme1.png);
}

#left-menu li.li-node2 ul li.current,
#left-menu li.li-node2 ul li ul li.current{
  list-style-image:url(/images/pic2_theme2.png);
}

#left-menu li.li-node3 ul li.current,
#left-menu li.li-node3 ul li ul li.current {
  list-style-image:url(/images/pic2_theme3.png);
}

#left-menu li.li-node4 ul li.current
#left-menu li.li-node4 ul li ul li.current {
  list-style-image:url(/images/pic2_theme4.png);
}

/* Spécifique thèmes
------------------------------------------------------------------------------*/
#left-menu li.in-path a,
#left-menu li.in-path ul li a,
#left-menu li.in-path ul li ul li a,
#left-menu li a:hover,
#left-menu li.in-path a:hover,
#left-menu li.in-path ul li a:hover,
#left-menu li.in-path ul li ul li a:hover {
  color: #98841b;
}

#left-menu li.li-node1-in-path a,
#left-menu li.li-node1-in-path ul li a,
#left-menu li.li-node1-in-path ul li ul li a,
#left-menu li.li-node1 a:hover,
#left-menu li.li-node1-in-path a:hover,
#left-menu li.li-node1-in-path ul li a:hover,
#left-menu li.li-node1-in-path ul li ul li a:hover {
  color: #3b6a88;
}

#left-menu li.li-node2-in-path a,
#left-menu li.li-node2-in-path ul li a,
#left-menu li.li-node2-in-path ul li ul li a,
#left-menu li.li-node2 a:hover,
#left-menu li.li-node2-in-path a:hover,
#left-menu li.li-node2-in-path ul li a:hover,
#left-menu li.li-node2-in-path ul li ul li a:hover {
  color: #8a5627;
}

#left-menu li.li-node3-in-path a,
#left-menu li.li-node3-in-path ul li a,
#left-menu li.li-node3-in-path ul li ul li a,
#left-menu li.li-node3 a:hover,
#left-menu li.li-node3-in-path a:hover,
#left-menu li.li-node3-in-path ul li a:hover,
#left-menu li.li-node3-in-path ul li ul li a:hover {
  color: #567c2a;
}

#left-menu li.li-node4-in-path a,
#left-menu li.li-node4-in-path ul li a,
#left-menu li.li-node4-in-path ul li ul li a,
#left-menu li.li-node4 a:hover,
#left-menu li.li-node4-in-path a:hover,
#left-menu li.li-node4-in-path ul li a:hover,
#left-menu li.li-node4-in-path ul li ul li a:hover {
  color: #98841b;
}

#left-menu li a:hover,
#left-menu li.in-path a:hover,
#left-menu li.in-path ul li a:hover,
#left-menu li.in-path ul li ul li a:hover {
  color: black;
}

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

  Col2

*******************************************************************************/
#content h2 {
  font-size: 2em;
}
/* Spécifique thèmes
------------------------------------------------------------------------------*/
#content .col2 {
  float: left;
  width: 496px;
  margin-right: 9px;
}

.home #content .col2 {
  width: 368px;
}

.home #content .col2 h2 {
  color: #9e881c;
}

.home #content .col2 a {
  color: #9e881c;
}

.theme1 #content .col2 h2 {
  color: #3b6987;
}

.theme1 #content .col2 a {
  color: #3b6987;
}

.theme2 #content .col2 h2 {
  color: #895527;
}

.theme2 #content .col2 a {
  color: #895527;
}

.theme3 #content .col2 h2 {
  color: #59812c;
}

.theme3 #content .col2 a {
  color: #59812c;
}

.theme4 #content .col2 h2 {
  color: #98841b;
}

.theme4 #content .col2 a {
  color: #98841b;
}


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

  Col3

*******************************************************************************/
#content .col3 div.news h2{
  display: block;
  margin: 0;
  padding: 0;
}

#content .col3 div.news h2 span {
  position: absolute;
  left: -5000px;
}

#content .col3 div.news li{
  padding: 0 15px 20px 15px;
  color: white;
  list-style:none;
  background-color: #339d81;
}

#content .col3 div.news li a{
  color: white;
}

ul#right-menu{
  margin: 6px 0 0 6px;
  padding: 0;
}

ul#right-menu li {
  margin-bottom: 1px;
  list-style: none;
}

ul#right-menu a {
  display: block;
  color: white;
  margin: 0;
  padding: 4px 0 0 0;
}

ul#right-menu a span {
  padding-left: 35px;
}

/* Spécifique thèmes
------------------------------------------------------------------------------*/
#content .col3 {
  float: right;
  width: 201px;
}

.home #content .col3 {
  width: 330px;
}

#content .col3 div.news h2{
  height: 66px;
  background: url('/images/theme_news_top.png');
}

.home #content .col3 div.news h2{
  height: 71px;
  background: url('/images/home_news_top.png');
}


#content .col3 div.news ul{
  padding-left: 5px;
  padding-bottom: 73px;
  margin: 0;
  background: url(/images/theme_news_bottom.png) no-repeat right bottom;
}

.home #content .col3 div.news ul{
  padding-left: 6px;
  padding-bottom: 73px;
  margin: 0;
  background: url(/images/home_news_bottom.png) no-repeat right bottom;
}

ul#right-menu a.a-node1 {
  height: 22px;
  width: 196px;
  background: url(/images/sidebar_theme_link1.png) no-repeat;
}

ul#right-menu a.a-node1:hover {
  background-position: 0 -26px;
}

ul#right-menu a.a-node2 {
  height: 22px;
  width: 196px;
  background: url(/images/sidebar_theme_link2.png) no-repeat;
}

ul#right-menu a.a-node2:hover {
  background-position: 0 -26px;
}

ul#right-menu a.a-node3 {
  height: 22px;
  width: 196px;
  background: url(/images/sidebar_theme_link3.png) no-repeat;
}

ul#right-menu a.a-node3:hover {
  background-position: 0 -26px;
}

ul#right-menu a.a-node4 {
  height: 22px;
  width: 196px;
  background: url(/images/sidebar_theme_link4.png) no-repeat;
}

ul#right-menu a.a-node4:hover {
  background-position: 0 -26px;
}

.home ul#right-menu a.a-node1 {
  height: 22px;
  width: 324px;
  background: url(/images/sidebar_home_link1.png) no-repeat;
}

.home ul#right-menu a.a-node1:hover {
  background-position: 0 -26px;
}

.home ul#right-menu a.a-node2 {
  height: 22px;
  width: 324px;
  background: url(/images/sidebar_home_link2.png) no-repeat;
}

.home ul#right-menu a.a-node2:hover {
  background-position: 0 -26px;
}

.home ul#right-menu a.a-node3 {
  height: 22px;
  width: 324px;
  background: url(/images/sidebar_home_link3.png) no-repeat;
}

.home ul#right-menu a.a-node3:hover {
  background-position: 0 -26px;
}

.home ul#right-menu a.a-node4 {
  height: 22px;
  width: 324px;
  background: url(/images/sidebar_home_link4.png) no-repeat;
}

.home ul#right-menu a.a-node4:hover {
  background-position: 0 -26px;
}

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

  Footer

*******************************************************************************/
#footer {
  clear: both;
  position: relative;
  height: 101px;
  width: 974px;
  padding-top: 101px;
}

#footer2 {
  position: absolute;
  bottom: -75px;
  left: 0
}

#footer .line {
  position: relative;
  left: -5px;
  top: 0;
  width: 914px;
  height: 4px;
  border: none;
  background: url(/images/line_footer.png);
}

#address {
  padding-left: 24px;
}

#logo-cg-ardennes {
  position: absolute;
  right: 250px;
  top: 120px;
}

#logo-region-ca {
  position: absolute;
  right: 40px;
  top: 120px;
}

#copyright {
  float: left;
  margin: 37px 0 0 25px;
  padding-bottom: 20px;
  position: relative;
  font-size: 0.846em;
}

.home #copyright,
.home #copyright a,
.theme4 #copyright,
.theme4 #copyright a {
  color: #ece2b2;
}

.theme1 #copyright,
.theme1 #copyright a,
.theme1 #footer-menu a {
  color: #d7e4ed;
}

.theme2 #copyright,
.theme2 #copyright a,
.theme2 #footer-menu a  {
  color: #e5cfbc;
}

.theme3 #copyright,
.theme3 #copyright a,
.theme3 #footer-menu a  {
  color: #d3e3c1;
}

#footer-menu {
  float: left;
  margin:45px 0 0 0;
  padding: 0;
  list-style: none;
}

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

#footer-menu a {
  padding-left: 6px;
  margin-left: 6px;
  text-decoration: none;
  font-size: 0.846em;
}

.home #footer-menu a,
.theme4 #footer-menu a {
  color: #ece2b2;
  border-left: 1px solid #ece2b2;
}

.theme1 #footer-menu a {
  color: #d7e4ed;
  border-left: 1px solid #d7e4ed;
}

.theme2 #footer-menu a {
  color: #e5cfbc;
  border-left: 1px solid #e5cfbc;
}

.theme3 #footer-menu a {
  color: #d3e3c1;
  border-left: 1px solid #d3e3c1;
}

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

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

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

/* Spécifique thèmes
------------------------------------------------------------------------------*/
.home #footer {
  background: url(/images/footer_home.png) no-repeat bottom right;
}

.theme1 #footer {
  background: url(/images/footer_theme1.png) no-repeat bottom right;
}

.theme2 #footer {
  background: url(/images/footer_theme2.png) no-repeat bottom right;
}

.theme3 #footer {
  background: url(/images/footer_theme3.png) no-repeat bottom right;
}

.theme4 #footer {
  background: url(/images/footer_home.png) no-repeat bottom right;
}

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

  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: 0 0 20px 20px;
}

ul.isics-news-list-latest div.title {
  padding: 10px 0 10px 0;
  text-decoration: underline;
  font-weight: bold;
}

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

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

ul.isics-news-list-latest div.catcher {
  margin-bottom: 15px;
}

/* 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 #98841B;
  font-size: 1.2em !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 #D3D3D3;
}

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-top: 20px;
  padding-left: 42px;
  border-bottom: 1px solid #9E881C !important;
  font-size: 1.2em !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 div.image {
  width: 496px;
  height: 180px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

div.isics-news-show div.body {
  clear: both;
}

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

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

div.isics-news-show .image {
  float: left;
  width: 240px;
  height: 180px;
  position: relative;
  margin-right: 10px;
}

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;
  font-weight: bold;
}

/* Pager
------------------------------------------------------------------------------*/
ul.pager {
  clear: both;
  text-align:center;
}

ul.pager li.first,
ul.pager li.previous,
ul.pager li.next,
ul.pager li.last {
  width:65px;
}

ul.pager li {
  float: left;
  margin: 0 3px 0 0;
  border:1px solid #98841B;
  color:#98841B;
  display:inline-block;
  font-family:Arial,Verdana,sans-serif;
  font-size:12px;
  height:20px;
  padding:5px 0 0 0;
  text-align:center;
  text-decoration:none;
  width:25px;
}

ul.pager li.current {
  background-color:#98841B;
  color:#FFFFFF;
}

ul.pager li:hover {
  background-color:#dad1a0;
}

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

  Gallery

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

/* List
------------------------------------------------------------------------------*/
div.isics-gallery-list h3 {
  clear: both;
}

div.isics-gallery-list p.date {
  background: url('/images/puce1.gif') no-repeat left center;
  margin: -16px 0 8px;
  padding: 0 0 0 12px;
}

div.isics-gallery-list ul.gallery {
  margin: 0;
  padding: 0;
}

div.isics-gallery-list ul.gallery li.image {
  position: relative;
  display:block;
  float:left;
  height:171px;
  width:164px;
  margin:0 0 25px 0;
}

div.isics-gallery-list ul.gallery p.image {
  position: absolute;
  margin: 0;
  top: 14px;
  left: 0;
  width: 160px;
  height: 105px;
  text-align: center;
}

div.isics-gallery-list ul.gallery h4 {
  position: absolute;
  top: 110px;
  left: 0;
  margin: 0;
  padding-top: 10px;
  width: 162px;
  display: block;
  font-size: 1em;
  line-height: 26px;
  overflow: hidden;
  font-style: italic;
  font-weight: bold;
  color: #98841B;
  text-align: center;
}

/* Show
------------------------------------------------------------------------------*/

div.isics-gallery-show ul.images {
  margin: 0;
  padding: 0;
}

div.isics-gallery-show ul.images li.image {
  position: relative;
  display:block;
  float:left;
  height:171px;
  width:164px;
  margin:0 0 25px 0;
}

div.isics-gallery-show ul.images p.image {
  position: absolute;
  margin: 0;
  top: 14px;
  left: 0;
  width: 160px;
  height: 105px;
  text-align: center;
}

div.isics-gallery-show ul.images h3 {
  position: absolute;
  top: 110px;
  left: 0;
  margin: 0;
  padding-top: 10px;
  width: 162px;
  display: block;
  font-size: 1em;
  line-height: 26px;
  overflow: hidden;
  font-style: italic;
  font-weight: bold;
  color: #98841B;
  text-align: center;
}

div.isics-gallery-show ul.pager {
  clear: left;
  margin: 30px 0 0 -189px;
  text-align: center;
}

div.isics-gallery-show ul.pager li {
  display:inline;
}