/* 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;
}

/* STYLE DE LA PAGE CONTACT */

#contactTxt{
	width:45%;
	float:left;
}
#contactPlan{
	width:45%;
	float:right;
}
.invisible
{
	display:none;
}
/**************************************Editable Areea*********************************/
.list1 li{
	list-style-position:outside;
	list-style-type:none;
	background-image:url(../images/charte/puce.gif);
	background-position: 0px 5px;
	background-repeat:no-repeat;
	margin:0px 0px 0px 20px;
	padding:3px 3px 3px 40px;
	font-family:"Trebuchet MS";
	font-weight:normal;
	text-align:justify;
}
.background{
  border:solid 1px #515151;
  padding:10px;
  width:400px;
  margin:20px 0px 0px 130px;
  background: #252525;
}
.background1{
  border:solid 1px #515151;
  padding:10px;
  width:300px;
  margin:10px 0px 0px 0px;
  background: #252525;
}
.background2{
  border:solid 0px #515151;
  margin:10px 0px 5px 0px;
  background: #202020;
	height: 20px;
}
.background3{
  border:solid 0px #515151;
  margin:10px 0px 5px 0px;
  background: #202020;
  padding:5px;
}
.background4{
  border:solid 1px #515151;
  margin:10px 0px 5px 0px;
  background: #202020;
  padding:5px;
}
.photo_right{
  float:right;
  margin:0px 0px 10px 10px;
  border:solid 1px #515151;
  padding:5px;
}
#contact_right{
  background: url(../images/charte/contact_right.gif) top left no-repeat;
  width:306px;
  height:232px;
  float:left;
  margin-right:60px;
}
