/* CSS Document */

html, body {width:100%; }

body{
	margin:0;
	font-family: Verdana, Arial, sans-serif;
	font-size:100%; /*c'est la taille du navigateur par défaut*/
	background:url() #e0e8ea no-repeat;
}

p{
font-size:0.8em;
font-weight:normal;
}

h1{
	font-size:1.7em;
	font-weight:normal;
	background:url(../images/point.gif) repeat;
	margin:25px 0 30px 0;
	padding:0;
	color:#936d56;
	padding:10px;
}


h2{
font-size: 1em;
display: block;
clear:both;
margin:20px 0 15px 0;
padding:0;
color:#990099;
font-weight:normal;
}

/*****h3{
font-weight:bold;
font-size: 0.8em;
display: block;
clear:both;
margin:0;
padding:0;
color:#999999;
}******/