@charset "utf-8";
/* CSS Document */

.boxed {
	padding: 5px 30px 20px 30px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #069;
	font-size: 2em;
	text-align: center;
}

.span {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #06F;
}





.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
}


.orange {
	margin: 20px 30px;
	color: #C30;
	background-color: #FC6;
	background-image: url(../images/img_or.gif);
	background-repeat: repeat-x;
}

.orange a {
	color: #C30;
}

.col-one {
	float: left;
	width: 600px;
}
.col-one ul li {
	list-style-position: inside;
	list-style-image: url(../images/balise_liste.gif);
}
#carte3 {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	border: 1px solid #F60;
	padding-left: 10px;
	color: #006;
	padding-bottom: 10px;
}
#map {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

.boxed a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

