.tab {
  	background: url(/images/interface/amp_int_boutons_haut_hors_onglet.png) repeat-x 0 0;
	height: 53px;
	position: relative;
   top: 0;
   left: 0;
   z-index: 999;
}

.tab ul.onglets {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 55px;
	/*width: auto;*/
  	font-weight: bold;
	line-height: 55px;
	margin: 0;
	right: 20%;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.onglets li.left {
  	background: url(/images/interface/amp_int_boutons_onglet_gauche.png) no-repeat left 0;
  	height: 53px;
	width: 17px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.onglets li.right {
  	background: url(/images/interface/amp_int_boutons_onglet_droit.png) no-repeat left 0;
  	height: 53px;
	width: 17px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.onglets li {
 	text-align: left;
  	padding: 0 px;
	display: block;
	float: left;
	height: 53px;
  	background: url(/images/interface/amp_int_boutons_onglet_centre.png) repeat-x 0 0;
}

.tab ul.onglets li a {
	color: #15ADFF;
	text-decoration: none;
	padding: 0 2em;

}

.tab ul.onglets li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 2em !important; /* 30 */
	cursor: pointer;
	display: block;
	position: relative;
	top: 19px;
	width: 60px;
}


#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /* position: relative; */  /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
}

#panel {
	width: 100%;
	color: white;
	background: #005885;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;

}

.content {
	width: 1000px;
	margin: 1em auto;
	text-align: left;
}

#agcolgauche {
	float: left;
	width: 31%;
}

#agcolcentre {
	float: left;
	width: 31%;
	padding: 0 20px;
}
#agcoldroite {
	float: left;
	width: 31%;

}

.content h3 {
	font-family: "Trebuchet MS";
	color: #fed97e;
	font-size: 14px;
	padding: 0 0 1em 0;
}

.content ul {
	list-style: square;
	margin-left: 1em;
	padding-left: 1em;
}

.content ul li span{
font-weight: bold;
}

