
/*        CSS         */

body
{
	font-size: 10pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background: #CCFF80;
}

div.menu
{
	border: 1px solid #000;
	width: 200px;
	background-color:#FFFF99;
}

div.centrer
{
	text-align: center;
}

html>body div.menu 
{ 
	position: fixed; 
}

html>body div.menu a:link, html>body div.menu a:visited
{ 
	color: #008000;
	font-size: 10pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
}

html>body div.menu a:active, html>body div.menu a:hover
{ 
	color: #000;
	font-size: 10pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
}

div.droite
{
	position: absolute;
	top: 5px;
	left: 220px;
}

.tete
{
	text-align: center;
	vertical-align: middle;
	color: red;
	font-size: 35px;
	font-weight: bold;
	height: 50px;
	font-family: tahoma;
}

table.tab_middle
{
	width: 100%;
	margin: 0;
	padding: 0;
}

div.centre
{
	padding: 5px;
}

p.titre
{
	margin-left: 5px;
	font-size: 14pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: bold;
	color: green;
}

p.texte
{
	margin-left: 15px;
	margin-right: 15px;
	font-size: 10pt;
	font-family: Tahoma;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

h2
{
	color:red;
	text-align:center;
}
	

