
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  style ... /
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* ====================================================================== <<<< General */

@import url("jqGalScroll.css");

*{
	margin: 0;
	padding: 0;
	border: 0;
}
html{
	font-size: 100.01%;
}
body, ul, li, input, textarea, select{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
body{
	font-size: 62.5%;
	color: #171a1f;
	line-height: 1.6;
	text-align: center; /* for Ie5 */
	background-color: #fff;
}
a:link, a:visited{
	background-color: transparent;
	color: #000;
	text-decoration: none;
	outline: 0;
}
a:hover{
	background-color: transparent;
	border-bottom: dotted 1px #ccc;
}
a:focus, a:active{
	background: transparent;
	border-bottom: 0;
	color: #000;
}
ul{
	margin: 0 0 0 30px;
}
ul li{
	list-style-type: none;
	background-image: url(../images/dot_bigred.jpg);
	background-repeat: no-repeat;
	background-position: 0% 65%;
	padding-left: 20px;
	padding-top: 5px; 
}
h1, h2, h3, h4, h5{
	font-family: "Gill Sans", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-weight: bold;
}
h1{
	text-indent: -5000px;
	background: url(../images/logo.jpg) no-repeat;
	width: 425px;
	height: 279px;
}
h2{
	text-decoration: underline;
	margin: 30px 0 20px 0;
	font-size: 1.8em;
}
address{
	margin: 0 0 0 250px;
}
table{
	margin: 0 0 0 30px;
}

/* ====================================================================== <<<< General */


/* ====================================================================== <<<< Mise en page */

#container{
	font-size: 1.1em;
	text-align: left;
	padding: 0 0 40px 80px;
	background: #fff url(../images/fond.png) repeat-y;
}
.gallery li{
	background: none;
}
#map {
	width: 480px; 
	height: 300px; 
	margin: 20px 0 0 30px;
}
#map span, #map a{
	visibility: hidden;
}
#plan{
	display: block;
	margin: 40px 0 0 60px;
}
/*
#location{
	text-indent: -5000px;
	background: url(../images/location.jpg) no-repeat;
	width: 285px;
	height: 50px;
}
#contact{
	text-indent: -5000px;
	background: url(../images/contact.jpg) no-repeat;
	width: 150px;
	height: 50px;
}*/

/* ====================================================================== <<<< Mise en page */
