/*
Theme Name: Haute Meurthe
Theme URI: http://www.adilade.fr/
Description:  Theme for the blog Website Haute-Meurthe.
Author: Adilade
Author URI: http://www.adilade.fr/
*/

/* Main -------------------------------*/
body {
    margin: 5px auto 5px auto;
    padding: 0;
	font: 78% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #303030;
	background:#706353 url(design/bg.jpg) repeat-x top;
	}
/* Links -------------------------------*/
a {  
	color: #005a9c;
	text-decoration: none;
	}	
a:visited {
	color: #474747;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	color: #9e1f00;
	}
a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	}
html>body a.ext {
	background: url(design/link.gif) no-repeat right;
	padding-right: 15px;
	}
a img {
	border: none;
	}	
/* Img -------------------------------*/
.centre {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-size: 0.8em;
	}	
.right {
	float: right;
	margin-left: 0.5em;
	margin-right: 8em;
    padding: 5px;
	background: #ffffff;
	}
.left {
	float: left;
	margin-right: 0.5em;
    padding: 5px;
	font-size: 0.8em;
	background: #fff;
	}
/* H -------------------------------*/
h1 {	
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	color: #474747;
	margin: 0 0 1em 0;
	}
h2 {	
	text-align: left;
	font-weight: bold;
	margin-top: 1.5em;
	}
h3 {
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
	}
/* Various attributes-------------------------------*/			
acronym, abbr { 
    cursor: help;
    border-bottom: dotted 1px #333;
    }
kbd {
	border: 1px solid #6d5732;
	padding: 2px;
	background: #fff;
	}
blockquote {
	border: 1px solid #077100;
	background:#f1efe2;
	border-left : 5px solid #077100;
	padding: 10px 20px;
	}
small {
	font-size: 0.9em;
	line-height: 1.5em;
	}
strike, del {
	text-decoration: line-through;
	}
sup, sub {
    line-height: 50%;
    font-size: 80%;
	}
q {
	font-style: italic;
	quotes: "« " " »" "'" "'";
	}
/* Page -------------------------------*/
#page {
	margin: 0 auto;
	width: 760px;
	background-color: white;
	}
/* Header -------------------------------*/
#header {
	margin: 0 auto 0 auto;
	padding: 0;
	display: block;
    background: #e6edd4 url(design/header.jpg) no-repeat center;
	height: 100px;
	}	
/* Accessibility -------------------------------*/
#ac {
	padding: 3px 5px 0 0;
	text-align: right;
	font-size: 0.9em;
	}	
#ac ul {
	margin: 0;
	padding: 0;
	}
#ac li {
	display: inline;
	list-style-type: none;
	}
#ac a {
	color: #303030;
	}
#ac a:hover {
	text-decoration: underline;
	}
/* Menu inspires by http://www.htmldog.com/articles/suckerfish/dropdowns/-------------------------------*/
#sidebar {
	margin: 0;
	list-style-type: none;
	line-height: 1;
	padding: 0 0 0 5px;
	height: 30px;
    background: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;border-left: 1px solid #ccc;border-right: 1px solid #ccc;
    }
#sidebar ul {	
	list-style-type: none;
	line-height: 30px;
	margin: 0;
	padding: 0;
	height: 30px;
	font-weight:bold;
	}
#sidebar a {
	display: block;
	}
#sidebar li {
	float: left;
	white-space: nowrap;
	height: 30px;
	text-align: center;
	}
#sidebar ul li a {
	/* IE Mac  \*//*/
	float: left;
	 /**/
	padding: 0 10px 0 10px;
	}
#sidebar li ul {
	position: absolute;
    background:#eee;
    height: auto;
	width: 10em;
	left: -999em;
	}
#sidebar li.communes ul {
	width: 16em;
	}
#sidebar li ul li {
	height: 25px;
	line-height: 25px;
	width: 99%;
	border-left: 1px solid #ccc;	border-right: 1px solid #ccc;	border-bottom: 1px solid #ccc;	
	}
