body, html {
	height: 100%;
}
body {
	background: #021D43 url(../graphisme/bg_body.png) repeat-y top center;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
}

#extra01 {
	background: url(../graphisme/bg_menu.png) no-repeat 50% 170px;
	height: 100%;
}

#header {
	background: url(../graphisme/bg_titre.png) no-repeat top left;
	height: 170px;
	margin: 0px auto;
	position: relative;
	text-indent: -9000px;
	width: 800px;
}
#header h1 {
	margin: 0px;
}
#header h2 {
	/*background-color: #003366;*/
	height: 46px;
	margin: 0px;
	position: absolute;
	top: 20px;
}
#blackrock {
	left: 375px;
	width: 145px;
}
#dcoque {
	left: 590px;
	width: 155px;
}
#southAfrica {
	left: 695px;
	width: 90px;
}
h2 a {
	display: block;
	height: 100%;
	width: 100%;
}

#menu {
	color: #FFF;
	font-size: 12px;
	height: 25px;
	letter-spacing: 1px;
	line-height: 25px;
}
#menu a {
	color: #FFF;
	padding: 0px 7px;
	text-decoration: none;
	text-transform: uppercase;
}

#contenu {
	background: #133C74 url(../graphisme/bg_contenu.jpg) no-repeat top right;
	color: #FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0px auto;
	padding: 20px 25px 0px;
	position: relative;
	text-align: left;
	width: 750px;
}

#uneCol {
	padding: 1px 40px;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #ACAAAC;
}
table#uneCol {
	border: none;
	padding: 0px;
	text-align: center;
	width: 100%;
}
#deuxCol1, #deuxCol2 {
	padding: 0px 25px 0px;
	width: 325px;
}
#deuxCol1 {
	float: left;
}
#deuxCol2 {
	margin: 0px 0px 0px 370px;
	width: 300px;
}

/* TEXTE */
h3 {
	background-position: top left;
	background-repeat: no-repeat;
	height: 70px;
	margin: 0px 0px 15px;
	text-indent: -9000px;
}
#accueil {
	background-image: url(../graphisme/titres/bg_accueil.png);
}
#news {
	background-image: url(../graphisme/titres/bg_news.png);
}
#joueurs {
	background-image: url(../graphisme/titres/bg_joueurs.png);
}
#timing {
	background-image: url(../graphisme/titres/bg_timing.png);
}
#vip {
	background-image: url(../graphisme/titres/bg_vip.png);
}
#presse {
	background-image: url(../graphisme/titres/bg_presse.png);
}
#partenaires {
	background-image: url(../graphisme/titres/bg_partenaires.png);
}
#acces {
	background-image: url(../graphisme/titres/bg_acces.png);
}
#reservation {
	background-image: url(../graphisme/titres/bg_reservation.png);
}
#organisation {
	background-image: url(../graphisme/titres/bg_organisation.png);
}
h4 {
	background: url(../graphisme/bg_h4.png) no-repeat 0px 11px;
	color: #D16112;
	font-size: 15px;
	font-weight: normal;
	margin: 0px auto 0px -25px;
	padding: 10px 0px 0px 20px;
	text-transform: uppercase;
}
h5 {
	background: url(../graphisme/bg_h5.png) no-repeat 0px 3px;
	font-size: 13px;
	font-weight: normal;
	margin: 0px auto 0px -20px;
	padding: 0px 0px 0px 20px;
}
p {
	margin: 0px auto 10px;
}
.txt_bleu {
	color: #2793D4;
}
.right {
	float: right;
	margin: 0px 0px 0px 10px;
}
.left {
	float: left;
	margin: 0px 10px 0px 0px;
}
.clear {
	clear: both;
}
.prix {
	font-size: 30px;
	margin: 10px auto;
}
.prixSmall {
	font-size: 13px;
}
.pad td {
	padding: 0px 20px 0px 0px;
}
.hr {
	background: url(../graphisme/pointille_h.png) repeat-x top left;
	height: 1px;
}
.hr hr {
	display: none;
}

/* LIENS */
a:focus {
	outline: none;
}
a {
	color: #FFF;
}

/* FORMULAIRE */
.first {
	padding: 3px 0px 0px;
	vertical-align: top;
}
input {
	margin-bottom: 2px;
	width: 200px;
}
.radio, .button {
	width: auto;
}
