body {
	width: 100%;
	background-color: #036;
	margin: auto; /* Pour centrer notre page */
	margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
	margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   
}
#page {
	width: 1028px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/fondpage.gif);
	background-repeat: repeat-y;
}
#entete {
	background-image: url(images/entete.gif);
	height: 177px;
	width: 1028px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menug {
	width: 180px;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
	float: left;
	clear: none;
	background-image: url(images/elmenu.gif);
	background-repeat: repeat-y;
}
#menug ul {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#menug ul li {
	color: #036;
}
#menug ul li a {
	text-decoration: none;
	color: #036;
}


.menuh {
	background-image: url(images/menuh.gif);
	background-repeat: no-repeat;
	text-align:center;
	width: 222px;
	height: 30px;
	padding-top: 5px;
	color: #FFF;
}
.menubas {
	background-image: url(images/menubas.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 25px;
	background-color: #099;
	float: left;
	clear: both;
}



#corps {
	background-color: #036;
	background-image: url(images/fondgauche.gif);
	background-repeat: repeat-y;
	width: 802px;
	clear: none;
	padding: 0px;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
#menug ul li a:hover {
	color: #036;
	text-decoration: underline;
}

#pied {
	background-image: url(images/pieds.gif);
	height: 87px;
	width: 1028px;
	clear: both;
	background-color: #036;
	background-repeat: no-repeat;
}
#inscrip form table {
	color: #FFF;
	background-color: #135CAE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	background-position: center;
}
#activite {
	width: 790px;
	margin-right: 10px;
}
