@charset "utf-8";
/* CSS Document */

body
{
	background:url("img/bg.jpg") repeat-x;
	margin:0;
	padding:0;
}

#global
{ 
  position:absolute; 
  left: 0;
  top: 50%; 
  width: 100%; 
  height: 570px; 
  margin-top: -285px;
  background:url("img/bg-bandeau.png") repeat-x;
}

#wrapper
{
	width:985px;
	height:570px;
	margin-left:auto;
	margin-right:auto;
	/* background:url("img/bg-center.png") top center no-repeat; */
}

#header
{
	width:985px;
	height:109px;
	padding-top:45px;
}

#logo
{
	margin-left:53px;
	margin-right:53px;
	width:172px;
	float:left;
	height:95px;
}

#signature
{
	width:643px;
	float:left;
	padding-left:57px;
	padding-top:10px;
	background:url("img/bg-slogan.png") top left no-repeat;
	height:85px;
}

#content
{
	position:relative;
	left: -17px;
	top:0px;
	height:480px;
	width:1000px;
	background:url("img/bg-content.png") 535px 150px no-repeat;
}

#left-col
{
	width:390px;
	float: left;	
}

.left-block
{
	width:390px;
	margin-top:20px;
}

.left-block h1
{
	margin:0px;
	width:306px;
	height:32px;
	background:url("img/bg-title.png") top left no-repeat;
	font-family:Georgia, Times New Roman, Serif;
	font-size:16px;
	font-weight:bold;
	color:white;
	padding-left:84px;
	padding-top:22px;
}

.left-block ul
{
	margin:0;
	padding:0;
	padding-left:100px;
	list-style-image: url('img/puce.gif');
	font-family:Georgia, Times New Roman, Serif;
	font-size:14px;
	color:white;
	line-height:22px;
}

.left-block li
{
	padding-left:10px;
}

.left-block p
{
	margin:0;
	padding:0;
	padding-left:100px;
	font-family:Georgia, Times New Roman, Serif;
	font-size:14px;
	color:white;
	line-height:22px;
}

#right-col
{
	width:600px;
	float:left;
}

#right-col p.contact
{
	margin:0;
	margin-top:30px;
	margin-left:57px;
	padding:0;
	font-family:Georgia, Times New Roman, Serif;
	font-size:26px;
	color:white;
}

a:link, a:visited
{
	color:#0a4e9b;
}

a:hover, a:active
{
	color:#ffffff;
}

