/*-----------MODIFS BLOCS PAGE DE BASE-------------*/
body {
overflow-x: hidden;
overflow-y: auto;
}

.header {
margin-bottom: 0em;
}
.menugauche {
display: none;                                                                                                                                   
}

.frame {
margin-left: 0px;
width: auto;
height: auto;
}

/* --------FIN MODIFS BLOCS PAGE DE BASE---------- */


.blocimage {
	float: left;
	border:1px solid white;
	margin: 3em 0 0 1.9em;
	padding: 0;
	text-align: center;
	width: 13em;
	height: 12em;
	}
	
.blocimage img {
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	}
	
.blocimage a {
	display: block;
	color: #666666;
	font-size: 0.9em;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 1px solid white;
	}

.blocimage a:hover {
	text-decoration: none;
	color: #CD2086;
	border: 1px solid white;
}

/* ---------ANTI FLOAT--------- */

hr {
	clear:both;
	border:0;
	height:1%;
	background-color: white;
	margin: 0;
	padding: 0;
}