body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin: 0;
	background-color: #FDC613;
}

img {
	display: block;
	border-width: 0;
}

a {
	color: #172983;
	text-decoration: none;
	border-bottom: 1px dotted #172983;
}
a:hover {
	border-bottom-style: solid;
}
a:focus {
	outline: none; /* firefox dotted border fix */
}

/* to fix ie6 <a> style over <img> */
.noBorder {
	border-bottom-width: 0 !important;
}
/* to fix ie6 lack of :first-child */
.first {
	margin-top: 0 !important;
}
/* to fix ie6 lack of :last-child */
.last {
	margin-bottom: 0 !important;
}

#global {
	width: 955px;
	height: 600px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}
/* to fix ie6 lack of min-height */
body > #global {
	height: auto;
	min-height: 600px;
}
#global .leftCorner {
	float: left;
}
#global .rightCorner {
	float: right;
}

#global #logo, #logo_lemania, #global #carres, #global #date {
	position: absolute;
}
#global #logo {
	top: 0;
	left: 35px;
	width: 103px;
	height: 146px;
}
#global #logo a {
	display: block;
	width: 100%;
	height: 100%;
	border-bottom-width: 0;
}
#global #logo_lemania {
	top: 190px;
	left: 35px;
	width: 120px;
	height: 37px;
	background-image: url(../picture/interface/logo_lemania.gif);
}
#global #logo_lemania a {
	display: block;
	width: 100%;
	height: 100%;
	border-bottom-width: 0;
}
#global #carres {
	top: 142px;
	left: 720px;
	width: 355px;
	height: 180px;
	background-image: url(../picture/interface/carres.gif);
}
#global #date {
	right: 0;
	top: 322px;
	width: 82px;
	height: 210px;
	background-image: url(../picture/interface/logo_2008.gif);
	background-repeat: no-repeat;
}

#adminTop {
	font-size: 10px;
	line-height: 20px;
	background-color: #CCC;
}

#global #navigation {
	position: relative;
	height: 131px;
	background-color: #172983;
}
#global #navigation #topLeft, #global #navigation #topRight {
	width: 35px;
	height: 131px;
}

#global #content {
	height: 290px;
	padding: 109px 82px 0 0;
	background-color: #F9FAFC;
	border-right: 11px solid;
	border-left: 9px solid;	
}
/* to fix ie6 lack of min-height */
#global > #content {
	height: auto;
	min-height: 290px;
}
#global #content #titre {
	margin-left: 223px;
}

#global #footer, .clearer {
	clear: both;
}

#global #footer {
	position: relative;
	height: 70px;
	background-color: #F9FAFC;
}
#global #footer #bottomLeft, #global #footer #bottomRight {
	width: 35px;
	height: 70px;		
}
#global #footer #contact {
	height: 70px;
	margin: 0 35px;
	background-image: url(../picture/interface/footer.gif);
}
#global #footer #contact a {
	float: right;
	width: 155px;
	height: 100%;
	border-bottom-width: 0;
}
#global #footer #contact #logo_bottom {
	height: 70px;
	float:left;
}
#global #footer #contact #logo_bottom a {
	float: left;
	width: 120px;
	height: 100%;
	border-bottom-width: 0;
}
#global #footer #madeBy {
	position: absolute;
	right: 28px;
	top: 70px;
	padding-bottom: 1px; /* to fix ie6/7 link border bottom issue */
	font-size: 9px;
}