 * {
	font-size : 9pt;
}
body {
	background-color : #ffffff;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
}
div.page {
	width : 900px;
	background-color : #ffffff;
	color : #000000;
	text-align : left;
	padding : 10px;
	border : 1px solid #eeeeee;
}
div.logo-haut {
	text-align : center;
}
div.menu-gauche {
	width : 190px;
	font-size : 10pt;
}
div.menu-gauche a {
	font-weight : bold;
}
div.sous-menu-gauche {
	margin-left : 10px;
}
div.arborescence {
	width : 456px;
	background-color : #fff7f7;
	color : #000000;
	border : 1px solid #990000;
	font-size : 9pt;
	padding : 5px;
}
div.article {
	border : 1px solid #cccccc;
	font-size : 9pt;
	padding : 5px;
	width : 456px;
}
.article b.titre {
	background : #337532;
	color : #ffffff;
	padding : 2px;
}
div.actu {
	font-size : 8pt;
	padding-left : 8px;
}
.actu b.titre {
	background : inherit;
	color : #cc3333;
}
div.center {
	text-align : center;
}
div.pied {
	border : 1px solid #eeeeee;
	font-size : 9pt;
	padding : 5px;
	width : 888px;
	text-align : center;
}
a:link {
	background : inherit;
	color : #3d5764;
}
a:active {
	background : inherit;
	color : #3d5764;
}
a:visited {
	background : inherit;
	color : #3d5764;
}
a:hover {
	background : inherit;
	color : #cc3333;
}
a.rouge:link {
	background : inherit;
	color : #cc0000;
}
a.rouge:active {
	background : inherit;
	color : #cc0000;
}
a.rouge:visited {
	background : inherit;
	color : #cc0000;
}
a.rouge:hover {
	background : inherit;
	color : #cc3333;
}
b.rouge {
	color : #cc0000;
}
b.bleu  {
	color : #0D0DC7;
}
b.vert  {
	color:	#337532;
}
form {
	margin : 0;
	padding : 0;
}
input.text {
	color:#000066;
	font-size:9pt;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
}
td.separation {
	background:url('/img/filet-v.gif') top center repeat-y;
}
td.separation-gris {
	background:url('/img/filet-v-1.gif') top center repeat-y;
}