body {
	background:url(../images/hautdepage.jpg) top left repeat-x;
	background-color:#824e0f;	
}

a {
	outline:none;	
}

.container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#fond_page {
	background:url(../images/fond.png) top left repeat-y;	
}

#haut h1  {
	display:block;
	width:300px;
	height:94px;
	background:url(../images/titre.png) top left no-repeat;
	margin:15px 0 0 15px;
}

#haut h1 span {
	position:absolute;
	left:-5879px;	
}

#login {
	display:block;
	text-align:right;
	margin:5px 25px 0 0;
	font-size:11px;
	color:#FFFFFF;	
}

#login a {
	color:#FFFFFF;
}

#login a:hover {
	color:orange;
}

#recherche {
	margin-top:35px;
}

#recherche label {
	font-size:11px;
	color:#FFFFFF;
	font-weight:lighter;
}

#recherche label span {
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}

#recherche input {
	width:300px;
}

#recherche input#go {
	width:40px;
	border:none;
}

#contenu {
	position:relative;	
}

#col_gauche h2, #col_gauche p  {
	margin:0 50px 15px 15px;
}

#col_gauche ul li  {
	margin:0 50px 5px 0;
}

#col_gauche h4#titre_liste {
	display:block;
	background:#B5956F;
	margin:15px 32px 0 0;
	padding:3px 8px;
	color:#FFFFFF;	
}

#col_gauche #liste_billet {
	background:#ECE5DD;
	margin:0 32px 0 0;
	overflow:hidden;
}

#col_gauche h4#titre_liste span {
	background:#411D00;
	padding:0 2px;
	color:#FFFFFF;
	cursor:help;
}

#inscription {
	background:#411D00;
	margin-left:-42px;
	margin-right:10px;
	padding:15px 0 0 0;
}

#inscription h3, #inscription p, #inscription form {
	color:#FFFFFF;
	margin:10px 25px 10px 47px;	
}

#inscription form p {
	margin:0 0 10px 0;
}

#inscription form p label {
	display:block;
	float:left;
	text-align:right;
	width:100px;
	height:25px;
	line-height:25px;
	margin-right:20px;
}

#inscription form p input {
	width:220px;
	height:20px;
	margin:0;
}

#inscription form p input#btn_inscription {
	width:100px;
	height:25px;
	margin:0 0 0 120px;
	text-trasnform:uppercase;
}

#invitation {
	background:#6d3304;
	height:30px;
}

#invitation a {
	line-height:30px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}

#invitation a:hover {
	text-decoration:underline;
}

.col_liens {
	margin-top:25px;
	float:left;
	width:190px;	
}

.col_liens h5 {
	margin:0 0 5px 0;	
}

.col_liens ul {
	margin:0 0 25px 0;
	padding:0;
}

.col_liens li {
	margin:0 0 3px 0;
	padding:0;
	list-style-type:none;
	width:150px;
}

.col_liens li a {
	display:block;
	text-decoration:none;
	color:#000000;
}

.col_liens li a:hover {
	background:#FDECB8;
}

.col_liens li a span{
	float:left;
	margin-right:5px;
}

#footer {
	position:absolute;
	bottom:0;
	right:20px;
	text-align:right;
	margin:0;
}

#footer p {
	margin:0 0 5px 0;
}

#footer p a {
	display:block;
	margin-top:5px;
	color:#ffffff;
}

#footer p a:hover {
	color:orange;
}

/* css ligne d'un billet */
.en_avant, .billet_blog {
	margin:15px;
	padding:5px 0;
	clear:both;
	overflow:hidden;
	border-bottom:1px dotted #cccccc;
	min-height:100px;
}

.en_avant img, .billet_blog img {
	float:left;
}

.billet_blog p.date_billet, #col_gauche .billet_blog p.date_billet {
	display : block;
	text-align:right;
	font-size:10px;
	margin:0 5px 0 125px;
}

.billet_blog h3 {
	margin:0 5px 0 125px;
}

.billet_blog h3 a {
	text-decoration:none;
	color:#000000;
}

.billet_blog h4 {
	margin:0 30px 0 125px;
}

.billet_blog h4 a {
	text-decoration:none;
	color:#999999;
}

.billet_blog h3 a:hover, .billet_blog h4 a:hover {
	text-decoration:underline;
}


a.mettre_en_avant {
	font-size: 8px;
}

.color-red {
	color: red;
}

#demotip { 
    display:none; 
    background:transparent url(../images/phil.png); 
    font-size:12px; 
    height:128px; 
    width:160px; 
    padding:25px; 
    color:#000;     
}