/* 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-bottom:20px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:2.4em;
	letter-spacing:-1px;
	text-align:left;
	color:#612016;
	border-bottom:2px dotted #612016;
}
#contenu p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.2em;
	text-align:justify;
	color: #ffcc33;
}
#contenu a:link, #contenu a:visited, a.lien:link, a.lien:visited{
	font-weight:bold;
	text-decoration:underline;
	color: #A63407;
}
#contenu a:hover, #contenu a:active{
	font-weight:bold;
	text-decoration:none;
	color: #ba2f0e;
}
#contenu p.couleur, .couleur{
	font-weight:bold;
	color:#612016;
}
b{
	color: #A63407;
}
/****************************** FRESQUE ******************************/
#fresque{
	float:left;
	width:350px;
	height:380px;
	padding-left:30px;
	overflow:hidden;
	background-color:#BDCCD4;
	border:1px solid red;
}
#fresque p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	line-height:25px;
	color: #3f4673;
	/*margin-bottom:10px;
	text-align:center;*/
}
.fresque_img{
	float:left;
	padding:0 5px 10px 5px;
	/*border:1px solid red;*/
}
*html .fresque_img{
	padding:0;
	margin-bottom:8px;
	margin-right:5px;
	margin-left:5px;
}



/* STYLE DE LA PAGE CONTACT */
#contactTxt{
	width:600px;
	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;
}