/* feuille de style new site erfisa  */
body {
	margin: 0;
	width:100%;
	text-align: center;
	padding-top:50px;
	background-color: #524029; 
	font-family:Verdana, Arial, sans-serif; 
	font-size:0.9em;
	color:#6B6A6A;
}

a:link { text-decoration:underline; color:#5B4F32; }
a:active { text-decoration:underline; color:#5B4F32; }
a:visited { text-decoration:underline; color:#5B4F32; }
a:hover { text-decoration:underline; color:#5B4F32; }

img { border:0; text-decoration:none; }

h1 {
	font-family:Garamond, Times, serif; 
	margin:0.4em 0 4px 0;
	padding:0;
	color:#0D0B09;
	font-weight:bold;
	font-size:2.5em;
	font-style:italic;
	line-height:1em;
}
h2 {
	font-family:Garamond, Times, serif;  
	margin:0.5em 0 0 0;
	padding:0;
	color:#0D0B09;
	font-weight:normal;
	font-style:italic;
	font-size:2.4em;
	line-height:1em;
}
h3 {
	margin:1em 0 0 0;
	padding:0;
	font-size:1.2em;
}
h4 {
	margin:0.8em 0 0 0;
	padding:0;
	font-size:1.1em;
	font-weight:normal;
}
table {
	width:100%;
}
table tr td {
	padding:0 0 15px 0;
	text-align:center;
}
ul {
	margin: 0 0 0 25px;
	padding:2px;
}
ul li {  
	margin: 0;
	padding: 0.5em 0 0.5em 0;
}
p {
	padding:5px 0 5px 0;
	margin:0;
}


/******************__________ DIV ___________******************/
#accessibility { display:none; }
#main {
	margin-right:auto;
	margin-left:auto;
	width:950px;
	height:435px;
	text-align:left;
	padding:50px 0 0 0;
	background-color:#181511;
	background-image:url("http://www.erfisa.ch/images/fond_home.jpg");
	background-repeat: no-repeat;
	background-position: right top;
}
#logo {
	padding-bottom:35px;
}
#menu {
	float:left;
	width:215px;
	color:#FFF;
	text-align:right;
	font-size:0.9em;
	font-family:Verdana, Arial, sans-serif; 
	font-weight:normal;
}
#menu a {
	display:block;
	line-height:20px;
	padding-right:17px;
}
#menu a:link { text-decoration:none; color:#5B4F32;}
#menu a:active { text-decoration:none; color:#5B4F32; }
#menu a:visited { text-decoration:none; color:#5B4F32; }
#menu a:hover { text-decoration:none; color:#AF997D; }

#menu a.currentmenu { 
	color:#fff;
	background-image:url("http://www.erfisa.ch/images/fleche_menu.gif");
	background-repeat: no-repeat;
	background-position:100% 50%;
}
#flash {
	position:absolute;
	width:730px;
	height:60px;
	margin:-50px 0 0 220px;
}
*html #flash {
	margin:-50px 0 0 0;
}
*+html #flash {
	margin:-50px 0 0 13px;
}
#content {
	width:490px;
	height:110px;
	color:#0D0B09;
	font-size:0.75em;
	line-height:1.5em;
	margin:290px 0 0 214px;
	padding:15px 20px 10px 20px;
}
*html #content {
	margin-top:340px;
}
*+html #content {
	margin-top:340px;
}
#copyright {
	margin:40px 15px 0 0;
	color:#5B4F32;
	font-family:Verdana, Arial, sans-serif; 
	text-align:right;
	font-size:0.7em;
}
#copyright a {
	display:inline;
	margin:0;
	padding:0;
}
#copyright a:link { text-decoration:none; color:#5B4F32;}
#copyright a:active { text-decoration:none; color:#5B4F32; }
#copyright a:visited { text-decoration:none; color:#5B4F32; }
#copyright a:hover { text-decoration:none; color:#AF997D; }

#signature {
	margin:20px 0 0 0;
	color:#907758;
	text-align:center;
	font-size:0.7em;
}
#signature a:link { text-decoration:none; color:#907758;}
#signature a:active { text-decoration:none; color:#907758; }
#signature a:visited { text-decoration:none; color:#907758; }
#signature a:hover { text-decoration:none; color:#AF997D; }

/******************__________ CLASSES ___________******************/

a.fleche {
	display:block;
	height:16px;
	line-height:16px;
	padding-left:10px;
	text-decoration:none;
	color:#5B4F32;
	background-image:url("images/fleche_lien.gif");
	background-repeat: no-repeat;
	background-position:left bottom;
}
a.fleche:link { text-decoration:none; color:#5B4F32;}
a.fleche:active { text-decoration:none; color:#5B4F32; }
a.fleche:visited { text-decoration:none; color:#5B4F32; }
a.fleche:hover { text-decoration:underline; color:#5B4F32; }

