html, body {
	height: 100%;
	margin: 0;
	background: #fff url('../images/orange.jpg');
	}
div#global {
	min-height: 100%;
	width: 850px;
	margin: auto;
	position: relative;
	background: #fff url('img/global.png') repeat-y center; padding-left:0px; padding-right:0px; padding-top:0; padding-bottom:0;
	}
div#center {
	/* Pour éviter la superposition 
	du pied de page et du contenu : */
	padding-bottom: 50px; 
	}
div#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #FF540C url('img/footer.png') repeat-x;
	color: #fff
	}
div#footer p {
	margin: 2px 0;
	font-size: 0.9em;
	}
div#content {
	float: right;
	width: 650px;
	margin-right: 10px;
	}
div#content h2 {
	padding-left: 35px;
	background: #fff url('img/titre.png') no-repeat left center;
	color: #FF540C;
	}
div#content h3 {
	color: #FF540C;
	font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif;
	}
div#content2 {
	float: right;
	width: 800px;
	margin-right: 10px;
	}
div#content2 h2 {
	padding-left: 10px;
	margin-top: 25px;
	background: #fff url('img/titre.png') no-repeat left center;
	color: #FF540C;
	}
div#content2 h3 {
	color: #FF540C;
	font-size:1em; font-family:Verdana, Arial, Helvetica, sans-serif;
	}
div#sidebar {
	float: left;
	width: 180px;
	}
div#sidebar h3, div#footer p, div#sidebar p  {
	padding: 0 10px;
	}
div#center {
	padding-bottom: 50px;
	overflow: auto;
    }
div#header {
	background: #000 url('../images/850/banvid850.jpg') no-repeat;
	color: #fff;
	height: 204px;
	position: relative;
	}
div#header h1 {
	margin: 0;
	position: absolute;
	bottom: 10px;
	left: 30px;
	font-size:2em; font-family:Verdana, Arial, Helvetica, sans-serif;
	}
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul#menu li a {
	display: block;
	height: 20px;
	line-height: 20px;
	background: url('img/fond_lien.png') no-repeat left top;
	padding-left: 30px;
	margin: 2px 0;
	border-bottom: 1px solid #FF540C;
	color: orange;
	text-decoration: none; line-height:25px; font-style:normal; font-variant:none; font-weight:normal; font-size:0.9em; font-family:Verdana, Arial, Helvetica, sans-serif;
    }
ul#menu li a:hover {
    background-position: left bottom;
    color: #ff3826;
    text-decoration: none;
    }
body {
     font-size:90%; font-family:Verdana, Arial, Helvetica, sans-serif;
    }  
a {
    color: orange;
    font-weight: bold;
   }
a:hover {
    color: #ff3826;
    } 
.small {
    font-size:0.9em; font-family:Verdana, Arial, Helvetica, sans-serif;
    }
.bloc1 {
    background-color: #f2f2f2;
    height: 160px;
    width: 350px;
    float: left;
    margin-left: 10px;
    padding: 5px 5px ;
    border-bottom: 1px solid #FF540C;
    border-top: 1px solid #FF540C;
    font-size:0.9em;
    }
.bloc2 {
    background-color: #f2f2f2;
    height: 190px;
    width: 360px;
    float: left;
    margin-left: 20px;
    padding: 5px 5px ;
    border-bottom: 1px solid #FF540C;
    border-top: 1px solid #FF540C;
    font-size:0.9em;
    }
.bloc3 {
    background-color: #D9D9D9;
    height: 80px;
    width: 250px;
    float: left;
    margin-left: 10px;
    padding: 5px 5px ;
    margin-top: 10px;
    font-size:0.9em;
    }
.bloc4 {
    background-color: #fff;
    height: 60px;
    width: 95%;   
    float: left;
    margin-left: 10px;
    padding: 5px 5px ;
    margin-top: 10px;
     }
.bloc5 {
    background-color: #fff;
    height: 50px;
    width: 95%;   
    float: left;
    margin-left: 10px;
    padding: 5px 5px ;
    border-bottom: 1px solid #FF540C;
    }
.bloc7 {
    background-color: #EEE;
    width: 350px;
    float: left;
    margin-left: 10px;
    padding: 5px 5px ;
    border-bottom: 1px solid #FF540C;
    border-top: 1px solid #FF540C;
    font-size:0.9em;
    }