body
{
   width: 980px;
   margin: auto; /* Pour centrer notre page */
   background-color:#ffffff;
font-family: Arial;
   }

#header
{
}
#header p
{
float: right;
margin-top:-48px;
margin-right:20px;
text-align:center;
width: 500px;
font-family: Arial;
font-size: 14px;
}


#hautcontenu
{
margin:auto;
}

.menu
{
margin-left:-20px;
height:313px;
float: left;
}

#bouton1{
display: block;
background:#fff url(images/Home.jpg) no-repeat top left;
height: 63px;
width:391px;
position: relative;
	top: 0;
	left: 0;
	font-size:1px; /* permet de dissimuler au maximum le texte du span*/
color: #000;
}
#bouton1:hover {
background:#fff url(images/homeho.jpg) no-repeat;
width:391px;
}

#bouton2{
display: block;
background:#fff url(images/Nano.jpg) no-repeat top left;
height: 64px;
width:391px;
position: relative;
	top: 0;
	left: 0;
	font-size:1px; /* permet de dissimuler au maximum le texte du span*/
color: #000;
margin-top:-2px;
}
#bouton2:hover {
background:#fff url(images/Nanoho.jpg) no-repeat;
width:391px;
}

#bouton3{
display: block;
background:#fff url(images/Nano2.jpg) no-repeat top left;
height: 64px;
width:391px;
position: relative;
	top: 0;
	left: 0;
	font-size:1px; /* permet de dissimuler au maximum le texte du span*/
color: #000;
margin-top:-2px;
}
#bouton3:hover {
width:391px;
background:#fff url(images/Nano2ho.jpg) no-repeat;
}

#bouton4{
display: block;
background:#fff url(images/Abou.jpg) no-repeat top left;
height: 64px;
width:391px;
position: relative;
	top: 0;
	left: 0;
	font-size:1px; /* permet de dissimuler au maximum le texte du span*/
color: #000;
margin-top:-5px;
}
#bouton4:hover {
background:#fff url(images/abouho.jpg) no-repeat;
width:391px;
}

#bouton5{
display: block;
background:#fff url(images/Inten.jpg) no-repeat top left;
height: 64px;
width:391px;
position: relative;
	top: 0;
	left: 0;
	font-size:1px; /* permet de dissimuler au maximum le texte du span*/
color: #000;
margin-top:-3px;
}
#bouton5:hover {
background:#fff url(images/Intenho.jpg) no-repeat;
width:391px;
}
.photo
{
float: right;
height: 313px;
width: 545px;
border: 1px solid black;
margin-bottom:1px;
margin-top:15px;
}


ul{
list-style-type:none;

}
li{
margin-top:2px;
list-style-type:none;
}

#autre
{
}

.spacer
{
color:white;
}

.place
{
float:right;
margin-top:-55px;
}


#corps
{
width: 100%;
background-color:#E5E9FF;
margin:auto;
padding-top:2px;
padding-bottom:3px;
list-style-type: circle;
}



#corps h1
{
margin-left:20px;
}

#corps h2
{
margin-left:18px;
}

#corps h4
{
margin-left:12px;
}

#corps h3
{
margin-left:15px;
text-decoration: underline;
}

#corps p
{
margin-left:8px;
text-align: justify;
margin-right:8px;
text-indent: 30px
}

#pied_de_page
{
margin:auto;
text-align:center;
}









