@import url("reset.css");

/********** UTILS **********/
/*
	FONT SIZE (em)
		10px: 62.5%
		11px: 69% (68.75)
		12px: 75%
		16px: 100%
	
	PNG > IE6 (info: le chemin de l'image se fait part rapport à la page et non la css)
		background:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/image.png')
	
	INSTRUCTION CONDITIONNELLE
	<!--[if IE 7]><style type="text/css">#div{}</style><![endif]-->
	
	FAMILLES DE POLICES
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", Norasi, serif;
	
*/
/*------------------------------------------------------------------------------------------------------------------------------------*/
/* COMMON
--------------------------------------------------------------------------------------------------------------------------------------*/

body{
	color:#000;
	font-size:68.75%;	/* 1em = 11px */
	background:#000000;
}

/*------------------------------------------------------------------------------------------------------------------------------------*/
/* PAGE
--------------------------------------------------------------------------------------------------------------------------------------*/

#page{
	width:877px;
	height:1900px;
	position:relative;
	margin:auto;
	background:url(../img/specimens.jpg) no-repeat;
}
h1{
margin-left:-1000000px;
}
h2 a{
	border:none;
display:block;
height:58px;
left:336px;
position:absolute;
top:469px;
width:224px;
}
h2,p{
	margin-left:-1000000px;
}

a.mail{
	border:none;
bottom:103px;
display:block;
height:58px;
left:510px;
position:absolute;
width:242px;
}
a.specimens{
	border:none;
display:block;
height:33px;
left:296px;
position:absolute;
bottom:19px;
width:291px;
}
