body {
	background-color: #05424c;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	font-size: 9px;
	color: #b5cbd1;
}
a:hover {
	font-size: 9px;
	color: #b5cbd1;
}
a:visited {
	font-size: 9px;
	color: #b5cbd1;
}
.buttons a, .buttons button {
	display: block;
	float:left;
	height: 33px;
	width: 123px;
	border: none;
	background: url(images/onglet_off.png);
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}
.buttons button{
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
button:hover, .buttons a:hover{
	color: #FFFFFF;
	cursor: hand;
	background-image: url(images/onglet_mouse_over.png);
}
.buttons a:active{
	color: #FFFFFF;
	background-image: url(images/onglet_on.png);
}
.buttons a.negative, button.negative{
	color:#25657f;
	text-decoration: none;
}
.buttons a.negative:hover, button.negative:hover{
	color: #FFFFFF;
    background:url(images/onglet_mouse_over.png);   
}
.buttons a.negative:active{
	color: #FFFFFF;
	background-image: url(images/onglet_on.png);
}
.buttons a.positive{
	color: #FFFFFF;
	background-image: url(images/onglet_on.png);
	text-decoration: none;

}


.buttonsmenu a, .buttonsmenu button {
	display: block;
	float:none;
	height: 19px;
	width: 155px;
	border: none;
	background: url(images/bouton_off.png);
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
}
.buttonsmenu button{
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}
buttonsmenu:hover, .buttonsmenu a:hover{
	color: #FFFFFF;
	cursor: hand;
	background-image: url(images/bouton_mousse_over.png);
}
.buttonsmenu a:active{
	color: #FFFFFF;
	background-image: url(images/bouton_on.png);
}
.buttonsmenu a.negative, buttonsmenu.negative{
	color:#bec5c7;
	text-decoration: none;
}
.buttonsmenu a.negative:hover, buttonsmenu.negative:hover{
	color: #FFFFFF;
    background:url(images/bouton_mousse_over.png);   
}
.buttonsmenu a.negative:active{
	color: #FFFFFF;
	background-image: url(images/bouton_on.png);
}
.buttonsmenu a.positive{
	color: #FFFFFF;
	background-image: url(images/bouton_on.png);
	text-decoration: none;
}
tr,td,table {
	font-size: 12px;
	color: #b7c7ca;
}