
															/* Général */
*{
	text-decoration:none;
}
body{
	margin: 0px;
	padding: 0px;
	background: url("../images/papier.jpg");
}
ul, li{
	margin-top:13px;
}
#gripper{
	background: url("../images/gripper.png");
	position: fixed;
	right: 0px;
	bottom: 0px;
	width:271px;
	height:469px;
}

																/* Bloc au centre */
#contenu{
	margin-top: 125px;
	margin-bottom: 100px;
	padding: 20px;
	text-align: left;
	width: 600px;	
	margin-left: 250px;

	
}															/* Titres */
h1{
	color: #550000;
	text-align:center;
}
h1 em{
	font-size: 0.6em;
	color: red;
}
h2 {
	text-align:center;
	color: #0b6600;
	font-size: 1.35em;
}
h3 {
	color: #0b6600;
	font-size: 1.1em;

}
															/*Contenu*/
p{
	font-family: Georgia;

	margin-top: 25px;
	margin-bottom: 20px;
}
img{
	border: none;
}
#menu{
	margin: 5px;
	padding: 5px;
	float: left;
	text-align: left;
	position: fixed;
	top: 90px;
	border-right: 1px inset;
}									
a
{
	color: #654f23;
	font-weight: bold;
}
a:hover
{
	color: #af854b;
}


											
															/* listes */
#menu ul{
	margin: 0px;
	padding: 0px;
	width: 210px;
	list-style-image: url("../images/point.png");	
}
#menu li{
	margin: 19px;
	margin-right: 0px;

}
#menu li a{
	text-decoration: none;
	color: black;
	font-weight: bold;
}
#menu li a:hover{
	text-decoration: underline;
	color: #0b6600;
}	
#menu h3{
	margin: 0px;
}													/* Le pied */

#pied{
	text-align: center;
}
#pied a{
	text-decoration: none;  
}
#pied a:hover{
	color: #0b6600;
	text-decoration: underline;
}
												
