body {
	padding: 0;
	background: #e5e4e3;
	text-align: center;
	margin: 0 0 4em;
}
#page {
	width:950px;
	height: auto;
	background: #ffffff;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	font: 75% Arial, Helvetica, sans-serif;
	border: 4px solid #C5C3D3;
	margin-top: 4px;
}
#entete
{	
   	width:945px;
   	height: 140px;
   	padding: 20px;
	color: white;
	background:#b4b4cc;
	font-size: 35px;
	border:5px double #e5e4e3;
}	
#titre
{
	text-align: center;
	font: 120% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#logog_entete
{
	float: left;    /* Le logo flottera à gauche */
}
#logod_entete
{
	float: right;    /* Le logo flottera à droite */
}
#retour_accueil
{		position: absolute;
   		left: 5%;
   		top: 150px;
   		font-size: 20px;	}

div.pcp {
text-align:center;
border:0;
background-color:#FFFFFF;
color:#000000;
padding:5px;
margin:5px;
font-family: Tahoma, sans-serif;
font-weight: normal;
font-size: 14px;
text-decoration: none;
}

a.pht {
float:left;
width:204px;
height:220px;
text-align:center;
border: 1px solid #FFFFFF;
background-color: #FFFFFF;
color: #000000;
padding:5px;
margin:5px;
font-family: Tahoma, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.pht:hover {
border: 1px solid #E1CCC7;
text-decoration: underline;
}

div.hdr {
width:100%;
border-style: solid;
border-color: #000000;
border-width: 0px 0px 1px 0px;
color: #ffffff;
background-color: #e5e4e3;
padding:10px;
margin:0px;
font-family: Tahoma, sans-serif;
font-weight: normal;
font-size: 30px;
text-decoration: none;
}

span.hdr2 {
border: 1px solid #000000;
color: #000000;
background-color: #e5e4e3;
padding:5px;
margin:0px;
font-size: 10px;
vertical-align: middle;
}

div.bott {
display:none;
clear:both;
width:100%;
border-style: solid;
border-color: #000000;
border-width: 1px 0px 1px 0px;
color: #000000;
background-color: #EDE0DD;
padding:5px;
font-family: Tahoma, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
text-align: left;
}

div.emln {
clear:both;
width:100%;
height:10px;
border:0;
color: #000000;
background-color: #FFFFFF;
padding:0px;
margin:0px;
}

div.btnd {
float:left;
width:100px;
border-style: solid;
border-color:#000000;
border-width: 0px 1px 1px 1px;
text-align:center;
background-color:#e5e4e3;
color:black;
padding:5px;
margin: 0px 1px 1px 1px;
font-family: Tahoma, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

div.btnd2 {
float:right;
width:100px;
border-style: solid;
border-color:#000000;
border-width: 1px 1px 0px 1px;
text-align:center;
background-color:#e5e4e3;
color:black;
padding:5px;
margin: 1px 1px 0px 1px;
font-family: Tahoma, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.btn {
float:left;
width:100px;
border-style:solid;
border-color:#000000;
border-width: 0px 1px 1px 1px;
text-align:center;
background-color:#e5e4e3;
color:#000000;
padding:5px;
margin: 0px 1px 1px 1px;
font-family: Tahoma, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}

a.btn2 {
float:right;
width:100px;
border-style:solid;
border-color:#000000;
border-width: 1px 1px 0px 1px;
text-align:center;
background-color:#e5e4e3;
color:#000000;
padding:5px;
margin: 1px 1px 0px 1px;
font-family: Tahoma, sans-serif;
font-weight: normal;
font-size: 10px;
text-decoration: none;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline;
   color: blue;
}