
body {
	background: #FCFEF4 url(images/bg_blog_top_1.jpg) no-repeat;
	margin: 8px 0 20px 0;
	padding: 100px;
	font-family: Arial, Verdana, Helvetica;
	font-size: 76%;
	color: #3F3F3F;
	
	}

p {  margin: 0 100px 0 100px;
	line-height: 1.4;
     padding: 5px 5px;
    font-family: Arial, Verdana, Helvetica;
    font-size: 12px;
	}

.newsletter {  
	
     padding: 5px 5px;
    font-family: Arial, Verdana, Helvetica;
    font-size: 12px;
	}  
 
.newsletter p {  
	
     padding: 5px 5px;
    font-family: Arial, Verdana, Helvetica;
    font-size: 12px;
	}  
 

.newsletter:first-letter {
padding: 5px 5px;
font-size:200%;
float:left;
color:#99CC00;
}


}







 #header {
	margin: -20px 0 0 427px;
	}   
    
    
h1 {
	color: #FCFEF4;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	background-color: white;
	margin: -35px 0 0 7px;
	position: absolute;
	font-size: 1.9em;
	}
	

h1 a:link, h1 a:visited {
	color: #FF6600;
	text-decoration: none;
	}
	
h1 a:hover, h1 a:active {
	
	COLOR: #66CC99; BACKGROUND-COLOR: #FFCC33;
	text-decoration: none;
	}
	
h2 {
	color: #7DA721;
	font-weight: normal;
	font-size: 1.8em;
	margin: 20px 0 0 0;
	}
	
h2 a:link, h2 a:visited {
	color: #7DA721;
	font-weight: normal;
	text-decoration: none;
	}

h2 a:hover, h2 a:active {
	color: #3F3F3F;
	background: none;
	font-weight: normal;
	text-decoration: none;
	}
	
h3 {
	font-size: 1.4em;
	margin: 20px 0 -10px 0;
	font-weight: normal;
	}
	
a:link {
	color: #78A515;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited {
	color: #FF6600;
	}

a:hover, a:active {
	background: #66CC00;
	color: black;
	text-decoration: none;
	}
	
blockquote {
	border-left: 4px solid #CCCC00;
	padding: 0 10px;
	margin: 0 0 0 10px;
	font-style: italic;
	}
	
code {
	display: block;
	padding: 10px;
	color: #444E1F;
	background: #F5F8E8;
	font-size: 1.2em;
	border-top: 2px solid #D0EC98;
	}

	
/* 2)-=-=-=- Structure -=-=-=- */
		
#container {
	width: 765px;
	
	margin-left: 135px;
	margin-right: auto;
	text-align: left;
	}

	
#content {    padding-left: 135px;
	padding-top: 48px;
	margin: 20px;
	width: 500px;
	}
	
	
/* Uncomment if you want to use the tagline feature (make sure you uncomment h1 above and comment the original h1) - off by default
.tagline {
	color: #888;
	margin: -18px 0 0 9px;
	position: absolute;
	font-size: 1em;
	}
*/
	
/* 3)-=-=-=- Left selectors -=-=-=- */	
	
.main li {
	background: url(images/li_bullet.gif) no-repeat 0 0px;
	padding: 3px 0 0 15px;
	list-style: none;
	}
	
.main ul {
	padding: 0 0 10px 10px;
	margin: 0;
	}
	
.main img {
	padding: 3px;
	border: 1px solid #ACE149;
	}
.noborder img {
	padding: 1px;
	border: 0px;
	}
.meta {
	background: #F5F5F5;
	font-size: .9em;
	padding: 2px;
	}
	
.meta:hover {
	background: #F7FEDC;
	}
	
.highlight { /* Basic highlight for text */
	background: #F7FEDC;
	}
	
.comments {
	font-size: 1.2em;
	padding-bottom: 10px;
	border-bottom: 3px double #eee;
	}
	
.comments a:link, .comments a:visited {
	color: #78A515;
	font-weight: bold;
	text-decoration: none;
	}
	
.comments a:hover, .comments a:active {
	background: #78A515;
	color: #CC9999;
	text-decoration: none;
	}	
	
.alt {
	background: #EAF8CF !important; 
	border: 1px solid #D5F0A4 !important;
	padding: 10px 10px 0 10px !important;
	}
	
.alt:hover {
	border: 1px solid #ACE149 !important;
	}
	
.commentlist li:hover {
	border: 1px solid #ACE149;
	}
	
.commentlist {
	padding: 0;
	margin: 0;
	}
	
.commentlist li {
	list-style: none;
	padding: 10px 10px 0 10px;
	background: #F6FCEB;
	border: 1px solid #DEF3B6;
	margin: 10px;
	color: #3C452D;
	}
	
p.metadate {
	font-size: .8em;
	margin: 0;
	text-transform: uppercase;
	}
	
