body {
	margin:0;
	padding:0;
	font: 80% verdana, arial, sans-serif;
	Scrollbar-face-color: #5c5a52;
	Scrollbar-shadow-color: #413f39;
	Scrollbar-highlight-color: #d6d6d6;
	Scrollbar-3dlight-color: #413f39;
	Scrollbar-darkshadow-color: #272621;
	Scrollbar-track-color: #bebebc;
	Scrollbar-arrow-color: #d7122e; /*#d6d6d6*/;
}

.load {
	font: verdana, arial, sans-serif; 
	font-size:10; 
	color:#FFFFFF;
}

.banner {
	background-color: #d6d6d6;
	top: 0px;
	height: 60px;
	background-image: url(../imgs/banner.gif);
}

.entete {
	background-color: #d6d6d6;
	height: 17px;
	border-bottom: 1px solid #808080;
	background-image: url(../imgs/menu_0.gif);
}

.contenu {
	overflow: auto;
	height: 100%-70px;
	background-color: #ffffff;
	margin: 20px;
}

.index_area {
	text-align:center;
	margin-left: 20px;
	height:420px;
}	

.logo {
	text-align:center;
}

.contenu_black {
	height: 100%;
	background-color: #000000;
	margin-left: 20px;
}

.menu {
	background-color: #d6d6d6;
	border-right: 1px solid #808080;
	float: left;
	width: 31px;
	height: 100%;
	color: #ffffff;
}

.pied {
	float:bottom;
	width: 100%;
	height: 20px;
	background-color: #790711;
	z-index:10;
	background-image: url(../imgs/footer.gif);
}

.headerimg {
	float:left;
	margin-left: 5px;
}

.headertitle {
	float:left;
	margin-left: 0px;
	margin-top: 10px;
	color: #790711;
	font-size:14;
	font-weight : bold;
}

.emailtitle {
	float:right;
	margin-right: 10px;
	margin-top: 10px;
	color: #790711;
	font-size:14;
	font-weight : bold;
	text-align:right;
}

.emailtitle a:visited {
	color:#505050;
}

.footer {
	margin-right: 10px;
	text-align:right;
	vertical-align:middle;
	font-weight: bold;
	font-size:0.8em;
	color: #ffffff;
}


.caption2 {
	height:16px;
	width:640px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	background-color: #FFFFFF;
	color: #ffffff;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:0.8em;
	background-image : url(../imgs/h1.gif); 
	background-repeat:repeat-x;    
}

.article {
	width:640px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 0.9em;
	color: #000000;
}

.alert {
	position:relative;
	left:10px;
	top:-10px;
	vertical-align:middle;
}

.topbar {
	background: #FFFFFF;
	color: #790711; /*#dd6900;*/
	white-space: nowrap;
	height: 23px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 3px;
	text-align:left; 
	font-size:10px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold;
}

.topbar a:hover{
	background: #790711;
	color: #ffffff;
	text-decoration:underline;
}

h3 {
	color: #790711; 
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a {
	color: #c30c22; 	
}

a:visited {
	color: #929292; 	
}

a:hover, a:focus {
	color: #d7122e; 	
}

a:active {
	color: #929292; 	
}

.stronger {
	color: #790711;
	font-size:1.1em; 
	font-weight:bold;
}

.underline {
	text-decoration: underline;
}

.wiringtable {
	border:1px;
	border-color:#790711;
}

#menu {
	position: absolute;
	top: 61px;
	left: 30px;
	z-index:100;
	width: 100%-30px;
	height: 20px;
}

#menu dl {
	float: left;
	width: 10em;
	margin: 0px;
	background: #d6d6d6;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	/*font-weight: bold;*/
	background: #d6d6d6;
	border-left: 1px solid #808080;
	background-image: url(../imgs/menu_0.gif);
}
#menu dd {
	border: 1px solid #808080;
	display:none;
}


#menu li {
	text-align: center;
	background: #d6d6d6;
	background-image: url(../imgs/menu_0.gif);
}

#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
	color: #e8e8e8;
	background: #790711;
	background-image: url(menu_1.gif);
}

#clock {
	float:right;
	font: verdana; 
	font-size:11px;
	color:#790711;
	margin-right:5px;
	margin-top:2px;
	height:14px;
}

.h_tab {
	display:block;
	background-color:#58060E;
	color:#FFFFFF;
	font-weight:bold;
}

.g_tab {
	border:1px solid;
	border-color:#d2d2d2;
}


