/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	font-size: 12px;
	text-align: justify;
	background-image: url(images/fond.jpg);
	background-repeat: repeat;
}

#cadre {
	width: 800px;
	background-color: #2A2A2A;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCD0D4;
	border-bottom-color: #CCD0D4;
	border-left-color: #CCD0D4;
	text-align: center;
}

#box {
	width: 780px;
	background-color: #DADADA;
	margin-bottom: 15px;
	margin-top: 15px;
	background-image: url(images/fond-box.jpg);
	background-repeat: repeat-y;
	text-align: left;
}

#boxhaut {
	background-color: #DADADA;
	background-image: url(images/haut-box.jpg);
	text-align: left;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-indent: 5px;
	padding-top: 3px;
	margin-bottom: 1px;
	padding-bottom: 4px;
	padding-left: 4px;
}
