.widget_social {
	border-radius: 50%;
	display: block;
	height: 38px;
	margin: 0 0 10px;
	margin-left: 0px;
	position: relative;
	width: 38px;
	float: left;
	margin-left: 5px;
    background-color: #8E5C6C;
}

.widget_social i {
    color: #fff;
    font-size: 24px;
    position: absolute;
    right: 8px;
    top: 14px;
    top: 8px
}

.menu-outils {
	font-size: 25px;
	margin-top: 5px;
}

.pull-right {
	float: right;
}	

.menu-outils a {
	margin-left: 10px;
	color: #333;
}

.cartouche {
	height: 200px;
	border-radius: 50px;
	overflow:hidden;
	border:1px solid black;
}

.petit_cartouche {
	border-radius: 50px;
	overflow:hidden;
	border:1px solid black;
	padding:15px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}