body {

	background-image:url(img/bg.jpg);
	background-color: #D1D1D1;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #FB5002;
	text-decoration: none;
}
a:visited {
	color: #FB5002;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #FB5002;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	display:inline;
	font-family: Century Gothic, Trebuchet MS, Arial, Helvetica;
}

#picfade {
    border: 0px solid #555;
    width: 906px;
    height: 304px;
  }
 
div#wrapper {
width: 100%;
height:100%;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
float:inherit;
}
div#header{
width: 1000px;
height:100%;
margin-top: 0px;
margin-bottom: 0px;
background-color:#FFF;
margin-left: auto;
margin-right: auto;
padding: 0px;


}
div#logo {
width: 500px;
height:120px;
padding: 0px;
margin: 0px;
text-align: center;
float: left;
display:inline;

}
div#menu {
width: 500px;
height:120px;
padding: 0px;
float: left;
	background-image:url(img/menu.jpg);
	background-repeat: no-repeat;
}

div#menu-text { 
position: relative; top: 97px; right: 30px;
text-align:right;
}

div#nav {
width: 252px;
height: 100%;
padding: 0px;
margin-top: 0px;
float: left;
display:inline;
background-color: #8d8d8d;
background-image:url(img/left-bg.jpg);
background-repeat:repeat-x;
}
div#main {
width:718px;
margin-left: 0px;
margin-top: 0px;
padding: 15px;
float: right;
background-color:#FFF;
}
div#bloc {
width:90%px;
margin-left: 0px;
margin-top: 0px;
padding: 15px;
float: left;
}
div#footer {
width: 1000px;
height:100%;
margin-top: 0px;
margin-bottom: 0px;
background-color:#FFF;
margin-left: auto;
margin-right: auto;
padding: 0px;

}
div#foot-text {
width: 1000px;
height:120px;
padding: 0px;
margin: 0px;

}.orange {
	color: #FB5002;
	font-weight: bold;
}
