Body
{
	width: 1000px;
	margin: auto;
	background: url("images/fond.png") top center no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
}

#texte
{
	width: 450px;
	max-height: 683px;
	position: relative;
	top: 240px;
	left: 30px;
	overflow: auto;
}

#copyright
{
	width: 400px;
	margin: auto;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #245453;
	position: relative;
	top: 250px;
}

/* Fin des .id */

.mentions
{
	color: #ffffff;
	font-size: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, serif; 
	text-align: left;
	font-weight: bold;
}
.images
{	
	width: 300px;
	margin: auto;
	text-align: center;
}
.float_right
{
	width: 200px;
	float: right;
	color: #ffffff;
	font-size: 15px;
	font-family: "Trebuchet MS", Verdana, Arial, serif; 
	text-align: left;
}
.float_left
{
	width: 200px;
	float: left;
	color: #ffffff;
	font-size: 15px;
	font-family: "Trebuchet MS", Verdana, Arial, serif; 
	text-align: left;
}
.dessous
{
	clear: both;
	margin-bottom: 20px;
}
.consignes
{
	color: #ed6705;
}



p /* Confi des paragraphes */
{
	color: #ffffff;
	font-size: 16px;
	font-family: "Trebuchet MS", Verdana, Arial, serif; 
	text-align: left;
}  


h1
{
	color: #ed6705;
	font-size: 26px;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	text-align: center;
	font-variant: small-caps;
	text-decoration: underline;
}
h2
{
	color: #ed6705;
	font-size: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	text-align: left; 
	font-style: italic;
	font-variant: small-caps;
	text-decoration: underline;
}
h3
{
	color: #ed6705;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	font-family: "Trebuchet MS", Verdana, Arial, serif; 
}
/* Fin des Titre */

 

a img /* Images/liens */
{
	border: none;
}


li /* Coonfig liste a puce */
{
	list-style-image: url("images/puce_nature.png");
}

a /* Config liens */
{
	text-decoration: none; /* Les liens ne seront plus soulignés */
	color: #ed6705; /* Liens en blanc */
	font-family: "Trebuchet MS", Verdana, Arial, serif;
}
