/*
* ARTK #000
* rgb(253, 240, 4)
* #fff
*/
/* Layout */

body {
    background: #000 url(/img/bg75.png) no-repeat fixed bottom right;
}

#content h4{
    color: rgb(253, 240, 4);
}

#content {
    background: #fff;
    padding-bottom: 60px;
    border: 1px solid rgb(253, 240, 4);
    overflow: hidden;
    min-height: 50%;
    margin: 10px;
    margin-left: 175px;
    box-shadow: 5px 5px 5px 3px rgb(253, 240, 4);
}

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

#header-logo {
    overflow: visible;
}

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

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

h1 {
    margin-top: 0;
}

h2 {
    font-weight: normal;
	font-style: italic;
	position: fixed;
	bottom: 4px;
	left: 3px;
}

#user-profile {
    color: #000;
}

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

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

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

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

h4 {
    color: rgb(253, 240, 4);
	height: 18px;
	font-size: 17px;
	padding: 4px 0 8px 16px;
	background: #000;
}

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

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

.ul.menu .li {
    text-align: left;
	padding: 2px 2px 2px 8px;
	background-color: rgb(253, 240, 4);
	color: #000;
}

.submenu {
    background-color: #211734;
}

/* _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 rgb(253, 240, 4);
}

div.subform_end{
    border-top: 2px solid rgb(253, 240, 4);
}

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