BODY {
	FONT-SIZE: 15pt; bgcolor: #FFFFFF 
  font-family: Arial
}

H1 {
	COLOR: #000000; FONT-FAMILY: Arial; FONT-SIZE: 21pt; text-align: center
}
H2 {
	COLOR: #000000; FONT-FAMILY: Arial; FONT-SIZE: 18pt
}
H3 {
	COLOR: #000000; FONT-FAMILY: Arial; FONT-SIZE: 14pt; text-align: center
}
H4 {
	COLOR: #000000; FONT-FAMILY: Arial; FONT-SIZE: 10pt
}
DIV {
	COLOR: #000000; text-align: center
}
.conteneur {
	padding-top: 0px; padding-left: 0px; background-color: white;
}
.blocprincipal1 {
	background-color: green; width: 684px; height: 20px; float: center;
}
.blocprincipal2 {
	background-color: white; width: 684px; height: 20px; margin-top: 1px;
}
.image {
	background-color: white; height: 200px; width: 200px; float: left; 
}
.bloc2 {
	background-color: blue; height: 20px; width: 120px; float: left; margin-top: 0px;
}
.top {
	width: 900px; height: 300px; background-color: yellow;
}
.left {
	width: 0px; height: 360px; background-color: white; float: left;
}
.right {
	width: 900px; height: 1000px; background-color: white; float: left; margin-left: 20px;
}
.centre {
	margin-left: 50%;
}


.image2 {
float: left;
}
.sponsor {
float: centre;
}



/*body {font: 14px Verdana, Arial, sans-serif;}*/
ul {list-style-type: none;}  /*on supprime les puces, inutiles */
li { float: left;} /* on aligne les listes sur la gauche */
.menu a {
margin: 0px;
margin-top: 1%;
width: 180px; /* on définit la taille du bouton de menu */
height: 32px;
float: left;
display: block;
text-align: center;
border: 1px solid gray;
border-style: outset;

text-decoration: none;
color: #000;
background: #fff;
background-image:url(yellow.jpg);
}
.menu a:hover {
background: #ccc;
background-image:url(banane.jpg);
border: 1px solid gray;
}
.menu a:active {
background: red;
border: 1px solid gray;
color: #fff;
}





