/****************************************************************************/
.bloctresfin
{
width:200px;
margin-right:10px;
padding-right:0px
}

.blocWithoutTitle
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;    
     padding-bottom:15px;
     padding-top:1px;
     padding-left:5px;
     padding-right:5px;
     margin-bottom:20px;
}

.blocWithTitle
{
  
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;

  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;

	border-radius: 0 10px 10px 10px;
  
     padding-bottom:15px;
     padding-top:10px;
     padding-left:5px;
     padding-right:5px;
     margin-bottom:20px;
}

.blocCornerBottom 
{
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-radius:	0 0 15px 15px;
	
	padding-bottom:5px;
}
/****************************************************************************
 * Bloc Blanc, Bleu et Gris
 ****************************************************************************/
 .titreblanc h1, .titrebleu h1, .titregris h1
{
    margin-left:5px;
    padding-top:3px;
    padding-bottom:2px;
}

    .titreblanc span, .titrebleu span, .titregris span
    {
        padding:14px 10px 8px 0px;
    }

/****************************************************************************
 * Bloc Blanc
 ****************************************************************************/
.blocblanc
{
    background-color:#FFFFFF;
    color:#333333;
}

    .titreblanc
    {
        background:url("../../images/common/bloc/blanc/titre-gauche.png") no-repeat;
        height:40px;

    }
    
    .titreblanc span
    {
        background:url("../../images/common/bloc/blanc/titre-droite.png") no-repeat right;
        color:#000000;
    }

.blocblanc a.imghover:hover img
{
	border:2px solid #CCCCCC;
	}
    
/****************************************************************************
 * Bloc Bleu
 ****************************************************************************/
.blocbleu
{
    background:#6ebae5 url("../../images/common/bloc/bleu/bleu-200.png") repeat-x;
    color:#FFFFFF;
   
}
    .titrebleu
    {
        background:url("../../images/common/bloc/bleu/titre-gauche.png") no-repeat;
        height:40px;
    }
    .titrebleu span
    {
        color:#FFFFFF;
        background:url("../../images/common/bloc/bleu/titre-droite.png") no-repeat right;
    }
    
.blocbleu a.imghover:hover img
{
    border:1px solid white;
}

.blocbleu a, .blocbleu a:visited, .blocbleu a:hover {
	color: white;
}
	
/****************************************************************************
 * Bloc Gris
 ****************************************************************************/
.blocgris
{
    background:#2D2D2D url("../../images/common/bloc/gris/gris-250.png") repeat-x;
    color:#FFFFFF;
}
    .titregris
    {
        background:url("../../images/common/bloc/gris/titre-gauche.png") no-repeat;
        height:40px;
    }

        .titregris span
        {
            background:url("../../images/common/bloc/gris/titre-droite.png") no-repeat right;
            color:#FFFFFF;
        }
        
.blocgris a.imghover:hover img
{
    border:2px solid #CCCCCC;
}

	
/****************************************************************************
 * Bloc bleu clair
 ****************************************************************************/        
.blocbleuclair
{
    background-color:#e2f1fa;
}

.comments_single {
	width			: 60px;
	background		: url("../../images/social/comments_single.png") no-repeat scroll 0 0 transparent;
	color			: #54646B;
	height			: 63px;
	margin			: 0 4px;
	font-size		: 14px;
	text-align		: center;
	float			: left;
}

.comments_single .disq_ctxt {
	display			: none;
}

.comments_single a {
	font-weight		: bold;
	color			: #54646B;
	padding			: 10px 5px 35px 0;
	display			: block;
}

#dsq-content .dsq-moderator .dsq-comment-header {
  background: #6ebae5 url("../../images/common/habillage/footer.png") repeat-x;
  color: white;
}