/*
# *************** DEBUT EXTRAIT LICENCE ****************
# Ce fichier est une archive MaBulle - Rel. NovaSoft.
# Copyright (c) Vincent Ducros. http://www.novasoft.org
# Ne pas modifier ou distribuer. Tous droits reserves.
# **************** FIN EXTRAIT LICENCE *****************
*/
#bas{
	display:block;
}
#bas a{
	text-decoration:underline;
}
#bas img{
	vertical-align:middle;
	margin:0 3px;
}
#page{
	position: relative;
}
.mgn{
	margin:10px;
}
.center{
	text-align:center;
}
.err,.msg,.box,.alt{
	-moz-border-radius:20px;
	padding:5px;
}
.err{
	background-color:#ffd795;
	color:#8b120d;
}
.msg{
	background-color:#a1b6a6;
	color:#0b4919;
}
.small{
	font-size:11px;
}
.box{
	background-color:#f9f4ed;
}
.box p,.alt p{
	padding:5px;
}
.alt{
	background-color:#efe4d7;
}
