body
{
   width: 968px;
   margin: auto; 
   margin-top: 20px; 
   margin-bottom: 20px;    
}

/* Cadre */
#bh
{
   width: 941px;
   height: 29px;
   background-image: url("images/bh.jpg");
   background-repeat: no-repeat;
}

#colg
{
	width: 43px;
	height: 648px;
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
	float: left;

}

#cold
{
	width: 43px;
	height: 648px;
	background-image: url("images/bd.jpg");
	background-repeat: no-repeat;
	float: right;
	margin-right: 27px;
}

#footer
{
	width: 941px;
	height: 42px;
	background-image: url("images/bb.jpg");
	background-repeat: no-repeat;
	float: left;
}

/* Logo */

#header
{
	width: 437px;
	height: 172px;
	background-image: url("images/logo.jpg");
	background-repeat: no-repeat;
	margin-left: 230px;
}

#copy
{
	widht: 47px;
	height: 26px;
	background-image: url("images/copy.jpg");
	background-repeat: no-repeat;
	margin-left: 850px;
	margin-top: 110px;
}

/* Contenu */

#container
{
	font-family: "Arial Black", Impact, Arial, Verdana, serif;
	font-size: 30px;
	text-transform: uppercase;
	text-shadow:#000 0 -1px 0;
	line-height:1.7em;
	font-weight:bold; 
	color:#999;
	position: relative;
}

#container span {
  background: url(images/gradient.png) repeat-x;
  position: absolute;
  margin-top: 5px;
  margin-left: 27px;
  display: block;
  width: 90%;
  height: 20px;
}

a:link {text-decoration: none ;}
a:visited {text-decoration: none; }
a:hover { text-decoration: none ; } 
