/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
#menu{
	width:130px;
	height:240px;
	margin:0px;
	text-decoration:none;
	text-align:center;
	margin-left:0px;
	}
.menu a{
    display:block;
	color:#000000;
	text-shadow:inherit;
	font-weight:bold;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:100px;
	height:33px;
	/*text-align:inherit;*/
	margin-left:0px;
	padding-top:7px;
	padding-right:30px;	
	}
	
	
.menuhome{
		width:130px;
		height:50px;
		margin-left:0px;
		background-repeat:no-repeat;
		
		}
.menuhome a{
		display:block;
		color:#000000;
		background-image:url(images/boutonsarymenu_00+.jpg);
		background-repeat:no-repeat;
		width:100px;
		height:31px;
		text-decoration:none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:12px;
		padding-top:19px;
		padding-right:30px;
		
		}	
			
.menuhome a:hover{
		width:100px;
		height:31px;
		background-image:url(images/boutonsarymenu_00++.jpg);
		background-repeat:no-repeat;
		padding-right:30px;
		}
.menuhome a:hover, a:active{
	color:#FFFFFF;
             }				
#menu1{
width:130px;
height:40px;
background-image:url(images/boutonsarymenu_01.jpg);
background-repeat:no-repeat;
/*margin-top:0px;*/
}

#menu2{
width:130px;
height:40px;
background-image:url(images/boutonsarymenu_02.jpg);
background-repeat:no-repeat;}

#menu3{
width:130px;
height:40px;
background-image:url(images/boutonsarymenu_03.jpg);
background-repeat:no-repeat;}

#menu4{
width:130px;
height:40px;
background-image:url(images/boutonsarymenu_04.jpg);
background-repeat:no-repeat;}

#menu5{
width:130px;
height:40px;
background-image:url(images/boutonsarymenu_05.jpg);
background-repeat:no-repeat;}

#menu6{
width:130px;
height:40px;
background-image:url(images/boutonsarymenu_06.jpg);
background-repeat:no-repeat;}

#menu1 a:hover{
width:100px;
height:33px;
background-image:url(Images/boutonsarymenu_01+.jpg);
background-repeat:no-repeat;}

#menu2 a:hover{
width:100px;
height:33px;
background-image:url(Images/boutonsarymenu_02+.jpg);
background-repeat:no-repeat;}

#menu3 a:hover{
width:100px;
height:33px;
background-image:url(Images/boutonsarymenu_03+.jpg);
background-repeat:no-repeat;}

#menu4 a:hover{
width:100px;
height:33px;
background-image:url(Images/boutonsarymenu_04+.jpg);
background-repeat:no-repeat;}

#menu5 a:hover{
width:100px;
height:33px;
background-image:url(Images/boutonsarymenu_05+.jpg);
background-repeat:no-repeat;}

#menu6 a:hover{
width:100px;
height:33px;
background-image:url(Images/boutonsarymenu_06+.jpg);
background-repeat:no-repeat;}

.menu a:hover{
			color:#e14545;
			}
.menu a:active{
			color:#FFFFFF;
			}
			
.sousmenu{
	width:118px;
	height:25px;
	/*margin-bottom:5px;*/
}			
.sousmenu a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-family:arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	/*background:#003399;*/
	padding-left:12px;
}


.sousmenu a:hover {
	display:block;
	color:#ff2204;
	background-image:url(images/bouton.gif);
	background-repeat:no-repeat;
	font-size:13px;
}
.sousmenu a:active, .sousmenu a:focus{
	display:block;
	color:#ff2204;
	background-image:url(images/boutonactive.gif);
	background-repeat:no-repeat;
	font-size:11px;
	padding-left:12px;
}

