/* CSS Document */
html {overflow-y: scroll;}

body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img{
	border: 0px;
	display: inline;
}

H1{
	font-size: 25px;
	letter-spacing: 2px;
	word-spacing: 5px;
	font-weight: normal;
}

#miniatures{
	margin-left: 50px;
	margin-right: 50px;
}

#miniatures img{
	padding: 5px;
	margin : 2px;
	border: 1px solid black;
}

#commentaire{
	padding: 10px;
	color: #E2DAB3;
}

#menuBas {
	width: 563px;
	position:relative;
	top: -85px;
	font-weight: bold;
	color:#0066CC;
}
 #menuBas a, #menuBas a:visited {
 	text-decoration: none;
	color:#0066CC;
	
 }
 #menuBas a:hover {
 	text-decoration: underline;
 	color:#0066CC;
 }
 

/* Page Intro */
#imgintro {
	height: 636px;
	width: 563px;
    margin-left: auto;
    margin-right: auto;
}

/* Accueil */
#imgaccueil {
	height: 623px;
	width: 904px;
    margin-left: auto;
    margin-right: auto;
}
#logo {
	width: 487px;
	float: left;
}
#menu {
	width: 417px;
	float: right;
}
#menu img {
	margin-bottom: -2px;
	padding: 0px;

}


/* PAGES */
#coeurdepage {
	z-index: 100;
	position: relative;
	width: 860px;
	margin-left: auto;
    margin-right: auto;
	background-color:#D5D5D5;
	border: 1px solid #898989;
	top: -105px;
	left: 15px;
}

#menuGauche {
	width: 104px;
	height: 500px;
	background: url(graphisme_light/fond_menu_gauche.png);
	float: left;
	display: inline;
	border-right: 1px solid #898989;
	border-bottom: 1px solid #898989;
	margin-right: 10px;
	padding-top: 20px;
	text-align: center;
}

#contenuWebdesign {
	padding: 65px 20px 20px 20px;
	background: url(graphisme_light/fonds_pages/fond_webdesign.jpg) top right no-repeat;
	height: 500px;
	text-align: center;
}
#contenuRetouche {
	padding: 65px 20px 20px 20px;
	background: url(graphisme_light/fonds_pages/fond_retouche-photo.jpg) top right no-repeat;
	height: 500px;
	text-align: center;
}
#contenuIllustration {
	padding: 65px 20px 20px 20px;
	background: url(graphisme_light/fonds_pages/fond_illustrations.jpg) top right no-repeat;
	height: 500px;
	text-align: center;
}
#contenuCV {
	padding: 65px 20px 20px 20px;
	background: url(graphisme_light/fonds_pages/fond_cv.jpg) top right no-repeat;
	height: 500px;
	text-align: center;
}
#contenuLiens {
	padding: 65px 20px 20px 20px;
	background: url(graphisme_light/fonds_pages/fond_liens.jpg) top right no-repeat;
	height: 500px;
	text-align: center;
}


/* STYLE DES MINIATURES */
.elementsBook {
	background-image:url(graphisme_light/blanc50.png);
	border: 1px solid #B3B3B3;
	width: 225px;
	height: 315px;
	display: inline;
	padding: 5px;
}










