html, body {
		margin: 0;
		padding: 0;
		height: 100%;
		width:100%;
		background-color:#4C4845;
		}
#vertical-collection {
		background-image:url(../images/vertical-collection.gif);
		vertical-align:top;
		height:425px;
		width:100%;
		text-align:top;
		}
#corps {
		margin-top:-15px;
		text-align:left;
		vertical-align:top;
		height:455px;
		}
#corps2 {
		vertical-align:top;
		font-size: 14px;
		font-family: arial;
		color: #FFFFFF;
		text-decoration:none;
		}
#texte1 a{
		vertical-align:top;
		font-size: 14px;
		font-family: arial;
		color: #FFFFFF;
		text-decoration:none;
		}
#texte2  {
		vertical-align:top;
		font-size: 16px;
		font-family: arial;
		color: #FFFFFF;
		line-height: 40px;
		}
#texte2  a{
		vertical-align:top;
		font-size: 16px;
		font-family: arial;
		color: #FFFFFF;
		text-decoration:none;
		line-height: 40px;
		}
#texte3 {
		margin-left:40px;
		}
#texte4 {
		font-size: 14px;
		font-family: arial;
		line-height: 20px;
		margin-left: 20px;
		}
#corps3 {
		margin-top:-40px;
		text-align:left;
		vertical-align:top;
		}
#en-tete4 {
		float:right;
		margin-right:30px;
		vertical-align:top;
		background:url(../images/fond.gif) no-repeat;
		background-position:left center;
		font-size: 80%;
		line-height: 1.6;
		font-weight: normal;
		font-family: tahoma,arial,helvetica,"bitstream vera sans",sans-serif;
		color:#000;
		}
/* position de l'ensemble du menu */
#en-tete4 ul {
		text-align: center;
		margin:16px 0 0 0;
		padding:0;
		list-style:none;
		}
/* espace entre les rubriques */
#en-tete4 li {
		float:left;
		}
/* espace entre le coin gauche et le texte */
#en-tete4 a {
		float:left;
		text-decoration:none;
		letter-spacing:1px;
		margin-left:80px;
		padding-left:20px;
		background:url(../images/coin-gauche.gif) 0 0px no-repeat;
		}
/* espace entre le coin droit et le texte */
#en-tete4 span {
		float:left;
		padding:4px 20px 3px 0;
		background:url(../images/coin-droit.gif) 100% 0px no-repeat;
		color:#fff;
		}
/* Le survole */
#en-tete4 a:hover,#en-tete a:focus {
		background-position:0 -50px;
		}
#en-tete4 a:hover span,#en-tete a:focus span {
		background-position:100% -50px;
		}