/**
 * style_footer css file
 *
 * @author Laytika <webmaster@laytika.com>
 * @link http://www.laytika.com/
 * @copyright Copyright &copy; 2007 Laytika
 * @license http://www.laytika.com/license/
 * @version $Id: style.css 1000 2007-04-27 07:55:53Z MDU $
 */

/*================== DEBUT FOOTER ========================*/
div#footer {
	width: 920px;
	padding: 0px;
	margin: auto;
	border: 0px solid red;
/*
	margin-right: 2px;
	margin-left: 37px;
*/
}
#footergauche {
	background-image: url(zone/footergauche.gif);
	width: 8px;
	height: 35px;
}
#footercentre {
	background-image: url(zone/footercentre.gif);
	height: 35px;
}
#footerdroite {
	background-image: url(zone/footerdroite.gif);
	width: 8px;
	height: 35px;
}
.Copyright {
	font-family: "Comic Sans MS";
	font-size: 11px;
	color: #6C6E7A;
}
.Menu_texte_bas {
	font-family: "Comic Sans MS";
	font-style: normal;
	font-variant: small-caps;
	color: #0000CC;
	text-transform: none;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.Menu_texte_bas:hover {
	font-family: "Comic Sans MS";
	font-style: normal;
	font-variant: small-caps;
	color: #E55400;
	text-transform: none;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.imgSeparationBas {
	background-image: url(images/separation_bas.gif);
	background-repeat: no-repeat;
	width: 12px;
	height: 11px;
	background-position: center;
}
/*<<<<<<<<<<<< FIN FOOTER >>>>>>>>>>>>>>>*/

