/*  Author: Fabrice LEONARD  */
/*  File: welcome.css  */
/*  Copyright Bri-Mac Engineering Limited, 24/03/09  */



body
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-family: tahoma, Arial, Helv, Helvetica, sans-serif; 
	background: url("images/background.jpg") repeat-x;
}

#en_tete
{
	height: 73px;
}

#left_pictures
{	
	width: 8%;
	float: left;
	margin-bottom: 1%;
}

#right_pictures
{
	width: 8%;
	float: right;
	margin-bottom: 1%;
}

#down_pictures
{
	margin-top: 3%;
	text-align: center;
	clear: both;
}

.pictures
{
	margin-top: 50px;
}

.pictures2
{
	margin-right: 7.9%;
}

#corps
{
	margin-left: 12%;
	margin-top: 4%;
	width: 60%;
	text-align: center;
	font-size: large;
	float: left;
}

#corps h2
{
	text-align: center;
	text-decoration: underline;
}

#corps h3
{
	text-align: center;
	font-weight: normal;
}

#pied_de_page
{
	clear: both;
	padding-top: 1%;
	margin-top: 3%;
	border-top: 1px solid blue;
	text-align: center;
}

a
{
	color: #ff0000;
}

