* {
	margin: 0;
	padding: 0;
}

body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img{
	border: 0;
}

#conteneur {
  width: 870px;
  margin: 0 auto;
  background: #fff;
}

#header {
  background: #000;
  height: 82px;
}
#header h1 {
  position: relative;
  top: 16px;
  left: 10px;
}
#header h1 a {
  background: url(../images/logo.png) no-repeat top left;
  width: 228px;
  height: 46px;
  display: block;
}
#header h1 a span {
  position: absolute;
  left: -9000px;
}

#menu {
  position: relative;
  top: 6px;
  float: right;
  right: 20px;
}
#menu ul {
  background: url(../images/menu.png) no-repeat top left;
  list-style: none;
  width: 415px;
  height: 30px;
}
#menu li {
  float: left;
	margin-right: 6px;
}
#menu li a {
	display: block;
	text-decoration: none;
	height: 30px;
}
#menu li a#pre, #menu li a#org {
	width: 94px;
}
#menu li a#led {
	width: 53px;
}
#menu li a#edi {
	width: 60px;
}
#menu li a#num {
	width: 84px;
}
#menu li a span {
position: absolute;
left: -9000px;
}

#menu .currentpre, #menu a#pre:hover  {
	background: url(../images/menu.png) no-repeat top left;
	background-position: 0px -30px;
}
#menu .currentorg, #menu  a#org:hover {
	background: url(../images/menu.png) no-repeat top left;
	background-position: -100px -30px;
}
#menu .currentled, #menu  a#led:hover {
	background: url(../images/menu.png) no-repeat top left;
	background-position: -200px -30px;
}
#menu .currentedi, #menu  a#edi:hover {
	background: url(../images/menu.png) no-repeat top left;
	background-position: -259px -30px;
}
#menu .currentnum, #menu  a#num:hover {
	background: url(../images/menu.png) no-repeat top left;
	background-position: -325px -30px;
}

#bloccontent{
  background: url(../images/bas-content.png) no-repeat bottom left;
  padding: 10px 20px 10px 20px;
}

#contenu {
  float: right;
  width: 645px;
  margin: 0 0 20px 0;
}
#contenu p {
  margin: 0 0 8px 0;
}

#piedcontent {
  clear: both;
}

#left {
  width: 170px;
}

#devis {
  margin-top: 20px;
}

#sportsystem {
  margin-top: 40px;
  text-align: center;
}
#italtelo {
  margin: 20px 0;
  text-align: center;
}
#gandg {
  margin: 20px 0;
  text-align: center;
}

#footer {
  clear: both;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 11px;
  vertical-align: top;
  height: 50px;
}
#footer a {
  color: #fff;
}

acronym {
  cursor: help;
}

#contactok {
  color: #C70079;
  font-weight: bold;
  font-weight: 14px;
}

