body {
	background: url('../images/fond.jpg') top left no-repeat #EDF3F3;
	margin-top: 0;
	margin-bottom: 0;
	}

input {
	border: 1px solid #c78300;
	}
	
textarea {
	border: 1px solid #c78300;
	}
	
#site {
	width: 822px;
	border: 1px solid #c78300;
	border-top: 0;
	border-bottom: 0;
	background: white;
	text-align: center;
	margin: auto;
	}

#top {
	height: 70px;
	border-bottom:0;
	background: url('../images/top.jpg') top no-repeat;
	padding-top: 30px;
	padding-left: 46px;
	text-align: left;
	}
#top h2 {
	font: 20px "Trebuchet MS", Arial;
	font-weight:bold;
	margin-left: 15px;
	color: #fefefe;
	display: inline;
	}
#top h1 {
	font: 15px Arial;
	margin-left: 15px;
	color: #fefefe;
	display: inline;
	}

.content {
	width: 790px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top:15px;
	font: 13px Arial;
	text-align: justify;
	line-height: 16px;
	}

.content h1{
	font: 16px Arial;
	font-weight: bold;
	color: #4d79ba;
	display: inline;
	}

.content h2{
	font: 15px Arial;
	font-weight: bold;
	display: inline;
	}
	
.content h3{
	font: 15px Arial;
	font-style: italic;
	display: inline;
	}

.content li {
	list-style-image:url('../images/liste.gif');
	}

.content a  {
	text-decoration: none;
	color: #cd8115;
	}
	
.article {
	margin-top : 25px;
	margin-bottom : 15px;		
	}
			
.focus {
	float: right;
	text-align:left;
	width: 200px;
	border: 1px solid #bababa;
	padding: 10px;
	padding-bottom: 5px;
	margin-left: 25px;
	margin-bottom: 15px;
	background: #dcdcdc url('../images/focus.gif') top repeat-x;
	}

.flux {
	float: right;
	text-align:left;
	width: 300px;
	border: 1px solid #bababa;
	padding: 10px;
	padding-right: 15px;
	margin-left: 25px;
	margin-bottom: 15px;
	background: #dcdcdc url('../images/focus.gif') top repeat-x;
	}

#foot {
	width: 812px;
	background: #c78300;
	color: white;
	font: 11px Arial;
	text-align: center;
	padding: 5px;
	}

#nav {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	overflow: hidden ;
	}
#nav li {
	float: left ;
	width: 137px ;
	height: 30px ;
	color: #fff ;
	background: white ;
	}
#nav li a {
	display: block ;
	background: #c78300 url('../images/onglet.gif') right top no-repeat;
	color: #fff ;
	font: 13px "Trebuchet MS", Arial;
	font-weight:bold;
	line-height: 1em ;
	padding: 9px 0 ;
	text-align: center ;
	text-decoration: none ;
	}
#nav li a:hover, #nav li a:focus, #nav li a:active {
	padding: 9px 0 ;
	background: #cc7800 url('../images/onglet.gif') left top no-repeat;
	text-decoration: none ;
	font-weight:bold;
	}	
#inside {
	color: #fff ;
	font: 13px "Trebuchet MS", Arial;
	font-weight:bold;
	line-height: 1em ;
	padding: 9px 0 ;
	text-align: center ;
	text-decoration: none ;
	background: #cc7800 url('../images/onglet2.gif') left top no-repeat;
	display: block ;
	}
