/*Mise en page du body*/
body {
	margin:0px 0px 0px 0px;
	height: 100%;
	background-color:#d8ceb0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-3d-light-color: #000000;  
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #d8ceb0;
	scrollbar-dark-shadow-color: #ebebcc;
	scrollbar-face-color: #d8ceb0;
	scrollbar-highlight-color: #ebebcc;
	scrollbar-shadow-color: #ebebcc;
}
/* Mise en forme du tableau*/
table#vivier{
	width:966px;
	height:738px;
}
td#gauche{
	vertical-align:top;
	background-color:#d8ceb0;
}
td#menu{
	background-color:#ebebcc;
	vertical-align:top;
}

td#contenu{
	width:571px;
	background-color:#ebebcc;
	vertical-align:top;
	text-align: justify;
}
td.fondcote{
	background-image:url(../images/index_05.jpg);
	background-repeat:repeat-y;
	width:29px;
	}

/*Mise en forme du texte*/
div.titre{
text-align:center;
}
span.txttitre{
	font-variant: small-caps;
	color: #927365;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.5em;
	text-align:center;
}
span.texte{
	text-align:justify;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
span.textesouligne{
	text-decoration:underline;
	font-variant: small-caps;
	font-weight: bold;
}
span.copyright{
text-align:center;
font-size:12px;
}
span.glossairesouligne{
	text-decoration:underline;
	font-variant: small-caps;
	color:#927365;
}
A.copyright:link {COLOR:#000000; TEXT-DECORATION: none; border-style:none;}
A.copyright:active {COLOR: #000000; TEXT-DECORATION: none; border-style:none;}
A.copyright:visited {COLOR: #000000; TEXT-DECORATION: none; border-style:none;}
A.copyright:hover {COLOR:#000000; TEXT-DECORATION: underline; border-style:none;}
