/* ---------------------------------------------------------------
--
-- CSS Combat Républicain
-- revision : avril 2008
--
--------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}

body {
	font-family: Georgia, Times, serif;
	background-color: white;
	font-size: 14px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 800px
}
div#entete {
	text-align: center;
	background-color: #005B9A;
	color:#F3FDFF;
	;top: 20px;
	min-height: 60px;
}

div#menu a {
	display: block;
	color: white;
	font-size: 1.5em;
	text-decoration: none;
}
	
div#menu {
	position: relative;
	width: 23%;
	height: 812px;
	float: left;
	background-color: #005B9A;
	text-align: center;
	
}

div#contenant {
	position: relative; float: right;
	width: 77%;
	height: 810px;
	background-color: #F3FDFF;
}

div#contenu a {
	text-align: center;
	text-decoration: none;
	font-size: 0.8em;
}

div#contenu {
	padding: 25px;
}

div#siteinfo a {
	color: white;
	}
div#siteinfo {
	background-color: #005B9A;
	width: 800px;
	;position: absolute;
	top: 1000;
	text-align: center;
	color: white;
	font-weight: bold;
}

