@charset "utf-8";

/* Design de l'arrière plan*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial,sans-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	background-color: #2e0101;
}

img {
	border: 0px;
}

/* Design de la zone principale*/

#conteneur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 771px;
	min-height: 771px;
	margin-top: 20px;
	background-color: #000000;
}

/* Page d'accueil */

#hautgauche {
	width: 257px;
	height: 257px;
	background-image: url(../imgs/template/fond_carre_clair.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

.hautg {
	position: absolute;
	top: -6px;
	left: -7px;
}

#hautcentre {
	width: 257px;
	height: 257px;
	background-image: url(../imgs/template/fond_carre_sombre.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

#hautdroit {
	width: 257px;
	height: 257px;
	background-image: url(../imgs/template/fond_carre_clair.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

.hautd {
	position: absolute;
	top: -6px;
	right: -7px;
}

#milieugauche {
	width: 257px;
	height: 257px;
	background-image: url(../imgs/template/fond_carre_sombre.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
	float: left;
}

#milieucentre {
	width: 257px;
	height: 257px;
	background-image: url(../imgs/template/fond_carre_clair.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

#milieudroit {
	width: 257px;
	height: 257px;
	background-image: url(../imgs/template/fond_carre_sombre.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

#basgauche {
	width: 257px;
	height: 257px;
	background-image: url(../imgs/template/fond_carre_clair.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
	float: left;
}

.basg {
	position: absolute;
	bottom: -6px;
	left: -7px;
}

#bascentre {
	width: 257px;
	height: 257px;
	background-image: url(../imgs/template/fond_carre_sombre.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

#basdroit {
	width: 257px;
	height: 257px;
	background-image: url(../imgs/template/fond_carre_clair.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

.basd {
	position: absolute;
	bottom: -6px;
	right: -7px;
}

h3.h3accueil1 {
	color: White;
	font-size: 1.2em;
	text-align: center;
	/*font-weight: bold;*/
	letter-spacing: 5px;
	margin-top: 110px;
}

h3.h3accueil21 {
	color: White;
	font-size: 1.2em;
	text-align: center;
	/*font-weight: bold;*/
	letter-spacing: 5px;
	margin-top: 80px;
}

h3.h3accueil22 {
	color: White;
	font-size: 1.2em;
	text-align: center;
	/*font-weight: bold;*/
	letter-spacing: 5px;
}

a.aaccueil {
	text-decoration: none;
	color: White;
}

a.aaccueil:hover {
	text-decoration: underline;
	color: Silver;
}
