@charset "UTF-8";
body {
	width:100%;
	margin:0;
	padding:0;
}
#global {
	width:90%;
	margin:0 auto;
	border:solid 1px #09C;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.row div {
	margin-bottom:5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
div.row-fluid div {
	margin-bottom:5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
div.row, div.row-fluid {
	margin-bottom:10px;
}
.cleared {
	clear:both;
}
.bloc20 {
	height:20px;
}
.minig {
	text-align:left;
	font-size:11px;
}
.grasg {
	text-align:left;
	font-size:12px;
	font-weight:bold;
}