* { margin:0; padding:0; border:0; outline:0; }

html,body { width:100%; height:100%; }

body {
	background: black url(../graphics/bckgd-body.jpg) repeat-x left top;
}

/*  _______________________________________

    01 STRUCTURE
    _______________________________________  */

#superglobal,
#super-footer {
	width: 100%;
	min-width:1104px;
	padding: 0;
	float: left;
}

#superglobal {
	background: url(../graphics/bckgd-superglobal.png) no-repeat center top;
	padding-top: 450px;
}

#super-footer {
    min-height:240px;
	background: black url(../graphics/bckgd-footer.png) repeat-x left top;
	position: relative;
	bottom: 0;
}

#main-content {
	width: 1104px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 35px;
}

#main-content > h1 {
	height: 100px;
	margin-left: 124px;
	text-indent: -9999px;
	background: url(../graphics/titre-h1.png) no-repeat left bottom;
}

#main-footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-left: 124px;
}

div.row-1 {
	width: 1104px;
	margin-bottom: 35px;
	float: left;
}

div.row-1 > a img.logo-groupe {
	margin-left: 124px;
	width: 430px;
	height: 145px;
	float: left;
}

ul.section-catalogue {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	height: 145px;
	float: left;
	text-indent: -9999px;
	background: url(../graphics/sprite-acces-catalogue.png) no-repeat;
}

ul.section-catalogue > li { display: inline; }

li.mg a, li.mv a, li.mp a, li.mf a {
	display: block;
	float: left;
	background: url(../graphics/sprite-acces-catalogue.png) no-repeat;
}

li.mg a {
	width: 215px;
	height: 73px;
	background-position: 0 0;
}

li.mv a {
	width: 335px;
	height: 73px;
	background-position: -215px 0;
}

li.mp a {
	width: 215px;
	height: 72px;
	background-position: 0 -73px;
}

li.mf a {
	width: 335px;
	height: 72px;
	background-position: -215px -73px;
}

li.mg a:hover {
	background-position: 0 -145px;
}

li.mv a:hover {
	background-position: -215px -145px;
}

li.mp a:hover {
	background-position: 0 -218px;
}

li.mf a:hover {
	background-position: -215px -218px;
}

div.row-2 {
	width: 1104px;
	float: left;
	height: 220px;
}

ul.big-boutons {
	width: 855px;
	height: 175px;
	float: left;
	text-indent: -9999px;
	background: url(../graphics/big-boutons.png) no-repeat;
	margin-left: 139px;
}

ul.big-boutons > li { display: inline; }

li.skylift a,
li.icona a,
li.catalogue a {
	display: block;
	float: left;
	background: url(../graphics/big-boutons.png) no-repeat;
	width: 285px;
	height: 175px;
}

li.skylift a {
	display: block;
	float: left;
	background-position: 0 0;
}

li.icona a  {
	display: block;
	float: left;
	background-position: -285px 0;
}

li.catalogue a  {
	display: block;
	float: left;
	background-position: -570px 0;
}

#main-footer > p.coordonnees-footer {
	color: white;
	font: 10pt/14pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 75px;
	background: url(../graphics/telephone.png) no-repeat left center;
	padding-top: 15px;
	padding-bottom: 18px;
}

#main-footer > p.coordonnees-footer a {
	color: white;
	text-decoration: none;
}

#main-footer > p.coordonnees-footer a:hover {
	color: white;
	text-decoration: underline;
}


#main-footer > img.baseline {
	margin-left: 0px;
}









