html, body{
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family:Georgia, Helvetica, sans-serif;
	font-size: 14px;
	color: #454545;
}

#fullcadre{
	top: 0px;
	margin: 0px;
	padding:0px;
	width: 100%;
	height: 100%;
}

#header{
	position: relative;
	width: 1000px;
	height: 224px;
	background: url('/images/header.jpg') no-repeat;
}
#cadre{
	width: 1000px; margin: auto;
}

#header_lib{
	position: absolute;
	right: 55px;
	top: 160px;
	font-size:24px;
	color: #57544B;
}

#footer{
	background: url('/images/bottom.jpg') no-repeat;
	height: 42px;
	text-align: center;
	color: #fff;
	font-size: 10px;
}

#header_menu{
	position: absolute;
	width: 920px;
	height: 25px;
	bottom: 0px; 
	left: 40px;
}
#header_menu ul{padding:0px;margin: 0px; height: 25px; background: #CA4F64;}
#header_menu li{background: #DDD4B5; float: left; list-style-type: none; white-space:nowrap; display:inline; padding:0px; margin:0px;}
#header_menu a{font-size: 17px; font-weight: normal; margin-right: 3px; text-decoration: none; padding: 1px 0px 0px 0px; text-align: center;color: #fff;display:block; width: 125px; height: 24px; background: url('/images/button.jpg') no-repeat ;}
#header_menu a:hover{text-decoration: underline; background: url('/images/button.jpg') no-repeat 0px -25px;}

.submenu{
	position: absolute;
	left: 425px;
	width: 125px; height: 25px;
}

.submenu a{font-size: 17px; margin-right: 3px; text-decoration: none; padding: 1px 0px 0px 0px; text-align: center;color: #fff;display:block; width: 125px; height: 24px; background: url('/images/button2.jpg') no-repeat ;}
.submenu a:hover{text-decoration: underline; background: url('/images/button2.jpg') no-repeat 0px -25px;}


#content{
	position: relative;
	width: 890px; background: url('/images/middle.jpg') repeat-y;
	padding: 30px 40px 0px 70px;
}

#sub_content{
	background: url('/images/fleur_bottom.png') no-repeat bottom right;
	padding-right: 30px;
	padding-bottom: 60px; 
}


h1{padding: 0px; margin: 5px 0px 25px -31px;}
h2{background: #BE3B49; color:#fff; font-size: 16px; padding: 3px 0px 3px 35px; margin: 10px 0px 30px -31px; width: 200px; font-weight: normal;}
h3{color:#BE3B49;}
select{}
input, textarea, select{}
textarea{}

a{ color: #000000; padding: 1px; }
a:hover{ background-color: #BE3B49;color: #fff; }

a.img_link{ border: none; padding: 0px;	margin: 0px; }
a.img_link:hover{ background-color: transparent; }
.clearMe{ clear: both;}
.inpRed{ border-color: red; }

.sub{
	background-color: #FC610B;
	color: #fff;
	width: 150px;	
}

table{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

/* Inner POP up */
#overContent{
	z-index: 501;
	position: absolute;
	display: block;
}

#overPage{
	z-index: 500;
	position: absolute;
	display: block;
}
