body {
	margin: 0;
	padding: 0;
	background-color: #003366;
	color: black;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	color:white;
	font-weight: normal;
	margin-top: 10px;
}

h2 {
	font-size: 16px;
	color: gray;
	font-weight: normal;
	margin: -5px 0 2px 0;
}

p {
	margin: 0;
	font-size: 12px;
}

#divdaddy {
	position: absolute;
	width: 740px;
	height: 340px;
	left: 50%;
	margin-left: -370px;
	top: 50%;
	margin-top: -170px;
	border: 1px solid gray;
}

div.content {
	position: absolute;
	background-image: url(../illustrations/fondMenu.gif);
	background-position: -50px;
	width: 200px;
	top: 50px;
	margin: 5px;
}

div.content a { 
	display: block;
	border: 1px solid black;
	border-left-color: White;
	border-top-color: White;
	text-decoration: none;
	margin: 5px;
	padding: 3px 0 3px 0;
	color: #003366;
}

div.content a:hover {
	color: gray;
	border-left-color: black;
	border-top-color: black;
	border-bottom-color: white;
	border-right-color: white;
}

h3 {
	margin-top: 270px;
	text-align: center;
	font-weight: normal;
}
