/* AUTEUR: Noël MAIROT */
/* DATE DE CREATION: 24/02/2007 */

BODY {background-color: #FFCC99;}

<LINK REL="stylesheet" TYPE="text/css" HREF="style.css">

A:link    {color: blue; 		text-decoration: underline; font-weight: normal;}
A:active  {color: blue; 		text-decoration: underline; font-weight: normal;}
A:visited {color: blue; 		text-decoration: underline; font-weight: normal;}
A:hover   {color: crimson; 		text-decoration: underline; font-weight: normal;}

H1 		{color:crimson; text-align: center}  
H2 		{color:crimson; text-align: center}
H3 		{color:blue;}

P 		{font-size: 12pt; font-weight: normal; text-indent:20pt; text-align:justify; margin-right:20pt;}

TABLE	{border-style: none; border-width:2pt; border-color: brown; width:100%;}
.pleine {background-color:#FFBF7F; border-style: none;}

TD 		{padding:10; border-style: none; border-width:2pt; border-color: brown;}
.pleine	{background-color:#FFBF7F; border-style: none;}
.titre	{background-color:#FFCC99; font-weight: bold; text-align: center; font-size:14pt;}

DIV		{border-style: none; border-width:0pt; border-color:blue;}
.pleine	{background-color:#FFBF7F; padding:10;}

em 		{color:crimson;}

img	{border:0}

#bandeau_superieur
{
	text-align: center;
	border-style: solid;
	background-image:url(./images/plage_bandeau.jpg);
	background-attachment: scroll;
	border-style:none;
	font-size:48pt;
	text-indent:0;
	padding:0;
	color: #FF9900;
	width:800;
}

#conteneur_principal
{
	border-style: none;
	border-width:2pt;
	border-color: brown;
	padding: 0;
	width:800;
}

#bandeau_gauche
{
	border-style: none;
	background-color: #FFBF7F;
	width:180;
	padding:10;
	font-size:12pt;
	line-height:16pt;
}

#menu
{
	text-indent: -10pt;
	margin-left: 15pt;
}

#contenu_page
{
	border-style: none;
	background-color: #FFBF7F;
	padding:10;
	width:620;
}

#pied_page
{
	border-style: none;
	border-width:2pt;
	border-color: brown;
	text-align: center;
	background-color: #FFBF7F;
	border-style:none;
	padding:0;
	width:800;
}