/* ------------------------------
CSS blog perso 
------------------------------ */

body{
			
	background-color:#f09000;
	font-family: Trebuchet MS, calibri, Tahoma, Geneva, sans-serif;
	background-image:url("../img/bg2.jpg");

	}
	

	


<!--
  a
  {
  
	margin:10px;
    color:#000000;
    text-decoration:none;
  }

  a:hover
  {
    color:#f09000;
    
	
  }
  
  
-->


#container{
height:auto;
width:auto; 
margin:0 auto;
		
}




#menu{

	height:auto;
	margin-left:650px;
	margin-top:-115px;
		
}
		
		#menu ul {
		font-weight : bold;
		padding:0;
		margin:0;

		}

		#menu li{
		margin: -8px 0;
		font-weight : bold;
		list-style-type:none;
		
		}
		
#menu b{
color:#f09000;
}


#image{
position : absolute;

margin-top: 230px;
margin-left: 340px;

}

