/* CSS Document */

body {
	color:#6C3333;
	font-family:Verdana, Arial, Helvetica, sans-serif;}
	
/* fontes */
a:link {color:#6C3333; text-decoration: none;}
a:visited {color:#6C3333; text-decoration: none;}
a:hover {color:#6C3333; text-decoration: underline;}
a:active {color:#6C3333; text-decoration: none;}
.textpetit {font-size:9px; font-weight:normal;}
.textpetit:link {font-size:9px;color:#6C3333; text-decoration: none; font-weight:normal;}
.textpetit:visited {font-size:9px;color:#6C3333; text-decoration: none; font-weight:normal;}
.textpetit:hover {font-size:9px;color:#6C3333; text-decoration: none; font-weight:normal;}
.textpetit:active {font-size:9px;color:#6C3333; text-decoration: none; font-weight:normal;}
.textpetit2 {font-size:12px;}
.textpetit2:link {font-size:12px;color:#6C3333; text-decoration: none;}
.textpetit2:visited {font-size:12px;color:#6C3333; text-decoration: none;}
.textpetit2:hover {font-size:12px;color:#6C3333; text-decoration: none;}
.textpetit2:active {font-size:12px;color:#6C3333; text-decoration: none;}

/* tables */
table#principale {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#DAD4CE;
	border:thin;
	border-width:thin;}
td#colgauche { width:170px;
	background-image:url(images/fondmenu.jpg);
	background-repeat:repeat-y;}

#menu {position:absolute; top:200px; left:5px; width:125px;}
#menu ul { font-size:12px; font-weight:bold; padding-left:0px; }
