@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #182d4a;

}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
width:160px;
}
#menu {
	width: 800px;
	color: #ffffff;
	float:left;
	z-index: 100;
	position:absolute;
	top:100px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight: 200;
}
#menu dl {
	width: 160px;
	height: 20px;
	background-image: url(images/bgmenu.jpg);
	float: left;
	}
#menu dt {
	cursor: pointer;
	text-align: left;
	border: 0 none;
	background-image: url(images/bgmenu.jpg);
	height: 20px;
	border-right: 1px;
	border-right-color: #FFFFFF;
}
#menu dd {
	border: 0 none;
	height: 20px;
	width: 170px;
	background-image: url(images/bgmenu.jpg);
	text-align: left;
}
#menu li {
	background-image:url(images/bgmenu.jpg);
	text-align: left;
	color: #ffffff;
	width: 180px;
}
#menu li a, #menu dt a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 20px;
	border: 0 none;
	background-image: url(images/bgmenu.jpg);
	vertical-align: middle;
}
#menu li a:hover, #menu dt a:hover {
background-image:url(images/bg-menu.jpg);
}
.h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#182d4a;
}
.h2 {
	font-size: 13px;
	font-weight: bold;
}
.lien2{
	color:#ffffff;
	text-decoration:underline;	
}
.lien2:hover{
	color:#999999;
	text-decoration:underline;
}
.lien2:visited{
	color:#ffffff;
	text-decoration:underline;
}
.breadcrumb{
	text-decoration:none;
}
.breadcrumb a{
text-decoration:underline;
color:#182d4a;
}
.breadcrumb a:visited{
color: #182d4a;

}

.breadcrumb a:hover{
	text-decoration: underline;
	color: #DD9C3C;
}
.selected{
	background-color:#999
}
.zoom {
margin:auto;
}
.zoom p {
text-align:center;
}
.zoom img {
width:300px;
height:225px;
}
.zoom img:hover {
width:600px;
height:356px;
}
