BODY {
	margin: 0px 0px 0px 0px;
	background-color: #768cbb;
	color: #ffd100;
}

A {
	color: #ffd100;
}

  #centrer {
	font: 12px Arial, Sans Serif;
	position: absolute; 
	width: 100%;
	top: 50%;
	margin-top: -225px;
	height: 450px;
        text-align: center;
	}

  #contenu { 
        width: 590px;
	height: 430px;
	text-align: left;
	padding: 10px;
	background-color: #516081;
	border: solid black 1px;
        margin-left: auto;
	margin-right: auto;
	}

#illustration {
	float:left;
	margin-right:10px;
	height:430px
	width:290px;
}

#illustration img {
	border: solid white 1px; 
}

#texte P, #texte TD {
	font: 12px Arial, Sans Serif;
	background-color: #516081;
	color: #ffd100;
	margin:5px;
	text-align:justify;
}

#texte H1 {
      font: bold 14px Arial, Sans Serif;
      text-align:center;
      margin:4px;
}

#menu {
      font: bold 13px Arial, Sans Serif;
}

#menu a {
      color:white; 
      text-decoration:none;
}

#menu a:hover {
      text-decoration:underline;
}

input {
 border: 1px solid #ffd100;
 font: bold 10px Arial, Sans Serif;
 height:15px;
}

textarea {
 border: 1px solid #ffd100;
 font: bold 10px Arial, Sans Serif;
 width:250px;
 height:100px;
}

input:focus, input:hover {
 border: 1px solid #ff0000;
}

.clear {
clear:both;
} 

