/*******************************************************************************

  Général

*******************************************************************************/

/*------------------------------------------------------------------- Reset --*/
html, object, body, h1, h2, h3, h4, div, p, a, ul, li, hr, form, input, select,  textarea, table, object, fieldset, legend, label, div {
  margin: 0;
  padding: 0;
}

/*----------------------------------- Hack FF pour supprimer les pointillés --*/
a,
input.button {
	outline: none;
}

a:focus,
input.button:focus {
	-moz-outline-style: none;
}

body, html {
	height: 100%;
}

body {
	font-family: "Trebuchet MS", arial, helvetica;	
}



/*******************************************************************************

  Conteneur principal

*******************************************************************************/
div#container {
	background: url(../images/background_container.jpg) repeat-y;
  margin: 0 auto;
	min-height: 100%;
	position: relative;
  width: 776px;
}

*+html div#container {
  width: 775px;
}

* html div#container {
	width: 775px;
}



/*******************************************************************************

  Bannière

*******************************************************************************/
div#header {
  background: url(../images/background_banner.jpg) right top no-repeat;
  height: 150px;
}

div#header-banner {
	float: right;
  padding-top: 60px;
}



/*******************************************************************************

  Gauche

*******************************************************************************/
div#left {
  position: relative;
  top: -17px;
  float: left;
  text-align: right;
  background: url(../images/background_left.jpg) repeat-y;
  width: 217px;
}

/*------------------------------------------------------------------ Menu 1 --*/
ul#menu1 {
  font-size: 0.7em;
  font-weight: bold;
  color: #999;
  text-align: right;
  list-style-type: none;
}

ul#menu1 li {
  text-align: right;
  list-style-type: none;
  background-repeat: no-repeat;
}

ul#menu1 a {
  display: block;
  background: url(../images/menu1.jpg) right top no-repeat;
  color: #999;
  text-decoration: none;
  padding-right: 53px !important;
  padding-top: 7px;
  height: 35px;
	line-height: 16px;
}

ul#menu1 a:hover {
  background-position: left top !important;
}

ul#menu1 li.li-current {
  display: block; 
  background: url(../images/menu1_current.jpg) right top no-repeat;
  color: #999;
  text-decoration: none;
  padding-right: 53px !important;
  padding-top: 7px;
  height: 35px;
	line-height: 16px;
  font-weight: normal;
}

ul#menu1 li.li-node6 a {
  padding-bottom: 20px;
}

/*-------------------------------------------- Menu pour le bouton contact --*/
ul#menu3 {
  font-size: 0.7em;
  font-weight: bold;
  color: #999;
  text-align: right;
  list-style-type: none;
}

ul#menu3 li {
  float: right; 
  margin-right: 16px;
  overflow: hidden;
  width: 104px;
}

ul#menu3 li a {
  display: block;
  background: url(../images/menu3.png) right top no-repeat;
  color: #fff;
  padding-top: 6px !important;
  padding-right: 40px !important;
  text-decoration: none;
  height: 23px;
	line-height: 14px;
}

ul#menu3  li.li-current {
  display: block;
  background: url(../images/menu3_current.png) right top no-repeat;
  color: #fff;
  text-decoration: none;
  padding-top: 6px !important;
  padding-right: 40px !important;
  text-decoration: none;
  height: 23px;
	line-height: 14px;
  font-weight: normal;
}

ul#menu3 li a:hover {
  background-position: left top !important;
}

/*------------------------------------------------------------- Bouquet RSS --*/
ul#syndic-list {
  margin-top: 80px;
  background: url(../images/rss_icon.jpg) no-repeat right top;
  padding: 40px 10px 0 0;
  color: #aaa;
  text-align: right;
  font-size: 0.6em;
  list-style-type: none;
  text-indent: 0 !important;
  line-height: 1.2em;
}

ul#syndic-list li {
  border-top: 1px dashed #ddd;
  padding: 5px !important;
  text-indent: 0 !important;
  margin: 0 !important;
}

ul#syndic-list a {
  color: #aaa;
}

ul#syndic-list a:hover {
  color: #3A87C3;
}

ul#syndic-list a p.syndic-date{
  padding-right: 40px;
  color: #fff;
  background: #aaa;
}



/*******************************************************************************

  Contenu

*******************************************************************************/
div#content { 
  margin-left: 217px;
  background: url(../images/background_content.jpg) no-repeat left top;
  padding: 70px 0 50px 210px !important;
  font-size: 0.75em;
  color: #666;
  line-height: 1.2em;
}
 
hr.spacer {
	clear: left;
	margin-top: 75px;
	visibility: hidden;
}

