/*
* 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 
	{
		font-family: arial, helvetica, sans-serif; 
		font-size: 32pt; 
		font-weight: bold;
		font-style: italic; 
		text-align: right; 
		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 
	{
		font-family: arial, helvetica, sans-serif; 
		font-size: 26px; 
		font-weight: bold;
		font-style: italic; 
		text-align: center; 
		background-color: transparent; 
	}

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; 
		text-align: justify; 
		font-weight: bold;
		width: 100%; 
		background-color: transparent; 
	}

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

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

DIV
	{
		font-family: "times new roman", times, serif; 
		font-size: 14px; 
		color: navy; 
		text-align: center; 
		font-weight: bold;
		background-color: transparent; 
	}

EM
	{
		background-image: url(../pics/toile2.jpg);
		background-color: #ffcc66;
		font-family: "times new roman", times, serif; 
		color: black;
		font-size: 18px; 
		font-style: normal;
		padding-left: 3px;
		padding-right: 2px; 
		padding-top: 1px; 
		padding-bottom: 1px; 
	}


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.com:link 
	{
		color: #ccffff;
		font-size: 12px; 
		font-family: "times new roman", times, serif; 
		background-color: transparent;
		letter-spacing: normal; 
		text-decoration: underline;
	}

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

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

A.devel:link 
	{
		color: #ffffcc;
		font-size: 12px; 
		font-family: "times new roman", times, serif; 
		background-color: transparent;
		letter-spacing: normal; 
		text-decoration: underline;
	}

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

A.devel:hover 
	{
		color: red; 
		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;
	}






