/*
Design by Styleshout
http://styleshout.com/
Released for free under a Creative Commons Attribution 2.5 License
Adapté pour Pluxml par Hybrid's Square
http://hybrids-square.com
*/
#syndication ul {list-style:none;}

#syndication li a{
	display : block;
	padding : 0 0 0 25px;
	background : url(images/feed-icon-14x14.gif) no-repeat 5px 0.1em;
	}
#syndication li a:hover{
	background : url(images/feed-icon-14x14-2.gif) no-repeat 5px 0.1em;
	}
#pagination { text-align: center; }

/*fieldset {
	border : 0;
	background: #fff;
	width: 130px;
	}*/
#recherche input {
	background: url(images/search.png) no-repeat 4px center;
	width: 90px; 
	border: 1px solid #999;
	padding-left: 38px;
}

/*label {
	display : block;
	}*/

/*input, textarea {
	border : 1px solid #829346;
	border-left : 4px solid #829346;
	}*/

/*textarea {
	width : 95%;
	}*/
 
#cat ul {
	margin: 5px 0 5px 15px;
	padding: 0;	
	/*border-top: 1px dashed #E1E1E1;*/	
}
#cat ul li {
	list-style: none;
	border-bottom: 1px dashed #E1E1E1;
	margin-left: 9px;
}
#cat ul a {
	display: block;
	color: #000; 
	text-decoration: none;
	padding:.3em 0 .3em 10px;		
	width: 100%;
}
#cat ul a:hover {
	padding: .3em 0 .3em 10px;
	color: #CB4721;
	/*background: #FFF;*/	
}
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { 
	padding: 0; margin: 0;
}
body {
	margin: 0; 	padding: 0;
	font: normal .70em/1.6em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	color: #666666;
	text-align: center;
	/*background: #a7bcf9;*/
	background : url(images/bg.gif);

}

/* links */
a {
	color:#540115; 
	background-color: inherit;
	text-decoration: none;	
}
a:hover {
	background-color: inherit;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color:#222;
	letter-spacing:-1px;
}
h1 { font-size: 1.7em; } 
h2 { font-size: 1.5em; color:#74743D; }
h3 { font-size: 1.5em; color:#C34E23; font-weight: normal; letter-spacing: 0px;}

#main h1 { 
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #540115; 	
	padding: 0 0 5px 0;
	margin: 0 15px 15px 15px;
	letter-spacing:-1px;
	background:url(images/bk_dotted.gif) bottom left repeat-x;
}
#sidebar h1 {
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
	/* color: #74743D; */ 	
	color: #6C6E3A;
	padding: 0;
	margin: 0 0 10px 5px;	
	letter-spacing:-1px;	
}

p, h1, h2, h3 {
	margin: 10px 15px;
	padding: 0;
	color: #540115; 
}

path {
	
	padding: 0;
	font-size:10px;
	color:#3a2aef;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}

/* images */
img {
	border: 1px solid #DADADA;
	padding: 5px;	
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */   
  background: #FCFCF9;
  border: 1px solid #EFEFEF;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 30px;  	
  	font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;   
	background: #FCFCF9;
   border: 1px solid #EFEFEF;
	color: #6C6E3A;
}

/* form elements */
form {
	margin: 5px;
	padding: 0;
	border: 1px solid #EFEFEF; 
	background: #F8F8F8;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border: 1px solid #EFEFEF;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;	
	color: #666666;
}

fieldset{
	border : 0;
	}
fieldset.withlegend {
	border : 1px solid #ccc;
	}
input {
	border : 1px solid #666;
	border-left : 2px solid #666;
	}
textarea {
	border : 1px solid #666;
	float : left;
	border-left : 2px solid #666;
}

input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #EFEFEF;
	padding: 2px 3px; 	
	background: #F1F0E4;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #333; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #footer-content, #content {
	width: 819px;	
}

