body {
scrollbar-base-color: #A5AAB0;
background-color: #F0F8FF;
font-family: Arial, Helvetica, sans-serif;
color: #333333;
margin: auto;
}
img{
	border: none;
}
#contenaire{
	background-image: url(images/maquette.jpg);
   background-repeat: no-repeat;
	background-position: center;
	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: #333333;
font-size: 18px;
font-style: normal;
font-weight: bold;
}
#menu a:focus,#menu a:hover {
text-decoration: none;
color: #333333;
font-size: 18px;
font-style: italic;
font-weight: bold;
}
.acc{
position: absolute;
top: 185px;
left:120px;
}
.cont {
position: absolute;
top: 185px;
left:270px;
}
/*** contenu***/
#contenu{
	color:#333333;
	position: absolute;
	top:280px;
	left:200px;
	width: 500px;
	text-align: left;
	font-size: 30px;
	line-height: 40px;
	
}
li{
	list-style-image: none;
	list-style-type: none;
}
#contenucont{
	font-size:20px;
	color: #333333;
	position: absolute;
	top:235px;
	left: 170px;
	width: 500px;
	text-align: left;
}
.button{
	background-color: #0B93F9;
	color: white;
}

/*** adresse***/
#coor{
  text-align: left;
  line-height: 20px;
	position: absolute;
	top: 530px;
	left:670px;
	font-size: 15px;
	color: #333333;
	font-weight: bold;
}

/*** pied de page***/
.footer{
	font-size: 9px;
	position: absolute;
	top: 630px;
	left:510px;
}
.footer a{
	color: #333333;
}
