body {
	margin:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#e8eaec;
}
#global {
	margin:15px auto;
	padding:10px;
	text-align:left;
	width:790px;
	background-color:#fff;
	border:2px solid #a0a0a0;
}

/** MENU BLEU **/

#menu {
	margin-top:30px;
	float:left;
}
#menu dl {
	width:150px;
	margin:0 30px 10px 0;
	padding:0 0 10px 0;
	background-color:#69c;
}
#menu dt {
	margin:0;
	padding:10px;
	font-size:1.4em;
	font-weight:bold;
	color: #fff;
	border-bottom:1px solid #fff;
	background-color:#69c;
}
#menu dd {
	margin:0;
	padding:0;
	color:#fff;
	font-size:1em;
	border-bottom:1px solid #fff;
	background-color:#47a;
}
#gallery a, #gallery a:visited {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:5px 5px 5px 20px;
	background-color:#47a;
	width:125px;
}
#gallery a:hover {
	background-color:#258;
	color:#9cf;
}
ol li {
	font-size:11px;
}
#menu dd.current a {
	background-color: rgb(34, 85, 136);
	color: rgb(153, 204, 255);
}
#menu dd.sub a {
	background-color:#bfd2e5;
	color:black;
	font-size:80%;
	position:relative;
	left:5px;
	width:120px;
}
#menu dd.sub a:hover {
	color:#225588;
}
#menu dd em {			/** current sub **/
	font-style:normal;
	color:#225588;
}

/** CONTENU **/

#content {
	margin-top:25px;
	line-height:20px;
	word-spacing:2px;
	color:#333;
}
#content p, li {
	text-align:justify;
	font-size:13px;
}
#content h1 {
	font-family:Trebuchet MS, sans-serif;
	font-size:24px;
	font-weight:normal;
	margin:30px 0 35px 0;
	letter-spacing:-2px;
	padding:0 0 2px 0;
}
.tag {
	position:relative;
	top:-10px;
	float:left;
	margin-right:10px;
}
#content h2 {
	font:110% Verdana;
}
#content h2.top {
	padding-bottom:15px;
}

#content p+h2, #content ul+h2 {
	margin-top:30px;
}
#content h3 {
	font-size:14px;
}
#content a {
	color:#6699cc;
}
#content a:hover {
	color:#47a;
}
#content table {
	font-size:12px;
}
/** EXTRA **/

.info {
	background:#f8fafc url(pics/information.gif) center no-repeat;
	background-position:15px 50%;
	text-align: left;
	font-size:12px;
	padding:5px 20px 5px 45px;
	border-top:2px solid #b5d4fe;
	border-bottom:2px solid #b5d4fe;
}
.tip {
	font-weight:bold;
	border-left:1px solid #333;
	padding-left:10px;
	display:inline;
	margin:5px 0;
	padding:3px 5px;
}
.annonce {
	padding-left:15px;
	margin:-10px 0 10px 0;
	border:2px dashed orange;
	font-weight:bold;
	font-size:125%;
	width:550px;
}
.annonce a {
	text-align:center;
	}
#map {
	height:371px;
	width:600px;
}
#news {
	margin:20px 0 0 180px;
}
/** CONTAINER pour hauteur minimale **/

#container {
	min-height:100%;
	margin-left:180px;
}
/** FOOTER **/

#footer {
	margin-top:50px;
	color:#999;
	border-top:1px solid #999;
}
#footer p {
	text-align:center;
	font-size:10px;
}
