/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	height: 100%;
	width: 100%;
	padding: 0px;
	background-image: url(../images/bg.jpg);
}
H1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	color: #734E0A;
}
#logo{
	padding-top: 20px;
}
#paper{
	width: 835px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 4px solid #704970;
}
#top_image{
	vertical-align: top;
	background-color: #D69212;
}
#content_right{
	vertical-align: top;
	border: 3px double #D69212;
}
#list_menu{
	list-style-type: none;
	padding-bottom: 30px;
}
#list_menu li{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C48511;
	padding-top: 3px;
	padding-bottom: 3px;
}
#list_menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFF8FB;
	font-weight: bold;
}
#list_menu a:hover, a.sel{
	color: #D69212;
}

#list_menu  a.sel{
	color: #D69212;
}

#pierre{
	float: left;
}
#menu{
	padding-top: 25px;
}
#link_menu{
	float: right;
	width: 204px;
	background-image: url(../images/bg_menu_1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #734E0A;
}
#text {
	padding: 20px;
	color: #734E0A;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;

}
#text a {
	color: #920900;
	text-decoration: none;
	font-weight: bold;

}
#text a:hover {
	color: #CBEB70;
}
.lista_perdele{
	padding-top: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDED72;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDED72;
}
#footer{
	width: 835px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5B205A;
	border-left-color: #5B205A;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #5B205A;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover{
	color: #CCCCCC;
}
.form_fields {
	width: 200px;
	border: 1px solid #96BB30;
	font-family: Arial, Helvetica, sans-serif;
	color: #920900;
	font-size: 12px;
}
