/* CSS Document */

*{margin:0;padding:0}
body{
  margin: 0 0 ;
  padding: 0 0 ;
  text-align: center ;
  font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
  background: url(imgs/coul-fond.jpg);
}
.txt centre{
	text-align:center;
}

div#conteneur{
  position:relative;
  margin-left: auto;
  margin-right: auto;
  width: 1046px;
}

h1{
	height: 279px ;
	margin: 0 ;
	padding:0;
	background: url(imgs/header.jpg) no-repeat left top  ;
}
		
h1 a{
	width:600px;
	height: 20px;
	padding:40px 0 0 400px;
	display: block;
	position: relative;
	text-decoration: none;
	color: #000000;
	font-size: 16px;
}
		


#global{
	 position:relative;
  margin-left: auto;
  margin-right: auto;
	width:1046px;
	background: url(imgs/fond-contenu.jpg) no-repeat  ;
min-height:800px;
}


	
ul#menu {
float: left;
width: 200px;
height: 230px;
list-style: none;
padding:15px 0 0 45px;

}

#menu li a {
display: block;
padding-top:5px;
text-decoration: none;
line-height: 15px;
height: 40px;
color: #000;
font-weight: bold;
font-size: 13px;
text-align:center;
background: #49362F ; 
    color: #fff ; 
    border: 1px solid #600 ; 
    margin-bottom: 1px ;
}

#menu li a:hover {
background: FFFEEB;
color: #FF3300;
}

ul#menu2 {
	position:absolute;
	z-index:3;
	padding-left:200px;
	padding-top:230px;
	list-style: none;
	left: 2;
	top: 2;
}

#menu2 li {
float:left;

}

#menu2 li a {
display:block;
width:180px;
height::35px;
text-decoration: none;
height: 1.4em;
text-align:center;
color: #FFFFFF;
font-weight: bold;
font-size: 13px;
}

#menu2 li a:hover {
background: FFFEEB;
color: #FF3300;
}



div#contenu
{width:740px;
padding-top:5px;
min-height:700px;
float:left;
}
		
		div#contenu h2
		{
			margin-top: 0px;
			padding-left: 0px ;
			line-height: 20px ;
			font-size: 1.4em ;
			text-align:center;
			color: #113663 ;

		}
		
		div#contenu h3
		{

			border-bottom: 1px solid #AF9A28 ;
			color: #AF9A28 ;
		}
		
		
		div#contenu p
		{
		margin:0;
			text-align: justify ;
			line-height: 1.7em ;
		}
		
		div#contenu a
		{
			color: #113663 ;
		}
		
		div#contenu a:hover
		{
			color: #9b2 ;
		}
		
	
		
	
		
		div#adresse{

		padding: 50px 50px 0px 0px;
		font-size:13px;
		color: #FFFFFF;
		}
		
		div#adresse a {

		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;

		}

		div#adresse a:hover {
		background: FFFEEB;
		color: #FF3300;
		}


		
		#footer{
	height: 115px;
	background: url(imgs/footer.jpg) no-repeat;
			margin-left: auto;
			margin-right: auto;
			width: 1046px;
		
		}
		
		
	
		
		#sign
		{
			
		text-align: center;
	font-size: 11px;
	color: #8C7000;
	margin: 0px;
		
		}

		
		
		

