/* blogs */
.news-post
{
    border: none;
    padding-right:10px;
    padding-bottom: 2px;
    width:100%;
    margin-bottom:2px;
}

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

/* sans picto date */
.news-post-tease {
    padding-left:10px;
    margin-left:10px;
    padding-right:5px;
    border:1px solid #d1d1d1;
    background:white;
    margin-right:10px;
    overflow: hidden;
}
/* avec picto date */
.news-post-tease-with-date {
    padding-left:10px;
    margin-left:10px;
    padding-right:5px;
    border:1px solid #d1d1d1;
    background:white;
    min-height: 80px;
    margin-right:10px;
    padding-top:12px;
}

.news-post-meta {
    background: #d1d1d1;
    padding-left:10px;
    margin-left:10px;
    font-size:10px;
    margin-right:10px;
    -moz-border-radius:10px 10px 0 0;
    border-radius:10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
}

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

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

.news-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;
}




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




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

    display: inline;
}

.news-post-suite a
{
    text-decoration:none;
    color: #4d4d4d;
    font-size:10px;
    margin-left:22px;
    display: block;
    height:21px;
    margin-top:3px;    
}

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

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

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

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

.news-header
{
    font-size:16px;
    color:black;
    font-weight:bold;
}

.news-header a
{
    text-decoration:none;
    font-size:13px;
    color:black;
    font-weight:bold;
}

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

.news-button-new a
{
    text-decoration: none;
    position: relative;
    left:45px;
    top:3px;
    color: #4d4d4d;
}


.news-post-content {
    padding-left:10px;
    margin-left:20px;
    padding-right:5px;
    border:1px solid #d1d1d1;
    background: white;

}

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

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

.news-comment
{
}

.news-meta-response
{
    float:left;
    width:66px;
    height:50px;
    padding-left:25px;
    margin-top:10px;
/*	background: transparent url(/media/images/blog/triangle.png) no-repeat 0 0;
    background-position: center right;*/
}


.news-response-triangle {
    margin-left:90px;
    background: transparent url(/media/images/blog/triangle-haut.png) no-repeat 30px 0px;
    width:100px;
    height:9px;
}
.news-response-title {
    background: #d1d1d1;
    padding-left:25px;
    margin-left:90px;
    padding-top:2px;
    background: #d1d1d1 url(/media/images/blog/comment.png) no-repeat 0 -1px;
}

.news-response-title a {
    color:#ed200c;
    text-decoration: none;
    font-weight: bold;
}
.news-response-title .date {
    color:#6e6e6e;
}

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

/* effacer un commentaire */
.news-post-button-delete
{
    float:left;
    width:192px;
    height:23px;
    margin-left:90px;
    position:relative;
    top:-2px;
    background: transparent url(/media/images/blog/background-supprimer.png) no-repeat 0 0;
}

.news-button-delete-input
{
    text-decoration:none;
    color: #white;
    font-size:10px;
    position:relative;
    top:2px;
    left:35px;
    background:none;
    border:none;
    color: #4d4d4d;
}



/* repondre à un commentaire */
.news-post-button-reply
{
    float:right;
    width:192px;
    height:23px;
    position:relative;
    top:-2px;
    background: transparent url(/media/images/blog/background-repondre.png) no-repeat 0 0;
}



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

.news-post-reply-form
{
    width:400px;
    position: relative;
    left:-485px;
    top:4px;
    border:1px solid black;
    background: white;
    z-index:999;
}


/* repondre à un commentaire */
.news-post-button-reply-global
{
    float:left;
    width:192px;
    height:23px;
    position:relative;
    left:-12px;
    top:-1px;
    background: transparent url(/media/images/blog/background-repondre.png) no-repeat 0 0;
}



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

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

.news-comment-item
{
    margin-top:10px;
}

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

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


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

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


#center-content .news-post-tease-with date
{
	width:100%;
}
#center-content .news-post-tease-with-date h1
{
    font-family: Verdana, Arial, sans-serif;
    font-size:16px;
    color: black;
    background:none !important;
    padding-left:10px;
    padding-top:20px;
}

.with-date h1
{
    padding-top:20px!important;
}
#center-content .news-post-tease-with-date p
{
	margin: 0px;
	padding-left:1em;
	font-size:12px;
    font-family: Verdana, Arial, sans-serif;
    margin-bottom:12px;
    margin-top:12px;
}

#center-content .news-post-tease-with-date table
{
	clear:both;
	margin:0px;
	padding:0px;
}

#center-content .news-post-tease-with-date table tr td
{
	margin:0px;
	padding:0px;
	font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
}

#center-content .news-post-tease-with-date table tr td img
{
	margin:4px;
	padding:0px;
}
