body,
html {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin:0;
  padding:0;
  font-size:1em;
}

* {padding:0; margin:0; border:0;}

.error{
  color:red;
}
a{
  color:#0069ad;
}


.clear{
  clear:both;
}

#header_banner_print{
  display: none;
}

/*LIENS TOP*/
#header_links{
  width:100%;
  height: 29px;
  background-color:black;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.15, rgb(0,0,0)),
    color-stop(0.46, rgb(29,29,29)),
    color-stop(0.84, rgb(48,48,48))
  );
  background: -moz-linear-gradient(
    center bottom,
    rgb(0,0,0) 15%,
    rgb(29,29,29) 46%,
    rgb(48,48,48) 84%
  );
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#303030',EndColorStr='#000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#303030',EndColorStr='#000000')"; /* IE8*/
}

#header_links #header_links_content{
  width:960px;
  margin-left: auto;
  margin-right: auto;
}
#header_links #header_links_content .gauche{
  float:left;
  height:29px;
}
#header_links #header_links_content .gauche li{
  /* start inline block workaround */
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* end inline-block workaround */
  font-family:'Verdana';
  font-size:0.7em;
  line-height:29px;
  list-style:none;
  padding-left:15px;
  padding-right:0;
}
#header_links #header_links_content .gauche li a{
  text-decoration: none;
  color:#a7ccd7;
}
#header_links #header_links_content .gauche li.act a{
  text-decoration: underline;
}
#header_links #header_links_content .gauche li a:hover{
  text-decoration: underline;
}
#header_links #header_links_content .droite{
  float:right;
  height:29px;
}
#header_links #header_links_content .droite li{
  float:left;
  font-family:'Arial';
  font-size:0.7em;
  line-height:29px;
  list-style:none;
  padding-right:2px;
  background: url(../images/separateur_menu_utilitaire.jpg) right top no-repeat;
}
#header_links #header_links_content .droite li a{
  color:white;
  text-decoration: none;
}
#header_links #header_links_content .droite li a:hover{
  text-decoration: underline;
}
#header_links #header_links_content .droite .changerLangue{
  font-family:'Arial';
  text-transform:capitalize;
  font-weight:bold;
  padding-right: 15px;
}


/*BANNER ET RECHERCHE*/
#header_banner{
  background: #1988d8 url(../images/banner_2.jpg) no-repeat top center;
  width:100%;
  height:104px;
}
#header_banner .headerContent, #main_menu{
  width:960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#header_banner .headerContent img{
  position: absolute;
}
#header_logo {
  display:block;
  float:left;
  height:42px;
  line-height:15px;
  padding-left:100px;
  padding-top:60px;
  width:390px;
  text-decoration: none;
  position: absolute;
}

#header_banner .motoHeader {
  color:#F6F4F4;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:0.7em;
  font-weight:bold;
  letter-spacing:0;
  text-shadow: 1px 1px 1px #000000;
  filter: dropshadow(color=#000000, offx=1, offy=1)
}
#header_banner .dateRecherche{
  color:white;
  float:right;
  font-size:0.8em;
  font-weight:bold;
  margin-right:10px;
  margin-top:17px;
  text-align:right;

}

#header_banner .dateRecherche .champRechercheHeader{
  margin-top: 10px;
  text-transform: uppercase;
  padding:8px 20px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: rgba(0,92,157,0.62);
  margin-top:15px;
  line-height:25px;
}

#header_banner .inputRechercheHeader{
  /* start inline block workaround */
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* end inline-block workaround */
  background: white;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height:23px;
  line-height:23px;
  vertical-align:middle;
}

#header_banner .inputRechercheHeader .disciplineLink, #header_banner .inputRechercheHeader .bouton-submit{
  display: none;
}

#header_banner .inputRechercheHeader .searchBox{
  width:200px;
  height:15px;
  padding:4px 10px 0 5px;
  margin-left:5px;
  vertical-align:top;
  outline:none;
}
#header_banner .inputRechercheHeader .searchLbl{
  /* start inline block workaround */
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* end inline-block workaround */
  vertical-align:top;
  background: url(../images/recherche_bouton_submit.jpg) no-repeat center center;
  width:19px;
  height:19px;
  margin: 2px 2px 0 0;
  cursor:pointer;
}
#header_banner .tx-stdate-pi1{
  font-family: 'Verdana';
}
#header_banner .titreRecherche{
  font-family:'Verdana';
  font-size:1.1em;
  font-weight:normal;
  padding-right:10px;
  vertical-align:middle;
}

