#sidebar.actus{
    width:250px;
}

#contenu.actus{
    margin-left:270px;
}

form.form-search {
    margin-bottom:0px;
}

#actus-search p,  #actus-search .input-prepend{
    width:233px;
}
#query_search {
    width:180px;
}
/******************************************************************************
Actualité : ACTU-BLOC, LISTE DES ACTUS
*******************************************************************************/
#contenu .pagination {
    margin : 5px 0;
    clear:both;
}
.actu-bloc{
    clear:both;
    padding-top:20px;
    width: 100%;
}

.actu-bloc blockquote{
    margin-bottom: 5px;
}
.actu-bloc h2 {
    margin:0;
    line-height:20px;
    font-size:20px;
    color:#691e18;
}
.actu-bloc .actu-sub-title small{
    float:left;
}
#wrap .actu-bloc .actu-sub-title {
    padding: 5px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: right;
    overflow: hidden;
}
.actu-bloc .actu-sub-title a.comment{
    font-size:12px;
}
.actu-bloc .actu-sub-title a.comment:hover{
    text-decoration:none;
    color:#333333;
}


.actu-bloc-photo {   
    clear:both;
    margin:10px 0 0 20px;
    min-height:154px;
}
.actu-bloc-photo:first-child{
    margin-top:0;
}
.actu-bloc-photo .add-comment,.actu-bloc-photo p{
    min-width:150px;
    line-height: 16px;
}


.actu-bloc-photo.left .add-comment, .actu-bloc-photo.left p {
    padding-left:225px;
}
.actu-bloc-photo.right .add-comment, .actu-bloc-photo.right p{
    padding-right:225px;
}



.add-comment {
    padding-top:5px ;
    padding-bottom:5px ;
}
.add-comment form{
    display: inline-block;
    margin:0 auto;
    padding:5px;
    border-radius:5px;
    width: 80%;
    border:2px solid transparent;
-webkit-transition-duration: 0.8s;
}
.add-comment form.editing{
    border-color:#e5e5e5;
    background-color:#f7f7f7;
}
.add-comment form .form-elements{
    visibility: hidden;
}
.add-comment form.editing .form-elements{
    visibility: visible;
}
.add-comment form p.form-ajax {
    font-size:12px;
}
.add-comment form p.form-ajax.error {
    color:#691E18;
}
.add-comment input, .add-comment textarea{
    display: inline-block;
    border-radius:0;    
    padding:0 ;
    margin:0 ;

    font-size:11px;
    padding-left:4px;
    vertical-align: top;
}
.add-comment .input-message{
    width:70%;
    min-width:120px;
    height:20px;
    transition: height 0.2s;
    -webkit-transition: height 0.2s;
}
.add-comment .input-pseudo{
    min-width:60px;
    width:20%;

}

a.add-comment-link, a.add-comment-link:hover, a.add-comment-link:visited,a.add-comment-link:focus{
    color:#691E18;
    text-decoration: none;
    font-size:12px;
    display:block;
}
.actu-bloc-img{
    position:relative;
    width:208px;
    border: 3px solid #eeeeee;
    text-align:center;
}
.actu-bloc-img  img {
    height: 140px;
    max-width: 200px;
    padding:4px;
}

.actu-bloc-photo.left .actu-bloc-img {
    float:left;
    margin-right:10px;

}
.actu-bloc-photo.right .actu-bloc-img {
    float:right;
    margin-left:10px;
}

p.actu-bloc-comment {
    padding-left:5px;
    color:#999999;
    font-size:12px;
    margin-bottom: 0;
    font-style:italic;
}
p.actu-bloc-comment{
    margin-left: 15px;
    margin-top:5px;
    line-height:14px;
}
.actu-bloc-comment  .pseudo{
    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    color:#691e18;
    font-style: normal;
    padding: 0 5px 0 0px;
    margin-left: -15px;
}

/*.actu-bloc p{
    padding-right:00px;
}

.actu-bloc .more a {
    color: #3b81be;
    font-weight:bold;
    font-family: Helvetica, Arial, Tahoma, sans-serif;
}

.actu-bloc-contenu {
    padding-left:20px;
}

.carousel-actu {
    background-color: #fff;
}
.actu-bloc-img ,.carousel-actu img{
    text-align:center;
    margin:0 auto;
    padding: 4px;
    max-height:200px;
}
*/

/******************************************************************************
Actualité : Affichage d'une seule actu
*******************************************************************************/
.actu-detail {
    position:relative;
    padding-right:120px;
    min-height:450px;

}
.actu-detail .thumbs_right {
    text-align:center;
    position:absolute;
    right:0%;
}

.actu-detail .thumbs_right img,.actu-detail .thumbs_top img {
    padding:5px;
    border: 3px solid #a3a3a3;
    max-width:100px;
    max-height:60px;
}

.actu-detail .thumbs_right img{
    display:block;
    margin:3px;
}
.actu-detail .thumbs_right img:first-child{
    margin-top:2px;
}

.actu-detail blockquote, .actu-detail .message{
    margin-left:80px;
}
.actu-detail .thumbs_top img{
    margin:2px;
}
.actu-detail .thumbs_top{
    text-align:right;
    margin:0;
    padding:0;
}

.social.highlight-bloc {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.social.highlight-bloc:last-child{
    margin-bottom:10px;
}
.actu-detail .social {
    float:none;
    text-align: right;
    margin:20px 0;
}
.actu-comments {
    margin-right:50px;
    margin-left:20px;
}
.actu-comments p{
    padding:9px 5px 0 30px;
    border-top:3px solid #eeeeee;

}
.actu-comments i[class^="fa-"]{

    padding:0 5px;
    font-size:10px;
}

.actu-comments  .pseudo{
    font-size:small;
    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    display:block;
    text-align:right;
    padding-right:20px;
}
.actu-comments  .pseudo:before {
    content: '\2014 \00A0';
}

#add_comment #message, #contact #message {
    width:90%;
    min-width:206px;

}
.actus-liste ul{
    list-style-type: none;
}
.actus-liste li{
    margin-bottom: 10px;
}
.actus-liste li a,.actus-liste li a:visited, .actus-liste li a:focus, .actus-liste li a:link {
    color:#631F1E;
    text-transform: uppercase;
}

.actus-liste li a.active, .actus-liste li a:hover {
    color:#a3a3a3;
}
.actu-nav {
    text-align:right;
    padding:10px 0;
}
.actu-nav a{
    color:#a3a3a3;
}
.actu-nav a:hover{
    color:#333333;
    text-decoration: none;
}


.carousel-actu .carousel-control {
    position: absolute;
    top: 40%;
    left: 5px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 30px;
    font-weight: 100;
    line-height: 15px;
}

.carousel-actu  .carousel-control.right {
    right: 5px;
    left: auto;
}


.popover {
    max-width: 800px;
    width: auto;
}
.comments-tt p{
    text-align:left;
    font-size:14px;
    padding-bottom:10px;
}
.comments-tt .pseudo{
    display:block;
    text-decoration: underline;
    text-align:right;
    font-size:12px;
    padding-right:10px;
}


