.showgrid10x10 {
	background-image: url(grid10x10.gif);
}

body {
	margin: 0;
	padding: 0;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #333333;
	background: url(img/fond-site.jpg) center top no-repeat;
}

a img, img {
	border: none; /* supprime les bordure des images dans les liens */
}

.clear {
    clear: both;
    height: 1px;
    margin: -1px 0 0;
    font-size: 1px;
}

#page {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	position: relative;
}

/* Préparer les listes à puce pour les menus */
ul.block,
.block ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
}

.block a {
	display: block;
	text-decoration: none;
}

.IE6 .block a {
	height: 1%; /* Corrige bug IE6 : espacement entre les liens */
}

.rounded5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.rounded5top {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.rounded5bottom {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

div.astuce {
	position: relative;
	height: 150px;
	text-align: center;
}

div.astuce:hover img {
	opacity: 0.3;
}

.IE6 div.astuce:hover img,
.IE7 div.astuce:hover img,
.IE8 div.astuce:hover img {
	display: none;
}

div.astuce div.texte {
	position: absolute;
	top : 0;
	left : 0;
	display: none;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

div.astuce:hover div.texte {
	display: block;
}
