/****************************************
 *
 * REDEFINITION DE CERTAINS STYLES HTML
 *
 ****************************************/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #360 url(images/bg-shadow.jpg) no-repeat top left;
}

table {
	border : #333 0px solid;
	border-collapse: collapse;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	/*border : #333 1px solid;*/
	padding: 3px;
}


/****************************************
 *
 * CONTAINER
 *
 ****************************************/

#container {
	position: relative;
	margin: auto;
	padding: 0px;
	width: 930px;
	text-align: left;
	min-height: 400px;
}



/****************************************
 *
 * NAVIGATION (à gauche)
 *
 ****************************************/
 
#navigation {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 230px;
	float: left;
}
#logo {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 229px;
	height: 218px;
	border-right: #360 1px solid;
	background: #dbed90 url(images/bg-navigation.jpg);
}
.level1 {
	position: relative;
	margin: 1px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	width: 229px;
	text-indent: 15px;
	height: 20px;
	background: #dbed90 url(images/bg-navigation.jpg);
}
.level1_courant {
	position: relative;
	margin: 1px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	width: 229px;
	text-indent: 15px;
	background: #fff;
	border-right: #fff 1px solid;
}
.level2 {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 15px;
	width: 199px;
}
.label1 {
	margin: 4px 0px 4px 20px;
}
.label2 {
	margin: 4px 0px 4px 30px;
}
#navigation a {
	font-size: 11px;
	font-weight: bold;
	color: #360;
	text-decoration: none;
}
#navigation a.courant {
	color: #9C3;
}
#navigation a:hover {
	color: #9C3;
}


/****************************************
 *
 * SITE (image + contenu + legal)
 *
 ****************************************/
 
#site {
/*
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 15px 30px 15px 30px;
	float: left;
	width: 640px;
	background: #fff;
*/	
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	width: 700px;
	background: #FFFFFF;
	text-align: center;
	border-top: #360 1px solid;
	float: right;
}

#site2 {
/*
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 15px 30px 15px 30px;
	float: left;
	width: 640px;
	background: #fff;
*/	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 640px;
	background: #FFFFFF;
	margin: auto;
	text-align:left;
}

/****************************************
 *	EXTRA (langues + contact + sitemap)
 ****************************************/
 
#extra {
	position: relative;
	width: 640px;
	height: 10px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	clear: both;
}
#langues {
	position: relative;
	float: left;
	text-align: left;
}
#sitemap {
	position: relative;
	float: right;
	text-align: right;
}

#extra a {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
#extra a:hover {
	text-decoration: underline;
	color: #9C3;
}

/****************************************
 * IMAGE (bandeau)
 ****************************************/
 
#image {
	position: relative;
	width: 640px;
	height: 165px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	clear: both;
}

/****************************************
 * CONTENU
 ****************************************/

#contenu {
	position: relative;
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

#contenu h1 {
	font-size: 15px;
	font-weight: bold;
	color: #333;
}
#contenu h2 {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}
#contenu h3 {
	font-size: 11px;
	font-weight: bold;
	color: #333;
}
#contenu a {
	font-weight: normal;
	color: #360;
	text-decoration: underline;
}
#contenu a:hover {
	text-decoration: underline;
	color: #9C3;
}

/****************************************
 * SPONSORS (clubs organisateurs)
 ****************************************/

#sponsors {
	position: relative;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: right;
}


/****************************************
 *
 * LEGAL (copyright)
 *
 ****************************************/

#legal {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 700px;
	background: #dbed90 url(images/bg-navigation.jpg);
	text-align: left;
	border-top: #360 1px solid;
	float: right;
}
#copyright {
	position: relative;
	margin : 10px 0px 10px 30px;
	width: 500px;
	font-size: 9px;
	color: #333;
}
