/* 
    Document   : pied
    Created on : 1 juin 2015, 17:12:59
    Author     : administrateur
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
.footer {
	width:100%;
	background-color: #602400;
	color: #f6c500;
	padding: 0;
	margin: 0;

}
.colophon{
	float: left;
	padding: 0;
	margin: 0;

}
.colophon a{
	color:#f6c500;
	display : block; 
    padding :0; 
    text-decoration : none; 
    width : 144px; 
    display: inline;	
}
.colophon ul{
	padding : 0;
    margin : 0; 
    list-style : none;
    line-height : 21px; 
    text-align : center; 
}
.colophon li{
	display: inline;
    float: left;
    margin:8px 15px;
    padding: 0;
}
.reseaux_sociaux {
	width: 20%;
	float: right;
	text-align: right;
	min-width: 165px;
}
.reseaux_sociaux li {
	display: inline-block;
	margin-left: 15px;
	padding-top: 6px;
}
.insc_nl_footer {
	width: 40%;
	float: left;
	max-width: 392px;
	height: 39px;
	overflow: hidden;
}
.insc_nl_footer #email-layer {
	width: 70%;
	text-align: center;
	padding-left: 10px;
	float: left;
}
.insc_nl_footer .boutons {
	width: 30%;
	float: left;
}
.insc_nl_footer .submitx {
	background: #ce4b13;
	border: 0;
	height: 40px;
	color: #fff;
	padding: 3px 22px;
	text-transform: uppercase;
}
.insc_nl_footer .formulaire_ok {
	margin-bottom: 0;
	margin-top: 0;
	color: #fff !important;
	background: #ce4b13;
	height: 40px;
	padding: 8px 15px;
	text-align: center !important;
}
@media(max-width:767px){
    .reseaux_sociaux {
        width: auto;
        float: none;
        text-align: left;
    }
}