/* CSS Document */

body {
background : #fff;
}
#header{
	display:block;
	width:100%;
}

#header img{
	margin:1em auto;
	width:262px;
	height:100px;
	display:block;
	overflow:hidden
}

.actualites,.contenu{
	padding:1em;
}

.actualites p{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.actualites a{
	float:right
}

adress{
	display:block;
	text-align:center;
	font-size:0.75em
}

.gallery{
	clear:both;
	margin:1em 0;
	width:98%;
	overflow:hidden;
	background:#333;
	border:1px solid #000;
	text-align:center;
	padding:2em 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.contenu img{
	width:80%;
	max-width:300px;
	min-width:100px
}

#map{
	width:100%;
	padding:1%;
	max-width:300px;
	min-width:200px;
	margin:0 auto
}


.contenu h3{
	font-size:1.5em !important;
	display:block;
	clear:both;
	width:100%;
	color:#6E96BE;
}
.content h5,.contenu h5{
	font-size:1.2em !important;
	border-bottom:1px solid #6E96BE;
	display:block;
	clear:both;
	width:100%;
	color:#6E96BE;
	padding-bottom:0.25em !important
}

.orange {
color : #ff6600;
text-decoration : underline;
}