/* ===========================================================
Elements de Page =========================================== */

* {
	margin:0;
	border:0;
	padding:0;
}

html, body {
background: url(images/body.gif) repeat-x #030303;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000000;
	margin: 0px;
}

ul, li {
	list-style-type:none;
}

a {
	text-decoration:none; 
	font-weight:bold;
	cursor:pointer;
	color:#000000;
}

a:hover {
	text-decoration:underline;
}

hr
{
	border: 4px solid #1E90FF;
	color: #1E90FF;
}

/* ===========================================================
Structure ================================================== */
form
{
	text-align: center;
	margin: 5px;
	margin-bottom: 15px;
	font-weight: bold;
}

input
{
	border: 1px solid #1E90FF;
	margin-left: 15px;
	font-weight: bold;
	color: #1E90FF;
}

.submit
{
	color: white;
	background-color: #1E90FF;
}

fieldset
{
	border: 1px solid #1E90FF;
}

.recherche
{
	text-align: center;
	margin-bottom: 5px;
}

.recherche input
{
	margin-left: 0px;
}

.recherche form
{
	margin: 0px;
}

#wrapper {

	margin:8px auto;
	width:855px;
}

#menu li {
	background:url(images/coin1.png) no-repeat 0 0;
	text-align:center;
	margin-left:18px;
	font-weight:bold;
	padding-top:5px;
	width:129px;
	height:19px;
	float:left;
}

#menu li:hover {
	background:url(images/coin2.png) no-repeat 0 0;
}

#menu .actif {
	background:url(images/coin2.png) no-repeat 0 0;
}

#menu a {
	color:#ffffff;
}

#header {
	width:100%;
}

#date{
	position:absolute;
	font-weight:bold;
	color:#ffffff;
	right:7px;
	top:28px;
}

#content {
	background:url(images/top_bg.png) no-repeat top;
	background-color:#ffffff;
	margin-top:10px;
	padding:13px;
	width:829px;
}

#nouveau {
	background-color: #258BE2;
	margin-bottom:5px;
	text-align:center;
	padding-top:5px;
	height:120px;
	width:189px;
	color: white;
	font-weight: bold;
	font-size: 12px;
/*
	background:url(images/nouveau.png) no-repeat 0 0;
	margin-bottom:-15px;
	text-align:center;
	padding-top:40px;
	height:229px;
	width:189px;
	*/
}

#menuleft {
	float:left;
	border-right: 1px solid #1E90FF;
}

#menuleft h1{
	background:url(images/title_menu_bg.png) no-repeat 0 0;
	margin-bottom:5px;
	text-align:center;
	padding-top:5px;
	margin-left:4px;
	font-size:12px;
	color:#ffffff;
	width:176px;
	height:21px;
}

#menuleft ul {
	margin-left:12px;
	margin-bottom: 10px;
}

#menuleft li {
	background:url(images/puce.gif) no-repeat 0 0;
	border-bottom: 1px dashed #1E90FF;
	padding-bottom: 3px;
	padding-left:25px;
	margin-top:7px;
}

#menuleft a:hover {
	color: #1E90FF;
}

#text {
	margin-left:200px;
}

#text h1,#text h2 {
	background:url(images/title_bg.png) no-repeat 0 0;
	margin-bottom:8px;
	text-align:center;
	padding-top:5px;
	font-size:12px;
	color:#ffffff;
	width:625px;
	height:21px;
}

#footer {
	font-size: 11px;
	clear: both;
	background:url(images/footer.png) no-repeat 0 0;
	text-align:center;
	padding-top:5px;
	font-weight:bold;
	color:#ffffff;
	height:53px;
	width:100%;
	bottom:10px;
	margin: 0px;
}

#footer a {
	color:#ffffff;
}


.error
{
    background: #ffeae7;
    color: #fe0000;
    border: 1px solid #fe0000;
    font-size:16px;
}

.error a:link
{
color : #0066FF;
}
.error a:active
{
color : #0066FF;
}
.error a:visited
{
color : #0066FF;
}

.error a:hover
{
color : fuchsia;
}

.ok
{
    background: #c4ffad;
    color: #178701;
    border: 1px solid #75de82;
    font-size:16px;
}