
/* Body  */

a:link {
	color: #800000;
	text-decoration: underline;
}

a:visited {
	color: #604040;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}

body {
	font-family: palatino, times, serif;/* Arial, Helvetica;*/
	font-size: 12pt;
	margin-left: 5%;
	margin-right: 5%;
	color: black; /* #663300; */
	background: #FFFFF0;
}

body.special {
	font-size: small;
	margin-left: 5%;
	margin-right: 5%;
	color: black;
	background: #F5DEB3;
}

/* paragraphes */

p.equation {
	font-family: Symbol;
	text.align: center;
}

/* lists */

li {
	margin-top: 1.5ex;
	margin-bot: 1.5ex;
}

dt {
	font-weight: bold;
	color: #600000;
	display: block;
	margin-top: 1.5ex;
	margin-bot: 0ex;
}

dd {
	align: justify;
/*	display: inline; */
	margin-top: 0ex;
	margin-bot: 1.5ex;
}

/* tables */

table {
    font-size: 12pt;
}

th {
	font-family: times, serif; /*Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	background-color: #F5DEB3;
}

h1.special {
	color: #D80000;
}

#frise{
    background:url(images/gif/omas.gif) repeat-x;
}

