body {
background-color: #FFF; 
font-family: "DejaVu Sans","Verdana", "Arial", sans-serif;
margin: 0 auto;
width: 760px;
}
h2
	{
		font-size: 18px;
		text-align: center;
	}
p
	{
		font-size: 15px;
		text-align: justify;
	}
a {
color:#000;	
	text-decoration:none;
border-bottom:2px solid;
	}
a:hover {
color:#ec771b;	
	}

#accueil {
position: absolute;
width:400px;
height:200px;
top:50%;
margin-top:-250px;
left:50%;
margin-left:-200px;
/*text-align:center;*/
}
#accueil p{
font-size: 18px;
text-align:center;
}
#entete {
margin-top:10px;	
height:120px;
background: url("images/logo_panoraclic_280.png") no-repeat 0px;
border-top:solid 2px #ec771b;
border-bottom:solid 2px #ec771b;
}
#entete h1{
	font-family: "Arial","DejaVu Sans","Verdana",  sans-serif;
	margin-left:300px;
	text-align:left;
	}

#pied {
border-top:solid 1px;
bottom:10px;
clear:both;
text-align:center;
}
#pied p {
padding-left: 25px; 
font-family: "Nimbus Sans L", "Bitstream Vera Sans",
            "Arial", "Verdana", sans-serif;
font-weight:bold;
font-size: 1.0em;
text-align:center;
}
.couleur {
color:#ec771b;
}
.gauche {
float: left;
}
.droite {
float: right;
}

