/*Page*/
body {
	color:#0D1C72;
	font:Verdana;
	font-size:12px;
	overflow:hidden;
	}
	
/*Liens*/
A:link {
	color:#0066FF;
	}
A:visited {
	color:#054947;
	}
A:hover {
	color:#009999;
	}
	
/*Tableaux*/
table {
	border:none;
	vertical-align:middle;
	}
/*Images*/
img {
	border:none;
	}

/*Cellules*/
td {
	vertical-align:middle;
	text-align:center;
	}

/*Titres*/
h3 {
	color:#2D3353;
	text-align:center;
	}
/*Listes*/
li {
	margin-left:100px;
	}
/*Paragraphes*/
p {
	text-align:justify;
	margin-right:15px;
	}
p:first-letter {
	color:#2D3353;
	font-weight:bold;
	margin-left:30px;
	}
p.img:first-letter {
	margin-left:0px;
	color:#0066FF;
	font-weight:normal;
	}

/*Elements remarquables*/
.banniere {
	height:133px;
	background-position:center center;
	background-image:url(../Images/banniere.png);
	background-repeat: no-repeat;
	}
.base {
	background-image:url(../Images/fond.png);
	background-position:center top;
	height:600px;
	width:800px;
	border:solid 1px #2C5AA6;
	}
.img {
	text-align:center;	
	}
.util {
	width:136px;
	height:380px;
	background-position:right center;
	background-image:url(../Images/menugauche.png);
	background-repeat: no-repeat;
	text-align:center;
	vertical-align:middle;
	}
.contenu {
	width:630px;
	height:380px;
	background-position:center center;
	background-image:url(../Images/contenu.png);
	background-repeat:no-repeat;
	text-align:left;
	}
.credits {
	color:#FFFFFF;
	font-size:11px;
	text-align:right;
	margin-right:12px;
	padding-top:15px;
	vertical-align:bottom;
	}
	
/*Differents tableaux dans le contenu*/
.tabtxt {
	text-align:left;
	font-size:12px;
	}
.tabtxt:first-letter {
	color:#2D3353;
	font-weight:bold;
	}
.tabtxt2 {
	text-align:center;
	border:#000033 groove 1px;
	font-size:12px;
	}
.lignegras {
	font-weight:bold;
	font-size:12px;
	border:#000033 groove 1px;
	background-color:#D5EDFF;
	}
.haut_page {
	text-align:right;
	vertical-align:bottom;
	font-size:12px;
	padding-right:5px;
	}
.separateur {
	border-bottom: #dbe0ff 1px solid;
	}
		
/*Attributs relatifs au menu*/
.menu {
	height:46px;
	width:776px;
	background-image:url(../Images/menu.png);
	background-repeat: no-repeat;
	background-position:center center;
	text-align:center;
	border:none;
	padding-left:1px;
	padding-right:1px;
	}
.intercell {
	width:11px;
	background-image:url(../Images/menu/intercell.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0px;
	}
.especes
	{
	width:43px;
	padding:0px;
	}
	
/*Attributs de la zone modifiable*/
.texte {
	width:600px;
	height:270px;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:70px;
	overflow:auto;
	}