
html, body {
	margin: 0; /* pour éviter les marges */
	padding: 10px 0 0 0 ;;
	text-align: center; /* pour corriger le bug de centrage IE */
	background: #000;
 }

.site {
	position: relative; /* on positionne le conteneur */
	margin-left: auto;
	margin-right: auto;
    width: 470px;
	text-align: left;
 }
 
 .titre {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight:bold;
color: #FF9900;
margin: 12px 0 0 0 ;
padding: 0 0 0 10px;
border-left: 15px solid #FF9900;

 }
 
  .sstitre {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#690;
padding: 10px 0 0 25px;
font-style:italic;
}

  .texte {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#fff;
padding: 0 25px 25px 25px;
}

  .texte a {
color:#fff;
text-decoration:none;
border-bottom: 1px dotted #fff;
}

  .texte a:hover {
color:#690;
text-decoration:none;
border-bottom: 1px dotted #fff;
}
