body
{
	text-align: center ;
	font: 0.9em "Monotype Corsiva", "Trebuchet MS", helvetica, sans-serif ;
	background:#70ac3a;
}

#page
{
	width: 800px ;
	margin: 0 auto ;
	text-align: left ;
	border: 3px solid #000000 ;
	background:  #FFFAF0;
}

#logo 
{
	width:640px;
	height:120px;
	border:0px solid red;
	background: url("../images/logo12.gif") no-repeat;
	margin-left:40px;
	margin-top:0px;
	text-align:center;
}

#entete
{
	width: 545px ;
	height: 60px ;
	float:right;
	border:0px solid red;
	margin-top:50px;
	margin-right:20px;
}

h1
{
	font-size:2em;
}

a
{
	text-decoration: none;
	color:#9b2;
}

a:hover
{
	text-decoration: underline;
	color:#0dbef0;
}

#menu
{
	clear:left;
	height: 25px ;
	background: green ;
	border: 0px solid red;
}
menu ul
{
	list-style-type: none ;
	width:0px;
	color: green ;
}


#menu li 
{
	float: left ;
	text-align: center ;
	color: #fff ;
	font: 0.9em "Trebuchet MS", helvetica, sans-serif ;
	list-style-type: none ;
	
}

#menu li a 
{
	width: 120px ;
	line-height: 25px ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #fff ;
	display: block ;
	list-style-type: none ;
	border-right: 2px solid #dea ;
}

#menu li a:hover/* changement de couleur au passage de la souris */
{
	background: #0dbef0;
}
  
#corps /* marge sur le côté du contenu*/
{
	padding: 0px 30px 0 80px ;
	/*background: url("images/logo4.jpg") repeat-y 10px 10px;pour insérer une photo*/
	margin-left:20px;
	
}

#astuces
{
	float:right;
	height:180px;
	width:150px;
	color:white;
	font: 0.9em "Trebuchet MS", helvetica, sans-serif ;
	border:6px yellow inset;
	background-color:green;
	margin-top:10px;
	text-align:center;
}

#corps h2 /*mise en forme du titre h2 du contenu, */
{
	padding-left: 0px ;
	line-height: 25px ;
	color: #9b2 ;
	border-bottom: 1px solid #9b2 ; /*souligne le titre*/
}

#corps h3 /*mise en forme du titre h2 du contenu, */
{
	padding-left: 10px ;
	line-height: 20px ;
	color: #9b2 ;
	border-bottom: 0px solid #9b2 ; /*souligne le titre*/
}

label /*mise en forme du label dans le formulaire , */
{
	color: #70ac3a; /*#9b2 ;*/
	font: 0.9em "Trebuchet MS", helvetica, sans-serif ;
}

p, dl /*Mise en forme des  paragraphes p et des lignes li de div texte*/
{
	color: #000 ;
	font: 0.9em "Trebuchet MS", helvetica, sans-serif ;
	
}

ul.raison 
{
  list-style-image:url("images/logo6.jpg");
  margin-right:20px;
}

ul.texte 
{
  list-style-image:url("images/logo6.jpg");
  margin-right:20px;
}

.texte /*Mise en forme des  paragraphes p et des lignes li de div texte*/
{
	color: #000 ;
	font: 0.9em "Trebuchet MS", helvetica, sans-serif ;
}

.raison /*Mise en forme des  paragraphes p et des lignes li de div texte*/
{
	color: #000 ;
	font: 0.9em "Trebuchet MS", helvetica, sans-serif ;
	line-height: 1.8em;
}

.petit
{
font-size:0.8em;
font: 0.9em "Trebuchet MS", helvetica, sans-serif ;
}

.right
{
text-align:right;
}
#cv li 
{
	color: #000 ;
	font: 0.9em "Trebuchet MS", helvetica, sans-serif ;
}
dt
{
	color:green;
	border-top: 2px solid #70ac3a;
	font-size: 1em;
}

#compteur /*Mise en forme compteur*/
{
	font-size:1em;
	font-weight:bold;
	text-align:center;
	border:3px green inset;
	float:right;
	width: 150px;	
	margin-left:-1500px;
	}
	
#piedepage /* Mise en forme de la partie pied de page */
{
	clear:left;
	color: #8a0 ;
	border:0px red solid;
	right:0;
	height:100px;
	width:100%;
	font-size:0.8em;
}
.copyright
{
	height:40px;
	background-color:green;
	color:white;
}

.astuces
{
	float:right;
	color:black;
}










