/*Définition du html et du body*/
html, body    { border: 0px; padding: 0px; margin: 0px; background-color: #5f605f; font-size: 12px; color: #373737; font-family: arial, helvetica, sans-serif; background-image: url(../../images/backgrounds/B3.jpg); }
img { border: 0px; }

/*Container*/
#container	{ position: absolute; width: 980px; left: 50%; margin-left: -490px; }

/*Global*/
.enSavoirPlus 	{ color: #007ece; text-decoration: none; }

/*Partie texte*/
#bandeauTexte	{ position: relative; float: left; background-color: #dcded1; width: 980px; }

/*Partie texte*/
.colonneGauche	{ position: relative; float: left; width: 930px; margin: 18px 46px 0 21px; }
.colonneGauche a	{ font-size: 12px; color: #c10000; text-decoration: none; }
.colonneGauche a:hover 	{ font-size: 12px; color: #ff0000; text-decoration: underline; }
.colonneGauche a:visited	{ font-size: 12px; color: #c10000; text-decoration: none; }
.colonneGauche a:hover 	{ font-size: 12px; color: #ff0000; text-decoration: underline; }

.cadreTexte	{ position: relative; float: left; width: 930px; padding-top: 6px; border-top: 1px solid #969796; }
.bulleCoordonnees { position: relative; float: left; width: 290px;  margin: 0 1px 0 0; padding: 8px; border: 1px dotted #969796; background: #eceee0; color: #373737; }

/*Pages internes*/
#illustrationBandeau	{ position: relative; float: left; width: 980px; height: 264px; }

form > p > label	{ position: relative; float: left; width: 125px; margin-top: 10px; }
form > p	{ position: relative; float: left; }
form > p > input[type="text"]	{ position: relative; float: left; width: 780px; margin: 3px 0 12px 0; padding: 8px; border: 1px dotted #969796; background: #eceee0; color: #373737; }
form > p > input[id="email"], form > p > input[id="nom"]	{ position: relative; float: left; width: 780px; margin: 3px 0 12px 0; padding: 8px; border: 2px solid #a1a2a1; background: #eceee0; color: #373737; }
form > p > textarea	{ position: relative; float: left; width: 781px; margin: 3px 0 12px 0; padding: 6px; border: 2px solid #a1a2a1; background: #eceee0; color: #373737; }
form > p > input[type="submit"]	{ clear:both; position: relative; float: right; margin: 3px 0 12px 0; padding: 6px; border: 2px solid #007ece; background-color: #007ece; color: #ffffff; }

div[id="filAriane"]	{ position: relative; float: left; width: 930px; border-top: 1px solid #969796; margin-left: 21px; padding: 10px 0 10px 0; font-size: 11px; }
div[id="filAriane"] > a > span	{ position: relative; float: left; font-size: 11px; color: #373737; height: 9px; padding: 0 10px 0 0; background: url(../../images/global/illustration-fil-ariane.jpg)  right -9px no-repeat; text-decoration: none; }
div[id="filAriane"] > a:hover > span	{ position: relative; float: left; font-size: 11px; color: #007ece; height: 9px; padding: 0 10px 0 0; background: url(../../images/global/illustration-fil-ariane.jpg)  right 0 no-repeat; text-decoration: none; }