	



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

html {
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #000;
	background: #c4b58a;
}

.site {
	width:1000px;
	min-height:800px;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	border:2px solid #467541;
	padding:15px;
	background:  #467541;
}

#header {
	position:relative;
	width:1000px;
	height:94px;background:#467541;
}

#site-logo-index {
	width:500px;
	height:164px;
}

#site-logo {
	width:304px;
	height:100px;
	position:absolute;
	top:-10px;  
	left:-25px; 
}


#site-main {
	width:1000px;
	min-height:950px;
	height:950px;
	margin-top:21px;
	margin-left:auto;
	margin-right:auto;
	background: #fff;
}

#navigation {
	width: 140px ;
	list-style: none ;
	margin-top:1px; 
	padding: 0 ;
	background: #fff;
}

#navigation li {
	background: #fff;
	color: #fff;
	margin-bottom: 1px;
	}
	
#navigation li a {
	display: block;
	background: #467541;
	color: #fff;
	font: 12px  Arial, Helvetica, sans-serif;
	line-height: 28px;
	height:28px; /* ie6 */
	text-align: left;
	text-decoration: none;
	padding-left:4px;
}

#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	background: #ffbd00 ;
	text-decoration: none ;
}


#navigationh {
	list-style: none ;
	margin-top:0px; 
	padding: 1px ;
	background:#fff;
	width:710px;
	height: 30px;
}

#navigationh li {
	float: left;
	width: 235px;
	height: 30px;
	background: #fff;
	color: #FFF;
	margin-right: 1px;
	margin-bottom: 1px;
	
}
		
#navigationh li a {
	display: block;
	background: #467541;
	color: #FFF;
	font: 12px  Arial, Helvetica, sans-serif;
	line-height: 15px;
	height: 30px;
	height:18px; /* ie6 */
	text-align: center;
	text-decoration: none;
	
}

#navigationh li a:hover, #navigationh li a:focus, #navigationh li a:active {
	background:#ffbd00; ;
	text-decoration: none ;
}

	
	
h1 {
	color: #ffbd00 ;
	font: 14px  Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 20px ;
	text-align: left ;
	text-decoration: none ;
	margin-top:5px;
}
	
h1 a {
	color: #ffbd00 ;
	font: 14px  Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 20px ;
	text-align: left ;
	text-decoration: none ;
	}

h1 a:hover, a:focus, a:active {
	
	text-decoration: underline ;
	}
	
	

	
h2 {
	color: #0590ec ;
	font: 14px  Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 20px ;
	text-align: center ;
	text-decoration: none ;
	margin-top:5px;
}
	
h2 a {
	color: #0590ec ;
	font: 14px  Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 20px ;
	text-align: center ;
	text-decoration: none ;
	margin-top:5px;
	text-decoration: none ;
	}

h2 a:hover, a:focus, a:active {
	
	text-decoration: underline ;
	}
	
h3 {
	color: #0590ec ;
	font: 14px  Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 20px ;
	text-align: left ;
	text-decoration: none ;
	margin-left:125px;
}
	
a {
	color: #000000;
	font: 10px  Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 20px ;
	text-align: left ;
	text-decoration: none ;
	}

a:hover, a:focus, a:active {
	
	text-decoration: underline ;
	}
	
p a {
	color: #0590ec ;
	font: 12px  Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 20px ;
	text-align: left ;
	text-decoration: none ;
	}

p a:hover, p a:focus, p a:active {
	
	text-decoration: underline ;
	}
	
table {
	color:#000;
	width:400px;
	height:200px;
	font-size:14px;
	font-weight:bold;
	}
	
	
td a {
	color: #ffbd00 ;
	font-size:14px;
	font-weight:bold;
	line-height: 20px ;
	text-align: left ;
	text-decoration: underline ;
	}

td a:hover, td a:focus, td a:active {
	
	text-decoration: underline ;
	}
	
.link {
	color: #ffbd00 ;
	font-size:14px;
	font-weight:bold;
	line-height: 20px ;
	text-align: left ;
	text-decoration: underline ;
	}


	
#base-line {
	width:1000px;
	height:22px;
	background:#c4b58a;
	text-align:right;
	line-height:20px;
	color:#FFF;
}	

	
#middle {
	position:relative;
	width:1000px;
	background:#F6F6FF;
	
}	
	
	
#menu {
	float:left;
	width:140px;
	height:800px;
	background:#fff;
}	
	
#content {
	float:left;
	width:710px;
	height:800px;
	background:#fff;
	color:#000000;
	margin-left:5px;
	margin-right:5px;
}
	
#content_large {
	
	float:rigth;
	width:800px;
	background:#fff;
	color:#000000;
	margin-left:150px;
	margin-right:5px;
}
	
	
.content_p {
	margin-top:10px;
	text-align:justify;
	width:100%;
}	
	
#pub-panel {
	float:left;
	width:140px;
	height:800px;
	min-height:600px;
	background:#fff;
	//margin-top:10px;
}	
	
#footer {
	float:none;
	width:1000px;
	height:22px;
	background:#FFF;
	text-align:center;
	line-height:20px;
	color:#0590ec;
	margin-top:10px;
}


#footer a {
	color: #ccc ;
	font: 12px  Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height: 20px ;
	text-align: left ;
	text-decoration: none ;
	}

#footer a:hover, #footer a:focus, #footer a:active {
	
	text-decoration: underline ;
	}

input, textarea {
	border:1px solid #467541;
}

input.button {
	border:3px solid #000;
	font-weight: bold;
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 4px 8px;
border-top: 1px solid white;
border-right: 1px solid black;
border-bottom: 1px solid black;
border-left: 1px solid white;
text-align: center;
min-width: 75px;
text-transform: uppercase;

}

input.submit {
	border:3px solid #00ff00;
	font-weight: bold;
font-size: 9px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 4px 8px;
border-top: 1px solid white;
border-right: 1px solid black;
border-bottom: 1px solid black;
border-left: 1px solid white;
text-align: center;
min-width: 75px;
text-transform: uppercase;

}

.error {
	font-weight:bold;
	color:#ff0000;
}

.retour {
	color: #D31721 ;
	font: 11px  Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 20px ;
	text-align: center ;
	text-decoration: none ;
	margin-top:5px;
}

retour_link {
	color: #000 ;
	font: 11px  Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 20px ;
	text-align: center ;
	text-decoration: none ;
	margin-top:5px;
}
