/* CSS Document */

body.gene{
        font-family: Verdana, Arial, Helvetica, sans-serif;
        margin: 0;
		font-size: 13px;
       background-color: #ffffFF;
	   color:#fff;
        }
table.global {
	width: 80%;
	margin: 10px auto 10px auto;
	position: relative;
 	background-color: #003445;
	overflow:auto;
	}
	
	
h1 {
	font-size:300%;
	text-align:center;
	margin:6px 0px;
}
h2 {
	font-size:160%;
	text-align:center;
	margin:6px 0px 6px 0px;
}
h3 {
	font-size:120%;
	text-align:center;
	margin:10px 0px;
}
p {
	text-align:center;
	margin:4px;
}
p.gras_marge_haut {
	font-weight:bold;
	margin-top:180px;
}

p.gras_marge_centre {
	font-weight:bold;
	margin-top:100px;
}

#bloc1 {
	width:330px;
	float:left;
	margin:6px 0px 6px 6px;
	height:350px;
	text-align:center;
}
#bloc2 {
	width:265px;
	float:left;
	margin:6px 6px 6px 0px;
	height:350px;
	text-align:center;
}
#footer {
clear:both;
}

img.centre {
float:left;
margin-top:10px;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover {
	color:blue;
}
