  /*****************************************/
 /********** style Balises HTML ***********/
/*****************************************/
html {
	padding: 0px;
	margin: 0px;
	height: 100%;
}
body {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 8pt;
	height: 100%;
}
ul#menu {
	text-align: center;
	list-style: none;
	width: 100%;
	margin: auto;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
ul#menu li {
	font-size: 10pt;
	font-weight: bold;
	display: inline;
	margin-left: 25px;
	margin-right: 25px;
	padding: 5px;
	width: auto;
}
ul#menu li:hover { border-top: 1px solid black; border-bottom: 1px solid black; }
a, a:link, a:visited { color: black; text-decoration: none; }
fieldset { margin-bottom: 10px; }
form label { font-style: italic; }
img { border: none; }


/*******************************/
/**** MISES EN PAGES DIVERS ****/
/*******************************/
.gras { font-weight: bold; }
.cache { display: none; }
.gauche { text-align: left; }
.centrer { text-align: center; }
.droite { text-align: right; }
.erreur { color: red; }
.ok { color: #298F23; }
#container {
	width: 800px;
	margin: auto;
}


/******************/
/**** GALLERIE ****/
/******************/
.portfolio {
	width: 654px;
	margin: auto;
	padding: 4px;
	margin-bottom: 10px;
}
.portfolio h1 {
	font-size: 11pt;
	text-align: center;
	margin: 0px;
	margin-bottom: 2px;
}
div.gallerie { height: 125px; }
div.tableau {
	text-align: center;
	display: block;
	width: 96px;
	float: left;
	margin: 2px;
	margin-bottom: 10px;
}
div.tableau div.image {
	width: 96px;
	height: 96px;
	display: block;
	cursor: pointer;
}
div.tableau div.infos {
	font-size: 8pt;
	font-weight: normal;
	padding: 0px;
	margin: 0xp;
}
img.pre { float: left; }
img.sui { float: right; }
img.button {
	text-align: center;
	margin-top: 35px;
	cursor: pointer;
	display: block;
	width: 25px;
	height: 25px;
}
#agrandissement {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	cursor: pointer;
	position: fixed;
	background-color: black;
	text-align: center;
	color: white;
	padding-top: 20px;
	font-size: 14px;
}
#agrandissement #infosAgrandissement {
	color: white;
	font-style: italic;
}
#agrandissement #imageAgrandissement {
	width: auto;
	margin: auto;
	display: block;
}
