@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	/* BARRE DE DEFILEMENT*/
	scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color:#FF9900;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#E6E6E6;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FF9900;
	scrollbar-darkshadow-Color:#E6E6E6;
}

H1 {
	border-bottom: 2px solid #ffd200;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #0070b0;
}


H2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #ffd200;
}

H3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #da011c;
}


a {
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	color: #0070b0;
}


a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	color: #da011c;
	text-decoration: none;
}



#gallery {
	background-color: #EEE;
	padding: 10px;
	width: 80%;
	position: absolute;
	left: 50%;
	margin-left: -40%;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	margin: 3px;
	border: 1px solid #6699cc;
	border-width: 2px 2px 5px;
}
#gallery ul a:hover img {
	border: 1px solid #FF9900;
	border-width: 2px 2px 5px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

H1 {
	border-bottom: 2px solid #ffd200;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #0070b0;
}


H2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #ffd200;
}

H3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #da011c;
}

P {
	font-size: 0.9em;
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
}