body {
	margin: 0px;
	padding: 0px;
	background-color: #D1D1D1;
	background-image:  url("images/labo3_bg.gif");
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #236CB7;
	text-align: center;
}
p {
	margin: 0px;
	padding: 0px;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	background-color: #BEEAFE;
}
#page {
	width: 500px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
}
#header {
	height: 170px;
}
#spacing {
	height: 5px;
	background-color: #FFFFFF;
}
#content {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
#content img {
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
#blockhead {
	width: 456px;
	height: 37px;
	background-image: url("images/labo3_07.gif");
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 10px;
}
#blockhead .titre {
	font-size: 1.5em;
	font-weight: bold;
	color: #CCCCCC;
}
#blockbody {
	display: block;
	width: 426px;
	background-image: url("images/labo3_09.gif");
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}
#blockfoot {
	width: 466px;
	height: 42px;
	background-image: url("images/labo3_11.gif");
	background-repeat: no-repeat;
}
#copy {
	font-size: 0.8em;
	color: #666666;
	text-align: center;
}
#blockbody h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
}
#blockbody h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: bold;
	color: #999999;
}
#blockbody ul {
	margin: 0px;
	padding: 0px;
}
#blockbody li {
	margin-left: 50px;
	padding: 0px;
	list-style: square;
}
#blockbody input,textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 250px;
}
#blockbody .tr2 {
	background-color: #EFEFEF;
}
#blockbody .rq{
	font-size: 0.9em;
	color: #CC0000;
	text-align: center;
}
#blockbody .bt {
	background-color: #EFEFEF;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	width: auto;
}

#albumphotos {
	text-align: left;
}
#albumphotos td {
	width: 200px;
	height: 150px;
	text-align: center;
}
#albumphotos a {
	width: 140px;
	height: 140px;
	text-decoration: none;
}
#albumphotos img {
	border-width: 2px;
	border-color: #CCCCCC;
	border-style: solid;
}
#pagination
{
	text-align: center;
}