#sidebar li ul a, #sidebar li ul a:hover {
	text-align: left;
	padding-left: 10px;
	}
#sidebar li ul li:hover {
	 background: url(design/menu-li.gif) left no-repeat #fff;
	}
#sidebar li:hover ul, #sidebar li.sfhover ul {
	left: auto;
	}
#sidebar li.communes:hover {
	 background: url(design/menu-hover.gif) top center no-repeat;
	}
#sidebar li.communes {
	 background: url(design/menu.gif) top center no-repeat;
	}		 
/* Breadcrumb -------------------------------*/
.breadcrumb {
    padding-left: 0.5em;
    padding-top: 0.5em;
    text-align: left;
    font-size: 0.9em;
    font-weight: bold;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	}
/* Content -------------------------------*/
#content {
    padding: 10px 2em 0px 2em;
    margin: 0;
	line-height: 170%;
	background: #fff url(design/footer.jpg) bottom left no-repeat;
	border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	}
#content .sub-title {
	font-weight: bold;
	font-size: 1.2em;
	color: #077100;
	text-align: center;
	}
.both {
	clear: both;
    }
.textcenter {
	margin: 0 auto;
	text-align: center!important;
	}
#content ul li {
	text-align: left;
    display: list-item;
    list-style: disc;
	margin: 1px;
    }
#content ol li {
	text-align: left;
    display: list-item;
    list-style: decimal;
    margin: 1px;
    }
#content a {
    text-decoration: underline;
    }
#content a:focus, #content a:hover, #content a:active {
	border-bottom: 2px solid #706353;
	text-decoration: none;
	}
.ih2 {
	margin: 0px 0px 2px;
	border: none!important;
    }
.ih2 a:hover, .ih2 a:focus, .ih2 a:active {
	border: none!important;
	color: #9e1f00!important;
    }
#content h2 a, #content h1 a {
	background: transparent;
	color: #303030;
	text-decoration: none;
	}
#content h1 a:hover {
	border: none;
	color: #9e1f00;
	}
#content h2 {
	border-bottom: 3px solid #ddd;
	color: #474747;
	clear: both;
	font-size: 1.4em;
	}
#content dl {
 	margin-bottom: 0.5em;
 	margin-left: 5em;
 	text-align: left;
 	}
#content dt {
	font-size: 1em;
	}
#content dd {
	margin-bottom: 0.6em;
	}
#content p {
	text-align: left;
	}
.share {
	clear: both;
	padding: 0;
	margin: 0;
	}
.sharepage {
	clear: both;
	padding: 4px;
	margin: 1em 0;
	text-align: center!important;
	line-height: 12px!important;
	}
#content .share a:focus, #content .share a:hover, #content .sharepage a:focus, #content .sharepage a:hover {
	border-bottom: none;
	text-decoration: none;
	}
/* Home -------------------------------*/
#content .lastnews li {
	list-style: url(design/news.gif);
	}
.h2news {
	margin: 15px 0px 2px;
	padding-left:  10px;
	height: 30px;
	line-height: 30px;
	border: none!important;
	clear: both;
	color: #111;
	background: url(design/h2news.jpg) left no-repeat;
    }
/* Promo Home -------------------------------*/
#promo {
	clear: both;
	margin: 0 auto;
	text-align: center!important;
	}	
#promo a:focus, #promo a:hover, #promo a:active {
	border-bottom: none!important;
	}	
/* Sommaire customer page -------------------------------*/
#sommaire {
	float: right;
	display: block;
	width: 14em;
	background: #eee;
	border: 1px solid #ddd;
	margin-bottom: 1em;
	margin-left: 1em;
	margin-right: -1em;
	}
#sommaire h2 {
	background: #474747 url(design/bg-gris.gif) repeat-x;
	color: #f1f1f1;
	border: 1px solid #ddd;
	padding: 3px 3px 3px 10px;
	margin: 0;
	font-size: 1.2em;
	}
#sommaire ul {
	list-style-type: square;
	margin: 5px 0 5px 20px;
    padding: 0px;
	}
