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

h1{
display:block;
padding-bottom:0px;
border-bottom:1px solid #fcff00;
padding-top:10px;
font-size:24px;
font-weight:bold;
letter-spacing:-1px;
color:#a5081b;
margin-bottom:10px;
}
h2{
font-size:16px;
font-weight:bold;
color:#000;
padding-top:2px;
margin:10px 5px;
}
h3{
background-image:url(../images/charte/bg-h3.gif);
background-repeat:no-repeat;
background-attachment:scroll;
background-position:left bottom;
border-bottom:1px solid #fcff00;
padding-left:15px;
font-size:15px;
margin:10px 0;
display:block;
color:#000;
}
h4{
font-size:20px;
color:#a5081b;
font-style:italic;
}
.petit{
font-size:9px;
letter-spacing:1px;
font-weight:bold;
color:#a5081b;
}
.photo{
margin-right:5px;
margin-bottom:5px;
margin-top:5px;
border:1px solid #e5e4e3;
}
#contenu p{
margin:5px 10px;
}
#contenu ul{
margin:5px 30px;}

/* STYLE DE LA PAGE CONTACT */

#contactTxt{
	width:45%;
	float:left;
}
#contactPlan{
	width:45%;
	float:right;
}
#formContact{
width:540px;margin:0 auto;}
#formContact table tr td{
	color:#000;
}
.saisie{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	border:#CCCCCC 1px solid;
	background:#fff;
	font-size:12px;
}
.btn{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	border-top:#df3d51 1px solid;
	border-left:#df3d51 1px solid;
	border-right:#68030f 1px solid;
	border-bottom:#68030f 1px solid;
	background:#a5081b;
}
