*
{
	margin: 0;
	padding: 0;
}

body
{
	height:100%;
	text-align: center;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif;
	color: #0000C7;
	background: #0000C7;
}

#conteneur
{
	width: 980px;
	min-height:100%;
	margin: 0 auto;
	text-align: left;
	background: #F0F000;
	border-right: 1px solid #0000C7;
	border-left: 1px solid #0000C7;
	position: relative;
}

#header
{
	height: 100px;
	background: url(header.png) no-repeat center center;
}

#header a
{
	width: 770px;
	height: 100px;
	display: block;
	position: relative;
	left: 0;
	top: 0;
	text-indent: -5000px;
}

#footer
{
	position: absolute;
	bottom: 0;
	height: 35px;
	width: 100%;
	padding-top: 5px;
	border-top: 1px solid #0000C7;
	text-align: right;
}

#footer p
{
	padding-top: 5px;
	padding-right: 20px;
}
#footer a
{
	float:left;
	width: 100px;
	height: 23px;
	background: #0000C7;
	color: #F0F000;
	text-align: center;
	padding-top: 7px;
	margin-right: 5px;
	display: block;
	position: relative;
	text-decoration: none;
	left: 10px;
}

#menu a
{
	text-decoration: none;
	color: #0000C7;
}

ul#menu
{
	height: 30px;
	background: #F0F000;
	border-top: 2px solid #0000C7;
	border-bottom: 2px solid #0000C7;
	list-style-type: none;
}

ul#menu li
{
	float: left;
	text-align: center;
	line-height: 30px;
	background: #F0F000;
	border-right: 2px solid #0000C7;
}

ul#menu li.petit
{
	width: 105px;
}

ul#menu li.grand
{
	width: 200px;
	font-weight: bold;
}

ul#menu li.tresgrand
{
	width: 259px;
}

ul#menu li#dernier
{
	border-right: 0;
}

ul#menu li:hover
{
	background: #0000C7;
	color: #F0F000;
}

ul#menu li a
{
	width: 105px;
	line-height: 30px;
	display: block;
}

ul#menu li a:hover
{
	background: #0000C7;
	color: #F0F000;
}

#menu select
{
	background: #F0F000;
	color: #0000C7;
	border-color: #0000C7;
}

#menu option
{
	background: #0000C7;;
	color: #F0F000;
}

#ajout
{
	background: #0000C7;
}

#contenu 
{
	padding: 20px 20px 0;
	padding-bottom: 50px;
	background: #F0F000;
}

#contenu h1
{
	text-align: center;
	padding-bottom: 10px;
}

#contenu img
{
	border:none;
}

#contenu table, #ajout table
{
	border: none;
}

#contenu td, #contenu th
{
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
	padding-bottom: 3px;
}

#contenu td.chiffre, #ajout td.dernier
{
	text-align: right;
}

#ajout th.ajout, #contenu th
{
	padding-bottom: 5px;
	font-weight: bold;
}

#ajout tr.premier th.date
{
	text-align: left;
}

#ajout td.ajout, #ajout th.ajout
{
	background: #0000C7;
	color: #F0F000;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
}

#ajout td.date
{
	width: 150px;
}

#ajout input
{
	color: #0000C7;
	background: #F0F000;
}
#ajout td.date input
{
	width: 85px;
}

#ajout td.dernier input
{
	width: 100px;
	background:  #F0F000;
	border-color: #F0F000;
	color: #0000C7;
}

#ajout select
{
	background: #F0F000;
	color: #0000C7;
	border-color: #0000C7;
}

#ajout option
{
	background: #0000C7;;
	color: #F0F000;
}

#contenu form
{
	padding:10px;
}

#contenu fieldset
{
	padding: 5px 5px 10px 10px;
	margin-bottom:5px;
	border: 2px solid #0000C7;
}

#contenu legend
{
	font-family:georgia,sans-serif;
	font-size:1.1em;
	font-weight:bold;
	border: 1px solid #0000C7;
	color: #F0F000;
	background: #0000C7;
	padding: 3px 5px;
}
#contenu label
{
	clear: left;
	display: block;
	float: left;
	font-weight: bold;
	width: 190px;
	margin-bottom:0.5em;
}

#contenu label.check
{
	width: 110px;
}

#contenu input
{
	margin-bottom:0.55em;
}

#contenu input.inputtext
{
	width:200px;
	margin-top:-0.2em;
	background: #F0F000  url(form.png) repeat-x top left;
	border-color: #F0F000;
}

#contenu input.bouton
{
	margin-top: 10px;
	margin-left: 370px;
	color: #0000C7;
	background: #F0F000;
	border-color: #0000C7;
	width: 150px;
	height: 40px;
	cursor: pointer;
}

#contenu input.bouton:hover
{
	color: #F0F000;
	background: #0000C7;
	border-color: #F0F000;
	width: 150px;
}

#contenu p.message
{
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 5px;
}