/*
* 2007/04/22 - Arnaud  (ADS) :
*	- modificatation de la largeur d'un article, div articleContenu
*
*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #999;
  color: black;
  margin: 0px;
  background-image: -moz-linear-gradient(270deg, #555, #999);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#999));
  background-repeat: no-repeat;
}

abbr, acronym {
  cursor : help;
}

.myBody {
  margin: 5px auto;
  position: relative;
  width: 1024px;
  font-size: 12px;
}

div.logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  padding: 0px;
  background-color: #CB0D07;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
}

div.logo span.logoText {
  display: none;
}

div.logo a {
  display: block;
  width: 100%;
  height: 100%;
}

div.logo a:hover {
  background: none;
}


.menuHaut {
  text-align: right;
  margin: 0px;
  padding: 0px;
  margin-left: 206px;
  padding-right: 10px;
  background-color: #fff;
  -moz-border-radius: 0px 10px 0px 0px;
}

.menuHaut h1 {
  display: none;
}

.menuHaut ul {
  font-size: 15px;
  font-weight: bold;
  color: #CB0D07;
  margin:0px;
  padding: 0px;
}

.menuHaut li {
  display:inline;
  margin-left:5px;
  padding-left:5px;
}

.menuHaut a {
  font-size: 15px;
  font-weight: bold;
  color: #CB0D07;
  text-decoration: none;
}

img {
 border: 0px;
}

.menuHaut a:hover {
  text-decoration: underline;
  background-color: #fff;
  color: #f55;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.menuHaut2{
  display: none;
  height: 50px;
  text-align: right;
  margin: 0px;
  padding: 0px;
  padding-right: 10px;
  margin-left: 206px;
  border-left: 1px solid #CB0D07;
  border-right: 1px solid #CB0D07;
  border-bottom: 1px solid #CB0D07;
  background-color: #fff;
}

.menuHaut2 ul{
  line-height: 15px;
  padding: 10px;
  margin: 0px
}

.menuHaut2 li{
  padding: 0px;
  margin: 0px;
  display: inline;
  margin-right: 10px;
}

.menuHaut2 li.addFav span {
  background-image: url(../img/favoris.gif);
  padding-bottom: 7px;
  padding-right: 107px;
}

.menuHaut2 li.setHome span {
  background-image: url(../img/accueil.gif);
  padding-bottom: 7px;
  padding-right: 110px;
}

.menuHaut2 li span span {
  display: none;
}

.aLaUne{
  position: absolute;
  top: 45px;
  left:240px;
  padding: 0px;
  color: #CB0D07;
  font-size: 20px;
  font-weight: bold;
  }

.boiteAlaUne{
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  position: absolute;
  width: 200px;
  top: 50px;
  height: 20px;
  left:360px;
}

.chemin{
  color: #858585;
  margin-left: 30px;
  font-size: 8px;
  font-weight: bold;
  text-decoration : none;
}

.chemin a{
  color: #CB0D07;
  font-size: 12px;
  font-weight: normal;
  text-decoration : none;
}

.promptRelativ{
  position: relative;
  width: 200px;
  height: 20px;
}

.promptcadre{
  position: absolute;
  width: 196px;
  top: 54px;
  height: 16px;
  left:364px;
  /*clip:rect(0 196 16 0);*/
}

.scrollPrompt1{
  font-size: 12px;
  color: #CB0D07;
  font-weight: bold;
  position: absolute;
  width: 196px;
  left: 360px;
  top: 50px;
  height: 16px;

}

.scrollPrompt2{
  font-size: 12px;
  color: #CB0D07;
  font-weight: bold;
  position: absolute;
  width: 196px;
  left: 560px;
  top: 50px;
  height: 16px;
}

.rollPrompt{
  font-size: 12px;
  color: #CB0D07;
  font-weight: bold;
  width: 196px;
  height: 16px;
  }

.rollPrompt a{
  font-size: 12px;
  color: #CB0D07;
  text-decoration: none;
  font-weight: bold;
  }

