#tout {
	text-align: justify;
	position: relative;
	margin: 2px 0px 0px 5px;
}
#contenu {
	text-align: justify;
	position: absolute;
}

#bandeau {
	position: relative;
	min-height: 50px;
	padding-left: 0px;
	padding-top: 0px;
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: left;
}

#cartouche {
	border-style: solid;
	border-width: 1px;
	border-color: #ffb75e;
        background-color: #eeeeee;
	position: absolute;
	float: right;
        top: 5px;
        right: 5px;
	font-size: 13px;
}

#cartouche1 {
	background-color: #ffb75e;
	position: relative;
}

a.cartouche1 { color: #000000;}
a.cartouche1:visited { color: #000000;}

