body {
	background: white;
	font-family: Arial, serif;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}

#header {
	background: url("../images/ressources/fondHeader.jpg") repeat-x;
	height: 60px;
	text-align: center;	
	font-weight: normal;
	color: #d6d6d6;
	font-size: 32px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 15px;	
}

.wwwcom {
	font-size: 20px;
	color: #9c9696;
}

#sousTitre {
	text-align: center;
	margin: 0px;
	font-size: 15px;
	color: #2a2929;
}

#sousTitre a {
	color: #2a2929;
}

#sousTitre a:hover {
	color: #932727;	
}

#menu {
	width: 250px;
	margin: auto;
	font-size: 20px;
}

#menu ul {
	padding: 0px;
	
}

#menu li {
	display: block;
	width: 250px;
	text-align: center;	
	height: 30px;
	background: #787474;
	border: 1px solid white;
	letter-spacing: 3px;
	font-variant:small-caps;
}

#menu a {
	color: white;
}

#menu a:hover {
	color: #932727;	
}


#footer {
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #2a2929;
}

#footer a {
	color: #2a2929;	
}

#footer a:hover {
	color: #932727;	
}

#cadenas {
	display: block;
	background: white;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: 2px;
	right: 2px;	
}

a {
	text-decoration: none;	
}

a:hover {
	color: #932727;	
}

