/* 
  Feuille de style Biocad.ca
  
  Création: 06/10/02
  Modification: 07/11/22
  Optimisation: 11/03/09
*/

body {
	font-family:Arial, Verdana, sans-serif;
	font-size:16px !important; /* Safari */
	font-size:100%;
	background-image: url(../images/fond.gif)!important; /* Hack IE6 */
	background-image: none;
	background-color: #afafaf;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
} 
a img { border:none }
a {	color: #990000;	font-weight: bold; text-decoration: underline }
a:hover { color: #CC0000; font-weight: bold; text-decoration: none }
#Contenu1 {
	position:absolute;
	width:783px;
	left:50%;
	top:200px;
	margin-left:-400px;
	margin-top:-220px
}
#Contenu2{ position:absolute; top:0px; left:0px }
#Contenu3 {
	position:relative;
	width:783px;
	height:550px;	
	background:url(../images/INTRO.png) no-repeat !important; /* .png pour les browsers qui supportent le format */
	background:url(../images/INTRO.jpg) no-repeat; /* .gif pour IE */
}
#Contenu3 ul { padding: 5px; margin-right: 0!important; margin-right: -40px; }

/* 
 * Style des crédits
 */
#Credits2{
	font-family:Arial;
	font-size:7pt;
	color: #666666;
	display:block;
	position:absolute;
	top:500px;
	left:495px;
}

/*
 * Publicités
 */
 
#Pub{ display:block; position:absolute; top:540px; left:58px; }
#Pub2{ display:block; position:absolute; top:640px; left:58px; }
#Pub a img{ border: 0 solid #717171; }

/* 
 * Texte d'introduction
 */
 
#Introduction{
	font-size: 0.6875em;
	font-weight: bold;
	color: #000000;
	display:block;
	position:absolute;
	top:238px;
	left: 130px;
	width: 500px;
}
#Introduction p{ margin-top: 7px; }
