/* CSS Document */

body {
	font-family:"Tempus Sans ITC",Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

#body {
	background-color:#FFFFFF;
	width:900px;
	height:600px;
	margin: 0 auto;
}

#menu {
	background-color:rgb(193, 28, 28);
	position:relative;
	top:0px;
	left:0px;
	width:900px;
	height:20px;
	text-align:center;
	border:2px groove rgb(263, 98, 98);
	padding:4px 0px 4px 0px;
	font-size: 80%;
}

#contenu-accueil {
	background-color:#FFFFFF;
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:550px;
	text-align:left;
	border:2px groove rgb(263, 98, 98);
}

#rideauG {
	position: absolute;
	top:0px;
	left:0px;
}

#centre {
	position: absolute;
	top:0px;
	left:233px;
}

#rideauD {
	position: absolute;
	top:0px;
	left:717px;
}

#contenu-autre {
	background-color:#FFFFFF;
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	text-align:left;
	background-image: url("images/RideauBords.jpg");
	background-repeat: repeat-y;
	border:2px groove rgb(263, 98, 98);
}

#sous-contenu {
	padding-left: 50px;
	padding-right: 50px;
}

#sous-contenu-spect {
	padding-left: 30px;
	padding-right: 30px;
}

#imgMenu {
	width:40px;
	height:26px;
	border-color:#000000;
	border-width:2px;
	border-style:solid;
	float:right;
}

#menu a {
	color:#000000;
	text-decoration:none;
	font-weight:500;
	background-color:rgb(233, 68, 68);
}

#menu a:hover {
	background-color:rgb(255, 128, 128);
}

/*#menu a:active { ça ne fct pas car quand on l'active, il charge la page cible et il n'est plus actif !!
	background-color:rgb(255, 98, 98);
}*/
a#actif{
	background-color:rgb(255, 128, 128);
}

#menu ul {
	display:inline;
}

#menu li {
	display:inline;
	list-style-type:none;
	margin-left:5%;
}

#merciPage {
	background-color:#FFFFFF;
	position:relative;
	top:200px;
	text-align:center;
}

#merciPage a {
	color:#000000;
	text-decoration:none;
	font-weight:500;
	background-color:rgb(233, 68, 68);
}

#merciPage a:hover {
	background-color:rgb(255, 128, 128);
}

#special {
	display: none;
}

hr {
	color:rgb(193, 28, 28);
}

li {
	list-style-type: circle;

}

.texteRouge {
	color:rgb(193, 28, 28);
}

.texteNoirTitre {
	color:rgb(0,0,0);
	font-size:24px;
}

.texteRougeTitre {
	color:rgb(193,28,28);
	font-size:20px;
	text-decoration:underline;
}

.texteRougeSpecial {
	color:rgb(193,28,28);
	font-size:24px;
	font-weight:bold;
}
.centré {
	text-align:center;
}
.italic {
	font-style:italic;
}
.gras {
	font-weight:bold;
}
a {
	color:rgb(140,20,20);
}

a:hover {
	font-weight: bold;
}

