body {
	background:#3B3B3B;
	color: white;
	font-family:Candara, Arial;
	font-size:20px;
	margin: 0;
	padding: 0;
}
.conteneur{
	margin-left: auto;
    margin-right: auto;
	width:700px;
}
.blockmenu{
	width:700px;
	margin: 0;
	padding: 0;
}
.contenu{
	text-align:center;
	padding:5px;
	width:700px;
	border: 2px solid #180C63;
	background: #1F1F1F;
}
p{
	margin-left: 30px;
	margin-right: 30px;
}
a{
	color:white;
}
u{
	text-decoration:underline;
	font: bold 22px Candara;
}
.table{
	background:#494949;
	border:1px solid red;  
	text-align:center;
	margin-left: 110px;
	margin-right: 110px;
}
.ssmenu{
	background:#494949;
	border:1px solid #180C63;
	text-align:center;
	font: 14px Candara;
	margin-left: 110px;
	margin-right: 110px;
}
.titre{
	font: bold 24px Candara;
	background:transparent url(./images/blocktitre.gif) center center repeat-x;
	width:700px;
	height:80px;
}
.titre-bas{
	font: 10px Candara;
	background:transparent url(./images/blocktitre.gif) center center repeat-x;
	width:700px;
	height:80px;
}
.menu{
	margin: 0;
	padding: 0;
	float: none;
	font: bold 22px Candara;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	border: 2px solid #180C63;
	border-width: 1px 0;
	background: #272727 url(./images/blockdefaut.gif) center center repeat-x;
}

.menu li{
	display: inline;
}

.menu li a{
	float: none;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	border-right: 1px solid #828081;
	border-left : 1px solid #828081;
}

.menu li a:visited{
	color: white;
}
.menu li a:hover, .menu li .current{
color: white;
background: transparent url(./images/blockactif.gif) center center repeat-x;
}

