/* CSS Document */

body
	{
	margin:10px 0;
	padding :0;
	border:0;
	border-color: #0000ff ;
	text-align:center;
	font:10px "Trebuchet MS",sans-serif;	
    background: url(photos/fond.jpg) no-repeat;
    background-color: #000000; 	
	}

div#zone_image
	{
	/*border:1px solid green;*/
	width: 750px;
	height:400px;
	background:url(photos/test.jpg) no-repeat;
	
	}

div#conteneur
	{
	width:900px;
	margin:0 auto;
	text-align:left;
	border:0px solid #000;
	font-size: medium;
	background-color: #000000; 	
	}

h1#toto
	{
	height:150px;
	background:url(photos/bandeau.jpg) no-repeat left top;
	margin:0;
	}

div#contenu
	{
	padding:0 0px 0 0px;
	background:url(photos/ANSI456.jpg) no-repeat left top;
	}

div#contenu h2
	{
	line-height:25px;
	font-size:16px;
	color:#B1190C;
	border-bottom:1px solid #CC3333;
	}


ul#menu
	{
	list-style-type:none;
	height:40px;
	margin:1px;
	padding:0;
	background:url(photos/menu.jpg) repeat-x 0 -25px;
	}
	


ul#menu li a
	{
	list-style-type:none;
	width:131px;
	line-height:25px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:2px;
	color:#fff;  /* couleur du text sur la bar de menu */ 
	display:block;
	border-right:2px solid #000;  /* couleur des bar dans le menu */   
	text-decoration:none;
	}
	
ul#menu li a:hover
	{
		background:url(photos/bg_menu.jpg) repeat-x 0 0;

	}
	