/* CSS Document */

body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 12px "Trebuchet MS", helvetica, sans-serif ;
	background: #fff ;
}

#container{
	width:935px;
	margin: 0 auto ;
	text-align: left ;
	border:1px solid  #000;
	background: #fff ;
}


/* Index */

#lettre{
	width:730px;
	height:106px;
	margin: 0 auto ;
	background-image:url(../doc/lettres2.jpg);
}

#tableau_lettre{
	font-size:22px;
	font-weight:bold;
	margin-top:16px;
}

.flottante {
	background-color: #fff;
	margin: 2px;
	float: left;
	width: 100px;
	font: 15px "Trebuchet MS", helvetica, sans-serif ;
	font-weight:bold;
	
	text-align: center;
}

#conteneur_mot {
	width: 650px;
	margin: 0 auto ;
}

hr {
	clear: both;
	visibility: hidden;
}



#formulaire {
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	color:#6600CC;	
}

#formulaire_rouge {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FF0000;
}

#formulaire_noir {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
