/******************************************************************************************/
 /* www.julienlepape.com - pianiste - ************************/
 /*****************************************************************************************/ 
/*by garazikokristel (dot)com*/
 * {
 	margin:0;
 	padding:0
 }
body {
 	font-family : "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
 	font-size :90%;
 	letter-spacing:0.1em;
    width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
 	background-color :black;
    background-image:url(img/scrrenjulien5.jpg);
    background-repeat:no-repeat;
    background-position: top center;
    z-index: 1;
 } 
h1 {font-size : 3em  }
h2 {font-size : 2.5em }
h3 {font-size : 2em}
h4 {font-size : 1.5em}
h5 {font-size : 1em; font-weight : 900 }
h6 {font-size : 0.85em}
p {
	font-size : 2em;
	line-height : 1.5em;
	margin-bottom :1em;
	text-indent : 1em;
	text-align:center
}

/************design page d accueil *****************************/
h1{
	text-align : center;
	padding-top : 30px;
	margin-bottom:40px;
	color:gray;
}
p{
	color : silver; 
}
a:link,a:visited {
	color:#F5F5F5;
	text-decoration:none ;
}
a:hover {
	color : gray;
	text-decoration :underline;
}
a:active {
	color:gray;
}
div#fr {
	/*border-top : 1px solid yellow;*/
    margin-top:160px;
	padding-left :300px;
}
div#en {
     padding-left :282px;
}
div#iconw3c {
	/*border-top:1px solid red;-->*/
	height:300px;
	margin-top:600px;
    position:absolute;
	right:0;
	left:0;
}