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

body {
	background-image: url(assets/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header {
	width: 828px;
}
#contentwrapper {
	width: 1024px;
	overflow:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
#leftcontent{
width:761px;
padding-left:37px;
padding-right:30px;
float:left;
}
#rightcontent{
width:181px;
padding-left:15px;
float:right;
}
#contentwrapper #leftcontent table {
	font-size: 12px;
}
.gris {
	color: #333333;
}
.orange {
	color:#dd400f;
}
#footer {
	width: 828px;
	}
.smalltxt{
font-size:9px;
line-height:16px;
font-weight:bold;
}

a:link {
	color: #FF531E;
}
a:visited {
	color: #FF531E;
}
a:hover {
	color: #333333;
}
strong{
color:#dd400f;
}
.orange {
	color: #dd400f;
}
.center {
	text-align: center;
}
.milieu {
	text-align: center;
}
