html, body {
	padding: 10px 0;
	background: #ECEDED;
}

body {
	line-height: 1.4em;
	padding: 0px;
	background: #ECEDED;
	height: 100%;
}

#global {
	height: 100%;
	width: 960px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin: 0px;
	padding-right: 20px;
	height: 200px;
}

#header h1 {
	margin: 0;
}

#header h1 img {
	margin-left: 40px;
	margin-top: 40px;
	height: 140px;
	float: left;
}

#header .sous-titre {
	margin: 4px 0 15px 0;
}

#navigation {
	padding-left: 15px;
	font-weight: bold;
	color: white;
	background-image: url(images/fondMenu.png);
	background-repeat: repeat-x;
	height: 25px;
	padding-right: 15px;
	padding-top: 10px;
}

#navigation a {
	font-weight: bold;
	color: white;
	padding-left: 16px;
	padding-bottom: 6px;
	padding-right: 16px;
	padding-top: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

#navigation a:hover, #navigation a:focus {
	color: black;
}

#navigation ul {
	width: 800px;
	margin: 0;
	list-style: none;
}

#navigation li {
	display: inline;
}

/* Content */
#content {
	position: relative;
	text-align: justify;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-top: 10px;
	font-size: 12px;
	color: black;
	background: white;
	min-height: 480px;
	height:auto !important;
	height: 480px;
}


#content > :first-child {
	margin-top: 10px;
}

#content strong {
	font-weight: bold;
	color: #b6c800;
}

#content strong a {
	color: #b6c800;
}

#content h1 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-style: normal;
	font-family: Helvetica;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: normal;
	color: #00793A;
}

#content h2 {
	margin-top: 10px;
	font-family: Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #b6c800;
}

#content h2 small {
	font-size: 10px;
	color: #b6c800;
}

#content h2 small a {
	color: #00793a;
}

#content h3 {
	margin-top: 30px;
	margin-bottom: 5px;
	font-style: normal;
	font-family: Helvetica;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #00793A;
}

#content h4 {
	display: inline;
	margin-top: 30px;
	margin-bottom: 5px;
	font-style: normal;
	font-family: Helvetica;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	color: #00793a;
}

#content #boxList {
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
	height: 200px;
	width: 655px;
	text-decoration: none;
}

#content p {
	width: 655px;
}

#content p a {
	color: #b6c800;
}

#single {
	left: 0px;
	top: 0px;
	position: absolute;
	display: block;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 158px;
	color: #b6c800;
	font-size: 14px;
	background-repeat: no-repeat;
	background-image: url(images/single.jpg);
	height: 42px;
	width: 175px;
	text-decoration:none;
}

#team {
	left: 230px;
	top: 0px;
	position: absolute;
	display: block;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 158px;
	color: #b6c800;
	font-size: 14px;
	background-repeat: no-repeat;
	background-image: url(images/team.jpg);
	height: 42px;
	width: 175px;
	text-decoration:none;
}

#sponsor {
	left: 460px;
	top: 0px;
	position: absolute;
	display: block;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 158px;
	color: #b6c800;
	font-size: 14px;
	background-repeat: no-repeat;
	background-image: url(images/sponsor.jpg);
	height: 42px;
	width: 175px;
	text-decoration:none;
}

#bottomText {
	margin-bottom: 30px;
	text-align: justify;
	width: 655px;
}

ul {
	width: 635px;
	display: block;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: -20px;
}

#content #tb_inscr {
	font-size: 11px;
	vertical-align: middle;
}

#content #tb_inscr h3 {
	text-align: left;
}

#content #tb_inscr tr > :first-child {
	padding-right: 10px;
	text-align: right;
	width: 260px;
}

#content .longInput {
	color: #00793a;
	font-weight: bold;
	font-size: 16px;
	font-family: Helvetica;
	width: 250px;
}

#content .shortInput {
	color: #00793a;
	font-weight: bold;
	font-size: 16px;
	font-family: Helvetica;
	width: 50px;
}

#content .textAreaInput {
	height: 75px;
	color: #00793a;
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica;
	width: 250px;
}

#sponsorList {
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
	width: 900px;
}

#sponsorList a {
	margin: 10px;
}

#sponsorList img {
	height: 121px;
	width: 121px;
}

#mapBox {
	padding-top: 47px;
	clear: right;
	margin-bottom: 40px;
	margin-left: 30px;
	right: 40px;
	display: block;
	width: 400px;
	float: right;
}

#rightBox {
	padding-top: 85px;
	height: 220px;
	clear: both;
	margin-bottom: 40px;
	margin-left: 20px;
	right: 40px;
	display: block;
	width: 220px;
	float: right;
}

#rightBox img {
	margin-left: 20px;
}

#rightBox .infoBox {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-transform: uppercase;
	color: white;
	font-size: 12px;
	background-repeat: no-repeat;
	background-image: url(images/infoBoxFond.png);
	height: 60px;
	width: 180px;
	cursor: pointer;
}

#rightBox .infoBox strong {
	font-size: 10px;
	color: gray;
}

#rightBox .linkBox {
	margin-bottom: 20px;
	margin-left: 20px;
	display: block;
	width: 200px;
	height: 70px;
	text-decoration:none;
}

#rightBox .infoBox .gomzeIcon {
	background-repeat: no-repeat;
	background-image: url(images/gomzeLogo.png);
	margin-right: 8px;
	float: left;
	height: 50px;
	width: 50px;
}

#rightBox .infoBox .onlineIcon {
	background-repeat: no-repeat;
	background-image: url(images/online.jpg);
	margin-right: 8px;
	float: left;
	height: 50px;
	width: 50px;
}

#rightBox .infoBox .photoIcon {
	background-repeat: no-repeat;
	background-image: url(images/photos.jpg);
	margin-right: 8px;
	float: left;
	height: 50px;
	width: 50px;
}

#rightBox .infoBox .iceIcon {
	background-repeat: no-repeat;
	background-image: url(images/iceLogo.png);
	margin-right: 8px;
	float: left;
	height: 50px;
	width: 50px;
}

#iceBox {
	padding-top: 0px;
	height: 220px;
	clear: both;
	margin-bottom: 40px;
	margin-left: 20px;
	right: 40px;
	display: block;
	width: 300px;
	float: right;
}

#iceBox img {
	margin-left: 10px;
}

#footer {
	font-weight: bold;
	text-align: center;
	color: white;
	background-image: url(images/footerFond.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 12px;
}

#footer p {
	margin: .5em 0;
}

#copyright {
	text-align: center;
	color: white;
}

#copyright a {
	text-decoration: underline;
	color: white;
}

.icon {
	vertical-align: middle;
}

a.tooltip {color:#b6c800;text-decoration:none;}
a.tooltip span {color:#b6c800;text-align:left;text-decoration:none;display:none; padding:2px 3px; margin-left:15px; width:400px;}
a.tooltip:hover span{color:#b6c800;text-align:left;display:inline; position:absolute; border:2px solid #b6c800; background:#ffffff;}
.oblig{ color: #d02300; font-size: 12px; font-weight: bold; }

#tournamentList{
	width: 500px;
}
#tournamentList td{
	padding: 0px;
	height: 20px;
}
#tournamentList .tourTime, #tournamentList .tourHole, #tournamentList .tourName{
	background-color: #b6c800;
	color: white;
	width: 40px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.center{
	text-align: center;
}

#tourList{
	color: #b6c800;
	margin-top: 20px;
	margin-left: 20px;
}

#tourList a{
	font-size: 14px;
	color: #339900;
}
