/* CSS Document */
/* webmaster: Thomas Govaerts | design: Quentin Govaerts */


body 
{
    margin: 0px;
    background: none !important;
    background: #FFFFFF url(image_design/fond2.jpg) no-repeat bottom left;
		
	color: #EE7200;
	font-family: Arial, serif;
}

#all 
{
     position: absolute;
     background: #FFFFFF url(image_design/fond2.jpg) no-repeat bottom left !important;
     background: none;
     min-height: 100%;
	 min-width: 875px;
	 
	 width: 100%;
	 text-align: center;
	 margin: auto;
}

#titre
{
	margin-bottom: 25px;
}

/* MENU */
#menu
{
	height: 160px;
	margin-bottom: 25px;
	white-space: nowrap;
}

#menu a img, #menu a
{
	border: none;
	text-decoration: none;
}

#menu a img
{
	margin-left: 5px;
	margin-right: 5px;
}
/* FIN MENU */

/* CORPS */
#corps
{
	margin: 10px;
	margin-left: 16%;
	margin-right: 16%;
}

#corps h1
{
	font-size: 24px;
	font-weight: bold;
}

#corps h2
{
	font-size: 20px;
	font-weight: normal;
}

#corps p
{
	font-size: 16px;
	text-align: justify;
	margin-left: 5px;
}

#corps p.barimg img
{
	margin-left: 5px;
	margin-right: 5px;
}

#corps p.barimg
{
	height: 160px;
	white-space: nowrap;
}

#corps .centre
{
	text-align: center;
}

#corps .flottantgauche
{
	float: left;
	margin: 10px;
	padding: 10px;
	margin-top: 0px;
	padding-top: 0px;
}

#corps .flottantdroite
{
	float: right;
	margin: 10px;
	padding: 10px;
	margin-top: 0px;
	padding-top: 0px;
}

#corps .stopflottant
{
	clear: both;
}

div#img /* GALERIE */
{
   cursor: pointer;
}

p.message
{
	border-top: #EE7200 solid 1px;
}

/* NEWS */
#corps .news_date
{
	clear: both;
	font-size: 12px;
	text-align: right;
}

div.news h3
{
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	border-top: #EE7200 solid 1px;
}

div.news h4
{
	font-size: 16px;
	text-align: left;
}
/* FIN CORPS */

/* PIEDS */
#pieds 
{
	margin-top: 30px;
	margin-bottom: 2px;
	margin-left: 16%;
	margin-right: 16%;
	border-top: #EE7200 solid 1px;
	clear: both;
	/*position: absolute;
	bottom: 1px;
	left: 43%;*/
}

#pieds p
{
	font-size: 16px;
	margin: 0px;
}

#pieds p#copyright
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
}

#pieds a, #corps a
{
	color: #BC6E24;
}

#pieds a:hover, #corps a:hover
{
	text-decoration: none;
}