body {
	font-family: 'trebuchet MS', arial, verdana, sans-serif;
	background-color: #771972;/*violet foncé*/
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 80%;
	max-width: 1003px;
	}

img {
	border: none;
}
	
h1, h2, h3, h4 {
font-family: arial, verdana, sans-serif;
padding-left: 10px;
}

h1 {
	background-color: #012875;/*bleu foncé*/
	margin-top: 20px;
	}

h2 {
	background-color: #eb7014;/*vert cru*/
	}

h3 {
	background-color: #751e60;/*marron clair*/
	}
	
h4 {
	background-color: #A8896A;/*marron clair*/
	}

.white {
	color: white;
	}

p.gauche {/*les blocs de paragraphes fond blanc*/
	color: white;
	width:350px;
	padding: 4em 2em 4em 5em;
	margin-top: 30px;
	margin-bottom: 30px;
	}
	
p.gros {/*texte page1*/
	font-size: 36px;
	color:white;
	width: 350px;
	padding: 4.5em 0.5em 1.5em 2em;
	margin-top: 30px;
	margin-bottom: 80px;
	}

	
span.bold {/*lettrines Rose*/
	color:#ab507e;
	font-size: 120%;
	}

p.pied {
	background-color: #AB507E;/*Framboise*/
	padding-left:10px;
	padding-bottom: 10px;
	padding-top:4px;
	}

.pied a {
	text-decoration: none;
	color: white;
	}
	
.pied a:hover {
	text-decoration: none;
	color: lime;
	}
	
h1 a {
	text-decoration:none;
	color:black;
	}
	
h1 a:hover {
	text-decoration:none;
	color:white;
	}

p.gauche a {
	text-decoration: none;
	color: magenta;
	}
	
p.gauche a:hover {
	text-decoration: none;
	color: white;
	}
	
/*Page 1 : pierre-quentel/graphisme.html*/

#fond_page1 {/*conteneur page 1*/
	background: url(../imgs/fond-pix_b.jpg) top right no-repeat;
	margin: 0;
	padding: 0;
	height: 750px;
	width:1050px;
	}
	


/*Page 2 : qui_suis_je.html*/

#fond_page2 {/*conteneur page 2*/
	margin: 0;
	padding: 0;
	background: url(../imgs/fond-pix.jpg) top right no-repeat;
	height: 750px;
	width:1050px;
		}
	
p.bleu { /*cv*/
	width: 300px;
	padding: 2em 2em 2em 2em;
	background-color:#6662BA;
	}
	
div#cv {/*encadré bleu*/
	position: relative;
	top: -230px;
	left: 400px;
	}
	
* html div#cv {/*IE 6*/
	position: relative;
	top: -630px;
	left: 400px;
	}


#bande orange {/*orange hippo*/
	background-color: #ff8e38;
	padding-left:10px;
	padding-top:10px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	}
	
#bande orange a {
	text-decoration: none;
	color: white;
	}
	
#bande orange a:hover {
	text-decoration: none;
	color: red;
	}
	

/*page 3 : carre-as*/

div.ecran {/*les 6 captures*/
	clear:both;
	position: absolute;
	top: 135px;
	right: 17px;
}

div.ecran-mv {
	clear:both;
	position: absolute;
	top: 135px;
	left: 500px;
}


* html div.ecran {/*les 6 captures*/
	top: 105px;
	}
	
* html div.ecran-mv {
	top: 105px;
	}

*:first-child+html div.ecran {/*les 6 captures*/
	top: 105px;
	}
	
*:first-child+html div.ecran-mv {
	top: 105px;
	}

.bande_couleur {
	height: 6px;
	padding: 4px;
	background-color:#BAACB5;/*mauve*/
		}
		
.bande_couleur2 {
	height: 6px;
	padding: 4px;
	background-color:#534E45;/*GRIS*/
		}

.bande_couleur3 {
	height: 6px;
	padding: 4px;
	background-color:#38302A;/*gris foncé /marron*/
		}

#menu {
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#827666;/*marron clair*/
}


#menu li {
	display: inline;
	padding-left: 20px;
	text-decoration: none;
	color: black;
	}
	
#menu li a {
	text-decoration: none;
	color: black;
	}

#menu li a:hover {
	text-decoration: none;
	color: white;
	}	

	
	
	