p.comment_meta {
	margin: 0 0 10px 10px;
	font-size: .9em;
	}
	
.comment_author a:visited {
	font-weight: bold;
	text-decoration: none;
	}
	
.reply {
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0 0 10px;
	}
	
.warning p { /* Used on the search page (image will appear if no result is found) */
	background: url(images/warning.gif) no-repeat left;
	height: 70px;
	padding: 20px 0 0 90px;
	font-size: 1.5em;
	margin: 0 0 0 10px;
	}
	
.postinput {
	margin-left: 10px;
	}
	
/* 4)-=-=-=- Right selectors -=-=-=- */	
	
#right {
	float: right;
	width: 200px;
	padding: 56px 15px;
	
	/* Box model hack used for IE5.5/5 */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 230px;
	}
	
#author li {
	list-style: none;
	margin: 0;
	padding: 0 5px 20px 0;
	font-size: .9em;
	line-height: 1.4;
	}
	
#author ul {
	padding: 20px 0 0 0;
	margin: 0;
	}
	
#links li {
	list-style: none;
	background: url(images/links_bullet.gif) no-repeat 0 50%;
	padding: 2px 0 2px 2px;
	color: #FF6600;
	}
	
#links ul {
	padding: 5px 5px 5px 5px;
	margin: 0;
	color: #330000;
	}
	
#links a {
	font-size: .9em;
	text-decoration: none;
	 color: #FF6600;
	}
	
#links a:link {
	color: #565D4A;
	font-weight: normal;
	}
	
#links a:visited {
	color: #FF9933;
	}

#links a:hover, #links a:active {
	background: white;
	color: #993333;
	}
	
.line {
	border-top: 3px solid #ACE149;
	margin-top: -5px;
	}
	
#search {
	text-align: center;
	height: 16px;
	margin: 0;
	padding-top: 12px;
	}
	
#search h3 {
	font-size: 1.4em;
	margin: 20px 0 -10px 0;
	font-weight: normal;
	}
	
p.searchinfo {
	margin: 2px 0 -8px 2px;
	font-size: .9em;
	color: #999999;
	}
	
.searchfield {
	background: #fff;
	border: 1px solid #ACE149;
	color: #7DA721;
	padding: 2px 1px 1px 1px;
	width: 140px;
	}
	
.searchfield:hover {
	border: 1px solid #BFBFBF;
	color: #949494;
	}
	
.submit {
	background: url(images/search_submit.gif) no-repeat;
	height: 20px;
	width: 52px;
	border: 0;
	margin-left: 2px;
	text-indent: -9999px;
	cursor: pointer;
	}
	
.submit:hover {
	background: url(images/search_submit.gif) no-repeat 0 -20px;
	height: 20px;
	width: 52px;
	border: 0;
	margin-left: 2px;
	cursor: pointer;
	}
	
.themes {
	font-size: .9em;
	}
	
/* 5)-=-=-=- Footer -=-=-=- */	
	
#footer {
	
	height: 75px;
	}
	
#footer p {
	padding: 30px 0 0 70px;
	float: left;
	font-size: 1em;
	color: #66CC00;
	}
	
.extras {
	float: right;
	padding: 33px 18px 0 0;
	}
	
.extras a {
	text-decoration: none;
	font-weight: bold;
	}
	
.extras a:link, .extras a:visited {
	background: #ccc;
	color: #FF6600;
	padding: 5px;
	border: 2px solid #fff;
	}
	
.extras a:hover, .extras a:active {
	background: #DEEEA4;
	color: #7AB90C;
	padding: 5px;
	border: 2px solid #C9E979;
	}
	
.extras li {
	display: inline;
	}
	
.extras ul {
	padding: 0 0 10px 0;
	margin: 0;
	}
	
/* 6)-=-=-=- Forms -=-=-=- */
	
input {
	border: 1px solid #BFBFBF;
	color: #949494;
	background: #fff;
	padding: 2px 5px 1px 5px;
	font-size: 1em;
	}
	
input:hover {
	background: #fff;
	border: 1px solid #ACE149;
	color: #7DA721;
	font-size: 1em;
	}
	
textarea {
	font-family: Arial, Verdana, Helvetica;
	font-size: 1.1em;
	border: 1px solid #BFBFBF;
	color: #949494;
	padding: 2px 5px 1px 5px;
	width: 450px;
	}
	
textarea:hover {
	background: #fff;
	border: 1px solid #ACE149;
	color: #7DA721;
	}
	
/* 7)-=-=-=- Accessibility -=-=-=- */
	
#skip {
	display: none;
	}
	
hr { /* Simple style when CSS not in use */
	display: none;
	}
	
/* 8)-=-=-=- Hacks -=-=-=- */
	
