/*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; }
img { border: 0; }

/*Container*/
#container	{ position: absolute; width: 1020px; left: 50%; margin: 0 0 0 -525px; padding: 0 0 60px 35px; }

/*Textes*/
h2	{ font-size: 16px; color: #167cc4; font-weight: normal; margin-bottom: 3px; clear: both; text-transform: uppercase; }
h3	{ font-size: 12px; color: #ce0000; font-weight: normal; margin-bottom: 2px; text-transform: uppercase; }
h4	{ font-size: 12px; color: #373737; font-weight: bold; margin-bottom: 2px; clear: both; text-transform: none; }
.legende { font-size: 11px; }

/*Liens*/
a			{ color: #c10000; text-decoration: underline; }
a:hover 	{ color: #ff0000; text-decoration: none; }
a:visited	{ color: #c10000; text-decoration: underline; }
a:hover 	{ color: #ff0000; text-decoration: none; }

/*À SUPPRIMER ?*/
#colonneGauche	{ position: relative; float: left; width: 209px; margin: 18px 46px 0 21px; }
#menuInterne	{ position: relative; float: left; width: 209px; padding-top: 6px; border-top: 1px solid #343434; }
div[id="menuInterne"] > a { position: relative; float: left; width: 200px; padding: 9px 0 0 9px; color: #ce0000; margin-bottom: 1px; padding-bottom: 5px;}
div[id="menuInterne"] > a:hover { position: relative; float: left; width: 200px; padding: 9px 0 0 9px; color: #167cc4; margin-bottom: 1px; padding-bottom: 5px; background: #FFFFFF;}
div[id="menuInterne"] > a:visited { position: relative; float: left; width: 200px; padding: 9px 0 0 9px; color: #ce0000; margin-bottom: 1px; padding-bottom: 5px; }
div[id="menuInterne"] > a:hover { position: relative; float: left; width: 200px; padding: 9px 0 0 9px; color: #167cc4; margin-bottom: 1px; padding-bottom: 5px;  background: #FFFFFF;}
div[id="menuInterne"] > a[class="actif"]	{ position: relative; float: left; width: 200px; padding: 9px 0 0 9px; color: #167cc4; margin-bottom: 1px; padding-bottom: 5px;  background: #FFFFFF;}
#colonneDroite	{ position: relative; float: left; width: 698px; margin: 18px 0 0 0 }
#cadreTexte	{ position: relative; float: left; width: 698px; padding-top: 6px; border-top: 1px solid #343434; background: url(../images/nos-activites/schema.jpg) 0px 400px no-repeat; }
#partieTexte	{ position: relative; float: left; width: 364px; padding: 10px 20px 0 6px; }


