﻿/* ****************************************************** GESTION DU BLOC GESTION *******************************/
.str_gestion {
	background: url(../client/aks_ombre_middle.gif) repeat-y top left;
	float: left;
	font-family: Tahoma;
	width: 920px;
}
.str_gestion_top {
	font-size: 1px;
	width: 920px;
	height: 8px;
	background: #f1f0ee url(../client/aks_ombre_top.gif) no-repeat top left;
}
.str_gestion_bottom {
	font-size: 1px;
	width: 920px;
	height: 13px;
	background: #f1f0ee url(../client/aks_ombre_bottom.gif) no-repeat top left;
}
.str_gestion_content_bloc .aks_content_bloc {
	padding: 15px 25px;
	width: 850px;
	margin-left: 10px;
	color: #015a9c;
/*	désactiver pour le site de borne et delaunay
	height: 107px;
	*/
	overflow: auto;
}

.str_gestion_menu, .aks_votre_recherche_3 {
	background: url(../design/images/aks_ombre_1_middle.gif) repeat-y top left;
	width: 364px;
}
.str_gestion_menu .aks_content_bloc {
	padding: 10px 22px;
	width: 299px;
	margin-left: 12px;
}
.str_gestion_menu_top {
	font-size: 1px;
	width: 364px;
	height: 9px;
	background: #f1f0ee url(../design/images/aks_ombre_1_top.gif) no-repeat top left;
}
.str_gestion_menu_bottom {
	font-size: 1px;
	width: 364px;
	height: 13px;
	background: #f1f0ee url(../design/images/aks_ombre_1_bottom.gif) no-repeat top left;
}

a.str_gestion_lien
{
	color: black;
	font-size: 10pt;
	width: auto;
}
a.str_gestion_lien:hover 
{
	color: black;
	text-decoration: none;
}
/* ACCORDION */
.str_gestion_accordion_header
{
	background-color: #534a94;
	color: white;
	cursor: hand;
	margin-top: 5px;
	padding: 5px;
				position:relative; 
  z-index:10; 
}
.str_gestion_accordion_header_selected
{
	background-color: #8c84c2;
	color: white;
	cursor: hand;
	margin-top: 5px;
	padding: 5px;

}
.str_gestion_accordion_content
{
	border-style: none dashed dashed;
	border-width: 1px;
	padding: 10px 5px 5px;

}
