@font-face {
	font-family: 'JournalRegular';
	src: url('/fonts/journal.eot');
	src: local('Journal Regular'), local('Journal'), url('/fonts/journal.ttf') format('truetype');
}

body {
	background-color:#19171c;
}
h1, h2 {
	color: #aaa;
}
#wrapper {
	height:480px;
	margin: 50px auto 5px auto;
	padding: 20px;
	position:relative;
	width:870px;
}
#content {
	background-color:#fff;
	margin-bottom: 15px;
	height: 340px;
	padding: 20px;
	position:relative;
	width: 740px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content h2 {
	font-size:1em;
	color:#000;
	line-height:1.4em;
}
#bandeau {
	color:#7e3d53;
	margin-right:20px;
	text-align:justify;
	width:210px;
	position:absolute;
}
#bandeau1 {
	color:#7e3d53;
	margin-right:20px;
	text-align:justify;
	width:740px;
	position:absolute;
}
#bandeau p {
	margin:0;
	font-size:.85em;
}
#bandeau1 ul {
	list-style:none;
	float:left;
	width:700px;
}
#bandeau1 li {
	margin:0;
	padding:0;
	width:120px;
	height:120px;
	margin-right:15px;
	display:inline-block;
}
#bandeau1 div {
	width:510px;
	height:340px;
}
#bandeau1 p {
	width:700px;margin:0;
}
#bandeau1 p.third {width:27%; margin-right:2%; padding:0 2%;float:left;position:relative;}
#bandeau1 p.third a.popup {display:block;text-align:center;margin:10px 0;position:absolute; top:110px; left:20px; }
#bandeau1 p.half {width:47%; margin-right:2%; float:left;position:relative;}
.deco {
	float:right;
	right:20px;
}
#deco {
	position:absolute;
	right:20px;
	
}

#nav {
	background-color:#979192;
	padding:20px;
	position:absolute;
	right:0;
	top:220px;
}
#nav a {
	color:#000;
}
#nav a:hover {
	color:#6a0808;
}
#nav ul {
	list-style:none;
}
#nav ul li {
	margin:0;
	padding:0;
}

#etablissement {
	background-image:url('/img/content/layout/grain-de-sel-meribel.jpg');
	position:absolute;
	right:150px;
	top:380px;
	width:353px;
	height:108px;
}
#etablissement p, #etablissement a{
	color: #fff;
}
#etablissement p {
	text-align:center;
	margin-top:70px;
}

#legals, #legals a {
	color: #282828;
}
#legals a:hover {
	text-decoration:underline;
}

#links a {
	color:#ccc;
}
#links a:hover {
	color:#444;
}

#footer {
	border-top: 1px solid #aaa;
	clear: both;
	font-size: .9em;
	margin-top: 140px;
	margin-bottom:45px;
	padding-top: 15px;
	text-align: center;
}
#footer a {
	color:#ccc;
}
#footer a:hover {
	color:#444;
}


#news {
	margin-top:25px;float:left; margin-right:3%; 
}
#news h3{
	color:#fff; 
	font-size:1.1em;
}
#noNews {
	font-size:3em;
}
.news {
	position:relative;
}
.news span{	
	border: 1px solid #ccc;
	display: block;
	margin-top:5px;
	padding: 2px 5px;
	text-align:center;
	
	position:absolute;
	bottom:0;
	right:0;
}
a[href$='.pdf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../../img/elements/icon_pdf.gif) no-repeat center right;
}
blockquote {
	background-image: url(../../img/elements/blockquote.png);
	background-position: 0pt 0pt;
	background-repeat: no-repeat;
	padding: 40px 20px;
	margin: 15px auto;
	font-size: .9em;
	font-style: italic;
	line-height: 1.7em;
	width: 530px;
	height: 150px;
}



/* PAGINATION */
.paginator {
	text-align:center;
}
.paginator a.prev {
	padding-right:25px;
}
.paginator a.next {
	padding-left:25px;
}
.paginator span {
	padding:0 5px;
}
.paginator span.current {
	display:inline-block;
	font-weight: bold;
	padding:5px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border: 4px;
}
.paginator span.disabled {
	padding:0 25px;
}
.paginator span a {
	display:inline-block;
	padding:5px 10px;
	border:1px solid #06c;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border: 4px;
}

form {overflow:auto;height:340px;}
fieldset {border:none;padding:0;margin:0;}
legend {display:none;}
input[type="text"] {display:inline-block;width:130px;font-size:.85em;margin:0;}
label {display:inline-block;width:60px;font-size:.85em;margin:0;}
textarea {width:190px;height:100px;}
form .error-message {font-size:.75em;}
form .error label{text-decoration:underline;}


/* SHARED */
.info {
	background-image:url('/img/icons/information.png');
	background-repeat:no-repeat;
	background-position: 7px 50%;
	padding:5px 7px 5px 30px;
	border:1px solid #6793c0;
	background-color:#d1deee;
}
.clear { clear:both; }
.last { margin-right:0; }
.first { margin-left:0; }
.floating { margin-right:3%; width:48%; float:left; position:relative;}
small {
	font-size:smaller;
}
hr {
	color: red;
	background-color: #ccc;
	height: 1px;
	border: 0;
	width:30%;
}

/* JQUERY */
#easy_tooltip{
	background:#f5f5f5;
	border:1px solid #06C;
	padding:4px 10px;
	z-index:1000;
}
