body {
	background-color: #663300;
	font-family: Times New Roman, Times, serif;

}

a:link, a:visited {
	color: purple;
}
table,tr,td {
	text-align:center;
}
a:hover,.entrer:link:hover,.entrer:visited:hover {
	color: #3366CC;
}
textarea {
	border: thin dashed #990000;
	width: 500px;
	font-size: 12px;
	clip:  rect(0px auto auto auto);
}
.entrer,.entrer:link,.entrer:visited {
color:red;
}

#conteneur{
top:5px;
left:5px;
position:relative;
z-index:5;
text-align:center;
	background-color: #FFD6DD;
	max-width:850px;
}
/*Menu*/
.menu {
background-color:#CC3300;
}
.menu a {
color:black;
border: 0 none;
margin:0px;
text-decoration: none;
font-size: 20px;
vertical-align:middle;
}
.menu a:link, .menu a:visited {
color: #ffffff;
}
.menu a:link:hover, .menu a:visited:hover {
color: #CC3300;
}
.menu ul, .menu li {
margin: 10;
padding: 0;
list-style-type: none;
text-align:center;
}
.menu li a:hover {
background-color: #00ff00;
}
.menu img, .menu img:hover {
border:0px;
}

ul, li {
display:inline;
}

/*Images*/
img {
border: 2px solid #000000;
}
img:hover {
border: 2px solid #ff0000;
}