/* CSS Document */

#texte  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #9b9687;
	font-family: Geneva, Georgia, Helvetica, Arial, sans-serif, Verdana,;
	font-size: 11pt;
	font-style: normal;
    }

#ligne	{
	padding: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;	/*background: #636161;
	width: 100%;
	height: 1px;*/
	}

#cadre {	
	width:99%;
	margin:auto;
	padding:10px;
	background-color:#000000;
	border-left:1px solid #9b9687; /* couleur du cadre */
	border-right:1px solid #9b9687;
	border-bottom:1px solid #9b9687;
	border-top:1px solid #9b9687;
	}

/*<span style="background-color: #FFCCFF">Zone de contenu</span></div>*/
