@import url("calunch.css");

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
}

#logo {
	position: absolute;
	top: 0;
	width: 220px;
	height: 186px;
	z-index: 2;
}

#header {
	position: absolute;
	top: 0;
	left: 220px;
	width: 550px;
	height: 101px;
	background-image: url(../img/haut_pub.jpg);
}
#pub {
	padding-top: 15px;
	padding-left: 15px;
}

#pub {
	padding-top: 15px;
	padding-left: 15px;
}

#retour {
	top: 0;
	background: rgb(255,255,204);
	border: rgb(221,221,221);
	font-size: 1.2em;
	color: rgb(0,0,0);
	vertical-align: middle;
	padding-left: 20px;
	display: none;
}

#retour_module_identification {
	top: 0;
	background: rgb(255,255,204);
	border: rgb(221,221,221);
	font-size: 1.2em;
	color: rgb(0,0,0);
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	display: none;
}

#loading {
	display: none; /* hidden */
	position: absolute;    
	left: 497px;
	top: 25px;
	width: 16px;
	height: 16px;
	background-image: url(../img/loading2.gif);
}

/********** NAVIGATION **********/
#navigation {
	position: absolute;
	top: 186px;
	width: 162px;
	height: 400px;
}

#navigation .head-menu-1 {
	height: 36px;
	background: url(../img/menu.jpg) 0px -65px;
	display: block;
}

#navigation .head-menu-2 {
	height: 63px;
	background: url(../img/menu.jpg) 0px -100px;
	display: block;
}

#navigation .head-menu-3 {
	height: 63px;
	background: url(../img/menu.jpg) 0px -165px;
	display: block;
}

#navigation .content-menu {
	background: url(../img/menu.jpg) 0px -296px;
	display: block;
	font-size: 1.2em;
}

#navigation .foot-menu {
	height: 65px;
	background: url(../img/menu.jpg) 0px 0px;
	display: block;
}	

#content {
	position: absolute;
	font-size: 12px;
	top: 108px;
	left: 167px;
	width: 589px;
	height: 500px;
	z-index: 1;
}

#content #head_content {
	position: relative;
	padding: 0;
	margin: 0;
	height: 40px;
	width: 100%;
	background: url(../img/main_header2.jpg) 0px 0px;
	display: block;
}

#content #head_content2 {
	padding-top: 22px;
	padding-bottom: 10px;
	padding-right: 13px;
	left: 53px;
	position: relative;

	display: block;
	width: 522px;
	height: 30px;
}

#content #in-content {
	background: url(../img/main.jpg) 0px 0px;
	display: block;
	padding: 20px;
	padding-top: 50px;
}

#content #footer {
	height: 20px;
	background: url(../img/main_footer.jpg) 0px 0px;
	display: block;
}
