/* 
  -----------------------------------
  Vertical Scroller Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 03 - Carbon
  -----------------------------------
*/

.p7VSC03 {
	position: absolute; width:161px; visibility:hidden; border-bottom:dotted 1px #FFFFFF;
}
.p7VSC03 .p7VSC_scrollbox_wrapper {
	border: 1px solid #014F96;
	background-color: #014F96;
}
.p7VSC03 .p7VSC_scrollbox {
	height: auto;
	position: relative;
}
.p7VSC03 .p7VSC_scrolling {
	top: 0;
	left: 0;
}
.p7VSC03 .p7VSC_content {
	padding:0px;
}
.p7VSC03 .p7VSC_up a {
	height: 7px;
	width: 7px;
	background-image: url(img/p7sc3_dbup.gif);
	background-repeat: no-repeat;
}
.p7VSC03 .p7VSC_dn a {
	height: 7px;
	width: 7px;
	background-image: url(img/p7sc3_dbdn.gif);
	background-repeat: no-repeat;
}
.p7VSC03 .p7VSCdragchannel {
	position: absolute;
	width: 14px;
	top: 0px;
	background-image: url(img/p7sc3_dbbg.gif);
	background-repeat: repeat-y;
	right: 0px;
	display: none;
	cursor: default;
}
.p7VSC03 .p7VSCdragchannel em {
	display: none;
}
.p7VSC03 .p7VSCdragchannel a {
	display: block;
}
.p7VSC03 .p7VSCdragbar {
	position: relative;
}
.p7VSC03 .p7VSCdragCtrl {
	position: absolute;
	left: 0px;
	top: 0px;
}
.p7VSC03 .p7VSCdragCtrl a {
	height: 19px;
	width: 7px;
	background-image: url(img/p7sc3_dbdrag.gif);
	background-repeat: no-repeat;
}
.p7VSC03 .p7VSCdragCtrl a:hover  {
	background-position: -7px 0px;
}

.choixtitre {font-family:Arial, Helvetica, sans-serif; font-size:11px; font-style:normal; font-weight:normal; color:#AEE3E9; padding-top:3px; padding-bottom:3px; padding-left:9px; text-decoration:none;}
.choixtitre A {font-family:Arial, Helvetica, sans-serif; font-size:11px; font-style:normal; font-weight:normal; color:#AEE3E9; text-decoration:none;}
.choixtitre A:visited {font-family:Arial, Helvetica, sans-serif; font-size:11px; font-style:normal; font-weight:normal; color:#AEE3E9; text-decoration:none;}
.choixtitre A:hover {font-family:Arial, Helvetica, sans-serif; font-size:11px; font-style:normal; font-weight:normal; color:#FFFFFF; text-decoration:none;}
.tdfleche {background-image:url(img/filetliste.gif); background-repeat:repeat-x;}

