/* ==============================================
   FEUILLE DE STYLES HTML/CSS --- SITE WEB GARNIER
   © 2009 - PIXEL-ART.FR
   ============================================== */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
}
#container {
	width: 400px;
	margin: 0px auto 0px;
	background: #000000;
	padding: 10px;
	font-size: 12px;
}
#container h1 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	background: #000000;
	padding: 10px;
}
#container p {
	text-align: justify;
	padding: 5px 10px 5px;
	margin: 0px;
}
#container p ol, #container p ul {
	margin: 0px auto 0px;
}
#container p.notes {
	color: #999999;
	font-size: 10px;
}


#gallery_container {
	width: 400px;
	height: 70px;
	margin: 5px auto 5px;
	background: #000000;
	padding: 7px 0px 0px;
	display: block;
	position: relative;
}

#thumb_container {
	position: relative;
	overflow: hidden;
	width: 400px;
	height: 70px;
	margin: 0px auto 0px;
}

#thumbs {
	white-space: nowrap;
	display: block;
	position: relative;
}
#thumbs a {
	padding: 0px;
	margin: 0px;
}
#thumbs a img {
	border: 1px #333333 solid;
}


.addfwd {
	display: block;
	position: absolute;
	cursor: pointer;
	width: 25px;
	height: 60px;
	top: 8px;
	right: 0px;
	background: url(../images/gallery_fwd.jpg) no-repeat;
}
.addbkwd {
	display: block;
	position: absolute;
	cursor: pointer;
	width: 25px;
	height: 60px;
	top: 8px;
	left: 0px;
	background: url(../images/gallery_back.jpg) no-repeat;
}
/* --- NOTES ---

DROITS DE REPRODUCTION ET MODIFICATION

Le code CSS ci présent est livré sans droit de modification, et uniquement à l'usage exclusif du présent site.
Les modifications du CSS doivent être autorisées par Pascal POIGNANT, conformément à la législation française des droits d'auteur.

*/
