/* 
    Document   : stylesaisie
    Created on : 3 juin 2008, 05:41:42
    Author     : root
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

*{
	margin:20;
	padding:0;

}
#menu{
	
}
.menu, .sousmenu,.menu1{
 text-align:left;

}
.menu{
	height:20px;
	width:210px;/* lg du brik*/
	padding:2px 0;
	background:#CCCCFF;/*bord color*/
	color:#fff;

}
.menu1{
	height:20px;
	width:210px;/* lg du brik*/
	padding:2px 0;
	background:#CCCCFF;/*bord color*/
	color:#fff;

}
.sousmenu{
	height:18px;
	width:160px;
	padding:1px 0;
	background:white;/*#104010;*/
	color:#fff;
}

.menu a{
	display:block;
	width:89.8%;/* rectangle interne de brik*/
	height:100%;
	color:#fff;
	padding: 2px 2px 2px 20px;
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:#5F879D;/*couleur menu non selectioné*/
	/*background:  url(list.gif) no-repeat left 1px;*/

}
.menu1 a{
	display:block;
	width:89.8%;/* rectangle interne de brik*/
	height:100%;
	color:#fff;
	padding: 2px 2px 2px 20px;
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:#000066;/*couleur menu non selectioné*/
	/*background:  url(list.gif) no-repeat left 1px;*/

}
.sousmenu a{
	display:block;
	width:10%;
	height:100%;
	color:#fff;
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:#808080;
}




.menu a:hover, .sousmenu a:hover, .menu a:active, .sousmenu a:active, .menu a:focus, .sousmenu a:focus{
	background:#000066;/*couluer de menu si séléctionné*/
}
.menu1 a:hover, .sousmenu a:hover, .menu1 a:active, .sousmenu a:active, .menu1 a:focus, .sousmenu a:focus{
	background:#000066;/*couluer de menu si séléctionné*/
}


