@charset "UTF-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 700px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	left: 150px;
	position: absolute;
	top: 95px;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 3px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #484848;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	border: 1px solid #2f2f2f;
	background-repeat: repeat-y;
	background-image: url(../images/fondtitre.gif);
}
.TabbedPanelsTabHover {
	background-color: #434e5d;
	color: #FFFFFF;
	background-image: url(../images/fondtitre2.gif);
}
.TabbedPanelsTabSelected {
	background-color: #202020;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #3b3cdd;
	border-right-color: #3b3cdd;
	border-bottom-color: #3b3cdd;
	border-left-color: #3b3cdd;
	color: #3b3cdd;
	background-image: none;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	background-color: #EEE;
	border: 1px solid #2F2F2F;
}
.TabbedPanelsContent {
	padding: 4px;
	text-align: justify;
	
}
.TabbedPanelsContent img { 
border-width : 0; 
border : 0; 
} 
.TabbedPanelsContent a.image:hover {
	border-width : 1px;
	border : 1px;
	border-color: #FF0000;
} 
.TabbedPanelsContentVisible {
	background-color: #202020;
	color: #CCCCCC;
	background-image: url(../img/fond2.jpg);
	background-repeat: no-repeat;
}
.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-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

hr{
	color: #2F2F2F; background-color: #2F2F2F; border: 0; height: 1px; 
	}
 table td {
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #202020;
	background-image: url(../img/fond.jpg);
	background-repeat: no-repeat;
}
.titre_photo {
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}
.TabbedPanelsContentHover {
	padding: 4px;
	text-align: justify;
	border: 2px solid #FF0000;
}
.TabbedPanelsContent  img a {
	color: black;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