.clearfix:after { /* float hack used to float content correctly */
    content: "."; 
   	display: block; 
   	height: 0; 
   	clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */	

/* 9)-=-=-=- !!! -=-=-=- */
#smalltext {
 font-family: Verdana, sans-serif;
	font-size: 8px;
	color: #999999;
}
#smalltext a:link {
	color: #66CC00;
	text-decoration: none;
}
#smalltext a:visited, a:active {
	color: #FF6600;
	text-decoration: none;
}
#smalltext a:hover {
	color: #993333;
     background: #99FF99;
	text-decoration: none;
}
#smalltext2 {
 font-family: Verdana, sans-serif;
	font-size: 8px;
	color: #000000;
}

/* 10)-=-=-=- Calendar -=-=-=- */
#wp-calendar {
	
	empty-cells: show;
	font-size: 12px;
	margin: 0;
	width: 90%;
    text-align: center;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background: #FFCC99;
	color: #99CC33;
}

#wp-calendar a:hover {
	background: #cecece;
	color: #66CC00;
}

#wp-calendar caption {
	color: #FF6600;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #cecece;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #99CC33;
	color: #CC3300;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* 11)-=-=-=- SideBar MENU -=-=-=- */

#blogme {
	text-align: center;
	}
#themenu {
	width: 185px;	
	margin-left: 28px;
	
	}
#themenu ul {
	margin-left: 4px;
	}

#themenu li {
	list-style: none;
	background: url(images/foot_icon.gif) no-repeat;
	padding: 2px 0 2px 20px;
	color: #FF6600;
     text-align: left;
	}
.VEACCORDION {padding-top:2px;}
.VEACCORDIONHEADER {background-color:#99CC33;font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;font-style: bold;}
.VEACCORDIONHEADERACTIVE {background-color:orange;color:black;font-family: Verdana, sans-serif;
	font-size: 11px;}

.VEACCORDIONHEADER, .VEACCORDIONHEADERACTIVE {  text-align: center;
  padding:2px;cursor:pointer;
  border-top:1px solid #203050;border-left:1px solid #203050;border-right:1px solid #203050}

.VEACCORDIONCONTENT {
  padding:0px;height:0px;margin-bottom:2px;overflow:hidden; }
.VEACCORDIONCONTENTACTIVE {
  padding:2px;margin-bottom:2px;overflow:hidden; background-color:#FFFFCC}
.VEACCORDIONCONTENT, .VEACCORDIONCONTENTACTIVE {
  border-bottom:1px solid #203050;border-left:1px solid #203050;border-right:1px solid #203050}
 
  
  
  .date {
	font-size: 8px;
	float:left;
	height:63px;
	width:54px;
	padding:7px 20px 0 0px;
   
    margin-right:10px;
	background: url(images/date0.gif) no-repeat;
} 

.date span.day, .date span.month, .date span.year {
	display: block;
	margin: 0 0 0 0;
	text-align: center;
}

.date span.day {
    padding-top: 7px;
	font: bold 16px Helvetica, times, serif;
	color: #474747;
}

.date span.month {
	margin-top: -10px;
	font-weight: bold;
	color: #676864;
}


.date span.year {
	margin-top: -10px;
	font-weight: bold;
	color: #676864;
} 

 /* ) -=-=-=- NAV CONTAINER LIST  -=-=-=-  ( */ 
 
 #navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#navcontainer li { 
margin: 0 0 3px 0;
background: url( ) no-repeat 0 50%;
}

#navcontainer a
{
display: block;
padding: 2px 2px 2px 24px;
border: 1px solid #333;
width: 160px;
background-color: #999;
background-image: url(images/1_down.gif);
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #F60;
background-image: url(images/1_over.gif);
color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(images/1_over.gif);
color: #333;
}  


#nouveautes				{ list-style-type:none; }
#nouveautes li			{ float:left; width:80px; height:64px; border:1px solid #DDDDDD; margin:0 2px 2px 0; }
#sidebar h3				{ background:url(images/slash-on.png) repeat top left; font-size:1.3em; clear:both; }
#sidebar h3 strong		{ background:#FFF; line-height:1.7em; font-weight:normal; margin-left:8px; padding:.3em .4em .3em .4em; } 
 .colorbox{ display:block; float:left; text-indent:-9000px; width:22px; height:20px; margin:0 3px 7px 0; }
.colorbox:hover	{ text-decoration:none; }
.twocolumns	{ float:left; width:338px; margin:10px 0 0 8px; background:none; }

.galerienav .list a			{ background-color:#DDF3CA; color:#333333; margin:3px; padding:2px; }


#footerlink A { FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;         COLOR: #34000B; FONT-SIZE: 10px; }
#footerlink A:link {        COLOR: #646673; TEXT-DECORATION: none;}
#footerlink A:visited {        COLOR: #646673; TEXT-DECORATION: none;}
#footerlink A:hover {        COLOR: #34000B; TEXT-DECORATION: underline;}
#footerlink A:active  {        COLOR: #646673; TEXT-DECORATION: none;}








