.front
{
    z-index:999;
}
/* blogs */
.blog-post
{
    border: none;
    padding-right:10px;
    padding-bottom: 10px;
    width:100%;
}

.blog-post h2 {
    margin: 10px 0 0 0;
    font-style: italic;
}

.blog-post-tease {
	padding-left:10px;
	margin-left:90px;
	padding-right:5px;
	border:1px solid #d1d1d1;
	background:white;
	min-height: 85px;	
	margin-right:10px;
}
.blog-post-meta {
	background: #d1d1d1;
	padding-left:10px;
	margin-left:90px;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    margin-right:10px;
}

.blog-post-body 
{
    min-height:75px;
}

.blog-post-meta a {
	color:#4c4d89;
	text-decoration: none;
	font-weight: bold;
}
.blog-post-meta .date {
	color:#6e6e6e;
}

.blog-post-meta img {
    border: 1px solid #666;
}
.blog-list tr.odd {
    background-color: #f3f3f3;
}
.blog-list td {
    vertical-align: top;
    padding: 3px 3px 15px 3px;
}
.blog-list td p {
    padding: 0;
    margin: 0;
}

.blog-post-meta img.noborder {
    border: 0;
}


.main_blog a 
{
	text-decoration: none;
	font-size:14px;
	color:black;
}

.main_blog a:hover
{
	text-decoration: underline;
	font-size:18px;
	color:black;
}

.blog-post h2
{
    font-size: 18px;
    text-decoration:none;
    border:none;
}




.blog-post-suite
{
	float:right;
	width:191px;
	height:21px;
	background: transparent url(../images/background-visu-suite.png) no-repeat 0 0;
    margin-right:10px;
}

.blog-post-suite a
{
	text-decoration:none;
	color: #4d4d4d;
	font-size:10px;
	position:relative;
	top:1px;
	left:48px;
}

.blog-post-separator
{
	background: transparent url(../images/separator.png) repeat-x 0 0;
	width:100%;
	height:25px;
}

.blog-post-button
{
    float:right;
	background: url(../images/button_background.png) no-repeat 0 0;
	height:30px;
	width:200px;
	position:relative;
	right:-34px;
}

.blog-post-button a
{
	text-decoration:none;
	color: black;
	position:relative;
	top:4px;
	left:12px;
}

.blog-vote
{
    float:left;
    margin-right:20px;
    margin-left:20px;
    margin-top:40px;
}

.blog-title
{
	padding-top:4px;
	font-size:16px;
	color:black;
	font-weight:bold;
}

.blog-title a
{
	text-decoration:none;
	font-size:16px;
	color:black;
	font-weight:bold;
}

.blog-button-new
{
	width:147px;
	height:25px;
	background: transparent url(../images/background-ecrire.png) no-repeat 0 0;
    margin-top:10px;
}

.blog-button-new a
{
	text-decoration: none;
	position: relative;
	left:45px;
	top:3px;
	color: black;
}


.blog-post-content {
	border:1px solid #d1d1d1;
	background: white;
	margin-bottom:0;
	margin-left:90px;
	margin-right:10px;
    padding:0;
    
}

.blog-post-content p
{
	padding-left:10px;
	padding-right:5px;
}

.blog-button-edit
{
	float:right;
	width:147px;
	height:25px;
	background: transparent url(../images/background-ecrire.png) no-repeat 0 0;
}

.blog-button-edit input
{
	text-decoration:none;
	color: #white;
	font-size:11px;
	position:relative;
	top:2px;
	left:35px;
	background:none;
	border:none;
}

.blog-comment
{
    width:100%;
}

.blog-meta-response
{
	float:left;
	width:66px;
	height:50px;
	padding-left:25px;
	margin-top:10px;
}


.blog-response-triangle {
	margin-left:90px;
	background: transparent url(../images/triangle-haut.png) no-repeat 30px 0px;
	width:100px;
	height:9px;
}
.blog-response-title {
	background: #d1d1d1;
	padding-left:25px;
	margin-left:90px;
	padding-top:2px;
	background: #d1d1d1 url(../images/comment.png) no-repeat 0 -1px;
    margin-right:10px;
}
   
.blog-response-title a {
	color:#4c4d89;
	text-decoration: none;
	font-weight: bold;
}
.blog-response-title .date {
	color:#6e6e6e;
}

.blog-response-title img {
    border: 1px solid #666;
}

/* effacer un commentaire */
.blog-post-button-delete
{
	/*float:left;*/
	width:191px;
	height:22px;
	margin-left:90px;
	background: transparent url(../images/background-supprimer.png) no-repeat 0 0;
}

.blog-button-delete-input
{
	text-decoration:none;
	color: #white;
	font-size:10px;
	background:none;
	text-indent:24px;
	border:none;
	color: #4d4d4d;
}



/* repondre à un commentaire */
.blog-post-button-reply
{
	float:right;
	width:191px;
	height:22px;
    margin-right:10px;
	background: transparent url(../images/background-repondre.png) no-repeat 0 0;
}



.blog-post-button-reply-a
{
	text-decoration:none;
	color: #4d4d4d;
	font-size:10px;
	position:relative;
	top:1px;
	left:48px;
}

.blog-post-button-quote-a
{
	text-decoration:none;
	color: #4d4d4d;
	font-size:10px;
	position:relative;
	top:1px;
	left:60px;
}



.blog-post-reply-form
{
/*	width:900px;*/
	position: relative;
	left:-485px;
	top:4px;
	background: white;
	z-index:999;
}


/* repondre à un commentaire */
.blog-post-button-reply-global
{
	margin-left:90px;
	padding:0;
	width:191px;
	height:22px;
	background: transparent url(../images/background-repondre.png) no-repeat 0 0;
	z-index:998;
}



.blog-post-button-reply-global-a
{
	text-decoration:none;
	color: #4d4d4d;
	font-size:10px;
	position:relative;
	top:1px;
	left:48px;
}

.blog-post-reply-global-form
{
	width:400px;
	position:relative;
	left:-40px;
	top:1px;
	background: white;
}

.blog-comment-item
{
    padding: 0px;
    margin: -10px;
    margin-right: -23px;
	margin-top:10px;
    width:100%;
}

.blog-post-owner-avatar
{
	float:left;
	width:66px;
	height:50px;
	padding-left:25px;
	margin-top:5px;
	background: transparent url(../images/triangle.png) no-repeat 0 0;
	background-position: center right;
}

.blog-post-owner-avatar img
{
	position:relative;
	top:5px;
}


.blog-post-calendar{
	float:right;
	width:89px;
	height:79px;
	background: transparent url(../images/calendar.png) no-repeat 0 0;
	background-position: center right;
}
.blog-post-calendar div {
	margin-top:20px;
	padding-left:24px;
	text-align:center;
	font-size:14px;
	font-weight: bold;
	width:40px;
	line-height:95%;
}


.blog-post-picto img {
	margin-right: 2px;
}

.blog-top-right
{
    margin-top:10px;
    float:right;
    width:150px;
    margin-right:10px;
}

.blog-feed
{
    background: transparent url(/media/../images/rss.png) no-repeat center right;
    height:32px;
    padding-top:18px;  
    padding-right:36px;
}

.blog-feed a
{
    color: black;
    text-decoration: none;

}

