/*
Design by Damski
http://www.damski.xooit.net
*/

body
{
   width: auto;
   margin: 0;
   background-color: #fff;
   background-image: url("images/motif.jpg");
   background-repeat: repeat-y;
}

img
{
	border: none;
} 

h1, h2, h3 {
	margin: 0px;
}

#header
{
	width: 650px;
	height: 412px;
	margin: 0px;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
}

#menu
{
   width: 386px;
   height: 234px;
   float: left;
   margin: 0px;
   background-image: url("images/menu.jpg");
   background-repeat: no-repeat;
   text-align: right;
   font: normal 9px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
   color: #fff;
}

#menu a.validate
{
   color: black;
}

.element_menu ul
{
   list-style-type: none;
   padding-top: 25px;
   padding-right: 30px;
   text-align: right;
   margin: 0px;
}

.element_menu a
{
   width: 187px;
   text-decoration: none;
   font: normal 11px verdana, "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
   color: #fff;
}

.element_menu a:hover
{
   font: italic bold 20px arial, "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
   color: #fff;
   text-decoration: none;
}

#menu2
{
	width: 234px;
	height: 204px;
	float: left;
	margin: 0px;
	text-align: center;
	padding: 15px;
	color: #585858;
	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	background-color: #fff;
	background-image: url("images/menu_2.jpg");
	background-repeat: no-repeat;
}

#menu2 a
{
   color: #585858;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-decoration: underline;
}

#corps
{
   width: 620px;
   height: auto;
   margin: 0px;
   padding: 15px;
   color: #FF0899;
   font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
   text-align: justify;
   background-color: #fff;
}

#corps h1
{
   color: #585858;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   font: bold 14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
   color: #585858;
   text-align: left;
}

#corps a
{
   color: #585858;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-decoration: underline;
}

#corps li
 {
	margin-left: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
 }

p.liens_ancres
{
	text-align: center;
}

p.travaux
{
	text-align: center;
	font: bold 44px Impact, "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #585858;
}

p.center
{
	text-align: center;
}

h3.news
{
	color: #585858;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;

}

p.date
{
	color: #585858;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;

}

p.galerie
{
	text-align: center;
}

img.miniature
{
	border: 1px solid #000;
}

p.goodies
{
	text-align: center;
	font: bold 24px Impact, "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

code.code_banniere
{
	color: #585858
}

#footer
{
   width: 650px;
   height: 141px;
   margin: 0px;
   bottom:0px; 
   background-image: url("images/footer.jpg");
   background-repeat: no-repeat;
}