/* djodoo reserved
-------------------------------------------------------- */
.djodoo-alert_0 {
	font-weight: bold;
	color: #0055BB;
	border-top: 3px solid #84A7DB;
	border-bottom: 3px solid #84A7DB;
	margin-bottom: 10px;
	list-style: none; 
	padding: 10px;
	background-color: #C3D2E5;
	padding: 0 2px;
	}
.djodoo-alert_1 {
	font-weight: bold;
	color: #782121;
	border-top: 3px solid #782121;
	border-bottom: 3px solid #782121;
	margin-bottom: 10px;
	list-style: none; 
	padding: 10px;
	background-color: #f4d7d7;
	padding: 0 2px;
	}

.djodoo-alert_2 {
	font-weight: bold;
	color: #550000;
	border-top: 3px solid #550000;
	border-bottom: 3px solid #550000;
	margin-bottom: 10px;
	list-style: none; 
	padding: 10px;
	background-color: #d35f5f;
	padding: 0 2px;
	}

.djodoo-alert_3 {
	font-weight: bold;
	color: #2b0000;
	border-top: 3px solid #2b0000;
	border-bottom: 3px solid #2b0000;
	margin-bottom: 10px;
	list-style: none; 
	padding: 10px;
	background-color: #d40000;
	padding: 0 2px;
	}
	

/* ***************************************
  SYSTEM MESSSAGES
*************************************** */
.messages {
    background:#C3D2E5;
    color:#000000;
    padding:3px 10px 3px 10px;
    z-index: 9999;
	margin:0;
	position:fixed;
	top:90px;
	width:750px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border:4px solid #84A7DB;
	cursor: pointer;
}
.level1 {
	border:4px solid #782121;
    background:#f4d7d7;
    color:#000000;
}
.level2 {
	border:4px solid #550000;
    background:#d35f5f;
    color:#000000;
}
.level3 {
	border:4px solid #D3322A;
    background:#F7DAD8;
    color:#000000;
}

.closeMessages {
	float:right;
	margin-top:10px;
}
.closeMessages a {
	color:#666666;
	cursor: pointer;
	text-decoration: none;
	font-size: 80%;
}
.closeMessages a:hover {
	color:black;
}



/*   contenu   */
.post	{
	
	padding:10px;
}

.post-title {
	font: small-caps 1.7em;
}
.post-title {
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	line-height: 24px;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: 500;
}

.post-title a {
	
}

.post-content {
	
}

.post-content a {
	
}

.post-footer-line {
	height:10px;
	}
	
/* breadcrumb
******************************************/
span.breadcrumb {
	color: #069;
	display: block;
	/*font-weight: 700;*/
	height: 16px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-left: 25px;
	vertical-align: middle;
}

span.breadcrumb a {
	background: url(../images/arrow.png) no-repeat right;
	padding-right: 15px;
	color: #f90;
	/*float: left;*/
}


/* Pagination de page  <<[1]>>
******************************************/
.pagenav {
	font: 0.8em;
}

p.pagenav a {
	background: #fbfbfb;
	padding: 2px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	text-decoration: none;
	font-size: 85%;
	color: #656565;
}

p.pagenav a:hover {
	background: #6D6D6D;
	color: white;
}

p.pagenav strong {
	color: #656565;
	padding: 2px;
	font-size: 90%;
	text-decoration: underline;
}
span.pagenav {
	background: #fbfbfb;
	padding: 2px;
	text-decoration: none;
	font-size: 85%;
	color: #656565;
	}
	
	
/*-----------------------------------------------*/
/* comment --------------------------------------*/
/*-----------------------------------------------*/
.ico-comment {
	background: url(../images/comment.png) no-repeat 0 55%;
	padding-left: 17px;
	margin-left: 4px;
}

#c-form {
	padding:10px;
	background:#fff;
	}
#c-form fieldset {
	border : 0;
	}

#c-form label {
	display : block;
	padding-top: 15px;
	}
	
#c-form input, textarea {
	border : 1px solid #dedede; padding: 3px
	}

#c-form textarea {
	width : 95%;
	}
/*------------------------------------------------------------------------*/
#comments dl { }

#comments dt {
	position: relative;
	top: 1px;
	display: block;
	padding: 10px 0 30px;
	background: transparent url(../images/commentaire_bulle.png) no-repeat 50% 100%;
}

#comments dt a:link, #comments dt a:visited {
	color: #3C8FD1;
	text-decoration: none;
}

#comments dt a:hover {
	text-decoration: underline;
}

#comments dd, dd.comment-preview {
	margin: 0 0 8px;
	padding: 10px;
	border: 1px solid #E8E8E8;
	border-width: 1px 0;
	background: #F5F5F5;
	font-size: 1.1em;
	line-height: 1.4;
}

#comments dd *, dd.comment-preview * {
	padding: 5px 0;
	font-size: 1em;
}

#comments dt.me a:link, #comments dt.me a:visited, #comments dt.me a:hover {
	color: #5E9E14;
}

#comments dd.me {
	border-left: 4px solid #5E9E14;
}

.comment-number {
	color: #3C8FD1;
	font-weight: bold;
	font-size: 1.4em;
}

.comment-input {
}


/*   invisible */
.invisible {
visibility:hidden;
display:none;
}
	

