@CHARSET "ISO-8859-1";

body {
	padding: 15px;
	font-size: small;
	font-family: 'Century Gothic', sans-serif;
}

#header {
	background-image: url('../images/header_easypharm.jpg');
	background-repeat: no-repeat;
	height: 67px;
	position: relative;
	color: #2053bc;
	text-shadow: 1px 1px 2px white, 0 0 1em white, 0 0 0.2em white;
}

#header_user {
	position: absolute;
	right: 40px;
	top: 10px;
	width: 250px;
}

#header_logout {
	position: absolute;
	right: 20px;
	top: 10px;
	width: 40px;
}

#header_help {
	position: absolute;
	right: 295px;
	top: 23px;
	width: 55px;
	font-size: 15px;
	color: #2053bc;
}

#header_separation {
	position: absolute;
	right: 250px;
	top: 5px;
	height: 50px;
	width: 5px;
}

#ligne_verticale
{
    position: absolute;
	right: 286px;
	top: 10px;
	height: 50px;
	width: 7px;
    border-left:1px solid #2053bc;
	/*color: #2053bc;*/
	border-shadow: 1px 1px 2px white, 0 0 1em white, 0 0 0.2em white;
}

#footer {
	background-image: url('../images/footer.jpg');
	height: 25px;
	position: relative;
	color: #2053bc;
	font-family: Verdana;
	font-size: 9px;
	text-shadow: 1px 1px 2px white, 0 0 1em white, 0 0 0.2em white;
}



#footer_left {
	position: absolute;
	bottom: 8px;
	left: 105px;
	width: 300px;
}

#footer_right {
	position: absolute;
	bottom: 4px;
	right: 10px;
	width: 200px;
}