@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background-color: #CCC;
	background-image: url(../images/Rhino_mouvement_fond.png);
	background-repeat: repeat-y;
	background-position: center;
}
.containerliste {
	width: auto;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	float: none;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #000;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bolder;
	color: #ED1D24;
	width: relative;
}
.content_liste {
	float: none;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	padding: 11px;
	text-align: center;
	width: relative;
ative;
}

/* ~~The footer ~~ */
.footer {
	position: relative;
	color: #FFF;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
	padding-top: 0px;
	height: 45px;
}

/* ~~miscellaneous float/clear classes~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
