/* Layout */

body {
	background: #404296 url(/img/bg52.png) no-repeat fixed bottom right;
}

#header {
	background: #211734;
	padding: 0;
	width: 160px;
}


#petit_logo{
	width: 100%;
	height: auto;
}


#header-logo {
	overflow: visible;
}

h1 {
	margin-top: 0;
}

h2 {
	font-weight: normal;
	font-style: italic;
	position: fixed;
	bottom: 4px;
	left: 3px;
	margin-bottom: 0;
	color: #fff;
}

#user-profile {
	color: #fbcb65;
}

h4 {
	color: #fbcb65;	
	height: 18px;
	font-size: 17px;
	padding: 4px 0 8px 16px;
	background: #fff;
}

.header-navigation {
	font-size: 13px;
	height: 14px;
	color: #fbcb65;
	padding: 17px 5px 0;
	margin-top: 0;
	border-bottom: 1px solid #fbcb65;
}

.ul.menu {
	margin-bottom: 0;
	margin-left: 5px;
}

.ul.menu .li {
	text-align: left;
	padding: 2px 2px 2px 8px;
	background-color: transparent;
	color: #fbcb65;
}

.submenu {
	background-color: #211734;
}

#content {
	background: #fff;
	padding-bottom: 60px;
	min-height: 50%;
	margin: 10px;
	margin-left: 175px;
}

/* _Actions */

div.subsection-action a {
	color: #404296;
}

div.subsection-action a:active {
	color: #dbab45;
}

/* Formulaires */

.zend_form {
	padding-bottom: 0;
}

.zend_form fieldset legend {
	background: url(/img/fieldset52.png) repeat top left;
}


/* hack login page */

dl.zend_form {
	border: 1px solid #211734;
	height: 110px;
	padding: 10px;
	background: url("/img/fondlogin.jpg") no-repeat right;
	width: 480px;
}

dl.zend_form dd {
	margin-left: 0px;
}

dl.zend_form dd input[type=text], dl.zend_form dd input[type=password] {
	width: 150px;
	border: 1px inset #888;
	padding: 2px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
