/*  
Theme Name: Thème Le RAMEAU
Theme URI: http://www.ynfluence.com/
Description: Le thème du RAMEAU réalisé par <a href="http://www.ynfluence.com">Ynfluence</a>.
Version: 1.0
Author: Christophe PEYRAS
Author URI: http://www.ynfluence.com
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Arial, Sans-Serif;
	background: #ffffff;
	color: #333;
	margin:0;
	padding:0;
	}
/*BARRE TOP*/	
#top{
	height:15px;
	padding:3px 0;
	width:100%;
	background:#b8cabb;
	text-align:right;
	color:#ffffff;
	border-bottom:1px solid #005286;
}
#top a.home{
	display:block;
	width:20px;
	height:11px;
	margin:0 5px 0 0;
	border-right:1px solid #ffffff;
	background:url(images/top-home.png) no-repeat top left;
	float:right;
}
#top a.home:hover{
	background:url(images/top-home-over.png) no-repeat top left;
}
#top a.contact{
	display:block;
	width:11px;
	height:11px;
	margin:0 0 0 5px;
	background:url(images/top-contact.png) no-repeat top left;
	float:right;
}
#top a.contact:hover{
	background:url(images/top-contact-over.png) no-repeat top left;
}
/*FIN BARRE TOP*/
/*MENU*/
#menu{
	width:100%;
	height:44px;
	background:url(images/bg-menu.jpg) repeat-x;
}
#menu ul{
	float:right;
	list-style-type:none;
	padding:5px 0 0 0;
	color:#b8cabb;
}
#menu ul li{
	padding: 0 10px;
	display:inline;
	font-size:12px;
}
#menu ul li a{
	text-decoration:none;
	color:#005286;	
}
#menu ul li a:hover, #menu ul li a.active{
	text-decoration:none;
	color:#b8cabb;	
}
#menu .noPadding{
	padding-right:0;	
}
/*FIN MENU*/
#page {
	background-color: white;
	text-align: left;
	}
.wrapper{
	width:968px;
	margin:0 auto;
}
.clear{
	clear:both;
}
#header {
	width:100%;
	height:229px;
	background:url(images/bg-header.jpg) repeat-x;
}

#headerimg 	{ 
	margin: 0; 
	height: 229px; 
	width:968px;
	margin:0 auto;
} 
#headerimg h1{
	margin:0;
	padding:60px 0 10px 0;
	font-size:26px;
	font-weight:normal;
	text-align:left;
	color:#ffffff;
}
#headerimg h1 span{
	font-weight:bold;
	color:#b8cabb;
}
#headerimg .logo 	{ 
	float:left;
	width:300px;
} 
#headerimg .description {
	width:630px;
	float:right;
	height:229px;
	background:url(images/bg-fleur.jpg) no-repeat top right;
	font-size: 1.3em;
	color:#ffffff;
	text-align:justify;
}
/*FOOTER*/

#footer {
	width:100%;	
	heght:45px;	
	background:#005286 url(images/bg-footer.jpg) top left repeat-x;
	padding: 0;
	margin:0;
	clear: both;	
}

#txtFooter {
	width:968px;
	margin: 0 auto;	
	padding:20px 0 20px 0;
}
#txtFooter .txt{
	color:#ffffff;
	float:left;
}
#txtFooter .copyright{
	color:#80A9C3;
	float:right;
}

#footer  a{
	color:#FFFFFF;
	text-decoration:underline;
}

.ynfluence{
	width:14px;
	height:14px;
	margin: 0 0 0 3px;
	padding:0;
	display:block;
	float:right;
	background:none;
	border:none;
}

/*FIN FOOTER*/


/* Begin Structure */
#content {
	margin: 0 25px 0 0;
	width: 683px;	
	float:left;
	padding: 25px 0 0 0 ;
	background: #ffffff;
	clear: both;
	overflow: hidden;	
}

#page {
	background-color: white;
	padding:0;
	margin:0 auto;
	width:968px;
	}
.post {
	padding: 0px;
	margin:0 0 15px 0;
	clear: both;
	overflow: hidden;
}

.post .date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	padding: 0px 10px 0 0;
	line-height: 100%;
	float: left;	

}
.post .date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}
.post .title {
	float: left;
	margin-left: 10px;
}

.postmetadata {
	padding:0;
}
.postmetadata .category{
	float: left;
	background: url(images/categorie.gif) no-repeat;
	padding-left: 18px;
	padding-top:3px;
	height:15px;
}
.postmetadata .comments{
	background: url(images/commentaire.gif) no-repeat;
	padding-left: 18px;
	padding-top:3px;	
	float: right;	
	height:15px;	
}
.postmetadata a{
	color:#99A89B;
	font-size:10px;
	text-decoration:none;
}
.postmetadata a:hover{
	color:#005286;
}
.auteur{
	margin:5px 0 0 0;
	padding:0;
	float:right;
	color:#b8cabb;
	font-style:italic;
}
/* End Structure */



/*	Begin Headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #005286;	
}
h2{
	color: #005286;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font: normal 180%/100% "Lucida Grande", Arial, sans-serif;
}
h2 a{
	color: #005286;
	text-decoration:none;
}
h2 a:hover{
	color: #004F83;
}
a{
	color: #005286;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/* End Headers */

