/*

Theme Name: Mescher
Description: Simple, modern, lightweight
Version: 1.0
Author: agence Fleurie

*/
#bg {
	position:fixe;
	top:0px;
	left:0px;
}
* {
  padding:0;
  margin:0;
  list-style:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #06386C;
}

p, h2, h3, h4, h5 {
  font-size:1.2em;
}

img {
  border:0;
}

div#wrapper {
	width:955px;
	padding-top:0px;
	margin-top: 0px;
	margin-left: -477px;
	position: absolute;
	left: 50%;
}

div#masthead {
	width:955px;
	position:relative;
	height: 199px;
	margin: 0px;
	padding: 0px;
}
#logo_franck {
	float: left;
	margin-top: 5px;
	margin-left: 30px;
}

/* Blog Title */
h1 {
  font:3.2em 'Trebuchet MS', Arial, Helvetica;
}

h1 a {
	position:absolute;
	width:300px;
	height:30px;
	left:40px;
	top:15px;
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}

/* Tagline */
#masthead p {
  position:relative;
  margin:0;
  top:62px;
  left:50px;
  color:#888;
}

/* Pages Navigation */
div#masthead ul {
  float:right;
  margin-right:22px;
  position:relative;
  z-index:2;
  bottom:-2px;
}

div#masthead ul li {
  float:left;
}

div#masthead ul li a {
  color:#686868;
  text-decoration:none;
  display:block;
  font-size:1.4em;
  padding:40px 20px 18px;
}

div#masthead ul li a:hover,
div#masthead ul li.current_page_item {
}

/* Banner image dropshadow */
div#masthead_image {
	width:955px;
	height:216px;
	clear:both;
	position:relative;
	z-index:1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

a {
	outline:0;
	text-decoration: none;
}

/* Page dropshadow */
div#content {
	width:955px;
	background-image: url(images/fond_content_bas.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contenu {
	background-image: url(images/fond_contenu.jpg);
	background-repeat: repeat-y;
	width: 955px;
	background-color: #FFFFFF;
}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/


div#main {
	width:500px;
	float:left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-left: 0px;
}
/* Main header on single pages */
h2.header {
	color:#333333;
	font-size:18px;
	line-height:21px;
	border-bottom:1px solid #e7e7e7;
	position:relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
h2.headTitre {
	color:#333333;
	font-size:18px;
	line-height:21px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1658AB;
}

div#main h2.header a {
	color:#333333;
	text-decoration:none;
}

h2.header span {
	background:#FFF;
	padding-right:10px;
	bottom:-5px;
}

/* Secondary headline above comments and comment form */
div#main h3 {
	margin:15px 0 5px;
	color:#1462B5;
	font-family: Times New Roman, Times, serif;
	font-size: 28px;
	font-weight: normal;
}


#titreaccueil {
	margin:15px 0 5px;
	color:#000;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
}
#titreaccueil2 {
	margin:15px 0 5px;
	color:#666;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 18px;
}

div#main p {
	color:#000;
	margin:10px 0;
	font-size: 11px;
}

div#main a {
	color:#1658AB;
}
div#titreaccueil a {
	color:#666;
}
div#titreaccueil2 a {
	color:#666;
}
.article {
  margin-bottom:10px;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #B8D1E4;
  background:#F0F0F0;
}

.article ul, .article ol {
	font-size:13px;
	color:#333;
	margin-left:0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.article ul li {
	padding-left:16px;
	background-image: url(./images/square10.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #1658AB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9EC8E3;
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
	color:#333333;
	font-family: Arial;
	font-size: 10px;
	margin: 0px;
}

ul.article_footer {
	text-align:right;
	margin:10px 0;
	padding:5px 10px;
	border:1px solid #DADADA;
	border-width:1px 0;
	line-height:1.5;
}

ul.article_footer li {
  font-size:0.9em;
  display:inline;
  background:none;
  border-left:1px solid #DADADA;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
	width:210px;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/fond_sidebar.jpg);
	background-repeat: repeat-y;
	z-index: 10;
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:1.2em;
}

div#secondary p {
  line-height:1.5;
  margin:5px 0;
  color:#666;
}


/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

ul#footer {
  height:8px;
  width:768px;
  margin:0 auto;
  background:url(./images/bottom.png) no-repeat;
  text-align:center;
  font-size:1em;
  color:#686868;
  padding:15px 0;
}


ul#footer li {
  display:inline;
  margin-left:10px;
}

ul#footer li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer li a {
  color:#686868;
  text-decoration:none;
}

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#F1F1F1;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background:#EBF9FC;
}

textarea#comment {
  width:500px;
}

#main p.comment_meta {
	margin:0;
	float:right;
	font-size: 11px;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#666;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

h6     {
	color:#1462B5;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1462B5;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

input.comment      {
	background-color:#FFFFFF;
	font-family:Arial;
	float: right;
	margin-right: 13px;
	width: 117px;
	font-size: 11px;
	line-height: 15px;
	margin-top: 4px;
	border: 1px solid #999999;
}
/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
}

div.navigation {
  margin:10px 0;
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */
div#troisieme_neutre {
	width:199px;
	float:right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#align {
	clear: both;
	width: 400px;
}
#bloc_pub {
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#bloc_col_droite {
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 20px;
	width: 170px;
}
.entry_droite p {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}
#bloc_col_droite h2 {
	font-family: Arial;
	font-size: 16px;
	color: #1658AB;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1658AB;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 17px;
}
#bloc_col_droite_image {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 11px;
	width: 170px;
}
#contact_col_droite a {
	color: #FFFFFF;
	text-decoration: none;
}
#bloc_menu {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 63px;
}
#clear {
	clear: both;
	width: 955px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}