#sommaire h3 {
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
	color: #9e1f00;
	margin: 0;
	}
/* Contact customer page -------------------------------*/
.contactformpage {
	float: left;
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
	}
/* Activity -------------------------------*/
.activite {
	text-align: left;
	margin-left: 25px;
	clear: both;
	}
.activitetitre {
	font-weight: bold;
	font-size: 1.5em;
	}
.activite img {
	border: 3px solid #6c6c6c;
	}
.activite a {
	text-decoration: none!important;
	}
.activite a:hover, .activite a:focus, .activite a:active {
	border-bottom: none!important;
	}
.float {
	float: left;
	width: 33%;
	margin-bottom: 2em;
	}
/* News and bloc post -------------------------------*/	
#content h3 {
	margin: 0;
	padding-bottom: 5px;
	width: 100%;
	border-bottom: 1px solid #ddd;
	}
#content h3 a {
	color: #005a9c;
	text-decoration: none;
	}
.news {
	background: #eee;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #ddd;
	text-align: left;
	}
.news h2, .news h3 {
	clear:both;
	border-bottom: none!important;
	margin-top: 0!important;
	}
.postdatasingle {
	border: 1px solid #e2e2e2;
	background:#f1f1f1;
	padding-left: 5px;
	margin: 0;
	clear: both;
	}
.postdatahome {
	border-bottom: 1px solid #ccc;
	margin: 0;
	clear: both;
	}
.postcomment {/* post data comment */
	background: url(design/comment.gif) no-repeat 0px 50%;
	padding-left: 16px;
	}
.postdate {/* post data date */
	background: url(design/date.gif) no-repeat 0px 50%;
	padding-left: 15px;
	}
.feed {
	background: url(design/feed.gif) no-repeat 0px 50%;
	padding-left: 15px;
	}
/* Only for IE MAC -------------------------------*/
.postcomment, .postdate, .feed {
	/* IE Mac  \*//*/
	background: none;
	padding-left: 0;
	/**/
	}
/* Page Navigation -------------------------------*/	
.navigation {
	margin: 0;
	padding: 5px 10px 20px 10px;
	font-weight: bold;
	font-size: 1.1em;
	}
.navigation a {
	text-decoration: none!important;
	}
.ar {				
	float: right;
	}
.al {
	float: left
	}
/* Comments -------------------------------*/
#commentsbloc {
	font-family: Verdana, Geneva, Arial, sans-serif;
	}
#commentsbloc p {
	text-align: left;
	}
#commentsbloc h2 {
	margin-top: 2em;
	text-align: left;
	border: none;
	}
.comment {
	margin: 1em 1em 1em 0;
	padding: 2px 5px 5px 2px;
	border: 1px solid #ddd;
	}
.bypostauthor {
	background: url(design/cauth-bg.gif) top repeat-x #f1f1f1;
	}
.cmeta {
	margin: 1px 0px 5px 2px;
	border-bottom: 1px dotted #DAD5A9;
	}
.cmeta a {
	text-decoration: none!important;
	}
.cmeta a:focus, .cmeta a:hover {
	background: transparent;
	text-decoration: underline!important;
	border-bottom: none!important;
	}
.mod {
	color: red;
	}
.comtxt{
	margin: 5px 5px 5px 15px;
	}
/* Comment form -------------------------------*/
#commentform {
	font-size: 1em;
	margin: 15px 0px 30px 0px;
	}
#commentform input {
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #ccc;
	background:#eee;
	}
#commentform textarea {
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #ccc;
	background:#eee;
	}
#commentform input:focus, #commentform textarea:focus, #commentform textarea:active {
	border: 1px solid #cccccc;
	background:#ffffff;   
    }
#commentform #submit {
	padding: 2px;
	background: transparent;
	text-align: center;
	border: 1px solid #ccc;
	font-weight: bold;
	cursor: pointer;
	}
#commentform #submit:hover {
	border: 1px solid #cccccc;
	background:#eee;
	}