/* Begin Images */
.entry {
	padding: 5px 0 5px 0;
	clear: both;	
}
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

hr {
	display: none;
	}
/*ENTRY*/
.entry{
	color:#333;
	text-align:justify;
	font-size:12px;
}
.entry strong{
	color:#005286;
}
.entry em{
	color:#000000;
	font-size:11px;
}
.entry ul{
	margin : 10px 0 10px 10px;
	padding:0;
	list-style-type:none;
}
.entry ul li{
	background:url(images/puce-grise.gif) no-repeat;
	padding:0 0 0 10px;
}
.entry ul li ul{
	font-size:11px;
}
.entry ul li ul li{
	padding:0 0 2px 10px;
}
.entry span{
	color:#b8cabb;
}
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6{
	color:#005286;
	font-weight:normal;
	margin:0;
	font-size:12px;	
	padding:0 0 10px 0;
	text-decoration:none;
}
.entry h1{
	font-size:16px;
}
.entry h2{
	font-size:14px;
}
.entry u{
	text-decoration:none;
	border-bottom:1px dashed;
}

.entry table{
	width:100%;
	margin:0;
	padding:0;	
}
.entry td,.entry tr{
	border:1px dashed #b8cabb;
	margin:0;
	padding:5px;
}
.entry img{
	border:none;
}
/*END ENTRY*/

/*NAVIGATION*/
.navigation {
	clear: both;
	background: #DBE4DD;
	height: 21px;
	margin:0 0 20px 0;
}
#page .navigation{
	background:none;
}
.navigation a, .navigation a:visited {
	color: #99A89B;
	text-decoration: none;
	padding:4px 0 0 0;	
}
.navigation a:hover {
	color: #333;
	text-decoration: none;
}
.previous-entries a {
	float: left;
	padding-left: 10px;
	margin-left: 10px;
}
.next-entries a {
	float: right;
	padding-right: 10px;
	margin-right: 10px;
}
/*FIN NAVIGATION*/
/*SIDEBAR*/
#sidebar {
	float:right;
	width: 260px;
	color: #333333;
	line-height: 160%;
	margin:10px 0 0 0;
	
}
#sidebar p {
	margin: 0px 0px 15px;
}

#sidebar h2 {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	color: #005286;
	margin:10px 0 0 0;
	padding:10px 10px 0 10px;
	background:url(images/sidebar-top.jpg) no-repeat top left;	
}
#recherche{
	background:url(images/sidebar-bottom.jpg) no-repeat bottom left;
}
#recherche form,#categories ul{
	padding:5px 10px 10px 10px;
}
#categories ul li{

}
#recherche input{
	width:100%;
}
#sidebar h2 a, #sidebar h2 a:visited {
	color: #005286;
}
#sidebar h2 img {
	vertical-align: middle;
}

#sidebar a, #sidebar a:visited {
	color: #000000;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	text-decoration:none;
	color:#005286;
}
#sidebar ul {
	list-style: none;
	margin: 0 ;
	padding: 0 0 10px 0 ;
	background:url(images/sidebar-bottom.jpg) no-repeat bottom;
}
li{
	list-style-type:none;
}
#sidebar ul li {
	padding-left: 18px ;
	list-style-type:n&one;
}
#sidebar ul li ul li {
	padding:18px 10px 10px 10px;
	list-style-type:none;	
}

#archives ul li {
	background:url(images/archive.gif) no-repeat;	
	margin:0 0 0 10px;	
}
#categories ul li{
	background:url(images/categorie.gif) no-repeat;	
	margin:0 0 0 10px;
}
#meta .rss {
	background: url(images/rss.gif) no-repeat;
}
#meta .login {
	background: url(images/login.gif) no-repeat;
}
#meta .register {
	background: url(images/register.gif) no-repeat;
	margin:0 0 0 10px;	
	padding:0;
}

#links .linkcat ul li{
	background: url(images/lien.gif) no-repeat;
	padding-left: 18px ;
	padding-top:2px;
	list-style-type:none;		
}
#links ul li,#meta ul li{
	margin:0 0 0 10px;	
}
#commentform {
	margin: 10px 0 0 0 ;

}
#commentform label {
	font-weight: bold;
	color:#666;
	font-size: 100%;
	padding-left: 5px;
}
#commentform small {
	color: #999999;
	font-size: 90%;
}
#commentform input,#recherche input {
	font: 110% Arial, Helvetica, sans-serif;
	width: 220px;
	padding: 5px 3px 3px 7px;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-left: 1px solid #e6e6e6;
}
#commentform textarea {
	font: 110% Arial, Helvetica, sans-serif;
	width: 670px;
	height: 140px;
	border: solid 1px #e6e6e6;
	padding: 5px 3px 3px 7px;
}
#commentform #submit {
	font: 12px/100% Arial, Helvetica, sans-serif;
	color: #005286;
	background:#FFFFFF;
	border: none;
	text-align:right;
	padding-bottom: 6px;
	float:right;
}

#commentform textarea:focus, #commentform input[type="text"]:focus,#recherche input:focus {
	border: solid 1px #005286;
}
/*FIN SIDEBAR*/