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

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

#logo 
{
	width:150px;
	height:130px;
	border:0px solid red;
	float:left;
	background: url("images/logo22.jpg") no-repeat;
	margin-left:20px;
	margin-top:20px;
}

#entete
{
	width: 545px ;
	height: 60px ;
	float:right;
	border:0px solid red;
	margin-top:20px;
	margin-right:40px;
	font: 1.3em "Monotype Corsiva", "Trebuchet MS", helvetica, sans-serif ;

}

h1
{
	
	font: 2em "Monotype Corsiva", "Trebuchet MS", helvetica, sans-serif ;
	color: green ;

}

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

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

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

menu ul
{
	list-style-type: none ;
}
  
#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 ;
	text-decoration: 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 100px ;
/*	background: url("images/bande.jpg") repeat-y 10px 10px;pour insérer une photo*/
}

#corps h2 /*mise en forme du titre h2 du contenu, */
{
	padding-left: 0px ;
	font: 1.3em "Monotype Corsiva", "Trebuchet MS", helvetica, sans-serif ;
	line-height: 25px ;
	color: #9b2 ;
	border-bottom: 1px solid #9b2 ; /*souligne le titre*/
}

#corps h3 /*mise en forme du titre h3 du contenu, */
{
	padding-left: 10px ;
	font: 1.3em "Monotype Corsiva", "Trebuchet MS", helvetica, sans-serif ;
	line-height: 20px ;
	color: #9b2 ;
	border-bottom: 1px solid #9b2 ; /*souligne le titre*/
}

label /*mise en forme du label dans le formulaire , */
{
	color: #70ac3a; /*#9b2 ;*/
}

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

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

.petit
{
font-size:0.8em;
}

.titre1
{
background-color:green;
text-align:center;
color:white;
font: 1.5em "Monotype Corsiva", "Trebuchet MS", helvetica, sans-serif ;
}

.titre2
{
	margin-top: 20px ;
	font: 1.5em "Monotype Corsiva", "Trebuchet MS", helvetica, sans-serif ;
	line-height: 25px ;
	color: #9b2 ;
	border-bottom: 1px solid #9b2 ; /*souligne le titre*/

}
#cv li 
{
	color: #000 ;
	font: 0.9em "Trebuchet MS", helvetica, sans-serif ;
}

dt
{
	font-size:1em;
	color:green;
	border-top: 2px solid #70ac3a;

}

.copyright
{
height:20px;
background-color:green;
	border:0px green inset;
color:white;
}

#compteur /*Mise en forme compteur*/
{
	font-size:1em;
	text-align:left;
	border:3px green inset;
	float:right;
	width: 150px;	
	margin-left:10px;
	}
	

#piedepage /* Mise en forme de la partie pied de page */
{
	clear:left;
	color: #8a0 ;
	border:0px red solid;
	right:0;
	height:90px;
	width:100%;
	font-size:0.7em;
}

hr{
	width:100%;
	color:green;
	size:5px;
}


#galerie {
	position: relative;
	width: 800px;
}

.galerie {
	position: relative;
	width: 800px;
}


#photo img {
	height: 100px;
	width: 150px;
	margin: 10px 10px 2px 2px;
	border: 2px solid #000;
}
.photo img {
	height: 100px;
	width: 150px;
	margin: 10px 10px 2px 2px;
	border: 2px solid #000;
}