/* header */
#header {
	background: url(images/header.png) no-repeat center;
	/*background: #FFF;*/
	height: 201px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #logo {
	position: absolute;	
	font: normal 50px/70px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px; 
	color: #fff;
	/*background:  url(images/logobg.jpg)top;*/
	/*border: 1px solid #4E460F;*/
	height: 114px;
	width: 320px;
	padding: 0 0;
	margin: 0;
	top: 100px; left: 0px;
	
	/* change the values of left and top to adjust the position of the logo */
	/*top: 18px; left: 0px;*/
}
#header-content #slogan {
	position: absolute;	
	font: normal 12px 'Trebuchet MS', Tahoma, sans-serif;
	letter-spacing: 0px;
	/* color: #D4AA80; */
	color: #BBB;	 
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 88px; left: 30px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 0px; top: 125px; 
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin: 0; padding: 0;		
	text-transform: uppercase;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 0px 18px 7px 18px;	
	color: #F3A251; 
	/* color: #C8935D; */
	text-decoration: none;
}
#header-content li a:hover {
	color: #F88F26;
}
#header-content li a#current  {	
	color: #FFF;	
}

#header #header-links {
	position: absolute;
	top: 120px; right: 0px;	
	color: #CCCCFF;
	font-size: 90%;
}
#header #header-links a {	
	color: #CCCCFF;
	text-decoration: none;
}
#header #header-links a:hover {
	color: #F3A251;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	
	/*width: 643px;*/
	background:  url(images/contentbg.jpg) repeat-y center top;
	/*border: 1px solid #000;*/	
}
#content {
	text-align: left;	
	padding: 0; margin: 0px auto;
		
}

/* sidebar */
#sidebar {
	float: right;
	width: 165px;
	height: 320px;
	margin: 0 0 0 0;
	padding: 0;
	/*background: url('images/sidebar.png') no-repeat right;*/
	/*border: 1px solid #000;*/
}
#sidebar ul.sidemenu {
	margin: 0 0 0 0;
	padding: 0;	
	/*border-top: 1px dashed #E1E1E1;*/	
}
#sidebar ul.sidemenu li {
	list-style: none;
	/*border-bottom: 1px dashed #E1E1E1;*/
}
#sidebar ul.sidemenu a {
	display: block;
	color: #000; 
	text-decoration: none;
	padding:.3em 0 .3em 10px;		
	width: 94%;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 0px;
	color: #CB4721;
	/*background: #FFF*/;	
}

