<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* bloc-notes*/
/*************/
#page
{
	margin:0px auto;
	width:1018px;
	height:590px;
}

#head{	
	position:relative;
	z-index:10;
	width:1018px;
	height:107px;
	margin:0px;
	background-image:url(noteblock-head.png);
}


#noteblock
{
	position:relative;
	top:-60px; /*head:60+47=107*/
	padding-top:60px;
	height:667px; /*head:47(107-60) tail:77 rest:543*/
	background-color:#FFFFFF;
	background-image:url(noteblock-mid.png);
	background-repeat:repeat-y;
	box-shadow:0px 0px 23px black;
	
}

#tail{	
	position:relative;
	top:-137px; /*head:-60 tail:-77*/
	z-index:10;
	width:1018px;
	height:77px;
	margin:0px;
	background-image:url(noteblock-tail.png);
}

/* contennu du bloc-notes */
/**************************/
#content
{
	position:relative;
	top:22px;
	margin-left:85px;
	width:870px;
	text-align:center;
}


/* les LFA */
/***********/
#lycees
{
	position:relative;
	left:-20px;
	top:28px;
	display:none;
	
}

#lycees a
{
	text-decoration:none;
	color:black;
}


#lycees td
{
	padding-left:30px;		
}	
	

/* les photos des lycÃ©es */
/*************************/
.lfa
{
	width:260px;
	height:195px;
	box-shadow: -2px -2px 2px black; 
	opacity:0.8;
}

.lfa:hover{opacity:1;}

.white {background-color:white;margin:0px;padding:0px;width:260px;height:195px;}

/* les logos */
/*************/
#logos
{
	margin-top:130px;
}

#logos img
{
	height:50px;
	box-shadow:0px 0px 2px black;
	border-radius:4px;
	margin:0px 10px;
}


h1 
{
	margin:0px 0px 29px 0px;
	padding:0px;
	font-size:40px;
	font-family: 	"kulturista-web-1","kulturista-web-2",Serif;
	font-variant: small-caps;
	background-color: rgba(255,255,255,0.4)
}

h2
{
	margin:0px;
	padding:0px;
	font-size:150%;
}

#flags
{
position:absolute;
width:940px;
left:-30px;
top:100px
}
</pre></body></html>