@font-face {
	font-family: impact;
	font-weight: bold;
	src: url('impact.TTF');
}

@font-face {
	font-family: Arial;
	src: url('ARIAL.TTF');
}

@font-face {
	font-family: Book Antiqua;
	font-weight: bold;
	src: url('ANTQUAB.TTF');
}

@font-face {
	font-family:Alternate Gothic No2 BT;
	font-weight: bold;
	src: url('Alternate Gothic No2 BT.TTF');
}

@font-face {
	font-family:Myriad Pro;
	src: url('MyriadPro-Regular.otf');
}

@font-face {
	font-family:Century Gothic;
	src: url('GOTHIC.TTF');
}

@font-face {
	font-family:Century Gothic;
	font-weight: bold;
	src: url('GOTHICB.TTF');
}


body{
	margin:0px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size:14px;
	
}

.historic{
	padding-top:20px; 
	padding-bottom:20px;
	background-color:#EEE;
}

.transparent-noir{
	background-image:url(../images/transparent-1.png);
	background-repeat:repeat;
}


.text_cours_extrait{
	margin-left:30px;
	color:#000;
	background-color:#EDAA03;
	position:absolute;
	height:280px;
	padding:10px;
	opacity:0.7;
}

.text_cours_extrait:hover{
	opacity:1;
	}

.text_cours_extrait h3{
	font-weight:bold;
}

