* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0em;
	line-height:1.3;
	background-color: #FFFFFF;
	color: #000000;
}

h1,h2,h3,p,label,ul,ol,dl,fieldset {
margin: 0.4em 0; 
}
/*form {
margin: 0.4em 0; 
}*/

a {
	color: #0066FF;
	font-weight: normal;
	cursor: pointer;
}

a:hover {
	color: #FF1000;
}

img {border: 2px solid #FFFFFF;}

a img {border: 2px solid #FFFFFF;}
a img:hover {border: 2px solid #8897AE;}


p {
}

h1, h2, h3, h4 {font-weight: bold;letter-spacing: -0.05em;}

h1 {
	font-size: 220%;
	font-weight: normal;
}

h2 {
	font-size: 170%;
	font-weight: normal;
}

h3 {font-size: 120%;}

h4 {font-size: 100%;}


b {font-weight: bold;}

em {font-style: italic;}

.petit {font-size: 85%;letter-spacing: 0em;}

.gras-rouge {
	font-size: 110%;
	font-weight: bold;
	color: #FF0000;
}

li,dd {
	margin-left:1em;
	list-style-image: url(../images/puce-liste.png);
}

.photo-gauche {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.photo-droite {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.sans {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.clr {
	clear: both;
}

