/* CSS Document */

/* ATTRIBUT DE MISE EN PAGE*/
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #D3C9AB;
	}
	
/* ATTRIBUTS DE TEXTE */
	
p {
	font-size: 80%;
	font-family: trebuchet MS, verdana, arial, helvetica, sans-serif;
	color: #000000;
	margin: 0px 10px 0px 20px;
	}
	
.textmenu {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 10px;
	color: #715913;
	margin: 0px 40px 0px 40px;
	}
	
.texteIndex {
	font-size: 11px;
	color: #715913;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

/* ATTRIBUTS DE LIENS */

a:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #41677A;
	text-align: center;
	}

a:hover{
	color: #41677A;
	text-decoration: none;
	}

a:visited{
	color: #666;
	text-decoration: underline;
	}
	
a:active{
	color: #000000;
	text-decoration: underline;
	}
	
p.textmenu a:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #715913;
	text-align: center;
	}

p.textmenu a:hover{
	color: #41677A;
	text-decoration: none;
	}

p.textmenu a:visited{
	color: #666;
	text-decoration: underline;
	}
	
p.textmenu a:active{
	color: #000000;
	text-decoration: underline;
	}
