CSS :

.image {
float: right;
}

BODY {
text-align: center;  /* align logo to the center */
background-color: #F5F5DC;   /* places beige page background */
font-family: Arial, Helvetica, sans-serif;
width:760px;  /* block width */
margin:auto;
}

.conteneur {
width: 760px;
}

.bloc1 {   /* places brick red container */
background-color: #B22222;
height: 25px; /* block height */
width:586px;  /* block width */
margin-top: 10px;  /* alignment of block from top of page */
text-align: center;
margin-left:auto;
margin-right:auto;
}

.topmenu a{

font-size: 20px;
font-weight: bold;
margin-left: 17px;  /* Space between each sub-menu */
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;  /* places white text in the chrome */
text-decoration: none;  /* no decoration to avoid underline showing when hovered onto */

}