@charset "utf-8";
/* CSS Document */
div, ul, li {
	margin:0;
	padding:0;
}
img {
	border:none;
}
body {
	margin:0;
	padding:0;
	background-color:#CCC;
	font-family:Arial, Helvetica, sans-serif;
}
#global {
	margin:0 auto;
	padding: 0 0 50px 0;
	width:1000px;
	background-color:#fff;
}
#header {
	position:relative;
	z-index:2;
	height:292px;
	border-bottom:11px solid #249CD3; 
}
#choix {
	height:441px;
}
#choix ul {
	margin:50px 0 0 27px;
}
#choix li {
	float:left;
	width:306px;
	height:331px;
	margin-right:16px;
	list-style:none;
	position:relative;
	z-index:2;
	overflow:visible;
}
#choix li span {
	position:absolute;
	z-index:10;
	font-size:5px;
	left:-5000px;
}
#choix li div {
	font-size:13px;
	font-style:italic;
	position:absolute;
	top:331px;
	left:81px;
	font-weight: bold;
}
#informatique {
	background-image:url(images/informatique.jpg);
	background-repeat:no-repeat;
	background-position: left 0;
}
#informatique:hover {
	background-position: left bottom;
}
#assemblage {
	background-image:url(images/assemblage.jpg);
	background-repeat:no-repeat;
	background-position: left 0;
}
#assemblage:hover {
	background-position: left -341px;
}
#domicile {
	background-image:url(images/domicile.jpg);
	background-repeat:no-repeat;
	background-position: left 0;
}
#domicile:hover {
	background-position: left bottom;
}
#footer {
	background-color: #FFF;
	background-image:url(images/fond-assistance.jpg);
	background-repeat:no-repeat;
	position:relative;
	z-index:1;
	height:167px;
}
#footer ul {
	height:101px;
}
#footer li {
	list-style:none;
	line-height:0.5;
}
#footer #texte1 {
	position:absolute;
	z-index:10;
	top:135px;
	left:198px;
	font-size:22px;
	color:#FFFFFF;
	font-weight: bold;
}
#footer #fleches {
	position:absolute;
	z-index:10;
	top:64px;
	left:135px;
	width:375px;
	height:59px;
}
#footer ul {
	position:absolute;
	z-index:10;
	height:101px;
	width:490px;
	left: 514px;
	top: 24px;
	
}
#footer ul li {
	float:left;
	list-style:none;
	background-color:#FFFFFF;
}
#footer ul li:hover {
	background-image:url(images/logo-fond.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}


