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

}
.conteneur {
	background-color: #CCCC33;
	background-attachment: fixed;
	background-position: center top;
	width: 50px;
	border: thin dotted #FF3300;
}
a:link, a:visited {
	color: purple;
}
table,tr,td {
	background-color: #FFCCFF;
	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:15px;
left:20px;
position:relative;
z-index:5;
text-align:center;
}
/*Menu*/
#menu{
top:30px;
left:5px;
position:absolute;
width:120px;
z-index:10;
}
#menu a {
color:black;
display: block;
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 {
background-color:#CC3300;
margin: 0;
padding: 0;
list-style-type: none;
text-align:center;
}
#menu li a:hover {
background-color: #00ff00;
}
#menu img, #menu img:hover {
border:0px;
}
/*Images*/
img {
border: 2px solid #000000;
}
img:hover {
border: 2px solid #ff0000;
}