/* Footer -------------------------------*/
#footer {
	margin: 15px 0 0 0;
	font-size: 0.9em;
	padding: 3px 0 3px 0;
	clear:both;
	line-height: 170%;
	border-top: 1px dashed #ccc;
	}
#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	}
#footer a {
	color: #303030;
	text-decoration: none;
	}
#footer a:hover {
	border: none;
	text-decoration: underline;
	}
/* Customers -------------------------------*/
#content .bleu {
	color:blue;
	}
#content .rouge {
	color:#ff0000;
	}
#content .vert {
	color:green;
	}
#content .agenda {
	color:green;
	font-weight: bold;
	}
#content .u {
	text-decoration: underline;
	}
/* Forms -------------------------------*/
.contactform {
    width: 90%;
	}
.contactform input, select {
	padding: 3px;
	margin: 5px 5px 1px 0;
	border: 1px solid #ccc;
	background:#eee;
    }
.contactform label {
	color: #2F476E;
	font-weight: bold;
	}
.contactform textarea {
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #ccc;
	background:#eee;
    }
.contactform input:focus,.contactform input:hover,.form input:active, .contactform select:focus, .contactform select:hover, .contactform select:active, .contactform textarea:focus, .contactform textarea:hover, .contactform textarea:active  {
	border: 1px solid #cccccc;
	background:#fff;
    }
input.formsubmit {
	border: 1px solid #ccc;
	background:#fff;
    }
input.formsubmit:hover, input.formsubmit:focus, input.formsubmit:active { 
	border: 1px solid #cccccc;
	background:#eee;  
    }
.classerror {
	border: 1px solid #F4A4AD!important;
	background: #FFCCCC!important;
	}
/* Messages manage-------------------------------*/
.error {
	color: #B50000;
	font-weight: bold;
	}
.confirm {
	color: #2C7C27;
	font-weight: bold;
	}
/* Flexible Upload -------------------------------*/	
#galerie {
margin-left: 25px;
}
.imageframe { float: left; margin-right: 10px; margin-bottom: 10px; padding: 5px; border: 1px solid #aaa; }
.imageframe a { border-bottom: none!important; }
.imgalignleft { float: left; margin-right: 5px;}
.imgalignright { float: right; margin-left: 5px;}
.imgaligncenter { display: block; margin-left: auto; margin-right: auto;}
.imagecaption {font-size: 0.8em; text-align: center;}
/*  Image align and caption for WP -------------------------------*/
div#content img.aligncenter, div#content img.alignright, div#content img.alignleft {margin: 10px; padding: 5px;border: 1px solid #ccc;}
div#content img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
div#content img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
div#content img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
div#content .alignright {
	float: right;
	}
div#content .alignleft {
	float: left;
	}
/* Captions */
div#content .aligncenter, div#content div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
div#content .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #eee;
	padding-top: 4px;
	margin: 10px;
	}
div#content div.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}
div#content .wp-caption p.wp-caption-text {
	font-size: 0.9em;
	text-align: center;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
/* End captions -------------------------------

/* Image Gallery -------------------------------*/
div.gallery {
	clear: both;
	margin: auto;
	}
dl.gallery-item {
	float: left;
	margin: 10px 0 10px 13px;
	padding: 0;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #eee;
	}
dt.gallery-icon {
	padding: 8px 0 4px 0;
	text-align: center;	
	margin: 0 auto;
	}
dt.gallery-icon img {
	padding: 0;
	}
dd.gallery-caption {
	font-size: 0.9em;
	font-style:italic;
	text-align: center;
	margin: 0;
	line-height: 17px;
	padding: 0 4px 5px;
	}
div.gallery dl.gallery-columns-1 {

	width:100%;

	}

div.gallery dl.gallery-columns-2 {

	width:45%;

	}

div.gallery dl.gallery-columns-3 {

	width:33%;

	}

div.gallery dl.gallery-columns-4 {

	width:24%;

	}

div.gallery dl.gallery-columns-5 {

	width:19%;

	}
/* End Image Gallery -------------------------------*/
