/* CSS Document */

   body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background : #130000 url(images/fd.png) repeat-x;
	background-position:center;
	background-position:top;
	text-align: center;
  }
  
  
 /* Liens hypertexte */
 
	A:link {text-decoration: none; color: #444; font-family: Arial, Helvetica; font-size: 11px}
	A:visited {text-decoration: none; color: #444; font-family: Arial, Helvetica; font-size: 11px}
	A:active {text-decoration: none; color: #444; font-family: Arial, Helvetica; font-size: 11px}
	A:hover {text-decoration: underline; color: #444; font-family: Arial, Helvetica; font-size: 11px}

    #bloc
   {
    text-align: justify;
	margin: 10px;
   }
   
    #bloc2
   {
    text-align: justify;
	margin: 20px;
   }
	
.texte {
font-family: Arial;
font-size: 11px;
color:#111;
line-height: 1.2em;
letter-spacing: 0;
text-align: left;
word-spacing: normal;
text-decoration: none;
background-color: #fff;
	}
