/* +----------------------------------------------------------------------+
// | Nom du fichier : engincroyables.css       							  |
// +----------------------------------------------------------------------+
// | Copyright (c) : 2005 => JME							              |
// +----------------------------------------------------------------------+
// | Auteur : Jean-michel EVEN => www.clickti.com 	  			          | 
// +----------------------------------------------------------------------+
// | Site  		: engincroyables.com						              |
// | Creation   : 23/08/07 												  |
// | Modifie 	: 														  |
// | Version 	: 1 													  |
// | 						 											  |
// +----------------------------------------------------------------------+
/* +----------------------------------------------------------------------+
// | BODY - HTML
// +----------------------------------------------------------------------+*/	
body {
	font-family:  arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;

	/*border-top: 38px solid white;*/
	
	
	
	
}
/* +----------------------------------------------------------------------+
// |  MISES EN FORME DIVERSES
// +----------------------------------------------------------------------+*/



/* +----------------------------------------------------------------------+
// | CONTENEUR PRINCIPAL "intègre toutes les boîtes"
// +----------------------------------------------------------------------+*/
#contenu {
	position: absolute;
	top: 210px;
	width: 760px;
	left: 50%;
	margin: 0 0 0 -380px;
	height: 250px;
	padding: 0;
	/*border: 1px solid red;*/
}
#contenu p{
	margin: 0px 10px 20px 0px;
	padding: 10px 0px 0px 0px;
	width: 400px;
	color: #003599;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: justify;
	/*border: 1px solid green;*/

}
#contenu h1{
	margin: 0px 0px 0px 220px;
	padding: 0px;
}
#contenu a:hover{
	margin: 0px;
	padding: 0px;
	border: 1px dotted #003599;
}
#contenu img{
	margin: 0px;
	padding: 0px;
	border: none;
	
}
#soleil{
	position: absolute;
	top: 0px;
	left: 500px;
	margin: 0px;
	padding: 0px;
	/*border: 1px solid red;*/
	
}
/* +----------------------------------------------------------------------+
// | L'entête
// +----------------------------------------------------------------------+*/
#header{
	margin:0px;
	padding:0px;
	width: 100%;
	height: 210px;
	background-image: url(/img/fd_header.jpg);
	background-repeat: repeat-x;
	/*border: 1px solid red;*/

}

#header h1{
	position: absolute;
	top: 102px;
	left: 230px;
	margin:0px;
	padding:0px;
	width: 355px;
	height: 100px;

}
#header h2{
	position: absolute;
	top: 95px;
	right: 200px;
	margin:0px;
	padding:0px;
	width: 355px;
	height: 100px;

}
#header h3{
	position: absolute;
	top: 180px;
	right: 210px;
	margin:0px;
	padding:0px;
	width: 355px;
	height: 100px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;

}

#header p{
	position: absolute;
	top: 5px;
	right: 260px;

	color: #FFF;
}

#header p a{
	color: #FFF;
}
#header p a:hover{
	font-weight: bold;
	color: #FFF;
}



/* +----------------------------------------------------------------------+
// | Conteneur central pour l'accueil
// +----------------------------------------------------------------------+*/

/* +----------------------------------------------------------------------+
// | La page
// +----------------------------------------------------------------------+*/

#herbe{
	position: absolute;
	width: 760px;
	top: 470px;
	margin: 0 0 0 -380px;
	left: 50%;
	height: 250px;
	height: 83px;
	background-image: url(/img/herbe.jpg);
	/*border: 1px solid black;*/
	}

/* +----------------------------------------------------------------------+
// |Le pied de page
// +----------------------------------------------------------------------+*/

#footer{
	position: absolute;
	top: 550px;

	width: 100%;
	height: 200px;
	margin: 0;
	padding: 1em;
	border-top: 1px solid #CCC;
	background: #003596;
	color: #666;
	border:1px solid green;
	text-align: center;
}
#footer h1{
	margin: 0;
	padding: 0;
}
#footer a{
	margin: 0;
	padding: 0;
	color: #999;
}

