@charset "UTF-8";
#container {
	width: 100%;
}
body {
	margin: 0px;
}
#contenus   {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#header {
	height: 145px;
	float: left;
	width: 740px;
	margin-bottom: 15px;
}
#content {
	float: left;
	width: 740px;
}
#footer {
	color: #666;
	margin-top: 15px;
	font-size: 10pt;
	font-family: 'Amaranth', sans-serif;
	font-weight: normal;
	float: left;
	width: 740px;
	text-align: center;
	margin-bottom: 25px;
}
#header img {
	padding-top: 35px;
}
.box {
	float: left;
	display: block;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-left: 20px;
}
.box h4 {
	padding: 0px;
	display: block;
	margin: 0px;
}
h4 {
	font-size: 10pt;
	font-family: 'Amaranth', sans-serif;
	font-weight: normal;
}
.box h4 a{
	text-decoration: none;
	color: #FFF;
	display: block;
	width: 220px;
	background-image: url(../images/cadres-bkgd.jpg);
	height: 24px;
	float: left;
	margin: 0px;
	padding-top: 196px;
}
.box.evg h4 a{
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.box.evjf h4 a{
	background-position: 0px -220px;
	background-repeat: no-repeat;
}
.box.evgay h4 a{
	background-position: 0px -440px;
	background-repeat: no-repeat;
}
.box.clubber h4 a{
	background-position: 0px -660px;
	background-repeat: no-repeat;
}
.box.we h4 a{
	background-position: 0px -880px;
	background-repeat: no-repeat;
}
.box.seminaire h4 a{
	background-position: 0px -1100px;
	background-repeat: no-repeat;
}
.box.evg h4 a:hover{
	background-position: -220px 0px;
	color: #FF0099 !important;
}
.box.evjf h4 a:hover{
	background-position: -220px -220px;
	color: #831272 !important;
}
.box.evgay h4 a:hover{
	background-position: -220px -440px;
	color: #0066FF !important;
}
.box.clubber h4 a:hover{
	background-position: -220px -660px;
	color: #FF0099 !important;
}
.box.we h4 a:hover{
	background-position: -220px -880px;
	color: #8BC43F !important;
}
.box.seminaire h4 a:hover{
	background-position: -220px -1100px;
	color: #BE262C !important;
}
