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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	color: #000000;
	text-decoration: none;
	background-color: #DFE0E1;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.bg-table {
	background-image: url(theme/bg-global.png);
	background-repeat: repeat-y;
}
.bg-gris-31 {
	background-image: url(theme/bg-gris-31.png);
	background-repeat: repeat-x;
	height: 31px;
}
#menu{
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: inline;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
#menu li{
	display: inline;
	width: 121px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#menu li a{
	color: white; /*padding of tabs*/
	text-decoration: none;
	width: 121px;
	display: inline;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	vertical-align: middle;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(theme/bg-bleu.png);
	background-repeat: repeat-x;
	height: 17px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#menu li a:hover{
	color: #FFFFFF;
	background-image: url(theme/bg-bleu.png-2.png);
	background-repeat: repeat-x;
}
.anylinkcss{
	position:absolute;
	visibility: hidden;
	z-index: 100;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	padding: 3px;
	text-decoration: none;
	border: 1px solid #000000;
	margin-bottom: 3px;
	margin-left: 3px;
	background-color: #666666;
	filter: Shadow(Color=#CCCCCC, Direction=out);
}
.anylinkcss a{
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 4px;
	text-align: left;
	vertical-align: middle;
	width: 172px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: auto;
	font-variant: normal;
	margin-bottom: 2px;
	background-color: #666666;
}
.anylinkcss a:hover{ /*hover background color*/
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	font-variant: normal;
	text-decoration: none;
	background-color: #666666;
	width: 172px;
}
.barre-grise-centrale {
	background-image: url(theme/barre-grise-centrale.png);
	background-repeat: no-repeat;
	height: 31px;
	width: 750px;
	padding-left: 60px;
	padding-top: 5px;
	font-weight: bold;
	color: #134D9A;
	font-size: 1.1em;
}
.titre-grand-bleu {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(theme/bg-bleu-rubrique.png);
	background-repeat: repeat-x;
	height: 31px;
	padding-top: 5px;
	padding-left: 10px;
	
}
.menu_gauche {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menu_gauche li{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0093D7;
	background-image: url(theme/puce-blanche.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 24px;
	padding-left: 25px;
	margin-bottom: 2px;
	padding-top: 4px;
	width: 153px;
}
.menu_gauche li a{
	color: #FFFFFF;
	text-decoration: none;
	width: 153px;
	display: block;
}
.menu_gauche li a.selected{
	color: #CCCCCC;
	text-decoration: none;
	width: 153px;
	display: block;
}
.sous-menu {
	color: #999999;
	margin-bottom: 4px;
	padding-left: 25px;
	font-size: 12px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
.sous-menu a {
	color: #666666;
	text-decoration: none;
}
.sous-menu a:hover {
	color: #000000;
	text-decoration: none;
}
.haut_menu {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.haut_menu a{
	color: #333333;
	text-decoration: none;
}
.haut_menu a:hover{
	color: #666666;
	text-decoration: none;
}
