body {
background-color: #9A6601;
font-family: "Times New Roman", Times, serif;
color: #FFFFFF;
margin: auto;
}
img{
	border: none;
}
#contenaire{
	background-image: url(images/maquette.jpg);
   background-repeat: no-repeat;
	margin-left: 80px;
	width: 850px;
	height: 650px;
}
#contenaire1{
	background-image: url(images/maquette1.jpg);
   background-repeat: no-repeat;
	margin-left: 80px;
	width: 850px;
	height: 650px;
}
/** texte decoration***/
.capti{
	text-transform: capitalize;
}
.petit{
	font-size: 18px;
}
img{
	border: none;
}

/*** menu**/
#menu a:active,#menu a:visited,#menu a:link {
text-decoration: none;
color: #FFFFFF;
font-size: 18px;
font-style: normal;
font-weight: bold;
}
#menu a:focus,#menu a:hover {
text-decoration: none;
color: #FFFFFF;
font-size: 20px;
font-style: italic;
font-weight: bold;
}
.titre{
	font-size: 40px;
}
.acc{
position: absolute;
top:106px;
left:370px;
}
.plus{
position: absolute;
top:106px;
left:470px;
}
.cont {
position: absolute;
top: 106px;
left:570px;
}
/*** contenu***/
#intro{
	color:#FFFFFF;
	position: absolute;
	top:160px;
	left:160px;
	width: 470px;
	text-align:  justify;
	font-size: 20px;
	line-height: 28px;
}
.horaire{
	margin-left:70px;
}
li{
	list-style-image: none;
	list-style-type: none;
}
#contenucont{
	font-size:20px;
	color: #333333;
	position: absolute;
	top:220px;
	left:440px;
	width: 450px;
	text-align: center;
}
.button{
	background-color: #9A6601;
	color: white;
}

/*** adresse***/
#coor{
  text-align: center;
  line-height: 25px;
	position: absolute;
	top: 520px;
	left:570px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	width: 200px;
}

/*** pied de page***/
.footer{
	font-size: 9px;
	position: absolute;
	top: 620px;
	left:590px;
}
.footer a{
	color: #FFFFFF;
}