/*MENU PRINCIPAL*/
#header_menus{
  width:100%;
  background-color: #F4F4F4;
  background: -moz-linear-gradient(center bottom,rgb(223,223,223) 17%,rgb(222,222,222) 35%,rgb(244,244,244) 81%);
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0.17, rgb(223,223,223)),color-stop(0.35, rgb(222,222,222)),color-stop(0.81, rgb(244,244,244)));
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid white;
  height:41px;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f4f4f4',EndColorStr='#dfdfdf'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f4f4f4',EndColorStr='#dfdfdf')"; /* IE8*/
}
#header_menus #nav{
  background: url(../images/separateur_menu.jpg) left top no-repeat;
  line-height: 22px;
  padding-left: 2px;
}
#header_menus #nav a{
  color: #b90d00;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-family:'Arial';
  font-size:0.95em;
  /*line-height:22px;*/
  padding-left:15px;
  padding-right:15px;
  padding-top: 12px;
  padding-bottom: 11px;

}
#header_menus #nav li{
  /* start inline block workaround */
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* end inline-block workaround */
  list-style: none;
  -padding-bottom:10px;
  *padding-bottom:5px;
  -margin-top:-5px;
  *margin-top:0px;
  *border-right: 1px solid #c4c4c4;
  /*background: url(images/separateur_menu.jpg) right top no-repeat;*/
}
#header_menus #nav .separateurMainMenu{
  background: url(../images/separateur_menu.jpg) top center no-repeat;
  *background:none;
  
  width:2px;
  height:32px;
  *margin-top:0px;
  padding-top: 10px;
  *padding-top:0px;
  *padding-bottom:5px;
  /* start inline block workaround */
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* end inline-block workaround */
}
#header_menus #nav .act, #header_menus #nav li:hover{
  background:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.15, rgb(223,223,223)),
    color-stop(0.46, rgb(212,212,212)),
    color-stop(0.84, rgb(196,196,196))
  );
  background:-moz-linear-gradient(
    center bottom,
    rgb(223,223,223) 15%,
    rgb(212,212,212) 46%,
    rgb(196,196,196) 84%
  );
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#c4c4c4',EndColorStr='#dfdfdf'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c4c4c4',EndColorStr='#dfdfdf')"; /* IE8*/
}
#header_menus #nav .act a{
  color:black;
}

#container .bodytext a:hover{
  color:#0086e3;
}
/*SOUS-MENU DU MENU PRINCIPAL:::*/
#header_menus #nav li:hover>ul{
left:auto;
*margin-left:-150px;
}
#header_menus #nav .mainSubMenu{
  left:-10000px;
  position:absolute;
  border: 2px solid white;
  border-top: 1px solid white;
  background: #f0f0f0;
  min-width:225px;
  top:35px;
  font-size: 0.75em;
  margin-left: 5px;
  /*padding-right: 8px;*/
}
#header_menus #nav .mainSubMenu li{
  display: block;
  /*background-image: url(../images/chevron_submenu.png);*/
  border-top: 1px solid white;
  border-bottom: 1px solid #c6c6c6;
  height:25px;
  width:225px;
  padding:0;
  margin:0;
  padding-right: 20px;
}
#header_menus #nav .mainSubMenu li:hover{
  /*background-image: url(../images/chevron_submenu_actif.png);*/
}
#header_menus #nav .mainSubMenu .firstSubmenu{
  border-top: none;
}
#header_menus #nav .mainSubMenu li a{
  background: #f0f0f0 url(../images/chevron_submenu.png) no-repeat center left;
  display:block;
  height:25px;
  line-height:25px;
  padding:0 0 0 20px;
  font-family:'Verdana';
  font-weight: normal;
  text-transform: none;
  width:100%;
  color:#B90D00;
}
#header_menus #nav .mainSubMenu li a:hover{
  color:white;
  background: #ab0c00 url(../images/chevron_submenu_actif.png) no-repeat center left;
  text-decoration: none;
}

