
/*TYPO*/

@font-face { font-family: 'GillSansLight'; 	src: url('../typo/GillSanLig.ttf') format('truetype'); 	}	
@font-face { font-family: "GillSans";	 	src: url('../typo/GillSan.ttf') format('truetype'); 	}		
@font-face { font-family: "GillSansBold"; 	src: url('../typo/GillSanBol.ttf') format('truetype'); 	}		

body, div, a, p, h1, h2, h3, h4, h5, h6, table, tr, td, ul, ol, li, nav, #nav1, #nav2{
	text-decoration: none; 
	font-family: GillSansLight, arial; 
	font-weight: lighter;
	font-size:18px; 
	color:#555;
	margin:0px;
	padding:0px;
	line-height:140%;
	
	}
	
p, a { font-size:18px; margin-bottom:4px; margin-top: 4px; }
h1 { font-size:32px; margin-bottom:14px; margin-top: 21px; }
h2 { font-size:27px; margin-bottom:12px; margin-top: 18px;}
h3 { font-size:24px; margin-bottom:10px; margin-top: 15px; }
h4 { font-size:21px; margin-bottom:8px; margin-top: 12px; }


a:hover{
	color:black;
	}

/* MENU  */

#bandeau{
	position:fixed;
	width: 30px;
	background-color :#00A0A0;
	height:100%;
	top : 0px;
	}

#nav1{
	position: fixed;
	width:100%;
	background-color:white;
	top:0px;
	padding:30px 0 40px 230px;	

	}
	
#nav2{
	top:65px;
	padding-left: 30px;
	position: fixed; 
	width:170px; 
	font-size:14px;
	}
	
#nav1 a{
	margin: 0 12px 0 12px ;
	font-size:24px;
	color:#999;
	transition: 0.3s;
	}

#nav1:first-of-type{
	margin-left:140px;
	}
	
#nav2 a{
	display:block;
	margin: 12px 20px 0 4px ;
	font-size:17px;
	color:#999;
	transition: 0.3s;
	}

#nav1 a:hover, #nav2 a:hover, #retour_zelione:hover{
	color:#000;
	}

#retour_zelione{
	position:fixed;
	margin-top:-68px;
	left:34px;
	color:#AAA;	
	font-size:17px;
	}
		
#curseurhaut{
	width: 20px; 
	height:10px;
	display:block; 
	background-image:url('curseurhaut.gif');
	background-size:20px;
	position : fixed; 
	z-index:3000;  
	top:55px;
	transition: all 1s ease;
	}

#curseurLateral{
	width: 8px; 
	height:16px;
	display:block; 
	background-image:url(curseurgauche.gif);
	background-size:8px;
	position : fixed; 
	z-index:3000; 
	left:16px; 
	transition: all 1s ease;
	}
	
hr{
	margin: 40px 0 20px 0;
	width:1000px;
	height:2px;
	background-color: #888;
   	border: 0 none;}
	

.corpus{
	margin-left:245px;
	margin-top:100px;
	width:1000px;
}

a{
	color:#999
	}
	
a:hover{
	color:black
	}
	
.corpus img{
	margin: 20px 20px 15px 0px;
	}

legende{
	display:block;
	margin :5px 0 40px 0;
	font-size:14px;
	font-style:italic;
	color:#077;
	}
	
code{
	font-size:18px;
	}	
	
CSbleu{color:blue;}
CSrouge{color:red;}
CSorange{color:darkorange;}
CSvert{color:green;}
CSblanc{color:white;}
CSgris{color:#AAA;}
CSbrun{color:peru;}
CSteal{color:CadetBlue;}
CSkaki{color:Olive;}
CSbleuF{color:darkcyan;}

.picto{
	margin:0 !important;
	height:20px;
}
