/* Layout */

body {
	background: #ffffff;
  background-size: auto cover;
}

#header {
	background: #ededed;
	padding: 0;
	width: 160px;
}

#header-logo {
	overflow: visible;
}

#petit_logo {
	width: 140px;
	margin:2rem auto;
}

#header h2 {
	color: #012639;
	margin:0.5rem 1rem;
}

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: #012639;
}

#profil-navigation{
	background: url(/img/profil62.png) no-repeat;
	color: #012639;
	padding: 12px 30px;
	margin-top: 1em;
}

#lv-navigation{
	background: url(/img/expeditions62.png) no-repeat;
	color: #012639;
	padding: 12px 0 12px 30px;
	margin-top: 1em;
}

#carnet-navigation{
	background: url(/img/contacts62.png) no-repeat;
	color: #012639;
	padding: 12px 0 12px 30px;
	margin-top: 1em;
}

#about-navigation{
	background: url(/img/apropos62.png) no-repeat;
	color: #012639;
	padding: 12px 0 12px 30px;
	margin-top: 1em;
}

h4 {
	color: #012639;	
	height: 18px;
	font-size: 17px;
	padding: 4px 0 8px 16px;
	background: url(/img/bandeau62.png) repeat-x top left;
}

.header-navigation {
	font-size: 13px;
	height: 14px;
	color: #ededed;
	padding: 17px 5px 0;
	margin-top: 0;
	border-bottom: 1px solid #012639;
}

.ul.menu {
	margin-bottom: 0;
	margin-left: 5px;
	background: #012639;
}

.ul.menu .li {
	text-align: left;
	padding: 2px 2px 2px 8px;
	background-color: transparent;
	color: #ededed;
}

.ul.menu .li:hover {
	background-color: #6f9cb1;
}
.submenu {
	background-color: #211734;
}

#content h4{
	color: #012639;
}

#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_extended p.subform_legend{
	border-bottom: 2px solid #012639;
}

div.subform_end{
	border-top: 2px solid #012639;
}

/* 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;
}
