
body {
	
	background-image:url("../img/anime_179.gif");

	font-family:verdana;
	font-size:15px;
	height:100%;
	width:100%;
	}
	

	#entete {
	background-color:white;
	border-color:cyan;
	border-style:solid;
	border-width:4px;
	color:steelblue;
	float:left;
	font-family:verdana;
	font-size:11px;
	text-align:left;
	
	float:left;
	width:17%;
	border-radius:30px;
	padding-left:12px;
	}

#entete a{
	color:steelblue;
	font-weight:bolder;
	text-decoration:none;
	}

#entete a:hover {
	background-color:paleturquoise;
}
	
#nav {
	background-color:white;
	border-color:cyan;
	border-style:groove;
	border-width:5px;
	color:steelblue;
	font-family:verdana;
	font-size:13px;
	height:16%;
	margin-left:20%;
	margin-right:10%;
	padding:0.3em;
	position:relative;

	clear:both;
	width:65%;
	border-radius:30px;
	text-align:center;
	}
	
#nav a{
	color:steelblue;
	font-weight:bolder;
text-decoration:none;
	}

#nav a:hover {
	background-color:paleturquoise;
}	
#corps {

background-image:url("../img/10b.jpg");
background-position:center top;
background-repeat:repeat-x;
border-width:6px;
border-color:cyan;
border-style:groove;
color:#FF48A4;
font-size:13px;
padding:0.3em;
float:right;
	margin-left:20%;
	margin-right:10%;
	position:absolute;
	width:65%;
	clear:none;
	text-align:center;
	margin-top:0.5%;
	border-radius:30px;
	
	}
	

ul.menu {
	list-style-type:none;
}

ul.menu ul {
	position:absolute;
	display:none;
	list-style-type:none;
	left:50%;
}

ul.menu li a:link, ul.menu li a:visited {
	display:block;
	color:deeppink;
	background:#D9FFFF;
	width:200px;
	text-decoration:none;
	font-size:14px;	
	font-family:Verdana;
	font-weight:bolder;
}

ul.menu li a:hover {
	background:white;
}

ul.menu li:hover ul {
	display:block;
}

ul.menu a	{
	border:4px groove cyan;
	border-radius:30px;
}
#zen
{float:left; margin-top:50px;
clear:both;
}
