.box
{
        width:27%;
        float:left;
        margin-right:10px;
        min-height:100px;

}

.box1
{		
		float:left;
        width:35%;
		border-right:solid 1px #ddd;
}

.box2
{
        width:32%;
}

.box3
{
        float:right;
		border-left:solid 1px #ddd;
}


code 
{
	white-space: normal;
	border: none;
}


#clear
{
	clear:both;
}

.comme_a
{
	padding-top: 8px;
padding-bottom: 8px;
margin-top: 2px;
margin-bottom: 2px;
border-radius: 5px;
padding-right: 12px;
padding-left: 12px;
margin-right: 2px;
line-height: 14px;
    color: #08C;
	text-decoration: none;
	text-transform :none;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	text-shadow:none;
	font-size:100%
	
}
.coul_gris code{
color:#667F8E;
}

.coul_gris a{
color:#667F8E;
}

