@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;
}
#menu {
	width: 100%;
	height: 46px;
	margin:0px;
}
#menu ul {
	list-style: none;
	padding: 0 10px;
	margin: 0px;
}
#menu li {
	line-height: 47px;
	font-family: 'WalkwayBold','sans-serif';
	font-size: 24px;
	letter-spacing: .05em;
	float:left;
	text-align: center;
	height:46px;
}
#menu li a {
	display:block;
	font-size: smaller;
	padding:0px 15px;
	color:#dd400f;
	text-decoration: none;
	outline: none;
	}

#menu li a:visited {
	color:#dd400f;
	text-decoration: none;
}
#menu li a:hover {
	color: #333;
	text-shadow: 0px 0px 8px #dd400f;
}
#menu li a:active {
	color:white;
	text-shadow: 0px 0px 2px #333;

}
#menu li a.in {
	text-shadow: 0px 0px 0px;
	color: #333;
}
#menu li a:visited.in {
	text-shadow: 0px 0px 0px;
	color: #333;
}
#menu li a:hover.in {
	color: #333;
	text-shadow: 0px 0px 8px #dd400f;
}
#menu li a:active.in {
color:white;
	text-shadow: 0px 0px 2px #333;
}
h1{
	font-family: 'WalkwayBold','sans-serif';
	font-size:24px;
	letter-spacing: .06em;
	height:20px;
	color:#555;
	text-shadow: 0px 0px 2px #fff;
}

h2{
	font-family: 'WalkwayBold','sans-serif';
	font-size:16px;
	letter-spacing: .06em;
	padding-top:11px;
	display:block;
	color:#555;
	text-shadow: 0px 0px 2px #fff;}
.titre{
font-size:smaller;}
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;
}

