/**
@section Basic
***************************************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 75%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	color: #504f4f;
}


html, body {
	height: 100%;
}

hr {
	display: none;
}

#wrap {
	height: auto !important;
	height: 100%; /* Pour IE6*/
	min-height: 100%;
}

.form_error {
	float: right;
}
/**
@section Navigation
***************************************************************************************/

#nav {
	background: #fff url(../img/bg-nav.gif) repeat-x top left;
	position: relative;
	z-index: 3;	
	width: 100%;
	overflow: hidden;
	font-size: 100%;
	padding-top: 5px;
}

#nav .inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#nav ul {
	width: auto;
	float: right;
	overflow: hidden;
	border-right: 1px solid #e0dede;
}

#nav ul li {
	float: left;
	list-style: none;
}


#nav ul li.actif a, #nav ul li.actif span {
	background: #fff;
	font-weight: bold;
}

#nav ul li a:hover {
	background: #f2f1f1;
}

#nav ul li.deconnexion a {
	color: #626161;
}

#nav ul li a, #nav ul li span {
	float: left;
	text-decoration: none;
	color: #ff3300;
	display: block;
	padding: 8px 1em;
	height: 15px;
	border-left: 1px solid #e0dede;
}

#nav ul li span {
	color: #555;
}



/**
@section Contenu
***************************************************************************************/

#contenu {
	border-top: 1px solid #e0dede;
	padding-bottom: 8em;
}

#contenu .inner {
	width: 960px;
	margin: 0 auto;
}

#contenu .inner img#logo {
	width: 333px;
	margin: 50px auto 30px auto;
	display: block;
}


/**
@section Pied de page
***************************************************************************************/

#footer {
	clear: both;
	height: 7.5em;
	margin-top: -7.5em;
	position: relative;
	font-size: 90%;
	background: url(../img/bg-footer.gif) repeat-x;
}

#footer .inner {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 1em;
}

#footer p {
	float: left;
	padding-top: 1.4em;
}

#footer ul {
	float: right;
	width: 267px;
	overflow: hidden;
}

#footer ul li {
	float: left;
	list-style: none;
	margin-left: 20px;
}

#footer ul li a img {
	border: none;
}

/**
@section Divers
***************************************************************************************/

input:focus {
	border-color: #666 !important;
}

p.retour a {
	color: #a7a5a5;
	display: block;
	background: url(../img/profil/img-retour.gif) no-repeat 0 50%;
	padding: 6px 6px 6px 24px;
	text-decoration: none;
	
}	
