/* ----------------------------- */
/* ---------- Footers ---------- */
/* ----------------------------- */
#footer {
	text-align : center;
    width: 100%;
    display: block;
    margin: 0 auto;
}



#footer a, #footer a:visited {
	color : #555;
    text-shadow:none !important;
	font-size : 11px;
	margin-right : 5px;
	text-decoration : none !important;
}
#footer a:hover { text-decoration : underline; }

#footer a.pipe  { cursor: normal; }
#footer a.pipe:hover { text-decoration : none; }

#footer a span { font-size: 10px; }
#footer a span.blue {
	color : #555;
        font-weight:bold;
}
.Pfoot {
    float: left;
    padding: 5px 5px 5px 10px;
    margin: 5px 25px;
    vertical-align: top;
    -webkit-transition: background-color 0.3s ease-in-out, box-shadow 0.2s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.3s ease-in-out, box-shadow 0.2s ease-in-out;
    width: 160px;
    border: solid #F2F2F2 1px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.Pfoot:hover {
    background-color:#EAEAEA;
    border:solid #fff 1px;
    -moz-box-shadow:    inset 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    box-shadow:         inset 0 0 4px rgba(0,0,0,0.2);
}

.colonne{
    width: 180px;
    float: left;
}

.Pfoot .bold {
font-size: 12px;
color:#333;
line-height: 24px;

}
