
/* = Structure de la page et generalites */
/* ------------------------------------------------------- */

body {
	margin: 0;
  	padding: 0 0 60px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000;
}
#page {
	position: relative;
	width: 760px;
	margin: auto;
	text-align: left;
	font-size: .9em;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
}


/* = Entete */
/* ------------------------------------------------------- */

#entete {
	margin: 0;
	padding: 0 0 0 409px;
	height: 139px;
	background: url(../images/logo-mespixels.gif) bottom left no-repeat;
}
#entetedouard {
	margin: 0;
	padding: 0 0 0 409px;
	height: 139px;
	background: url(../images/logo-edouard.png) bottom right no-repeat;
}


#entete li {
	margin: 78px 17px 0 0;
	padding: 0;
	list-style: none;
	float: left;
}
#entete a {
	display: block;
	float: left;
	height: 53px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#entete span {
	display: none;
}

#m1 a {background-image: url(../images/b-accueil.gif); width: 74px;}
#m1 a:hover, #accueil #m1 a:hover {background-image: url(../images/b-accueil-over.gif);}
#accueil #m1 a {background-image: url(../images/b-accueil-on.gif);}

#m2 a {background-image: url(../images/b-logo.gif); width: 54px;}
#m2 a:hover, #logo #m2 a:hover {background-image: url(../images/b-logo-over.gif);}
#logo #m2 a {background-image: url(../images/b-logo-on.gif);}

#m3 a {background-image: url(../images/b-siteweb.gif); width: 80px;}
#m3 a:hover, #siteweb #m3 a:hover {background-image: url(../images/b-siteweb-over.gif);}
#siteweb #m3 a {background-image: url(../images/b-siteweb-on.gif);}

#m4 a {background-image: url(../images/b-divers.gif); width: 72px;}
#m4 a:hover, #cdrom #m4 a:hover {background-image: url(../images/b-divers-over.gif);}
#cdrom #m4 a {background-image: url(../images/b-divers-on.gif);}


/* Consulter mon CV ----- */

#cv {
	position: absolute;
	top: 180px;
	left: 0;
	width: 195px;
}
#cv h3 {
	margin: 14px 9px 14px;
	height: 17px;
}
#cv h3 span {
	display: none;
}
#cv ul {
	margin: 0 0 0 12px;
	padding: 0 0 5px;
}
#cv li {
	margin: 0;
	padding: 0 0 10px;
	list-style: none;
	background: url(../images/icone-cv.gif) top left no-repeat;
}
#cv li.lettre {
	background: url(../images/icone-lp.gif) top left no-repeat;
}
#cv li a {
	display: block;
	height: 33px;
	line-height: 33px;
	padding: 0 0 0 33px;
	color: #fff;
	font-weight: bold;
}
#cv li a:hover {
	color: #000;
}


/* = Pied de page */
/* ------------------------------------------------------- */

#pied {
	width: 760px;
	margin: 0 auto;
	padding: 30px 0 0;
	font-size: .9em;
}



