/*
Design de photoclubarcenciel.org
by droide
http://www.waccabac.fr
*/

body
{
	width: auto;
   	margin: 0px;
   	background-color: white;
	background-image: url("images/bg.gif");
}

#haut
{
	height: 120px;
	margin: 20px;
	padding: 20px;
	background-image: url("images/fond.png");
	/*background-repeat: no-repeat;*/
	text-align: center;
	color: black;
	border: 2px solid #111111;
}

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

#haut a:hover
{
	font-weight: bold;
	color: black;
	background-color: #FFFFFF;
	border: 1px dashed;
}

#haut2
{
	height: 120px;
	width: 200px;
	margin: 10px;
	margin-right: 20px;
	padding: 10px;
	background-image: url("images/IMG_0248.png");
	background-repeat: no-repeat;
	float: right;
}

#haut3
{
	height: 120px;
	width: 200px;
	margin: 10px;
	margin-left: 30px;
	padding: 10px;
	background-image: url("images/IMG_0251.png");
	background-repeat: no-repeat;
	float: left;
}

#menu
{
	width: 130px;
	background-image: url("images/fond.png");
	border: 2px solid #111111;
	padding: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	float: left;
	color: black;
}

#menu_liste
{
	text-align: center;
}

#menu h2
{   
   text-align: center;
}

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

#menu a:hover
{
	font-weight: bold;
	color: black;
	background-color: #FFFFFF;
	border: 1px dashed;
}

#menu img
{
	border: none;
}

#corps
{
	margin-left: 220px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 20px;
	background-image: url("images/fond.png");
	border: 2px solid #111111;
	color: black;
}

.table_check
  {
	width: 250px;
	border: 2px dashed;
  }

#corps img
{
	/*border: 2px solid #111111;*/
	border: none;
}

#corps iframe
{
	border: 2px dashed;
}

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

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

#corps2
{
	background-image: url("images/IMG_0134.png");
	background-repeat: no-repeat;
}

#bas
{
	height: 30px;
	width: auto;
	margin: 20px;
	margin-left: 220px;
	padding: 20px;
	background-image: url("images/fond.png");
	text-align: center;
	color: black;
	border: 2px solid #111111;
}

