/*Faire disparaitre les 2 boutons en haut de SPIP Espace Privé et Recalculer la page*/
.spip-admin-float { display:none; }

.spip_surligne { background: #FF6; }

body
{
	margin: 0 ;
	padding: 0 ;
	text-align: center ;
	height: 100%;
	/*background: url(images/bandeauFC.gif) no-repeat center 0;*/
	}

#conteneur
{
	width: 800px ;
	min-height:600px;
	margin: 0 auto ;
	text-align: justify ;
	font:11px Verdana,Arial;
	/*border: 2px solid #78B029 ;*/
	/*height: 100%;*/
	/*background: url(images/logofcmnew.gif) no-repeat left 40px;*/
	/*background: url(images/bandeauFC.gif) no-repeat;*/
	/*Bug IE6
	/background: url(images/bandeauFC.gif) 0 -10px no-repeat;
	*/
}

#conteneur h2{
clear:both;
text-align:left;
color:green;
font:bold 16px Verdana,Arial;
}