/* ---------------------------------------------------------------
--
-- CSS Combat Républicain
-- revision : avril 2008
--
--------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
div#wrap {
	width: 800px;
	margin: 0 auto;
}
div.spacer {
	clear: both;
	height: 1px;
}

/* ---- entete
--------------------------------------------------------------- */
div#entete {
	background-color: #005b9a;
	color: #F3FDFF;
	padding: 0 0 20px 0;
}
div#entete img {
	border: none;
}
div#entete h1 {
	font-size: 2em;
	line-height: 120%;
	text-align: center;
}

/* ---- conteneur global
--------------------------------------------------------------- */
div#contenant {
	background: url(../images/combat_bg.gif) left top repeat-y;
}

/* ---- menu
--------------------------------------------------------------- */
div#menu {
	width: 200px;
	float: left;
	padding: 29px 0 0 0;
	background-color: #005b9a;
}
div#menu ul {
	text-align: center;
	list-style: none;
	font-size: 1.5em;
	line-height: 130%;
}
div#menu a {
	color: white;
	text-decoration: none;
}

/* ---- contenu
--------------------------------------------------------------- */
div#contenu {
	width: 550px;
	float: right;
	padding: 25px;
	background-color: #f3fdff;
}
div#contenu h1 {
	font-size: 1.8em;
	line-height: 130%;
	margin: 0 0 .2em 0;
}
div#contenu h2 {
	font-size: 2.2em;
	line-height: 130%;
	margin: 0 0 1em 0;
}
div#contenu p {
	font-size: 1em;
	line-height: 130%;
	margin: 0 0 1em 0;
}
div#contenu ul {
	list-style: disc;
	list-style-position: inside;
	font-size: 1em;
	line-height: 130%;
	margin: 0 0 1em 0;
}
div#contenu a {
	text-decoration: none;
}
.flottantGauche {
	float: left;
	margin: .4em .9em 0 0;
	border: none;
	display: block;
}
.flottantDroite {
	float: right;
	margin: .4em 0 0 .9em;
	border: none;
	display: block;
}
.flottantCentre {
	margin: .7em auto;
	border: none;
	display: block;
}


textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.1em;
	width: 400px;
	height: 80px;
	margin: 1em 0 0 0;
}
form {
	border: none;
	margin: 1em 0;
}
fieldset {
	border: 1px dotted #ccc;
	padding: 2em 1.5em .5em;
}
legend {
	font-size: 1.1em;
	line-height: 120%;
	font-weight: bold;
	background: #f3fdff;
	padding: 0;
}

/* ---- footer
--------------------------------------------------------------- */
div#siteinfo {
	background-color: #005b9a;
	color: white;
	text-align: center;
	font-weight: bold;
	padding: .5em 0 .7em 0;
	clear: both;
}
div#siteinfo p {
	font-size: 1em;
	line-height: 130%;
}
div#siteinfo a {
	color: white;
}