/*-----------------------------------------------------------------------------

 Menu deroulant vertical

-----------------------------------------------------------------------------*/
ul#menumes ul li ul{
	display:none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #FFF;
	
}

ul#menumes ul li:hover>ul { 
display:block;



}
ul.children {
	margin: 0px;
	background-color: #FFF;
	display: block;
	z-index: 200;
	
	
}

ul#menumes ul {
	position: static;
	background-color: #FFFFFF;
	width: 130px;
	padding: 0px;
	list-style-type: none;
	list-style:none;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	text-align: right;
}
ul#menumes ul a {
	color: #003366;
	text-decoration: none;
	display:block;
	width: 126px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 9px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1648A0;
	
}



ul#menumes ul li{
	position:relative;
	_display:inline;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-image: url(images/fleche_verte_menu_42px.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	width: 133px;
}


ul#menumes ul li:hover {
	color: #FFFFFF;
	background-color: #3B8DD8;
}

ul#menumes ul li a:hover {
	color: #FFFFFF;
	background-color: #3B8DD8;
}



ul#menumes ul ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
	position:absolute;
	top:-1px;
	left:142px;
	list-style-type: none;
	list-style:none;
	text-align: left;
	width: 145px;
	border-top-width: 1px;
	border-top-color: #006600;
	border-top-style: solid;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}


ul#menumes ul ul a {
	color: #006633;
	text-decoration: none;
	display:block;
	width: 132px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 0px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 7px;
	
}


ul#menumes ul ul li {
	_display:inline;
	width: 143px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	z-index: 200;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006600;
	border-left-color: #006600;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: none;
}
ul#menumes ul ul li.hasChild {
	background-image: url(images/fleche_smenu.gif);
	background-position: right center;
	background-repeat: no-repeat;
}


ul#menumes ul ul li.hasChild:hover {
        background-image: url(images/fleche_smenu_blanche.gif);
 	background-position: right center;
        background-repeat: no-repeat;
	color: #FFFFFF;
	background-color: #006600;

	
}
ul#menumes ul ul li:hover {

	color: #FFFFFF;
	background-color: #006600;

	
}
ul#menumes ul ul li a:hover {
	color: #FFFFFF;
	background-color: #006633;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

/*----------------*/
#hauteur {
	height: 200px;
	width: 20px;
	}
.button {
	cursor: pointer;
	width: 27px;
	height: 23px;
	border: none;
	background-image: url(images/loupe.jpg);
	background-repeat: no-repeat;
	margin-left: 8px;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #009F45;
	float: left;
	line-height: 1px;
	background-position: 0px 1px;
 }  
#search  {
	height: 23px;
	width: 177px;
	margin-left: 20px;
	background-color: #009F45;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}
.formsearch {
	background-color:#FFFFFF;
	font-family:Arial;
	float: right;
	margin-right: 13px;
	width: 117px;
	font-size: 11px;
	line-height: 15px;
	margin-top: 4px;
	border: 1px solid #009F45;
}

#contact_col_droite {
	height: 22px;
	width: 132px;
	margin-left: 20px;
	background-color: #1658AB;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	background-image: url(images/enveloppe.jpg);
	background-position: 9px 1px;
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
	line-height: 23px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 46px;
}
#clear a {
	clear: both;
	width: 955px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #A9CBE8;
	text-decoration: none;
}


    .more-link {
	font-size: 11px;
	font-variant: small-caps;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: left;
	background-image: url(images/plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 13px;
	padding-left: 13px;
    }
.post  h2 {
	margin:15px 0 5px;
	color:#1462B5;
	font-family: Times New Roman, Times, serif;
	font-size: 28px;
	font-weight: normal;
}
#decal5 {
	margin-left: 12px;
}
.maree_blanc {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.maree_noir {
	font-family: Arial;
	font-size: 11px;
	color: #5B5B5B;
}
.maree_titre {
	font-family: Arial;
	font-size: 12px;
	color: #1658AB;
}
.maree_noir2 {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
.wpchgfontsize {
	margin-left: 20px;
	margin-top: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	margin-bottom: 5px;
}
.wpchgfontsize a {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	margin-bottom: 4px;
}
.wpchgfontsize a:hover {
	color: #000000;
}
h5 {
	color:#333;
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
div#main a:hover {
	text-decoration: underline;
}

#accueil_principal {
	width: 490px;
	margin-top: 15px;
	background-color: #DBEEFD;
	padding-right: 5px;
	padding-left: 5px;
}
#accueil_bas {
	width: 500px;
	margin-bottom: 15px;
}
#accueil_centre_gauche {
	float: left;
	width: 240px;
	margin-bottom: 1px;
}
#accueil_centre_droite {
	float: right;
	width: 240px;
	margin-bottom: 1px;
}
h6.accueil_titre a{
	color:#333333;
	font-size:14px;
	position:relative;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Arial;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.accueil_titre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #1658AB;
}
#accueil_separation {
	clear: both;
	height: 1px;
	width: 200px;
}
a.lienaccueil {
	color: #003366;
	text-decoration: none;
	display:block;
	width: 126px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 9px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1648A0;
	font-family: Arial;
	font-size: 12px;
	text-align: right;
}
#lien_accueil {
	position:relative;
	_display:inline;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	background-image: url(images/fleche_verte_menu_42px.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	width: 133px;
}
a.lienaccueil:hover {
	color: #FFFFFF;
	background-color: #3B8DD8;
}#blocswfdroite {
	margin-left: 25px;
}

.arial14blue {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #134E97;
}
#neutre {
	width:190px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	height: 180px;
	position: absolute;
	z-index: 10;
	margin-top: 230px;
	margin-left: 10px;
}
