/* Ici, les styles qui doivent s'appliquer partout, peu importe la page, le conteneur, etc.. */
@IMPORT URL('style.css');
.memoire{
	background-color:2ED05D; /* : vert normal/pale */
	background-color:2EEE5D; /* : vert normal/clair */
	background-color:02EE02; /* : vert normal/criant */
	background-color:026C07; /* : vert très foncé */
	background-color:A7EAA3; /* : vert très pale */
	background-color:026C07; /* : vert foncé */
	background-color:A7EA3F; /* : vert pomme ? */
	background-color:0A8611; /* : vert foncé bien ? */
	background-color:#FCE1A6;/* Jaune claire	(ligne1)*/
	background-color:#FFCE63;/* orange clair (ligne2)*/
	background-color:#FFAD09;/* orange foncé (lLes titres)*/
}

#en_tete{
	width : 100%;
	margin : auto;
	height:118px; 
}
#en_tete .logo{
		background-position : 20px 0px;
		width:137px; 
		height:118px; 
		vertical-align:top;
		background-repeat : no-repeat;
}
#en_tete .banniere{
		background-image:url("images/logo.gif");
		background-repeat : no-repeat;
		background-position : center;
		height:91px; 
		vertical-align:middle;
		text-align : center;
		font-size : xx-large;
		/* color : #02EE02; */
}
#en_tete .banniere .littleformulaire{
	width : 350px;
	padding : 0;
	border : 2px inset grey;
}
