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

/* body */
body {
	font:0.75em Verdana, Arial, Helvetica, sans-serif;
}

p{
	margin: 1px;
	padding: 2px;
}
input{
	border: 1px solid #A6552E;
}
fieldset{
	border: thin solid Gray;
}
legend{
	text-align: left;
	margin: 2px;
	color: #666666;
	font-weight: bold;
	/*border: thin solid #666666;*/
	padding: 4px;
}

/*HEADER*/
#header{
	width: 800px;
	position:relative; 
	height: 162px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}

#header h1 {
	position:absolute;
	color: #874728;
	font-size: 26px;
	font-weight: bold;
	margin-top:50px;
	margin-left:440px;
	left: 0px;
	top: 0px;
}
#evitlinks{
position:absolute;
right:4px;
top:2px;
 z-index: 20;
}
#evitlinks a {
color: #999999;
-moz-opacity:0.5;
opacity: 0.5;
filter:alpha(opacity=50);
}
/*MENU IN HEADER*/
#menu{
	position:absolute;
	bottom: 20px;
	right: 30px;
	font-size: 10px;
	font-weight: bold;
}
 #navlist ul {
	display: inline; padding: 0; margin: 0;
}
 #navlist li {
 	list-style-type: none;
	display: inline;
	padding: 0px;
	margin-left: 2px;
}
 #navlist li a,#leftpanel li a {
	font-size: 1em;
	font-weight:bold;
	color: #874728;
	text-decoration: none;
}
 #navlist li a:hover,#leftpanel li a:hover{
	text-decoration: underline;
}
.menuoff{
	text-decoration: underline;
	color: #999999;
}

/*LEFT PANEL (News, Links, etc.)*/
#leftpanel{
	float:left;
	width:200px;
}

/*CONTENT*/
#content{
	width: 800px;
}

#supportingText {
display:block;
text-align: justify;
 float: right;
 width: 580px;
}

/*FOOTER*/
#footer{
	width: 800px;
	height: 40px;
	background-image:url(images/bg_footer.gif);
	background-repeat:no-repeat;
	background-color: Gray;
	clear:both;
	font-size: 90%;
	font-weight: bold;
	color:#FFFFFF;
}
#footer p{
	position: relative;
	top: 7px;
}
#footer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

/*Panel gauche*/
.leftpanel_top{
	width: 204px; 
	height: 35px;
	background-image:url(images/table_top.gif);
	background-repeat:no-repeat;
}
.leftpanel_content{
	width: 204px;
	background-image:url(images/table_content.jpg);
	background-repeat:repeat-y;
}
.leftpanel_text{
	margin-left:10px;
	margin-right:2px;
	text-align: left;
}
.leftpanel_bottom{
	width: 204px; height: 23px;
}

.leftpanel_text ul li {
	list-style:none;
	padding:2px 0px;

}
.leftpanel_dispo ul li {
	padding:2px 2px;
	text-align: left;
	text-indent: 25px;
	color: gray;
	list-style-type: none;
}

.leftpanel_dispo ul li a{
	color: #666666;
	text-decoration: none;
}

/*TEXT STYLES*/
h1 {
	font-weight:bold;
	color: #CC6633;
	padding: 3px;
	margin-left: 10px;
	text-align: center;
	font-size: 1.6em;
}

h2 {
	font-weight: bold;
	font-size: 1.4em;
	color: #999999;
	margin-top: 6px;
	text-indent: 2em;
	background-image: url(images/puce.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin: 10px;
}
.title_panel {	
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 7px;
	text-align: center;
	color: #874728;
}
a{
	color: Gray;
}
a:hover{
	color:#CC0000;
}
a.surline{
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
a.surline:hover{
	border-bottom-style: none;
}
.button{
	background-color: #FFCC99;
	border: 1px solid #CC6633;
}
.button:hover{
	background-color: #003399;
	color: White;
}
.imgleft
{float:left; margin:0 10px 4px 0; padding:1px; background:#ffffff; border:1px solid #d0d0d0;}
.imgright
{float:right; margin:0 10px 4px 0; padding:1px; background:#ffffff; border:1px solid #d0d0d0;}
.alert
	{
	background-color: #F5F5F5;
	border: 1px solid #DCDCDC;
	width: 400px;
	margin: 5px;
	padding: 2px;
	color: Red;
	}
.aide{
	cursor: help;
}