@charset "utf-8";
/* CSS Document */
#boutonsContenu{
	width: 100px;
	float:left;
}
#imageContenu{
	width: 460px;
	text-align:center;
	float:left;
}
#vignettesContenu{
	width: 100%;
	height: 100%;
	overflow: auto;
}
#btGalerieOff{
	width:95px;
	height:20px;
	padding-top:5px;
	padding-left:5px;
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#4a2a04;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #4a2a04;
	border-right-color: #4a2a04;
	border-bottom-color: #4a2a04;
}
#btGalerieOff a:link{
	text-decoration:none;
	color:#4a2a04;
}
#btGalerieOff a:visited{
	text-decoration:none;
	color:#4a2a04;
}
#btGalerieOff a:hover{
	text-decoration:none;
	color:#FFF;
}
#btGalerieOn{
	width:95px;
	height:20px;
	padding-top:5px;
	padding-left:5px;
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#fdc37c;
	background-color:#4a2a04;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #4a2a04;
	border-right-color: #4a2a04;
	border-bottom-color: #4a2a04;
}
#btGalerieOn a:link{
	text-decoration:none;
		color:#fdc37c;
}
#btGalerieOn a:visited{
	text-decoration:none;
		color:#fdc37c;
}
#btGalerieOn a:hover{
	text-decoration:none;
		color:#fdc37c;
}