body{
	text-align:center;
	margin: 0;
	padding: 0;
	background-color: #545257;
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2 {
	display: none;
}
h3 {
	font: bold 15px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	color: #B42747;
	margin: 0 0 5px 0;
	padding: 0px 165px;
}
h4 {
	font: bold 14px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	padding :0;
	margin: 0 0 5px 0;
	padding: 0px 165px;
}
h5 {
	font: bold 14px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	padding :0;
	margin: 0;
	padding: 0px 165px;
}
a {
	color: #333333;
}
img {
	border:0px;
}
/* page englobe tout le contenu de chaque page */
#page {
	background:  url(img/milieu.jpg) repeat-y;
	width: 701px;
	margin : 0 auto;
	text-align: left;
}

/* banniere */
#top{
	background: url(img/ban.jpg) no-repeat;

}
#top #navigation {
	padding: 205px 151px 5px 151px;
}

/* titre de la page 
#top #titreAcc{
	background:  url(site/img/acc.jpg) no-repeat;
	height: 60px;
}
#top #titreCv{
	background:  url(site/img/cv.jpg) no-repeat;
	height: 95px;
}
#top #titreRea{
	background:  url(site/img/rea.jpg) no-repeat;
	height: 60px;
}
#top #titreDes{
	background:  url(site/img/des.jpg) no-repeat;
	height: 60px;
}
*/

/* affichage du contenu */
.content .imageillustration{
	float:left;
	margin:0px 10px 0 100px;
	height:64px;
	width:60px;
	padding: 13px 0 0 15px;
	background: url(img/boite.jpg) no-repeat left top;
}

.content .espace{
	height:10px;
}
.content p{
	padding: 0px 165px;
	margin: 5px 0 10px 0;
}

.content .basbox{
	background: url(img/bas.jpg) no-repeat;
	height: 15px;
}
.content .hautbox{
	background:  url(img/haut.jpg) no-repeat;
	height: 15px;
}

/* footer ;) */
#footer{
	height: 70px;
	background: url(img/foot.jpg) no-repeat;
	padding: 20px 165px;
	background-color: #545257;
}

ul#menu
{
	height: 35px ;
	margin: 0 ;
	padding: 0 ;
	background: url(img/bg_menu.gif) repeat-x 0 -25px ;
	list-style-type: none ;
}

ul#menu li
{
	float: left ;
	text-align: center ;

	padding: 0 5px 0 5px;
	border-right: 2px solid #fff ;
}

ul#menu li a
{
	line-height: 25px ;
	font-size: 1.2em ;
	font-weight: bold ;
	letter-spacing: 1.5px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
}

ul#menu li a:hover
{
	background: url(img/bg_menu.gif) repeat-x 0 0 ;
}
