body {
   width: 900px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
   font-family: Arial, sans-serif;
	background-color:#333333;
}

#en_tete {
   width: 900px;
   height: 185px;
   background-image: url("../images/ban.png");
   background-repeat: no-repeat;
}

#menu_haut {
   width: 900px;
   height: 30px;
   background-color:black;
   margin-bottom: 10px;
}

#menu_haut a {
   display:block; 
   float:left; 
   width:32%; 
   height:30px;
   border:none; 
   text-align:center; 
   color:white;
   font-size:x-large;
   text-decoration:none;
}

#menu_haut a:hover, #menu a:visited:hover {
	color:#cc6633; 
}

#menu_gauche {
   float: left;
   width: 210px;
   font-size:large;
}

.sous_menu {
   padding-bottom:10px;
   padding-top:5px;
   background-color:white;
   width:100%;
   margin-bottom:10px;
   background-color:#cccccc;
   border: 2px solid black;
}

#menu_gauche h4 {
	text-align:center;
    border-bottom:1px solid black;
}

#menu_gauche a {
	display:block; 
	margin-left:15px;
	margin-bottom:2px;
	color:#6F4829;
	font-size:0.9em;
}

#menu_gauche a:hover {
	text-decoration:none;
	color:#993300;
}

#corps {
   margin-left: 220px;
   margin-bottom: 20px;
}

#corps table {
   background-image: url("../images/bg.png");
   border: 2px solid black;
   border-collapse:collapse;
   font-family: Times, Arial,sans-serif;
   margin-bottom:10px;
   width:100%;
}

#corps table td, th {
   border: 2px solid black;
   padding:5px;
}

#corps table th {
   font-size:x-large;
}

#pied_de_page {
   text-align: center;
}

#pied_de_page a {
   color:white;
}

#admin table {
   border: 2px solid black;
   border-collapse:collapse;
   width:800px;
   margin:auto;
   margin-bottom:20px;
   background-color:white;
}

#admin table td, th {
   border: 2px solid black;
   padding:5px;
}

#admin h1 {
	text-align:center;
}

#admin h1 a {
	color:red;
}

#admin textarea {
	height:200px;
}

#admin input, #admin textarea {
	width:80%;
}

img {
	border: 3px solid #cc6600;
}

.mini {
	width:160px;
}
