/* CSS Document */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.contenant{
	height: 600px;
	background-image: url(images/accueil/fond.jpg);
	background-repeat: no-repeat;		
}
img{
	border: 0px;
}
h3{
	padding: 0px;
	padding-top: 7px;
	margin: 0px;
	margin-bottom: 5px;
	color: #5B0502;
	font-size: 11px;
	font-weight: bold;
}
p{
	padding: 0px;
	margin: 0px;
	margin-bottom: 7px;
}

@media screen
{
.txtbas a{
	color: #FFFFFF;
}
.txtbas{
	color: #FFFFFF;
}
.titreeugene{
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;		
}
}
@media print
{
.titreeugene{
	visibility: visible;
	position: absolute;
	top: 97px;
	left: 0px;	
}
}
.oeuvre{
	position: absolute;
	top: 219px;
	left: 40px; 
	height: 232px;
	width: 395px;
	background-color: #CAC7AB;
}
.imgoeuvre{
	width: 200px;
	margin: 1px;
	margin-top: 0px;
}
.txtoeuvre{
	position: absolute;
	margin-left: 205px;
	font-size: 10px;
	color: #000000;
	width: 180px;
}
.ttroeuvre{
	font-family: Arial, Helvetica, sans-serif;
	height: 29px;
	margin: 1px;
	line-height: 28px;
	color: #FFFFFF;
	font-size: 20px;
	background-color: #63130F;
}
.actualite{
	position: absolute;
	top: 97px;
	right: 35px;
	width: 157px;
	background-color: #CAC7AB;
	/*height: 359px;*/
	padding-bottom:8px;
}
.actualite img{
	margin: 0px; 
	margin-left: 10px;
	margin-top: 30px; 
}
.ttractualite{
	padding: 0px;
	padding-top: 7px;
	margin-left: 10px;
	margin-right:10px;
	height: 25px;
}
.ttractualite img{
	margin: 0px;
}
.txtactualite{
	margin-left:10px;
	margin-right:10px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.txtactualite h2{
	margin: 0px;
	padding: 0px;
	margin-bottom: 7px;
	color: #5B0502;
	font-size: 11px;
	font-weight: bold;
}
.ensavoirplus{
	margin-top: 7px;
}
.ensavoirplus a{
	font-size: 10px;
	color: #5B0502;
	font-weight: bold;
}
.ensavoirplus img{
	margin: 0px;
	margin-right: 5px;
	vertical-align: bottom;
}