@charset "UTF-8";
/* CSS Document */
body {
	background: #FFFFFF;
	font-family: arial, helvetica,verdana,sans-serif;
	color: #FFF;
	width: 100%;
}

/*	Annulations generales */

body, p, ul, form, h1, h2, h3 {
	padding:0;
	margin:0;
}

table { border-collapse:collapse; }

img	{
	border:0;
	display:block;
}

.container 	{
	width:881px;
	margin: 0 auto;
}
#logos {
	position : absolute;
	top: 375px;
	background:#F00;
	
}

#logos a {
	display: block;
	float:left;
	height: 80px;
	background-repeat: no-repeat;
		background-position: 100% 0;

}

#logos  a.bt0 { width:221px; background-image: url('../_img/tac_presse.png'); }

#logos  a.bt1 { width:284px; background-image: url('../_img/tacCreative.png'); }

#logos  a.bt2 { width:376px; background-image: url('../_img/godSave.png'); }

#logos a:hover,

#logos .on a {
		background-position: 100% 100%;

}

#footer{
	position : absolute;
	top : 536px;
}


