@charset "utf-8";
.red {
	color:		#ff0039;	
}
.bold {
	font-weight:bold;
}
div.dem5 {
    height:         .5em;
}
div.dem10 {
    height:         1em;
}
div.dem20 {
    height:         2em;
}
div.dem30 {
    margin-bottom:  3em;
}
div.marge5 {
    margin-bottom:  .5em;
}
div.marge10 {
    margin-bottom:  1em;
}
div.marge20 {
    margin-bottom:  2em;
}
div.marge30 {
    margin-bottom:  3em;
}
div.clear {
	clear:			both;
}
.underline {
	text-decoration:underline;
}
.gris {
	color:			#b4b2b2;
}
.grisf {
	color:			#979696;
}
.clear {
	clear:			both;
}
.small {
	font-size:		0.8em;
}