/*****************************************************
 * Header                                            *
 *****************************************************/
#header {
	color: white;
	height: 64px;
	background: #003c7a url('../images/header_bkgnd.jpg') no-repeat;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

#header a {
	color: white;
	padding-left: 18px;
}

#header a.accueil {
	background: url('../images/pct-accueil.gif') no-repeat;
	margin-right: 15px;
}

#header a.editPassword {
	background: url('../images/pct-key.gif') no-repeat;
	margin-right: 15px;
}

#header a.deconnexion {
	background: url('../images/pct-deconnexion.gif') no-repeat;
}

/*****************************************************
 * Header Menu                                       *
 *****************************************************/
#header_menu {
	color: white;
	background: #003c7a url('../images/header_menu_bkgnd.jpg') no-repeat;
	height: 32px;
}

#header_menu #menu {
	float: left;
	margin-left: 9px;
	height: 26px;
}

#header_menu #date {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

/*****************************************************
 * Header D'Authentification                         *
 *****************************************************/
#header_auth {
	margin-top: 30px;
	margin-bottom: 30px;
	background: #ffffff url('../images/image_recrut.jpg') no-repeat;
}

/*****************************************************
 * Footer                                            *
 *****************************************************/
#footer {
	background: url('../images/footer_bkgnd.jpg');
	height: 47px;
}

#footer-copy {
	padding-top: 20px;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}