/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

	 body{
	 background-image: url(../../images/nuages.jpg);
	 background-repeat: no-repeat;
	 }

    .bulle { 
    margin: 5px;
    padding: 40px;
    background-image: url(../../images/bulle.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 275px; 
    height: 175px;
    }
    
    .chat {
    background-image: url(../../images/miaou.png);
    background-repeat: no-repeat;
    width: 200px; 
    height: 177px;
    }
    
    .debug{
    border:1px red solid;
    }

	li {
	padding:3px;		
   	}

	a {
	text-decoration: none; 
	color: #0060B0;
	padding: 4px; 
	margin: -4px;
	}

	a:hover {
	text-decoration: none; 
	color: black; 
	background-color: #CAD4E0;
	border: 2px solid #516AA2;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 2px; 
	margin: -4px;
	}

	
