/* 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) */
.cyc {
	position: absolute;
	top: -10000px;
}

/*********************************************************Editable Areea*********************************************/

.list1 li{
	list-style-position:outside;
	list-style-type:none;
	background-image:url(../images/charte/puce.jpg);
	background-position: 0px 5px;
	background-repeat:no-repeat;
	margin:0px 0px 0px 30px;
	padding:3px 3px 3px 40px;
	font-family:Arial ,"Trebuchet MS";
	font-weight:normal;
	line-height:14px;
	text-align:justify;
}
.box_right{
  background: url(../images/charte/box_right.gif) top left no-repeat;
  width:335px;
  height:200px;
  float:right;
  margin:10px 0px 0px 10px;
  color:#001938;
}
#box_right_text{
  width:250px;
  margin:10px 0px 0px 15px;
  font-weight:bold;
}
.line{
  text-align:center;
  margin:10px 0px 10px 0px;
  clear:both;
}
.photo_right{
  float:right;
  margin:0px 0px 0px 10px;
  padding:5px;
  border:solid 1px #FFD411;
}
.photo_left{
  float:left;
  margin:0px 10px 0px 0px;
  padding:5px;
  border:solid 1px #FFD411;
}
.photo{
  padding:5px;
  border:solid 1px #FFD411;
}
.contact_bg{
  margin:5px 0px 0px 0px;
  background: url(../images/charte/contacte_bg.gif) top left no-repeat;
  width:250px;
  height:51px;
  padding:20px 0px 0px 0px;
  text-align: center;
}
.title{
  font-weight:bold;
  color:#FFCD06;
}
form{
  margin:0; padding: 0;
}

.invisible
{
	display:none;
}