/*=================================================================== */
ul.menu1, ul ul {padding:0; margin-left:0em; border:0; list-style-type:none; height:22em; overflow:hidden; background:#f8f8f8; width:14em; text-align:left; color:#fff; border:0px solid #606;}
ul.menu1 table {border-collapse:collapse; padding:0; margin:0; font-size:0.8em;}
ul.menu1 ul {margin-left:0.6em; }
ul.menu1 li {text-indent:0.2em; }
ul.menu1 li.drop {margin-bottom:-2px;border-bottom: 1px dotted #000; color: #CB4721;}
ul.menu1 li a, 
ul.menu1 li a:visited {display:block; width:24em; height:2em; line-height:1.9em; text-decoration:none; color:#606;}
ul.menu1 li a.last, 
ul.menu1 li a.last:visited {display:block; width:24em; height:14em; line-height:2em;}
ul.menu1 li ul {display:none;}

ul.menu1 li:hover a, 
ul.menu1 li a:hover {border:0; color:#00c; font-weight:bold;}
ul.menu1 li:hover ul, 
ul.menu1 li a:hover ul {display:block; height:12em; width:16em; margin-top:-1px; background:#def; border:1px solid #000;}
ul.menu1 li:hover ul li a, 
ul.menu1 li a:hover ul li a {height:2em; background:#def; color:#00c; font-weight:normal;}
ul.menu1 li:hover ul li:hover a, 
ul.menu1 li a:hover ul li a:hover {background:#00c; color:#fff;}
/*=================================================================== */

.images {background:#c00; width:20px; height:20px; padding:1px;}

#nav ul {margin:0 auto 100px auto; padding:0; list-style:none; display:table; white-space:nowrap; font-family: arial, verdana, sans-serif; font-size:11px;}
#nav li {display:table-cell; margin:0; padding:0;}
#nav a {float:left; color:#fff; background: #040 url(left2.gif) no-repeat left bottom; margin:0 2px 0 0; padding:0 0 0 2px; text-decoration:none; letter-spacing:1px;}
#nav a b {float:left; display:block; background:transparent url(right2.gif) no-repeat right bottom; padding:5px 16px 5px 12px;}
#nav a:hover {background-color:#6f9c6f; cursor:pointer;} 
#nav #current a {background-color:#6f9c6f;} 
#nav {padding:1px 0 0 0; background:#fff; border-top:8px solid #040;}
/*=================================================================== */

/* main */
#main {
	margin: 0px 0px 0 10px; 
	/*padding: 10px;*/		
	width: 605px;
	float: left;
	/*border: 1px dotted #000;*/
	/*background:#fff;*/	
}
#main p, #main h1, #main h2, #main h3, #main blockquote, #main form {
	margin-left: 0;
}
#main form p {
	margin: 15px;
}

/* Footer */
#mainfooter {position: relative;width: 714px; padding:0; margin:0; background:#FFFFFF ; text-align:left; border: 1px solid #000;}
#pied{position: relative;width: 580px; padding:0; margin:0; height:80px;}
#pied p{font-family: Geneva, Arial, Helvetica, sans-serif;font-size: 13px;color: #fff; text-align:justify; line-height:130%}
#pied a:link, #pied a:visited {color:#000077;text-decoration: none; font-weight:bold}
#pied a:hover {color: #fff;background-color:#000077;text-decoration: none; font-weight:bold;}
#pied h1{font-family: Arial, Helvetica, sans-serif;font-size:15px;color:#000066;text-align:justify; font-style:italic; margin-top:-15px;}
#piedinfo{position: relative;width: 700px; padding:0; margin:0; height:60px; letter-spacing:2px; border: 1px solid #000;}
ul#infoFooter {list-style: none; margin-top:12px; margin-left:85px; }
#infoFooter li {display: inline;float:center;margin-left: 0.5em;font-size:10px;color:#333333; margin-top:15em; }
#infoFooter a {color:#333333;text-decoration: none; font-size:10px; margin:0;}
#infoFooter a:hover {color: #fff;background-color: #8A85F1;text-decoration: none;}
#infoFooter a:active {text-decoration: underline;}
#xhtml-css{ float:right; width:100px; margin-top:0px;}
#xhtml-css a:link, #xhtml-css a:hover, #xhtml-css a:visited{text-decoration:none; background-color:#FFFFFF;}


/* footer */
#footer {
	clear: both;
	padding: 0  0  0 0;
	font: normal .85em 'Trebuchet MS', Tahoma, sans-serif;
	text-align: center;	
	color: #fff;
	height: 191px;
	background: url('images/footer.png') no-repeat center;
	border-top: 1px ;
}
#footer p {
	margin: 60px 60px 60px 60px; 
}
#footer h2 {
	font: bold 1.3em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #CC9933;
	margin-left: 5px;
}
#footer-content {	
	/*margin: 0 auto;*/
	/*height: 191px;*/
	margin: 60px 60px 60px 60px; 
			
}
#footer-content a{
	color: #C8935D;
}
#footer-content a:hover {
	color: #000;
	text-decoration: none;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;	
	width: 98%;
}
#footer-content ul.columns li {
	border-bottom: 1px dashed #272727;	
}
#footer-content ul.columns li.top {
	border-top: 1px dashed #272727;	
}
#footer-content ul.columns li a {
	display: block;
	line-height: 2em;
	font-weight: normal;
	padding-left: 5px;
	width: 98%;
	color: #BDBDBD;
}
#footer-content ul.columns li a:hover {
	background: #202020;
	color: #FFF;
	text-decoration: none;
}
#footer-content .col {
	width: 270px;
	padding: 0 0 30px 0;			
}
#footer-content .space-sep {
	margin-right: 10px;
}
#footer-content .col2 {
	width: 240px;
	padding: 0 0 30px 0;	
	display: inline;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.orange {
	color: #F3A251;
}

.post-footer {
	font-size: 95%;
	border: 1px solid #EFEFEF; 
	background: #F8F8F8; 
	padding: 3px 10px;
	margin: 20px 15px 10px 15px;	
}
.post-footer .date {
	background: url('images/clock.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .comments {
	background: url('images/comment.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .readmore {
	background: url('images/imprimer.jpg') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;	
}


