/* 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 CONTENU */
#contenu h1{

margin:0;

}
#texte h2{
font-family:Arial, Helvetica, sans-serif;
font-size:1.4em;
text-align:left;
color:#76b2ed;
font-weight:bold;
text-indent:0px;
margin:0px 0 15px 0;
}

.cyc {
			display: none;
		}
#texte a:link, #texte a:visited{
	font-weight:bold;
		text-decoration:none;
	color: #48a2fd;
}
#texte a:hover, #texte a:active{
	font-weight:bold;
	text-decoration:underline;
	color: #48a2fd;
}
.alignementdroite{
	float:right;
	margin:0 0 0px 20px;
}

/* STYLE DE LA PAGE CONTACT */
#contactTxt{
	width:45%;
	float:left;
}
#contactPlan{
	width:45%;
	float:right;
}
#formContact input,textarea{
	width:100%;
	border:1px solid #000;
	font-size:12px;
}
#formContact input:focus,textarea:focus{
	border-color:#FF0000;
}
#formContact .champRequis{
	color:#FF0000;
}
.text_red{
	color:#FC1200;
}
.text_blue{
	color:#76B2ED;
}
.list1 li{
		float:left;
		width:650px;
		list-style-type:none;
		background-image:url(../images/charte/bullet.jpg);
		background-position: 0px 9px;
		background-repeat:no-repeat;
		margin:-9px 0px 10px 0px;
		padding:0px 5px 2px 20px;
}
