@charset "utf-8";
/* CSS Document */

#menu{
	border:1px solid grey;
	background-color:white;
	position:relative;
	
	
	/*arrondis cadre*/
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	-khtml-border-radius:10px; 
	border-radius:10px;

	overflow:hidden;
	float:left; 
	width:260px; 
	height:auto;}
#menu form{margin-left:10px;}
#menu1{
	padding-top:3px;
	color:white; 
	font-size:24px;
	height:30px;
	background: #9d3644;
    background: -webkit-linear-gradient( #9d3644, #5e121d);
    background:    -moz-linear-gradient( #9d3644, #5e121d);
    background:     -ms-linear-gradient( #9d3644, #5e121d);
    background:      -o-linear-gradient( #9d3644, #5e121d);
    background:         linear-gradient( #9d3644, #5e121d);

	}
#menu1 a{color:#fff;}
#menu1:hover{
	padding-top:3px;
	color:white; 
	font-size:24px;
	height:30px;
	background: #f1233c;
    background: -webkit-linear-gradient( #f1233c, #5e121d);
    background:    -moz-linear-gradient( #f1233c, #5e121d);
    background:     -ms-linear-gradient( #f1233c, #5e121d);
    background:      -o-linear-gradient( #f1233c, #5e121d);
    background:         linear-gradient( #f1233c, #5e121d);
	}