*
{
	margin: 0;
	padding: 0;
}

body
{
	behavior: url("csshover.htc");
	background-color: black;
	font-family: Arial;
	color: white;
}

:focus
{
	-moz-outline-style: none;
}

a
{
	text-decoration: none;
	outline: none;
	color: white;
}

img
{
	border: none;
}

p
{
	text-align: center;
	margin-top: 5px;
	font-size: 12pt;
}

h2
{
	text-align: center;
}

.bloc-texte
{
	margin-top: 220px;
}

.nom
{
	font-size: 9pt;
}

.design
{
	font-weight: bold;
	font-size: 11pt;
}

/* centrage absolu*/

.conteneur
{
	position:absolute;
    left: 50%; 
    top: 50%;
    width: 640px;
    height: 480px;
	margin-left: -320px; /* moitié de la largeur */
    margin-top: -240px; /* moitié de la hauteur */
}

.carre_central
{
	width: 640px;
    height: 480px;
	float: left;
	background-image: url("images/carre-central-hd.jpg");
}

.carre_central:hover
{
	color: black;
	background-image: url("images/carre-blanc.jpg");
}