/*
Design de bartphoto.wacc.fr
by droide
http://www.waccabac.fr
*/

body
{
	width: auto;
   	margin: 0px;
   	background-color: black;
}

#haut
{
	height: 150px;
	margin: 20px;
	padding: 20px;
	background-color: #222222;
	background-image: url("images/haut.png");
	background-repeat: no-repeat;
	text-align: center;
	color: white;
	border: 15px solid #111111;
}

#haut a
{
   color: white;
   font-weight: bold;
   text-decoration: none;
}

#haut a:hover
{
	font-weight: bold;
	color: #FF9900;
}

#menu
{
	width: 170px;
	background-color: #222222;
	border: 15px solid #111111;
	padding: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	float: left;
	color: white;
}

#menu_liste
{
	text-align: center;
}

#menu h2
{   
   text-align: center;
}

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

#menu a:hover
{
	font-weight: bold;
	color: white;
	background-color: #FF9900;
}

#menu img
{
	border: none;
}

#corps
{
	margin-left: 280px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 20px;
	background-color: #222222;
	border: 15px solid #111111;
	color: white;
}

#corps img
{
	border: 15px solid #111111;
}

#corps a
{
   color: white;
   font-weight: bold;
   text-decoration: underline;
}

#corps a:hover
{
	font-weight: bold;
	color: #FF9900;
}

#bas
{
	margin: 20px;
	padding: 20px;
	background-color: #222222;
	color: white;
	border: 15px solid #111111;
}


