body { background-color: #ffed9a;
       font-family:Verdana,Helvetica;
       text-align:justify;
       font-size:13px; }
img { border: 0; }

/* TITRE */
div.title { text-align: center; 
	          margin:15px;
	          padding:7px;
	          padding-right:143px;
	          background-color: #c6452f;}
div.title a:hover {background-color: #c6452f; }
div.logo { position: absolute;
           right:21px;
  				 top:11px;} 

/* LIENS */	    
a { text-decoration:none;
    font-weight:bold; }
a:hover { background-color: #e1db7d;
					color:#c6452f; }

/* langues */
div.langue { background-color:#c6452f;
						 border:3px outset white;
						 margin-left:25%;
						 margin-right:25%;
						 text-align:center; }
div.langue:hover { border: inset white;}						 
div.langue a { color:white;}
div.langue a:hover { color:#c6452f;}

div.logo2 {text-align:center;
					 padding-top:20px;
          }
.logo2 a:hover { background-color:#ffed9a;}
                    
/* Titres de gauche */          
h1 { color: #052e05;
		 font-size:150%;
	   border-bottom:3px solid #c6452f; } /*#105fb8; }     */
h1:first-letter { font-size: 140%;
                  color:#c6452f; } /*#105fb8; }*/

/* COLONNE GAUCHE: MENU */
.left { float:left;
				color:#18821a; /*#562b22;*/
        width:20%;
        font-size:110%;
        text-align:left;
      	padding-right:1%; }
.left a { display:block;
				  color:#09660b;} /*#18821a; }      	*/
.left a:hover { color:#c6452f; }
span.on a { background-color: #e1db7d;
						color:#c6452f; }
.left ul li { list-style-image: url(../images/puce_rouge.png); }

/* COLONNE DROITE */
.right { float:right;
         width:75%;
         background-color:#e1bd7d;
	 			 margin-right:25px; }
div.right a {color:#065306 ; }
.right ul li { list-style-image: url(../images/puce_orange.png); }
div.right a:hover { background-color: #ffed9a;
										color:#c6452f;
                    text-decoration: underline overline; }
div.co3 { float:left;
          font-size:110%;
          width:33%;
					text-align:center; }
div.co2 { float:left;
          font-size:110%;
          width:49%;
					text-align:center; }
div.co  { float:left;
          font-size:110%;
          width:100%;
					text-align:center; }
div.co4 { float:left;
          font-size:110%;
          width:10%;
					text-align:center; }
h2 { text-align:center;
     border-bottom:4px solid #c6452f; }
h2:first-letter {font-size:120%;
								 color:#c6452f; }
p.legende { font-style:italic;
				    font-size:90%;
				    text-align:center;
				    color:#5b5f5b; }
.texte { text-align:justify;
				 color:#052e05;
				 border-top:2px solid #052e05;
				 border-bottom:2px solid #052e05;
				 padding:10px;
				 margin:10px; }
p.vide { height: 200px;}

/* FOOTER */
div.footer { float:left; 
					   width:100%;
					   text-align:center;
					   font-style:italic;}
div.footer a:hover { background-color: #e1bd7d;
          text-decoration: underline overline; }
