﻿#onglets {

	position: absolute;
	width: 915px;
	margin: 0;
	padding: 0;
	background:#FFFFFF url('../images/onglets/bg.png') repeat-x bottom;
    line-height: normal;

}

#onglets ul {

    margin:0;
    padding:10px 10px 0;
    list-style-type: none;

}

#onglets li {

	display:block;
	float: left;
    margin:0;
    padding:0 0 0 9px;
	background: url('../images/onglets/left.png') no-repeat left top;

}

#onglets li a {

    display:block;
	font-size: 93%;
	font-weight: bold;
	background:url('../images/onglets/right.png') no-repeat right top;
    padding:5px 15px 4px 6px;

}
	
#onglets li#current {

    background-image:url('../images/onglets/left_on.png');

}

#onglets li#current a {

    background-image:url('../images/onglets/right_on.png');
	font-size: 93%;
	font-weight: bold;
	padding-bottom:5px;

}


a:link  {

	color: #5FE900;

}

a:hover, a:focus {

	color: red;

}

a:visited {

	color: #5FE900;

}
