@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a img {
	border:none;
}
* a:focus {
	outline:none;
}
.clear_both {
	clear:both;
}
.centrer {
	text-align:center;
}
.left {
	float:left;
}
.right {
	float:right;
}
.rouge {
	color:#da2914;
}
body {
	background:#FFFFFF url(../images/background.jpg) repeat-x top;
	text-align:center;
	font-size:11px;
	padding-bottom:50px;
	color:#5c5c5c;
}
a {
	color:#5c5c5c;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/* CONTAINER */
#container {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	line-height:17px;
}

/* ENTETE */
#entete {
	width:760px;
	margin-left:20px;
	height:94px;
	text-align:justify;
	color:#FFFFFF;
	font-size:10px;
}
#entete a {
	color:#FFFFFF;
}

/* MENU */
#menu {
	width:760px;
	margin-left:20px;
	height:32px;
	text-align:left;
	background:url(../images/menu-pointilles.jpg) no-repeat left;
}
#menu a {
	float:left;
	display:block;
	width:95px;
	height:23px;
	padding-top:9px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#494949;
	background:url(../images/menu-pointilles.jpg) no-repeat right;
}
#menu a:hover {
	color:#FFFFFF;
	background:url(../images/menu-hover.jpg) repeat-x;
}
#menu a.on {
	float:left;
	display:block;
	width:95px;
	height:23px;
	padding-top:9px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	background:url(../images/menu-hover.jpg) repeat-x;
}

/* CONTENT */
#content {
	float:right;
	width:480px;
	text-align:justify;
	margin-top:25px;
}
#content h1 {
	font-size:22px;
	border-bottom:1px solid #b9b9b9;
	padding-bottom:7px;
	margin-bottom:8px;
}
#content p {
	margin:0px 0px 15px 5px;
}
#content .preview {
	float:left;
	width:160px;
	margin-bottom:10px;
}
#content .preview a img {
	border:1px solid #FFFFFF;
}
#content .preview a:hover img {
	border:1px dashed #da2914;
}

#content .toggler {
	font-size:12px;
	color:#da2914;
	padding:2px;
	background:url(../images/puce-cone.jpg) no-repeat left center;
	padding-left:22px;
	cursor:pointer;
	margin-bottom:5px;
}
#content .toggler:hover {
	text-decoration:underline;
	background:url(../images/puce-cone.jpg) no-repeat 5px center;
	padding-left:27px;
}
#content div.element {
	text-align:left;
	padding-left:10px;
	margin-bottom:5px;
}
#content div.element a img {
	border:1px solid #CCCCCC;
	padding:1px;
	margin-bottom:5px;
}
#content div.element a:hover img {
	border:1px dashed #da2914;
}

/* BANDEAU */
#bandeau {
	float:left;
	width:270px;
	text-align:right;
	margin-top:20px;
}
#bandeau img {
	padding:1px;
	border:1px solid #bcbcbc;
}
#bandeau h2 {
	width:270px;
	height:50px;
	font-size:18px;
	font-weight:bold;
	padding-top:10px;
	margin-top:15px;
}
#bandeau h2.contact {
	background:url(../images/box-cone.jpg) no-repeat right;
}
#bandeau h2.adresse {
	background:url(../images/box-adresse.jpg) no-repeat right;
}
#bandeau .box {
	width:205px;
	background:url(../images/box-bottom.jpg) no-repeat bottom right;
	text-align:left;
	padding:0px 0px 15px 65px;
}

/* MAP */
#map {
	width:480px;
	height:300px;
}

