 /* CSS Document */
body {
	margin: 0;
	padding: 0;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.clear {
	clear: both;
}
.gray {
	color: #999;
}
.center {
	text-align: center;
}
.strong {
	font-weight: bold;
}
#global {
	width : 600px;
	margin: 0 auto;
	background-color: #FFF;
	border: solid 1px #CCC;
}
/* header */
#global #header a {
	display: block;
	height: 113px;
	background: url(/images/header.gif) no-repeat 0% 0%;	
}
#global #header a span {
	display: none;
}
/* Accueil */
#global #content #accueil {
	clear: both;
	float: left;
	width: 600px;
	background: url(/images/bg.gif) no-repeat 0% 0%;
	font-size: 18px;
	color: #CCC;
}
#global #content #accueil #colleft {	
	float: left;
	width: 300px;
}
#global #content #accueil #colright {	
	float: left;
	width: 300px;
}
#global #content #accueil #colleft p {
	margin: 45px 10px;
}
#global #content #accueil #colright p {
	margin: 48px 20px;
}
/* Infos / Contact / Horaires */
#global #content {
	clear: both;
	float:left;
	width: 600px;
	padding: 10px 0 10px 0;
	background: url(/images/bg2.gif) no-repeat 0% 0%;
}
#global #content #infosleft,
#global #content #contact,
#global #content #horairesleft {
	float: left;
	width: 285px;
	margin-right: 15px;
}
#global #content #infosright,
#global #content #horairesright {
	float: left;
	width: 300px;
}
#global #content #infosleft h1, #global #content #infosright h1,
#global #content #contact h1,
#global #content #horairesleft h1, #global #content #horairesright h1 {
	font-size: 12px;
	font-weight: bold;
	color: #2b61b0;
	padding-left: 15px;
}
#global #content #infosleft h1 a , #global #content #infosright h1 a,
#global #content #contact h1 a,
#global #content #horairesleft h1 a, #global #content #horairesleft h1 a {
	color: #2b61b0;
	text-decoration: none;	
}
#global #content #infosleft p, #global #content #infosright p,
#global #content #contact p,
#global #content #horairesleft p, #global #content #horairesright p {
	font-size: 11px;
	color: #454545;
	padding-left: 12px;
}

/* footer */
#global #footer {
	clear: both;
	float: left;
	width: 577px;
	height: 139px;
	margin: 0 0 0 11px;
	background: url(/images/bottom.gif) no-repeat 0% 0%;
}
#global #footer #band {
	float: left;
	width: 600px;
	margin-top: 12px;
}
#global #footer #band .img {
	float: left;
	width: 47px;
	margin-left: 74px;	
}
#global #footer #menu {
	float: left;
	width: 570px;
	margin: 0 0 15px 0;
	padding-left: 36px;
}
#global #footer #menu li {
	display: inline;
	width: 60px;
	list-style-type: none;
}
#global #footer #menu li a {
	float: left;
	width: 47px;
	margin: 0 37px;
	padding: 0 0 30px 0;
	color: #0b80b6;
	text-decoration: none;
	text-align: center;
}
#global #footer #menu li a:hover {
	color: #11087b;
}
#global #footer .gray {
	margin-left: 12px;
}