/* CSS Document */
/* ------------------------------RAZ */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, p 
{
		font-size: 1em;
		margin: 0; padding: 0;
		font-weight: normal;
}

ul {
		margin: 0; padding: 0;
		list-style: none;
}

a {
		text-decoration:none;
		color:#fff;
}
	
a img {
		border:none;
}

.clear { 
      clear:both;
      display:block;
      line-height:1px;
			font-size:1px;
}

.hidden {
		visibility:hidden;
} 
/* DEBUT DE LA MISE EN PAGE GENERALE                              
/*--------------------------------------------------------------- */

body {
   font-family:arial, "sans-serif";
   font-size:11px;
   background-color:#000;
   color:#727376;
   margin:0px;
   padding:0px;
   text-align:center;
}
html, body, table , td {height:100%;margin:0;padding:0;width:100%;

}
.principale{
	width:950px;
	height:550px;
	margin: 0 auto;
	text-align:left;
	font-size:10px;
	position:relative;
	background-color: #000000;


}
#laurier {
	background-image: url(laurier.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 118px;
	width: 254px;
	float: right;
	padding: 0px;
	position: absolute;
	left: 744px;
	top: 2px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
}

h1#logo{
	 background:url(logo.jpg) no-repeat;
	 width:950px;
	 height:110px;
	 position:relative;
	 top:0px;
	 left:0px; 
}
h1#logo a{
	 display:block;
	 width:950px;
	 height:110px;
}

#footer
{
  height: 55px;
  width: 100%;
  background: url(cel_footer.gif);
}

#footer ul
{
  margin: auto;
  width: 950px;
  padding-top: 4px;
}

#footer ul li
{
  float: left;
  margin-right: 35px;
  height: 40px;
  list-style-type: none;
}

#footer ul li#logo
{
  list-style-type: none;
  background: url(logo_footer.gif) no-repeat;
  height: 53px;
}

#footer ul li#logo a
{
  background: none;
  height: 53px;
  width: 65px;
  display: block;
}

#footer ul li a
{
	padding-left: 25px;
	display: inline;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	background: url(puce_footer_off.gif) 0 -2px no-repeat;
	padding-bottom: 3px;
}

#footer ul li#home a:hover , li#historique a:hover , li#portfolio a:hover , li#gastronomie a:hover , li#media a:hover , li#contact a:hover {
  color: #ffffff;
  font-size: 12px;
  background: url(puce_footer_on.gif) 0 -2px no-repeat;
}

#footer ul li.institutionnel {
padding-left: 55px;
	float: right;
	color: #333333;
	font-size: 9px;
	
}



#footer ul li.institutionnel a {

  background-image: none;
  font-size: 9px;
  color: #333333;
      
}

#footer ul li.institutionnel a:hover {
  background-image: none;
  color: #ffffff;
  
}



