/* CSS Document */
body{
	margin:20px;
	font-family: Helvetica, Arial;
	font-size: 11px;
}
hr{
	background-color: #000;
	height: 1px;
	border:thin;
	}
.header{
	float:left;
	padding-left:55px;
}
.titre{
	font-size: 15px;
	font-weight:bold;
	text-transform:uppercase;
}
.logo{
	float:left;
	margin-bottom:10px;
	background-color:#CCCCCC;
	}
img {border: none;}
.right {float:right; margin:0 0 0 15px;}
.left {float:left; margin:0 15px 0 0;}
.line{
	background-color:#000000;
	height:1px;
	clear:both;
	margin-bottom:10px;
}
.menu{
	padding-left:30px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.cat{
	float:left;
	width:88px;
}
.grou{float:left;width:450px;}
.newyear{margin-bottom:15px;}
.newexpo{margin-top:5px;margin-bottom:10px;border-bottom:solid #000000 thin;}
.expotitre{font-size:12px;}
.expocontent{padding:10px;}
.textpart{}
.artists{margin-bottom:10px;}