/* Feuille de style pour le contenu des pages
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";

/* STYLE CYC  (ne pas supprimer) */
.invisible {
  display:none;
}
/* Accueil */
.list-accueil{
  background: url(../images/charte/bg-accueil.jpg) no-repeat left top;
  width:646px;
  height:72px;
  font-size: 11px;
  line-height: 16px;
  padding: 0px;
  margin: 0px;
  display: block;
  }
#contenuTexte .list-accueil ul{
  list-style:none;
  margin-left:20px;
  padding-top:6px;
  }
#contenuTexte .list-accueil li{
  font:bold 11px Arial;
  font-weight:bold;
  }
#contenuTexte .subtitle{
  background:url(../images/charte/subtitle.jpg) no-repeat center top;
  width:229px;
  height:24px;
  text-align:center;
  font-weight:bold;
  padding-top:4px;
  }
  #contenuTexte .nouveau{
    width:112px;
    height:24px;
    background:url(../images/charte/subtitle1.jpg) no-repeat center top;
    text-transform: uppercase;
    }
.contact-adresse{
  background:url(../images/charte/bg-adresse.gif) no-repeat center top;
  width:168px;
  height:121px;
  padding-top:53px;
  padding-left:25px;
  float:left;
  margin-right:20px;
  }
#contenuTexte .contact-adresse p{
  line-height:14px;
  padding-top:0;
  font:normal 11px Arial;
  }
/* End Accueil */

.line{
  height:21px;
  background: url(../images/charte/line.jpg) repeat-x left center;
  line-height:0;
  font-size:0px;
  padding:0;
  clear:both;
  }
/* List */
ul.list{
  list-style:none;
  font:normal 11px Arial;
  margin-left:20px;
  margin-bottom:10px;
  margin-top:5px;
  }
  ul.list li{
    padding-left:12px;
    line-height:15px;
    background: url(../images/charte/icon-list.jpg) no-repeat left 4px;
    }
  .left {
    float:left;
    }
/* End List */

/*---Contact---*/
#contact-content{
  width:530px;
  margin-left:40px;
  }
#contact-plan{
  width:173px;
  float:right;
  margin-left:10px;
  display:inline;
  background:url(../images/charte/plan.jpg) no-repeat left top;
  height:59px;
  margin-top:7px;
  padding-left:12px;
  }
.plan{
  padding-top:62px;
  text-align:center;
  }
#contenuTexte .plan a:link, #contenuTexte .plan a:visited{
    font:normal 11px Arial;
    text-decoration:underline;
    }
.contact-box{
	width:480px;
  background-color:#E8F2EF;
  border:1px solid #999C81;
  float:left;
  margin-left:25px;
  margin-top:15px;
  display:inline;
  padding:10px 0 15px 0;
	}

.haut{
  border:none;
  background:url(../images/charte/haut.jpg) no-repeat left top;
	width:130px;
  height:18px;
	color:#fff;
	font-family: Arial;
	font-size: 11px;
	cursor:pointer;
	font-weight:bold;
  margin-left:10px;
	}
.hautOver{
  border:none;
  background:url(../images/charte/haut.jpg) no-repeat left top;
	width:109px;
  height:18px;
 	color:#fff;
	font-family: Arial;
	font-size: 11px;
	cursor:pointer;
	font-weight:bold;
  margin-left:10px;
	}

#contenuTexte p.small{
	font-size:10px;
  color:#7F0009;
  text-align:justify;
  margin-top:40px;
	}
#obligatoire p.star{
  color:#F27A2C;
  font-size:10px;
  margin-top:0px;
  padding-top:0px;
  text-align:center;
  }
  input{
  color: #ffffff;
  font-size: 11px;
  padding: 0px 3px;

  }

/*--end contact--*/