@charset "UTF-8";
/* CSS Document */

body{
	background:#b3afac url("../img/body_gradient.gif") repeat-x;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.top {
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#container{
margin:auto;
width: 778px;;
	
}

#content{
width: 778px;
height: 600px;

}

#footer{
float:right;

}
.body {
	text-align: left;
}
.bold {
	font-weight: bold;
}
.tetiere {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	border-top-width: thin;
	border-bottom-width: thin;
}
.body .top td .body {
	text-align: center;
}
.centré {
	text-align: center;
}
.indent {
	padding-left: 5px;
}

