
div#colonne {
	float: left;
	width: 178px;
	font-family: "Comic Sans MS", Arial, "Trebuchet MS", Georgia, Verdana, serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-align: left;	
}

div#colonne div#message-defilant {
	overflow: hidden;
	height: 25px;	
	color: rgb(255,200,0);
	margin-left: 5px;
	margin-right: 5px;		
	padding-left: 5px;
}

div#colonne div#menu-vertical {
	margin: 5px;	
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 0px;	
	padding-bottom: 5px;			
	border-width: 1px;
	border-style: outset;
	border-color: rgb(127,63,0);
}

div#colonne div#animation {
	font-size: 70%;
	color: rgb(100,0,0);
	text-align: center;
	margin: 5px;	
	border-width: 1px;
	border-style: outset;
	border-color: rgb(127,63,0);
}

div#colonne form#authentification fieldset {
	font-size: 70%;
	color: rgb(100,0,0);
	margin: 5px;	
	padding: 5px;	
	border-width: 1px;
	border-style: outset;
	border-color: rgb(127,63,0);
}

div#colonne form#authentification span#non-authentifie {
	color: rgb(150,150,0);
}

div#colonne form#authentification span#authentifie {
	color: rgb(0,200,0);
}

div#colonne form#authentification span#erreur {
	color: rgb(250,0,0);
}