body {
	background: #fff;
	font-size: 11px;
	font-family:Arial;
	background:url(layout/back.gif) repeat-x;
}
/*Formation du gabarit*/
#container {
		position:relative;
	background: #fff;
	width: 890px;
	height: 972px;
	margin: 0 auto;
	margin-top: 15px;
}

#header {

	background: #736B73;
	width: 890px;
	height: 92px;
}

#headerLogo {
	width: 192px;
	height: 71px;
	margin-top: 20px;
	margin-left: 34px;
	float: left;
}

#headerMusic {
	position:absolute;
	width: 150px;
	height: 20px;
	top: 40px;
	right: 7px;
}


#nav {
	background: #eee;
	width: 20px;
	min-height: 20px;
	float: left;
	margin-top: 71px;
	
}


#navRight {
	background: url(layout/lienfond.jpg) repeat;
	width: 644px;
	float: left;
	margin-top: 71px;
	height: 20px;
}

#navRight ul,li {
	list-style-type:none;
	margin:0;
	padding:0;
}

#navRight ul {
	height:20px;
	line-height:20px;
}

#navRight a {
	display:block;
	color:#000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	margin:  0 12px 0 5px;
	padding-right:30px;
	background:url(layout/lienfond-sep.jpg) no-repeat right top;
}

#navRight a.last {
  background:none;
  }

#navRight a.menuOn {
  color:#046784;
  }

#navRight ul li {
	float:left;
	margin:0;
	padding:0;
	line-height:20px;
}

#navRight ul li a:hover {
	color: #FF6000;
}

#navRight ul li li {
  margin:0;
  float:none;
  line-height:20px;
	background:none;
	font-size:11px;
	color:#fff;
  }

#navRight ul li ul {
  margin:0;
  padding:0;
	position: absolute;
	left: -999em;
	min-height:20px;
	height:auto !important;
	height:20px;
	background: #746b73;
	z-index:200;
}

#navRight ul li li a {
  width:100px;
  font-size:11px;
  display:block;
  margin:0;
  padding:0 10px 0 10px;
  color:#fff;
  font-weight:normal;
  height:20px;
  text-transform:lowercase;
  background:none;
  }
  
#navRight ul li li a:hover {
  background:#b2b2b3;
  color:#fff;
  }

#navRight li:hover ul {
	left: auto;
	margin-left:-30px;
}

#navRight li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#title {
	background: #cdcbcb;
	width: 890px;
	height: 15px;
	clear:both;
	padding-bottom: 20px;	
}

#titleNav {
	background: #cdcbcb;
	min-width: 14px;
	margin:8px 10px 0 0;
	float: right;
	font-size: 12px;
	color:#fff;
	margin-left:20px;
}

#titleNavHome {
	background: #cdcbcb;
	min-width: 14px;
	margin:8px 0 0 10px;
	float: left;
	font-size: 12px;
	color:#fff;
	margin-left:20px;
}


#titleNavText {
	background: #cdcbcb;
	min-width: 14px;
	margin-left: 10px;
	float: left;
	color: #0A70C7;
	font-size: 11px;
	font-weight: bold;
	width: 200px;
	margin-top:5px;	
}

#titleNavText .title {
	font-size: 15px;
	color: #5A5A5A;
	font-weight: bold;
	float: left;
	width: 200px;
	margin-bottom: 5px;
}

#titleNavImg {
	background: #cdcbcb;
	float:left;
	margin-top: 45px;
	width: 120px;
}

#titleNav a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-weight:normal;
}

#titleNav a:hover {
	color: #FB0000;
	text-decoration: underline;
}

#titleLand {
	min-width: 25px;
	height: 20px;
	margin-top: 5px;
	margin-right: 5px;
	float: right;	
}

#content {
	background: #fff;
	width: 875px;
	margin-bottom: 5px;
	float: left;
	padding:20px 0 0 10px;
}

#contentLeft {
	background: #fff;
	width: 300px;
	float:left;
	margin-bottom: 15px;
	margin-left: 15px;	
	padding-top: 15px;
	margin-top:15px;
}

#contentRight {
	background: #fff;
	width: 535px;
	float:left;
	margin-bottom: 15px;
	padding-top: 15px;
	margin-left:15px;
}

#footer {
	margin-top: 15px;
	background: url(layout/alt2.gif) no-repeat;
	min-width: 890px;
	height: 82px;
}

#footerSuite {
	background: url(layout/alt.gif) no-repeat;
	min-width: 110px;
	height: 82px;
	float:right;
}

/*Début des divers 
fonction comme les 
liens, etc.*/

/*Lien image*/
a {
	font-weight: normal;
	text-decoration:none;
}

a img {
	text-decoration: none;
	border: 0;
}

#galerie img, galerie a img {
	border:1px solid #cccccc;
	margin:3px;
	padding:6px;
	background:#F8FAFC;
	text-decoration: none;
}

/*Titre*/
h1 {
	color: #659932;
	font-size: 17px;
}

h2 {
	color: #5A5A5A;
	font-size: 16px;	
}

h3 {
	color: #de5916;
	font-size: 13px;
}

th {
	background: #C7E2F1;
}

#content .object {
  font-size:11px;
  text-align:justify;
  color:#666;
  }
  
#content .object p{
  font-size:11px;
  text-align:justify;
  color:#666;
  }
  
#content table tr td {
  font-size:11px;
  padding-right:20px;
  }