/*FOOTER*/
#footer{
  clear:both;
}
#credits{
  min-height:100px;
  font-size: 0.6em;
  background-color: #e1e1e1;
  width:100%;
  background:-webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.17, rgb(255,255,255)),
    color-stop(1, rgb(222,222,222)),
    color-stop(0.81, rgb(225,225,225))
  );
  background:-moz-linear-gradient(
    center bottom,
    rgb(255,255,255) 17%,
    rgb(222,222,222) 100%,
    rgb(225,225,225) 81%
  );
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#e1e1e1',EndColorStr='#ffffff'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e1e1e1',EndColorStr='#ffffff')"; /* IE8*/
}
#footer .footer-content table{
  width:960px;
  margin-left: auto;
  margin-right: auto;
  border-top:1px solid #cecece;
  padding:10px 0 10px 15px;
}
#credits, #credits a{
  color: #929292;
  text-decoration: none;
}
#credits .contenu-credits{
  width:960px;
  margin-left: auto;
  margin-right: auto;
}
#credits .left a{
  float:left;
  background: url(../images/separateur_footer.jpg) right top no-repeat;
  margin:0 10px;
  padding-right:15px;
  padding-top:20px;
}

#credits .left{
  float: left;
  background: url(../images/separateur_footer.jpg) left top no-repeat;
}
#credits .left .realisation img{
  padding-top: 3px;
}
#credits .right{
  float: right;
  padding-right:10px;
  padding-top:20px;
  background: url(../images/separateur_footer.jpg) right top no-repeat;
}
#credits .right .cc_text, #credits .right .cc_icon{
  float:left;
  text-align: right;
  margin-left:10px;
}

#credits .right a{
  text-decoration:underline;
  color:#0069ad;
}
#credits .right a:hover{
  color:#0086e3;
}

#tipfriend table{
  background-color:#F4F4F4;
  width:100%;
  font-size:0.8em;
  padding:5px;
  border:1px solid black;
}

#tipfriend input, #tipfriend textarea{
  width:300px;
  border:1px solid black;
}
#tipfriend .submitButton, #container .tx-stformmail-pi1 .submitButton{
  width:100px;
  border:1px solid black;
  margin-left: 0px!important;
}
#tipfriend .instruction{
  font-size:0.8em;
}
#tipfriend tr{
  vertical-align:top;
  margin-bottom: 5px;
}
#tipfriend .gauche{
  width:50%;
}
#txt_reduire{
  display: none;
}

#container .infosAuteur .fonctionAuteur:first-letter{
  text-transform: capitalize;
}
.fonctionAuteur{
  display:block;
}

.biblio_header {
  margin-bottom:10px;
}



/*STYLES PRESENTATION DE BASE*/
h4 {
  color:#7E0D0A!important;
  font-size:1.4em;
  margin-top:10px!important;
}

h5 {
  color:#993333!important;
  font-family:verdana,arial!important;
  font-weight:bold!important;
    margin-top:1.4em!important;
    font-size:0.7em!important;
}

h6 {
  font-family:verdana,arial!important;
  font-weight:bold!important;
    margin-top:1.4em!important;
    font-size:0.7em!important;
}

.tx-stflashplayer-pi1 {
  margin-top:10px!important;
}

