/* Eléments principaux de la page */

body
{
	background-color: rgb(211,211,211);
	font-family: Arial, serif;
	/*font-style: normal;
	font-weight: bold;*/
	color: rgb(50,50,50);
}

/* header */

header
{
	height: 40px;
	width: 990px;
	border-radius: 5px;
	background-color: rgb(255,69,0);
	margin: 0 0 15px 0;
	padding: 2px;	
}

#bandeau
{
	display: inline-block;
	vertical-align: top;
	width: 915px;
	text-align: center;
}

header h1
{
	line-height: 70%;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: black;
}

.bouton_retour
{
	display: inline-block;
	height: 30px;
	width: 70px;
	background-color: rgb(130,130,130);
	border-radius: 3px;
	padding-top: 10px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: white;
	vertical-align: top;
	text-decoration: none;
}

.bouton_retour:hover
{
	background-color: rgb(80,80,80);
	color: black;
}


footer
{
	background-color: rgb(150,150,150);
	border-radius: 5px;
	text-align: center;
	padding: 0.5px;
	width: 990px;
	margin: auto;
	margin-top: 15px;
}

footer p
{
	font-family: Arial, sans-serif;
	font-size: 0.6em;
	text-align: center;
}

h2
{
	background-color: rgb(255,69,0);
	border-radius: 5px;
	text-align: left;
	padding: 10px;
	width: 880px;
	margin: auto;
	margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: normal;
	color: black;
}


#bloc_page
{
	width: 990px;
	min-height: 1000px;
	margin: auto;
}

.encadr
{
	border-radius: 10px;
	background-color: white;
	padding: 10px 10px;
	margin: 10px 0px;
}

.encadr p
{
	font-size: 0.9em;
	text-align: justify;
}

.imtxt
{
	border-radius: 10px;
	background-color: rgb(235,235,235);
	padding: 10px 10px;
	margin: 10px 0px;
}

.imtxt p
{
	font-size: 0.9em;
	text-align: justify;
}

.imtxt img
{
	margin-bottom: 20px;
	margin-right: 20px;
}

.flotte
{
	float: left;
}

.flotright
{
	float: right;
}

.clear
{
	clear: left;
}

.cleard
{
	clear: right;
}

