.center-footer{
width:80%;
margin:auto;
margin-bottom:25px;
}
.center-footer img{
float:left;
width:160px;
margin-right:20px;
}

.center-footer p{
text-align:left;
}

.top-footer{
margin-bottom:20px;
}

.bottom-footer{
text-align:center;
}

/* ********* Mentions légales ****** */
#mentions_legales{
	margin-top:20px;
	width:660px;	
}

#mentions_legales .haut_cadre{
	width:660px;
	height:12px;	
	background:url(../imgs/interface-derniers-produits-haut.png) no-repeat;
}

#mentions_legales .milieu_cadre{
	width:660px;
	min-height:280px;
	background:url(../imgs/interface-derniers-produits-centre.png) repeat-y;
	padding-left:10px;
	padding-right:10px;	
}

#mentions_legales .bas_cadre{
	height:13px;
	background:url(../imgs/interface-derniers-produits-bas.png) no-repeat;
}

#mentions_legales .text{
	padding-top:10px;
	margin-left:5%;
}

#mentions_legales .content-ml{
width:90%;
float:left;
	margin-left:5%;
}

/* ********** CGU ***** */
#aff_cgu{
	width:80%;	

}

#aff_cgu .haut_cadre{
	width:660px;
	height:12px;	
	background:url(../imgs/interface-derniers-produits-haut.png) no-repeat;
}

#aff_cgu .milieu_cadre{
	width:660px;
	min-height:280px;
	background:url(../imgs/interface-derniers-produits-centre.png) repeat-y;
	padding-left:10px;
	padding-right:10px;	
}

#aff_cgu .bas_cadre{
	width:660px;	height:13px;
	background:url(../imgs/interface-derniers-produits-bas.png) no-repeat;
}
#aff_cgu .contenu{
	width:90%;
	margin-left:10px;
}


#aff_cgu .titre{
	font-size:14px;
	color:#EB602B;
	text-align:center;
	font-weight:bold;
	height:25px;
}

#aff_cgu .sous_titre{
	font-size:12px;
	color:#EB602B;
	text-align:justify;
	line-height:30px;
	margin-bottom:10px;
	font-weight:bold;
}

#aff_cgu .paragraphe{
	font-size:12px;
	color:#3A1C0E;
	text-align:justify;
	margin-bottom:10px;
}


/* **** Contact ****** */
    form#contact{text-align:center;}
    p#msg,p#adr,p#obj,p#nam{margin-right:10%;}
    p#msg textarea{border:1px solid #ccc;height:15em;width:80%; margin-top:5px;}
    p#adr input,p#obj input, p#nam input{border:1px solid #ccc;width:80%; margin-top:5px;}
    p.bt{text-align:center;}
    p.bt input{border:1px solid #ccc;width:100%;margin-right:10%;width:70%; background-color:#999; color:#fff; font-weight:bold;}
	p.bt input:hover{background-color:#fff; color:#000; font-wieght:bold; cursor:pointer;}
	form#contact .pteligne{font-style:italic; font-size:0.8em; text-align:left; margin-left:10%;}

