body	{
	color: #000066;
	background-color: #fae4be;
	/* margin: 25px 0 25px 0;*/
	/* padding: 0; */
	font-size:  small;
}
		
body, p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: Arial, Helvetica, sans-serif;
}

html p	{
	/* text-indent: 1em; */
	margin-top: 0;
	margin-bottom: 1em;
	font-size:  small;
	line-height: 1.4;
	}
h1	{
	font-size: large;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 0.25em;
	}

h2	{
	font-size: medium;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	}
h3	{
	font-size: small;
	font-weight: bold;
	margin: 0;
	}
h4	{
	font-size: small;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	}
h5	{
	font-size: x-small;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	}
h6	{
	font-size: x-small;
	font-weight: normal;
	margin: 0;
	}

hr	{
	color:#990000 ;
	background-color: #990000;
	text-align: left;
	height: 1px;
	border: none;
	}
	
A:link, A:visited, A:active {
	color:#ff6600 ;
	text-decoration: none;
}
A:hover {
	color:#ff0000;
	text-decoration: underline;
}

.red {
	color: red ;
}

.hide {
	display: none;
}		

A:link.hidelink, A:visited.hidelink, A:active.hidelink {
	color:#000066 ;
	text-decoration: none
}

img {
	/* display: block; */
	/* voir livre p252 */
	border: 0;
	}
	
/* Basic page divisions */

#nav {
	text-align: right;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	FLOAT: left;
	PADDING-BOTTOM: 10px;
	MARGIN-LEFT: -1px;
	WIDTH: 165px;
	PADDING-TOP: 10px ;
	/* background: transparent url(/images/arrow.gif) center bottom no-repeat; */
}


#nav A:link, #nav A:visited {
	color:#ff6600 ;
	text-decoration: none
}
#nav A:hover {
	color:#ff0000 ;
	text-decoration: underline
}

#nav P {
	/* text-indent: 1em; */
	margin: 0.5em;
	/* margin-bottom: 0.5em; */
	text-align: right;
	font-size:  normal;
	line-height: 1.4;

}

.nav1 {
	/* display: block; */
	/* padding-left : 1em; */
	/* margin-top: 0.8em; */
	/* margin-bottom: 1em; */
	text-align: right;
	font-size:  normal;
	font-weight: bold
}

/*
.nav2{
	margin: 0;
	text-align: right;
	padding-left : 2em;
	font-size:  normal;
	font-weight: normal;
}
*/
#content {
	/* background: transparent url(/images/arrow.gif) center bottom no-repeat; */
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 10px;
	MARGIN-LEFT: 180px;
	/* BORDER-LEFT: #900 2px solid; */
	PADDING-TOP: 10px
}
#header {
	MARGIN-LEFT: 180px;
	MARGIN-BOTTOM: 0px;
	/* BORDER-BOTTOM: #900 2px solid; */
	/* BACKGROUND-COLOR: #fff */
	/* background: transparent url(/images/arrow.gif) center bottom no-repeat; */
}
#footer {
	CLEAR: both;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #990000 2px solid;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 2px;
	TEXT-ALIGN: center
}