@charset "UTF-8";


.TabbedPanels {
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


.TabbedPanelsTabGroup {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.TabbedPanelsTab {
	position: relative;
	top: 0px;
	float: left;
	background-color: #FFFFFF;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-image: url(../imgs/formulaires/onglet_visite_0.gif);
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 128px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-right: 0px;
	padding-left: 6px;
	background-repeat: no-repeat;
	text-transform: capitalize;
	height: 12px;
	font-size: 11px;
}

.TabbedPanelsTabSelected {
	background-image: url(../imgs/formulaires/onglet_visite_2.gif);
	background-color: #FFFFFF;
	border-bottom-style: none;
	color: #65655A;
	height: 12px;
	font-weight: bold;
	line-height: 8px;
}

.TabbedPanelsTab h5, .TabbedPanelsTabSelected h5 {
	padding: 0px;
	font-size: 80%;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}


.TabbedPanelsTabHover {
	background-image: url(../imgs/formulaires/onglet_visite_1.gif);
	color: #666666;

}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	margin: 0px;
	padding: 5px;
	border: 1px solid #BFBFBF;
}


.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}


.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border: 1px solid #999;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
/* liens dans le panneau des coordonnees*/
a.coordonneesLK {
	color: #333333;
	text-decoration: underline;
}
a.coordonneesLK:hover {
	color: #99CC00;
	text-decoration: none;
}


