/* 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 */
#texte h1{
  font-family:Arial, Helvetica, sans-serif;
  font-size:1.4em;
  line-height:30px;
  height:30px;
  color:#424343;
  margin:25px 10px 30px 10px;
  text-transform:uppercase;
  text-align:right;

}
#texte h2{
  font-size:15px;
  font-weight:bold;
  padding:3px;
  text-align:center;
  color:#614368;
  margin:10px 0px 10px 0;
  border-bottom:solid 1px #E46FFE;
  background-color:#F9E4FE;
}
#texte h3{
  font-size:15px;
  font-weight:bold;
  padding:3px;
  text-align:center;
  color:#614368;
  margin:10px 0px 10px 0;
  border-bottom:solid 1px #560166;
  /*background-color:#F9E4FE;*/
}
#texte a:link, #texte a:visited{
	font-weight:bold;
		text-decoration:none;
	color: #614368;
}
#texte a:hover, #texte a:active{
	font-weight:bold;
	text-decoration:underline;
	color: #614368;
}
/* ------------------------------------------FIN ANNONCES--------------------------------- */
/* 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;
}
.invisible
{
	display:none;
}