body {
	margin:0;
	padding:0;
}

form {
	margin:0;
	padding:0;
}

/* page */

#page {
	position:absolute;
	margin-left:-400px;
	margin-top:16px;
	width:800px;
	left:50%;
}

/* bandeau haut avec logo */

#logo {
	margin:0;
	width:800px;
	background:#fff url('img/logo.gif') no-repeat 0 0;
}

#logo img {
	width:100%;
	height:98px;
}

/* visuel du menu */

#visu,
#visu_presentation,
#visu_aeronautique,
#visu_automobile,
#visu_systemes-complexes,
#visu_references,
#visu_offres-emploi,
#visu_depot-cv,
#visu_espace-com {
	position:absolute;
	z-index:1;
	top:102px;
	width:266px;
	height:210px;
	background:transparent url('img/visu.gif') no-repeat 0 0;
}

#visu_presentation	{ background-position:0 0; }
#visu_references	{ background-position:0 -210px; }
#visu_offres-emploi { background-position:0 -420px; }
#visu_depot-cv		{ background-position:0 -630px; }
#visu_espace-com	{ background-position:0 -840px; }

/* menu */

#menu {
	position:relative;
	background:transparent url('img/pix_menu.gif') repeat-y 100% 100%;
	z-index:3;
	height:17px;
	margin:4px 0 0 0;
	padding:0 60px 0 0;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu ul li {
	margin:0;
	padding:0 8px 0 0;
	float:right;
	display:block;
	background:transparent url('img/bg_link_menu.gif') no-repeat 100% 0%;
}

#menu ul li:hover {
	/*background-position: 100% -17px;*/
}
 
#menu ul li a:hover {
	/*color:#fff;
	background-position: 0% -17px;*/
	color:#2A3169;
	text-decoration:underline;
}

#menu a {
	display:block;
	padding:0 4px 0 12px;
	margin:0;
	font:bold 11px Arial;
	color:#2A3169;
	text-decoration:none;
	background: transparent url('img/bg_link_menu.gif') no-repeat 0% 0%;
}

#menu li#menu_selected {
	background-position: 100% -17px;
}

#menu li#menu_selected a {
	color:#fff;
	background-position: 0% -17px;
	text-decoration:none;
}

/* partie gauche */

#left {
	position:relative;
	float:left;
	width:202px;
	padding:208px 0 0 0;
	background:#fff url('img/bg_left.gif') no-repeat right top;
	color:#2A3169;
	font:11px Arial;
}

#left address {
	margin:9px 0 9px 55px;
	color:#2A3169;
	font:11px Arial;
}

#left a:hover {
	text-decoration:underline;
}

#left h1 {
	padding:0;
	margin:0 0 10px 55px;
	font:bold 11px Arial;
}

#left div {
	margin:-1px 0 0 43px;
	padding:0;
	width:52px;
	border-bottom:1px solid #911C18;
	height:1px;
	font-size:0px;
}

#left p {
	margin:9px 0 9px 55px;
}

#left p a {
	color:#2A3169;
	font:11px Arial;
	text-decoration:none;
}

#left pre {
	margin:28px 0 9px 55px;
	font:10px Arial;
	color:#ccc;
}

#left pre a {
	color:#ccc;
	font:10px Arial;
	text-decoration:none;
}

/* contenu de la page */

#content {
	position:relative;
	z-index:2;
	float:right;
	background:transparent url('img/bg_content.gif') no-repeat 100% 0;
	width:598px;
	height:500px;
}