/*------------------------------------------------------------ Fil d'Ariane --*/
p.breadCrumbs {
	font-style: italic;
	font-size: 90%;
  color: #aaa;
	margin-bottom: 30px !important;
}

p.breadCrumbs a {
  color: #3A87C3;
}

p.breadCrumbs a:hover {
  text-decoration : none;
}

div#content h1 {
  line-height: 1.2em;
  padding: 0.3em 0;
  color: #666;
  font-size: 1.8em;
  font-weight: normal !important;
}

div#content h2 {
  line-height: 1.2em;
  text-align: right;
  margin: 0.6em 0 0 0;
  padding: 0.4em 1em 1em 1.2em;  
  background: url(../images/h2.jpg) no-repeat right top;
  color: #666;
  font-size: 1.3em;
  font-weight: normal;
}

div#content a {
  color: #3A87C3;
}

div#content a:hover {
  text-decoration: none;
}

div#content p {
	margin: 0.8em 0;
}

div#content ul {
  margin: 0.3em 0 0.3em 0.3em;
}

div#content ul li {
  padding: 0.3em 0 0.3em 1em ;
  margin: 0.2em 0;
  list-style-type: none;
  background: url(../images/puce1.jpg) no-repeat left top;
}

div#content ul li ul li {
  list-style-type: none;
  background: url(../images/puce2.jpg) no-repeat left top;
}

/*---------------------------------------------------------------- Menu bas --*/
ul#menu2 {
	font-size: 80%;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	top: -25px;
}

ul#menu2 li {
	background: none !important;
  display: inline;
  border-left: 1px solid #ccc;
  color: #888;
	margin: 0 !mportant;
  padding: 0 5px 0 8px !important;
}

ul#menu2 li a {
  color: #3A87C3;
}

ul#menu2 li a:hover {
  text-decoration: none;
}

ul#menu2 li strong {
  font-weight: normal;
}

ul#menu2 li.li-first{
  border-left: 0 !important;
  padding-left: 0 !important
}



/*******************************************************************************

  Formulaire

*******************************************************************************/
form.defaultForm {
  margin: 5px auto;
}

form.defaultForm fieldset legend {
  font-size: 1.2em;
  font-weight: bold;
  color: #666;
  padding: 70px 0 20px 20px;
}

/* ie7  seulement */
*+html form.defaultForm fieldset legend  {
  padding: 20px 20px!important;
  margin: 0 !important;
}

/* ie 6 seulement */
* html form.defaultForm fieldset legend {
  padding: 20px 20px!important;
  margin: 0 !important;
}

form.defaultForm fieldset {
  background: url(../images/background_news.png) no-repeat top left;
  border: 0 !important;
  padding: 0 0 10px 0;  
  margin-top: -30px;
}

/* ie7  seulement */
* +html form.defaultForm fieldset {
  display: block;
  margin-top: 10px !important;
}

/* ie 6 seulement */
* html form.defaultForm fieldset {
  display: block;
  margin-top: 10px !important;
}

form.defaultForm p {
	margin-top: 0 !important;
	margin-bottom: 1px !important;
}

form.defaultForm label {
  padding-right: 10px;
  float: left;
  width: 120px;
  text-align: right;
}

form.defaultForm input, 
form.defaultForm textarea, 
form.defaultForm select{
	font-family: verdana, arial, sans-serif;	
	font-size: 1em;	
  color: #444;
}

form.defaultForm input.textField,
form.defaultForm input.numberField,
form.defaultForm select,
form.defaultForm textarea {
  border: 1px solid #ccc;
  padding: 0;
}

form.defaultForm input.numberField {
	width: 80px;
	text-align: right;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #666 !important;
}

input.button:focus{
  border: none !important;
}

form.defaultForm textarea {
  width: 200px;
}

img#cryptogram {
  background: white;
  display: block;
}


form.defaultForm input.button {
  margin: 20px auto 0 auto !important;
}

form.defaultForm p.button {
	margin-top: 20px !important;
	text-align: center;
}

form.defaultForm p.button img {
	border: none;
}

form.defaultForm input.button{
  margin-left: 120px!important;
}

form.defaultForm .asterisk {
  color:  #B03C21;
  font-size: 1em;
  font-weight: bold;
  vertical-align: top;
}

form.defaultForm .requiredField {
  color: #B03C21;
  font-size: 0.8em;
  font-style: italic;
  font-weight: bold;
  margin: 0 !important;
  padding: 0;
  text-align: right !important;
}

div.form-errors {
  margin: 10px auto;
  border: 1px solid #B03C21;
  color: #B03C21;
}