.texterouge {color:#933!important; font-family: verdana, arial!important; font-size:12px!important; }
.texterougegras {color:#933!important; font-family: verdana, arial; font-weight: bold; font-size:12px!important;}
.texterougeitalic {color:#933!important; font-family: verdana, arial;  font-style: italic; font-size:12px!important;}
.sizer .texterougeitalic{ font-size:11px!important; }
.texterougegrasitalic {color:#933!important; font-family: verdana, arial; font-weight: bold; font-style: italic; font-size:12px!important;}
table.texterouge {color:#933!important; font-family: verdana, arial; font-size:12px!important;}
a.texterouge:link {color:#933!important; font-family: verdana, arial; text-decoration:none; font-size:12px!important; }
a.texterouge:visited {color:#933!important; font-family: verdana, arial; text-decoration:none; font-size:12px!important;}
a.texterouge:hover {color:#933!important; font-family: verdana, arial; text-decoration:none; font-size:12px!important;}

.soustitre2 {color:#7E0D0A!important; font-size: 14px!important; font-family: verdana, arial; font-weight: bold!important; }
a.soustitre2:link {color:#7E0D0A!important; font-size: 14px!important; font-family: verdana, arial; font-weight: bold!important; text-decoration:underline!important; }
a.soustitre2:visited {color:#7E0D0A!important; font-size: 14px!important; font-family: verdana, arial; font-weight: bold!important; text-decoration:underline!important; }
a.soustitre2:hover {color:#7E0D0A!important; font-size: 14px!important; font-family: verdana, arial; font-weight: bold!important; text-decoration:underline!important;}

.texteblanc {color:#ffffff!important; font-weight: bold!important; font-size:12px!important;}
.textebleu {color:#0151aa!important; font-weight: bold!important;}

/*Add by Cyril Janody to correct bug in Chronique récit...*/
.bodytext .texterouge {color:#933!important; font-family: verdana, arial!important;font-size:1em!important; }
.bodytext .texterougegras {color:#933!important; font-family: verdana, arial; font-weight: bold; font-size:1em!important;}
.bodytext .texterougeitalic {color:#933!important; font-family: verdana, arial;  font-style: italic; font-size:1em!important;}
.bodytext .texterougegrasitalic {color:#933!important; font-family: verdana, arial; font-weight: bold; font-style: italic; font-size:1em!important;}
.bodytext table.texterouge {color:#933!important; font-family: verdana, arial; font-size:1em!important;}
.bodytext a.texterouge:link {color:#933!important; font-family: verdana, arial; text-decoration:none; font-size:1em!important; }
.bodytext a.texterouge:visited {color:#933!important; font-family: verdana, arial; text-decoration:none; font-size:1em!important;}
.bodytext a.texterouge:hover {color:#933!important; font-family: verdana, arial; text-decoration:none; font-size:1em!important;}
.bodytext .texteblanc {color:#ffffff!important; font-weight: bold!important; font-size:1em!important;}
/*end*/

.texte2 {color:#000000!important; font-size: 11px!important; font-family: verdana, arial; text-decoration:none!important; font-weight: normal!important; }
a.texte2:link {color:#000000!important; font-size: 12px!important; font-family: verdana, arial; text-decoration:none!important; font-weight: normal!important; }
a.texte2:visited {color:#000000!important; font-size: 12px!important; font-family: verdana, arial; text-decoration:none!important; font-weight: normal!important; }
a.texte2:hover {color:#000000!important; font-size: 12px!important; font-family: verdana, arial; text-decoration:none!important; font-weight: normal!important; }

.csc-textpic-caption{ font-size: 11px!important; text-align:center!important; font-style:italic!important; }

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
border:1px solid black!important;
padding:0;
}

/*.inline-news-fix, .inline-news-fix p{
  display:inline!important;
}*/
span.news_cat_redef{
  font-size:0.7em;
  color:#323232;
  display:block;
}

p.imgcaption {
  text-align:center;
  font-size:0.58em;
}


.blockquote {
padding: 1em 40px;
font: italic 1.05em Georgia, Times, serif;
background: url(/fileadmin/templates/main/img/quote-fr.gif) 10px 0.75em no-repeat;
width: 110px;
float: right;
/*margin: 10px;
margin-bottom: 5px;*/
}

.blockquote-en {
padding: 1em 40px;
font: italic 1.05em Georgia, Times, serif;
background: url(/fileadmin/templates/main/img/quote-en.gif) 10px 0.75em no-repeat;
width: 110px;
float: right;
/*margin: 10px;
margin-bottom: 5px;*/
}


.blockquoteleft {
padding: 1em 40px;
font: italic 1.05em Georgia, Times, serif;
background: url(/fileadmin/templates/main/img/quote-fr.gif) 10px 0.75em no-repeat;
width: 110px;
float: left;
/*margin: 10px;
margin-bottom: 5px;*/
}

.blockquoteleft-en {
padding: 1em 40px;
font: italic 1.05em Georgia, Times, serif;
background: url(/fileadmin/templates/main/img/quote-en.gif) 10px 0.75em no-repeat;
width: 110px;
float: left;
/*margin: 10px;
margin-bottom: 5px;*/
}

