/*CSS by Docteur Bug : http://www.dr-bug.com/*/


/*Menu*/

	ul#menu 
		{
		list-style-type: none;
		margin: 10px 0 0 10px;
		padding: 0;
		}

	ul#menu a 
		{
		text-decoration: none;
		color: #0000FF;
		padding-left: 20px;
		background: url(../images/puce0.gif) center left no-repeat;
		}
		 
	ul#menu a:hover
		{
		background-image: url(../images/puce1.gif);
		font-weight: bold;
		}


/*balises*/

p
	{
	text-indent: 5px;
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
	}

body
	{
	background-color: silver;
	}

a img
	{
	border: none;
	text-decoration:none;
	}
	
/*Liens texte*/

a:link 
	{
	color: #0000FF; 
	background-color: transparent;
	}

a:visited 
	{
	color: #0000FF; 
	background-color: transparent;
	}

a:hover 
	{
	color: #0000FF; 
	background-color: transparent;
	font-weight: bold;
	}

a:active 
	{
	color: #0000FF; 
	background-color: transparent;
	}


/*Liens image*/

a#img:link 
	{
	color: #c0c0c0; 
	background-color: transparent;
	}
	
a#img:visited 
	{
	color: #c0c0c0; 
	background-color: transparent;
	}

a#img:hover 
	{
	color: #c0c0c0; 
	background-color: transparent;
	}

a#img:active 
	{
	color: #c0c0c0; 
	background-color: transparent;
	}

.Contour
	{
	width:902px;
	margin-left: auto;
    margin-right: auto;
	}
	
.Entete
	{
	width: 900px;
	height: 100px;
	border: 1px Solid Black;
	}
	
.Menu
	{
	width: 200px;
	border: 1px Solid Black;
	float: left;
	}