body
{
   width: 760px;
   margin: auto; 		/* Pour centrer notre page */
   margin-top: 20px;
   margin-bottom: 20px;
   background-image: url("../images/Background5.gif");
   font-weight: bold;
}

#entete
{
	text-align:center;
}

#piedpage
{
	margin-top: 20px;
	text-align: center;
}

#menulangue
{
	text-align: right;
	margin-bottom: 10px;
}

h1, h2, h3
{
	text-align: center;
}

h1
{
	font-family: Arial;
	color: green;
	background-color: #e3ffc5;
	border: 2px solid black;	
}

h2
{
	color: red;
}

a img
{
	border: 0;
}

.imgfloatleft
{
	float: left;
	margin-right: 10px;
}

.imgfloatright
{
	float: right;
	margin-left: 10px;
}

.dessous
{
	clear: both;
}

#menu
{
	text-align: center;
}

#corps a, #piedpage a
{
	text-decoration: none;
	color: gray;
}

#corps a:hover, #piedpage a:hover
{
	background-color: #E0E0E0;
}

#corps a:active, #piedpage a:active
{
	background-color: blue;
}

#corps p
{
	text-align: justify;
}

.temoignage, .encadre
{
	background-color: #f4e2b1;
	border: 1px solid black;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px;
}

.nomtemoi
{
	color: red;
}

.carac
{
   margin: auto; 
   border: 1px solid black; 
   border-collapse: collapse;
   width: 100%;
   font-size: 0.8em
}

.carac .rouge
{
	color: #b90d0d;
}

.carac td
{
	background-color: #f4e2b1;
   border: 1px solid black;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   padding: 5px;
   text-align: center;
}

.carac p
{
	text-align: center;
}

.carac strong
{
	color: red;
}

.titreaccueil
{
	color: blue;
	text-decoration: underline;
}

.lienaccueil
{
	color: red;
	text-decoration: underline;
}

.titreaccueil strong
{
	color: red;
	font-style: normal;
}

.lienaccueil strong
{
	color: blue;
	font-style: normal;
}

strong
{
	font-style: italic;
}

.centre
{
	text-align: center;
}

.film
{
	margin: auto;
}