div.form-errors p {
  background: #B03C21;
  font-size: 1em !important;
  font-weight: bold;
  color: white;
  margin-top: 0 !important;
	padding: 0.2em;
}

div.form-errors dl {
  padding: 5px;
  border: 1px solid white !important;
}

div.form-errors dt {
  padding-left: 20px;
  font-weight: bold;
  float: left;
  padding-right: 12px;
  width: 150px;
}

div.form-errors dd {
  margin: 0;
}

p.form-error {
  color: #B03C21;
  font-weight: bold;
  margin: 0 0 0 130px !important;
}

dl.fields {
	margin: 0;
	padding: 0;
}

dl.fields dt {
	margin: 0;
	padding: 0 10px 0 0;
  float: left;
  width: 120px;
  text-align: right;
}

dl.fields dd {
	margin: 0 0 1px 130px;
  border: 1px solid #ccc;
  padding: 0;	
	text-align: right;
	width: 80px;
}



/*******************************************************************************

  Actualité

*******************************************************************************/

/*-------------------------------------------------------- Dernières brèves --*/
div.newsLatest {
  float: left;
  width: 200px;
  font-size: 10px;
  text-align: right !important;
  color: #888;
  padding-top: 20px;
}

div.newsLatest h2 {
  color: #ccc;
  text-align: right !important;
  font-size: 1.4em !important;
  letter-spacing: 0.2em;
}

div.newsLatest h3 {
  color: #666;
  font-weight: normal;
  font-size: 1em !important;
}

div.newsLatest a {
  color: #3A87C3;
}

div.newsLatest a:hover {
  text-decoration: none;
}

div.newsLatest span.date {
  color: #3a87c3;
}

div.newsLatest p.readMore {
	font-style: italic;
}

/*------------------------------------------------------------------- Liste --*/
div.newsList p.resultsInfo {
  text-align: right;
}

div.newsArticleListFull {
  margin-bottom: 30px;
}

div.newsArticleListFull span.date {
  border-top: 1px solid white;
  line-height: 1.4em;
  width: 50px;
  font-size: 0.8em;
  color: #aaa;
  padding: 0 10px;
  text-align: right;
  float: left;
  margin-left:-30px;
}

div.newsArticleListFull span.date strong {
  font-size: 2em;
  display: block;
}

div.newsArticleListFull h2 {
  border-top: 1px solid #ddd;
  padding: 5px 0 !important;
  text-align: left !important;
  font-size: 1.2em !important;
  margin-bottom: 10px;
  background: none !important;
}

div.newsArticleListFull h2 a{
  color: #3A87C3 !important;
  font-weight: normal !important;
}

div.newsArticleListFull h2 a:hover{
  color: #3A87C3 !important;
  text-decoration: none;
}

div.newsArticleListFull a.image img{
  border: 0;
  float: right;
  margin: 0 0 0 10px;
}

div.newsArticleListFull  div.catcher{
  background: url(../images/background_news.png) no-repeat top left;
  padding: 10px 0 10px 10px ;
  margin-left: 40px;
}

div.newsArticleListFull  div.catcherWithImage{
  min-height: 70px;
}

div.newsArticleListFull a.readMore {
  display: block;
}

/*------------------------------------------------------------------- Fiche --*/
div.newsArticle div.catcher {
  padding: 20px;
  background: url(../images/background_news.png) no-repeat top left;
  color: #888;
  font-weight: bold;
}

div.newsArticle div.body {
  margin-top: 20px;
  padding: 10px;
  background: url(../images/background_news.png) no-repeat top left;
}

div.newsArticle p.date{
  text-align: right;
}

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 {
	margin: 0 !important;
	padding: 0 !important;
}

div.carousel-component .carousel-list li {
  margin: 0 !important;
  padding: 10px 0 0 0 !important;
  text-indent: 0 !important;
  height: 240px;
  width: 220px;
  background: none !important;
}

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;
}



/*----------------------------------------------------- Lien "Haut de page" --*/
a#top-link {
	display: block;
  position: fixed;
	margin-left: -50px;
	width: 14px;
	height: 68px;
  bottom: 3px;
}

a#top-link span.background {
	display: block;
  width: 14px;
	height: 68px;	
	background: url("../images/top_link.png") -15px 0;
}

a#top-link:hover span.background {
	background-position: 0 0;
}

a#top-link span.text {
  position: absolute;
  left: -5000px;
}

/*---------------------------------------------------------------- ISICS.fr --*/
a#isics {
  position: absolute;
	bottom: 3px;
	left: 400px;
}

a#isics img {
  border: none;
}