html {
	margin: 0;
	padding: 0;
}

body {
	font-family: tahoma,verdana,Sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #000000;
}

img {
	margin: 0px;
	border: none;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	color: #666666;
}

ul {
	float: left;
	list-style-type: none;
	width: 135px; 
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

li {
	height: 17px;
	border-top: 1px solid #eee;
	border-right: 0px solid #eee;
	border-bottom: 1px solid #ccc;
	border-left: 0px solid #eee;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	padding-top: 3px;
	padding-left: 0px;
	background: url('images/fond.deg.bas.gif') repeat-x left top;
	cursor: pointer;
}

li:hover {
	color: #cc0000;
	background: url('images/fond.deg.haut.gif') repeat-x left top;
	cursor: pointer;
}


#header {
	width: 760px;
	height: 90px;
	margin-top: 10px;
	float: left;
}

#login {
	color: #eee;
	padding-top: 10px;
	padding-left: 10px;
	text-align: left;
	float: left;
	font-size: 10px;
}

#bas {
	color: #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
	height: 100%;
}

#content {
	width: 760px;
	float: left;
	border-top: 5px solid #cc0000;
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#menus {
	float: left;
	width: 150px;
	padding: 0px;
	margin-left: 0px;
	margin-top: -31px;
	text-align: center;
}


#page {
	float: left;
	text-align: left;
	width: 580px;
	margin-top: 15px;
	margin-left: 10px;
}

h1 {
	color: #000000;
	font-size: 28px;
	font-weight: bold;
}
h2 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	margin-top:2px;
	letter-spacing:2px;
}
strong {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

.rouge {
	color: red;
}
