body{
	background-color:#cdceb9;
	background-image:url(images/fond.jpg);
	background-repeat:repeat-y;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1{
	color:#000066;
	font-size:14px;
}
#bandeau{
	width:900px;
	margin:auto;
	background-color:#000066;
}
#page{
	background-color:#000066;
	width:900px;
	min-height:480px;
	margin:auto;
	
}
#menu{
	background-color:#ffcc66;
	height:25px;
	text-align:right;
	width:100%;
	padding-top:5px;
}
a.menu{
	color:#000066;
	text-decoration:none;
	font-weight:bold;
	padding:10px;
}
a:hover.menu{
	background-color:#000066;
	color:#FFFFFF;
	text-decoration:none;
}
#smenu{
	width:150px;
	min-height:100%;
	float:left;
	text-align:center;
	padding-top:10px;
}
a.smenu{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
a:hover.smenu{
	text-decoration:underline;
}
#droite{
	background-color:#E4E2CB;
	float:right;
	width:730px;
	padding:10px;
	height:100%;
	min-height:370px;
}
a{
	color:#000066;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

img{
border:none;
}

.zoom img:hover { 
width:425px; 
}
