body
{
  margin: 0;
  background-color: #fff;
  text-align: center; /* pour corriger le bug de centrage IE */
  font-family: Arial, Verdana, sans-serif;
 }
 
/*#global {
  position: absolute;
  left: 50%; 
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -290px;
  margin-left: -490px;
  width: 952px;
  height: 580px;
}*/

#global {
  margin: 30px auto 0 auto;
  width: 950px;
}

#container {
  width: 950px;
  /*height: 567px;*/
  border: 1px solid #000; 
}

#logo {
    float: left;
    margin: 10px 0 0 10px;
}

/*---------------------------------*/

/*bloc gauche*/

#blocleft {
	width: 925px;
	height: 180px;
	font-size: 12px;
	text-align: left;
	padding: 20px;
	margin: 0;
	clear: both;
}

#blocleft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B4B4B;
	text-align: left;
}
#blocleft ul {
	margin-left: 40px;
}


/* jQuery lightBox plugin - Gallery style */
#gallery {
    width: 800px;
    margin: 0 auto; 
}

#gallery ul { 
    list-style: none;
    margin: 0;
    padding: 0;
}

#gallery ul li {
    display: inline;
}

#gallery ul img {
    /*border: 5px solid #3e3e3e;*/
    border: 5px solid #999;
       margin: 5px;

}

#gallery ul a:hover img {
    border: 5px solid #ccc;
    color: #ccc;
}

#gallery ul a:hover { color: #fff; }

/*--------------------------------------*/

.sous_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008BD7;
	font-weight: bold;
}

h1
{ 
  font-size: 20px;
  color: #e75b10;
  font-weight: bold;
  margin: 0;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3A3A3B;
	text-decoration: none;
	padding-top: 5px;
	width: 980px;
	height: 12px;
}

#footer a {
	color: #3A3A3B;
}

img 
{
border: none;
}