.rollPrompt a:hover {
  text-decoration: underline;
  color: #FF0000;
  background-color: #FFFFFF;
}

.hierarchie {
  display: none;
}

.menu {
  position: absolute;
  top: 207px;
  left: 0;
  width: 200px;
  padding: 0px;
  margin: 0px;
}

.menucontenu {
  padding: 0px;
  margin: 0px;
  width: 200px;
}

img.firefox {
  margin-left: 10px;
  margin-top: 10px;
  cursor: pointer;
}

.menu2 {
  position: absolute;
  top: 200px;
  right:0px;
  width: 200px;
  /*background-color: #FB0B0B;*/
  padding: 5px;
  float: right;
}

.boite {
  font-size: 11px;
  background: #DDDDDD;
  margin-bottom: 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.plan {
  font-size: 11px;
}

.boite a, .plan a {
  color: #787878;
  text-align: center;
  padding: 0px;
}

.boite h1 {
  color: #787878;
  font-size: 16px;
  text-align: center;
  background: #c0c0c0;
  margin: 0 0 2px 0;
  -moz-border-radius: 8px 8px 0 0;
  -weblit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}

.boite h1 a {
  color: #787878;
  text-decoration : none;
  display: block;
}

.boite h1 a:hover {
  background: none;
}

.boite ul, .plan ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.boite ul ul, .plan ul ul {
  margin-left: 20px;
}

.boite li {
  margin: 0;
  padding: 2px;
  /* border: 1px solid #DDDDDD; /* BUG IE */
  color: #9CA6B4;
}

.boite li a {
  display: block;
  text-align: left;
  vertical-align: top;
  border: 1px solid #DDDDDD;
  text-decoration: none;
  margin: 0;
  padding: 0px 5px 0px 10px;
}

.plan li a {
  border: 1px solid #fff;
  text-decoration: none;
  margin: 0;
  padding: 0px 5px 0px 10px;
}

.plan li {
  margin: 0;
  padding: 0;
  color: #9CA6B4;
}

.plan li.menu-article, .plan li.menu-article a {
  display: inline;
}

.boite li a.Sel {
  border: 1px dotted #c0c0c0;
  background-color: #CB0D07;
  color: #fff;
}

.boite li a:hover, .plan li a:hover {
  border: 1px solid #c0c0c0;
  background-color: #E5E5E5;
  color: #8090A0;
}

.boite li a.Sel:hover {
  border: 1px solid #c0c0c0;
  background-color: #CB0D07;
  color: #fff;
}

.menu-article {
  font-weight: normal;
  background-image : url(../img/fleche-rouge.gif);
  background-position : 0px 0px ;
  background-repeat : no-repeat;
}

.menu-rubrique {
  font-weight: bold;
  background-image : url(../img/fleche-orange.gif);
  background-position : 0px 0px ;
  background-repeat : no-repeat;
}

.boite form {
  padding: 5px;
  text-align: center;
}

input {
  background-color: #FAFBE6;
  border:1px solid #FBDCDC;
  color: #000B6B;
}

input:hover, input:focus {
  border:1px solid #ccf;
}

a {
  text-decoration: underline;
  color: #5C7497;
  background-color: transparent;
}

a:hover {
  background-color:#5C7497;
  color: white;
  text-decoration: none;
}

a.pub {
  display: block;
  margin: 0 auto;
  width: 728px;
  height: 90px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.article {
  margin-left: 206px;
  padding: 20px 0px 20px 0px;
  color: #787878;
  text-align: justify;
  background-color: #fff;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  width: 818px;
}

div.articleInfoEncart, div.articleInfo {
  margin: 10px 0 2px 0;
  padding: 0px 0px 0px 30px;
}

div.articleInfo {
  border-bottom: 1px solid #CB0D07;
}

.articleInfo h1, .articleInfoEncart h1 { /* Titre */
  font-weight: normal;
  font-size:30px;
  color: #CB0D07;
  margin:0px;
  padding:0px;
}

.articleInfo h2, .articleInfoEncart h2 { /* SurTitre */
  font-size:20px;
        font-variant:small-caps;
        font-weight:bold;
        color:#787878;
        margin:0px;
        padding:0px;
}

.articleInfo h3, .articleInfoEncart h3 { /* SousTitre */
  font-size:18px;
  font-variant:small-caps;
  font-weight:bold;
  color: #787878;
  margin:0px;
  padding:0px;
}

.articleInfo h4, .articleInfoEncart h4 { /* date */
  font-size:10px;
  color:#939393;
  margin:0px;
  padding:0px;
}


div.articleContenu {
  margin:10px 30px 0px 30px;
  width: 520px;
}

div.articleContenu h2 {
  margin:5px 30px 5px 30px;
  padding:5px;
  font-size:18px;
  color:#787878;
  }

div.articleContenu h3 {
  margin:0px 0px 5px 0px;
  padding:0px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-size:18px;
  font-weight:bold;
  color:#787878;
  border-bottom: 1px solid #CB0D07;
}

div.articleContenu p {
  margin:0px 0px 10px 0px;
  padding:0px;
}

.articleInfo ul{
  list-style-image: url(../img/puce.gif);
  margin:0px;
  padding:0px;
}

.articleInfo li{
  list-style-image: url(../img/puce.gif);
  margin:0px;
  padding:0px;
  padding-bottom:5px;
  }

.spip_documents{
  font-size:10px;
  color:#787878;
  }

.spip_documents_center {
  text-align: center;
}

.spip_surligne {
  color: #000;
  background-color: #ff0;
  -moz-border-radius: 4px;
  padding: 0px 5px 0px 5px;
}

.articleIti {
  width: 200px;
  float: right;
  border-left: 1px solid #CB0D07;
  border-bottom: 1px solid #CB0D07;
  background-color: #eee;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 0px;
  margin-top: 55px;
  -moz-border-radius: 0px 0px 0px 10px;
}

.articleIti h1 {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

.articleIti h2 {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

.articleIti h2 a:hover {
  background-color: #E5E5E5;
  color: #8090A0;
}

.articleIti .articleInfoEncart {
  margin: 0px;
  padding: 5px;
  border-top: 1px solid #CB0D07;
}

.articleIti .articleInfoEncart i a {
  text-align: left;
}

.articleIti .articleContenu p {
  font-size: 9px;
  margin: 0px;
  padding: 0px;
}

.articleIti .articleContenu {
  margin: 5px;
  font-size: 9px;
}

.retour{
  color: #858585;
  margin-right: 30px;
  margin-left: 30px;
  font-size: 10px;
  font-weight: bold;
  text-decoration : none;
  text-align: right;
}

.retour a{
  color: #CB0D07;
  font-size: 10px;
  font-weight: bold;
  text-decoration : none;
  text-align: right;
}

.docligne{
  position:static;
  height : 250px;
  background-color: white;
  background-repeat: no-repeat;
  border: 0px;
  z-index : 0;
}

.doc0 {
  left: 242px;
  position:absolute;
  padding: 2px;
  background-color: white;
  background-repeat: no-repeat;
  border: 1px solid #CB0D07;
  text-align: center;
  vertical-align: middle;
  width: 202px;
  z-index : 1;
}

.doc1 {
  left: 462px;
  position:absolute;
  padding: 2px;
  background-color: white;
  background-repeat: no-repeat;
  border: 1px solid #CB0D07;
  text-align: center;
  vertical-align: middle;
  width: 202px;
  z-index : 1;
}

.doc2 {
  left: 682px;
  position:absolute;
  padding: 2px;
  background-color: white;
  background-repeat: no-repeat;
  border: 1px solid #CB0D07;
  text-align: center;
  vertical-align: middle;
  width : 202px;
  z-index : 1;
}

.plan {
  padding-right: 10px;
  padding-left: 10px;
}

.traductions {
  float: right;
}

