/*
* Style sheet for HTML - CSS specification
*/


BODY 
	{
		background-color: lavender; 
		background-image: url(../pics/toile.jpg); 
		background-attachment: fixed;
		text-align: justify;
		font-size: 10pt;
		font-family: "times new roman", times, serif;
		color: navy;
	}

H1 
	{
		position: relative;
		left: 0%;
		top: 5px;
		font-family: arial, helvetica, sans-serif; 
		font-size: 32pt; 
		font-weight: bold;
		font-style: italic; 
		text-align: right; 
		letter-spacing: normal;
		background-color: transparent;
	}

H2 
	{
		background-color: lavender; 
		background-image: url(../pics/fond.gif); 
		font-family: arial, helvetica, sans-serif; 
		font-size: 26pt; 
		color: navy; 
		font-weight: bold;
		font-style: italic; 
		text-align: center;
		letter-spacing: 1em;
		border-style: inset; 
		border-width: 3px; 
		padding-bottom: 10px; 
		padding-top: 10px; 
	}

H3 
	{
		background-color: transparent; 
		font-family: arial, helvetica, sans-serif; 
		font-size: 16pt; 
		color: black; 
		font-weight: bold;
		font-style: italic; 
		text-align: right;
		letter-spacing: 0.2em;
		position: absolute;
		left: 78%;
		top: 40px;
		padding-right: 10px;
	}

H5 
	{
		font-family: arial, helvetica, sans-serif; 
		font-size: 9pt; 
		color: navy; 
		text-align: center; 
		background-color: transparent; 
	}

P 
	{
		font-family: "times new roman", times, serif; 
		font-size: 12pt; 
		color: navy; 
		font-weight: bold; 
		text-align: justify; 
		width: 100%; 
		background-color: transparent; 
	}

P.menu 
	{
		font-family: arial, helvetica, sans-serif; 
		font-size: 12pt; 
		color: navy; 
		font-weight: bold; 
		text-align: justify; 
		width: 100%; 
		background-color: transparent;
		line-height: 200%; 
	}

P.navig 
	{
		font-family: arial, helvetica, sans-serif; 
		font-size: 9pt; 
		color: #000000; 
		font-weight: bold; 
		text-align: right; 
		background-color: transparent;
		line-height: 100%;
		padding-right: 10px; 
	}

DIV.in 
	{
		font-family: arial, helvetica, sans-serif; 
		font-size: 12pt; 
		color: darkblue; 
		font weight: bold; 
		text-align: justify;
		text-decoration: none; 
		background-color: #66ffff;
		padding: 10px; 
	}

A:link 
	{
		color: blue; 
		font-family: "times new roman", times, serif; 
		background-color: transparent;
		letter-spacing: normal; 
		text-decoration: underline;
	}

A:visited 
	{
		color: navy; 
		font-style: italic; 
		font-family: "times new roman", times, serif; 
		background-color: transparent; 
		letter-spacing: normal; 
		text-decoration: none;
		cursor: pointer;
	}

A:hover 
	{
		color: red; 
		background-color: transparent; 
		font-family: "times new roman", times, serif; 
		text-decoration: none;
		letter-spacing: normal; 
	}

A.def:link 
	{
		color: #ffffcc; 
		font-family: "times new roman", times, serif; 
		background-color: transparent;
		letter-spacing: normal; 
		text-decoration: none;
	}

A.def:visited 
	{
		color: #ffffcc; 
		font-style: italic; 
		font-family: "times new roman", times, serif; 
		background-color: transparent; 
		letter-spacing: normal; 
		text-decoration: none;
		cursor: pointer;
	}

A.def:hover 
	{
		color: #ff3333; 
		background-color: transparent; 
		font-family: "times new roman", times, serif; 
		text-decoration: none;
		letter-spacing: normal; 
	}

A.texte:link 
	{
		color: blue; 
		font-family: "times new roman", times, serif; 
		background-color: transparent;
		letter-spacing: normal; 
		text-decoration: underline;
	}

A.texte:visited 
	{
		color: blue; 
		font-style: italic; 
		font-family: "times new roman", times, serif; 
		background-color: transparent; 
		letter-spacing: normal; 
		text-decoration: none;
		cursor: pointer;
	}

A.texte:hover 
	{
		color: red; 
		background-color: transparent; 
		font-family: "times new roman", times, serif; 
		text-decoration: none;
		letter-spacing: normal;
	}

.module
	{
		position: absolute;
		left: 150px;
		top: 100px;
	}




