body /* parametrage page */
{
	font-size: medium;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 50px;
	background-image: url("experiences_fichiers/bg_degrade.jpg");
	background-repeat: repeat-x;
	background-color: #7fb22f;
}

.petit
{
	font-size: small;
}

#en_tete /* parametrage bloc en_tete */
{
	width: 99%; /* largeur du bloc */
	padding: 5px; /* Marge intérieure de 5px */
	color: white;
	background-color: #67ce12;
	font-size: 160%; /* 100% = taille de font normale */
	text-indent: 20px; /* le texte commence 20px en retrait */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

#menu_exps
{
   	width: 996px; /* Très important : donner une taille au menu */
   	margin: auto;
   	overflow: hidden;   	
   	margin-top: 50px;
}

.element_menu
{
	width: 326px;	
	float: left;
	/* border: dotted; */
}


h3
{
	color: #827053;
	text-align: center;
	margin-top: 70px;
}

p /* parametrage 1er bloc texte */
{
	color: #827053;
	width: 70%;
	margin: auto;  /* centrage paragraphes */
	margin-top: 100px;
	margin-bottom: 80px;
	text-indent: 20px;
}

p:first-letter
{
   	font-weight: bold;
   	font-size: 1.4em;
}

a
{
	color: #766024;
	text-decoration: none;
}

