/* Structure */

body
{
	background-color:#001C0D;
}

#site
{
	width:826px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-413px;
	background-color:#000000;
	border:3px solid #B6CC40;
	border-top:0;
	background-image:url(../images/layout/fond.jpg);
	background-position:0 177px;
	background-repeat:no-repeat;
}

#banner
{
	width:826px;
	height:148px;
	position:relative;
	top:0;
	left:0;
	float:left;
	display:block;
	background-image:url(../images/layout/banner.jpg);
}

#menu
{
	width:826px;
	height:29px;
	position:relative;
	top:0;
	left:0;
	float:left;
	display:block;
	border:none;
}

#menu a
{
	border:none;
}

#menu img
{
	border:none;
	border-width:0;
}

#page
{
	width:826px;
	position:relative;
	top:0;
	left:0;
	float:left;
	display:block;
	font-family:Arial;
	font-size:10px;
	color:#000000;
}

#footer
{
	width:826px;
	position:relative;
	top:0;
	left:0;
	display:block;
	float:left;
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}

.news
{
	width:562px;
	height:auto;
	position:relative;
	top:0;
	left:30px;
	float:left;
	display:block;
	background-color:#BBBBBB;
	padding:6px;
	margin:0;
	margin-bottom:15px;
}

.news img
{
	float:left;
	margin:0;
	padding:0;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #000000;
	display:block;
}

.sponsors
{
	width:189px;
	position:relative;
	top:0;
	left:0;
	float:right;
	display:block;
	border:1px solid #FFFFFF;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
}

.sponsors img
{
	border:none;
	margin-bottom:4px;
}

.sousMenu
{
	width:189px;
	position:relative;
	top:0;
	left:0;
	float:left;
	display:block;
	margin:15px 0 15px 15px;
	text-align:center;
}

.sousMenu img
{
	border:none;
	margin:0;
}

/* Textes */
.titrePage
{
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	margin:25px 0 12px 20px;
}

.titrePage a
{
	color:#FFFFFF;
	text-decoration:none;
}

.titre
{
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin-bottom:10px;
}

.text
{
	font-family:Arial;
	font-size:11px;
	color:#000000;
	text-align:justify;
}

.text table,tr,td,input
{
	font-family:Arial;
	font-size:11px;
	color:#000000;
	text-align:justify;
}

.text ul
{
	list-style-type:none;
}

.news a
{
	color:#000000;
}

.infoMore
{
	color:#000000;
	text-align:right;
	font-style:italic;
}

/* Divers */
.tableBorder
{
	width:570px;
	border:#001C0D solid 2px;
	border-collapse:collapse;
	border-spacing:5px;
	vertical-align:top;
}

.tableBorder tr,td
{
	border:#001C0D solid 1px;
	padding:5px;
	vertical-align:top;
}

.noBorder
{
	border-collapse:collapse;
	border-spacing:0;
}

.noBorder td
{
	border:0;
	padding:5px 10px 5px 0;
	vertical-align:top;
}

.noBorder b
{
	text-align:left;
}

.center
{
	text-align:center;
}