

.bouton{

            margin-bottom:15px;
		    text-align: center;
		    box-shadow: 0px 0p 4px #333;
		    -moz-box-shadow: 0px 0px 4px #333;
		    -webkit-box-shadow: 0px 0px 4px #333;
		    border-radius: 10px;
		    -moz-border-radius: 10px;
		    -webkit-border-radius: 10px;
		    width: 64px; 
		    height: 64px;
		    background: #FF6E41;
		    background:-webkit-gradient(linear, left bottom, left top, from(#FF6E41), to(#EB6E18));
		    background: -moz-linear-gradient(bottom, #FF6E41, #EB6E18);
		    color: #FD8521;
		    font-size: 25px;
		    font-weight: bold;
		    text-shadow: -1px -1px 1px #555, 1px 1px 1px #eee;
        
	}

	.bouton:hover{

		    box-shadow: 0px 0px 10px #333;
		    -moz-box-shadow: 0px 0px 10px #333;
		    -webkit-box-shadow: 0px 0px 10px #333;
		    width: 64px;
		    height: 64px;
		
		    background: #FF6E41;;
		    background: -webkit-gradient(linear, left top, left bottom, from(#FF6E41), to(#EB6E18));
		    background: -moz-linear-gradient(top, #FF6E41, #EB6E18);
		    text-shadow: -1px -1px 1px #555, 1px 1px 1px #eee;
	}
	
	.border a
	{
		    border:0px;
	}

 .submenu {
            position: absolute;
            top:120px;
            right: 1px;
            font-family: Georgia, serif;
            left:3px;     
            line-height: 34px;
            font-size: 13px;
            text-align: left;   
            
            height: 35px;

 
            box-shadow: 0px 0px 7px #333;
            -moz-box-shadow: 0px 0px 7px #333;
            -webkit-box-shadow: 0px 0px 7px #333;

            border-radius: 10px 10px 0px 0px;
            -moz-border-radius: 10px 10px 0px 0px;
            -webkit-border-radius: 10px 10px 0px 0px;


            background: #FF6E41;;
            background:-webkit-gradient(linear, left bottom, left top, from(#FF6E41), to(#EB6E18));
            background: -moz-linear-gradient(bottom, #FF6E41, #EB6E18);
    
}

#nav .active {
    
            background:#FF6E41; /*pour les navigateurs ne supportant pas les dégradés*/
            background: -webkit-gradient(linear, left bottom, left top, from(#FF6E41), to(#EB6E18));
            background: -moz-linear-gradient(top,  #FF6E41,  #EB6E18);
    
            border-radius: 7px 7px 0px 0px;
            -moz-border-radius: 7px 7px 0px 0px;
            -webkit-border-radius: 7px 7px 0px 0px; 
    
            box-shadow: 0px 0px 7px #333;
            -moz-box-shadow: 0px 0px 7px #333;
            -webkit-box-shadow: 0px 0px 7px #333;  
    
            height:40px;
            position: relative;
            top: 14px;    
            margin-left:5px;
            margin-right:5px;   
}

.nbrMsg {

            background-color: #FF6E41;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border: 2px solid #EB6E18;
            padding: 0px 15px 0px 7px;   
            width: 10px;

}

.boutonStat{
            margin-bottom:15px;
		    text-align: center;
		    box-shadow: 0px 0px 4px #333;
		    -moz-box-shadow: 0px 0px 4px #333;
		    -webkit-box-shadow: 0px 0px 4px #333;
		    border-radius: 10px;
		    -moz-border-radius: 10px;
		    -webkit-border-radius: 10px;
		    width: 64px; 
		    height: 64px;
		    background: #FF6E41;
		    background:-webkit-gradient(linear, left bottom, left top, from(#FF6E41), to(#EB6E18));
		    background: -moz-linear-gradient(bottom, #FF6E41, #EB6E18);
		    color: #FD8521;
		    font-size: 25px;
		    font-weight: bold;
		    text-shadow: -1px -1px 1px #555, 1px 1px 1px #eee;        
	}