.center h1 {
	font-family:Arial;
	text-align:center;
	font-size:20px;
}

/* MAIN CONTENT */
.radiusTopLeft {
	width:10px;
	height:11px;
	position:absolute;
	top:-2px;
	left:-2px;
	background:transparent url('/images/blue_radiusTopLeft.gif') no-repeat;
}
.radiusTopRight {
	width:10px;
	height:11px;
	position:absolute;
	top:-2px;
	right:-2px;
	background:transparent url('/images/blue_radiusTopRight.gif') no-repeat;
}
.radiusBottomLeft {
	width:10px;
	height:11px;
	position:absolute;
	bottom:-2px;
	left:-2px;
	background:transparent url('/images/blue_radiusBottomLeft.gif') no-repeat;
}
.radiusBottomRight {
	width:10px;
	height:11px;
	position:absolute;
	bottom:-2px;
	right:-2px;
	background:transparent url('/images/blue_radiusBottomRight.gif') no-repeat;
}

.main_content{
	font-family:Arial;
	font-size:14px;
	text-align:justify;
	border:2px solid #2a5089;
	position:relative;
	padding:0 15px;
	margin:0 15px 30px;
	-moz-border-radius:10px;
}
.main_content h2 {
	font-size:18px;
}
.main_content h3 {
	font-size:16px;
}
.main_content a{
	color:#065DA1;
}
.main_content ul {
	margin:0;
	padding:0;
	list-style:none;
}
.main_content li span {
	position:relative;
	top:-2px;
	color:#2a5089;
	font-weight:bold;
}

.infos {
	font-size:10px;
	color:#999;
}


/* ACCUEIL */

#slideshow {
	background:transparent url('/images/deco/slideshow.jpg') no-repeat scroll 0 0;
	width:800px;
	height:150px;
	margin:0 auto;
	text-indent:-9000px;
	overflow:hidden;
}


/* REGLEMENT */
#reglement{
	position:relative;
}

#reglement span.lastMaj{
	position:absolute;
	font-size:10px;
	color:#666;
	top:5px;
	right:5px;
}

h2.nom_reglement {
	font-size:18px;
	text-decoration:underline;
	text-align:center;
	font-weight:normal;
}
#reglement td{
	height:30px;
}
#reglement td:first-child{
	padding-right:20px;
}


/* DOWNLOADS */

#download {
	padding-top:10px;
	padding-bottom:10px;
}

#download ul {
	width:100%;
	overflow:hidden;
}

#download li {
	display:inline;
	float:left;
	width:50%;
}