﻿@charset "utf-8";
/* -------------------------------------------------------------------------------------------- */
/* Charte NewAPVPR version 3.0.1 */
/* -------------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font-size: 12px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#page { 
	margin: 0;
	text-align: justify;
	width: 100%;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables à l'entête */
/* -------------------------------------------------------------------------------------------- */
#header {
	position: fixed;
	width: 100%;
	padding: 0;
	height: 135px;
	top: 0;
	z-index: 10;
}

#header h1,#header h2 {
	position: absolute !important;
	left: 10px !important;
	font-family: Arial, Verdana, sans-serif !important;
	font-weight: normal !important;
}

#header h1 {
	top: 22px;
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
}

#header h2 {
	top: 45px;
	font-size: 13px;
}

#header a.logo {
	position: absolute;
	left: 10px;
	top: 10px;
}

#header a.logo img {
	border: none;
}

/* -------------------------------------------------------------------------------------------- */
	/* Déclarations de styles applicables au bloc #TOOLS */
	/* -------------------------------------------------------------------------------------------- */
#tools {
	position: absolute;
	right: 7px;
	top: 0px;
	padding: 0px;
}

#tools ul {
	margin: 0;
	padding: 0;
}

#tools li {
	list-style: none;
	float: left;
	padding: 5px 10px;
	margin: 0px 5px;
	background: #D6D2C4;
}

#tools a {
	color: #675B5B !important;
	font-weight: bold !important;
	font-size: 10px !important;
	text-decoration: none !important;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au bloc #LOCATION */
/* -------------------------------------------------------------------------------------------- */
#location {
	position: absolute !important;
	width: 100% !important;
	left: 0 !important;
	margin: 0 !important;
	height: 30px !important;
	top: 105px !important;
	text-align: left !important;
	background-color: #D6D2C4 !important;
	font-size: 10px!important;
}

#location .search {
	position: absolute;
	width: 180px;
	height: 30px;
	left: 6px;
	top: 0px;
}

#location .search form {
	padding: 5px;
}

#location .search form,#location .search input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#location .search input.text,#location .search input.submit,#location .search a.deploy
	{
	border: none;
	float: left;
	outline: none;
}

#location .search input.text {
	background: #FFFFFF url(../images/bg-location-search-text.gif) no-repeat
		0 0;
	width: 120px;
	height: 14px;
	padding: 3px 3px 3px 6px;
}

#location .search div.formDeploy {
	background: #FFFFFF url(../images/bg-location-search-formDeploy.gif)
		no-repeat 0 100%;
	position: absolute;
	z-index: 999;
	width: 169px;
	top: 25px;
	left: 5px;
	display: none;
}

#location .search div.formDeploy ol {
	list-style: none;
	padding: 5px 5px 0;
}

#location .search div.formDeploy ol li {
	padding: 0 0 5px;
}

#location .search div.formDeploy ol li label {
	display: block;
}

#location .search div.formDeploy p {
	padding: 5px;
}

#location .search {
	border: 0;
}

#location p.info {
	position: absolute;
	width: 750px;
	height: 20px;
	padding: 10px 5px 0;
	left: 165px;
	top: -2px;
	font-size: 12px;
	color: #000 !important;
}

#location ul.icons {
	position: absolute;
	top: -7px !important;
	width: 180px;
	height: 30px;
	padding: 6px 5px 0;
	right: 0;
	text-align: right;
}

#location ul.icons li {
	display: inline;
	padding: 0;
}
#location ul.icons li a {
	display:inline-block;
	height:30px;
	position:relative;
	z-index:100;
}

#location a img {
	border: none;
	outline: none;
}

#panierAchats {
	position: absolute;
	z-index: 150;
	top: -25px;
	right: 0;
	width: 210px;
	height: 22px;
	cursor: pointer;
	font-family: verdana;
	font-size: 11px;
	background-color: #F4F4F4;
}

#panierAchats li {
	list-style: none;
	padding: 0;
}

#panierAchats li h4 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px;
}

#panierAchats li h4 a {
	color: #FFFFFF;
	text-decoration: none;
}

#panierAchats li ul {
	display: none;
	width: 210px;
	background-color: #F4F4F4;
}

#panierAchats li:hover ul,#panierAchats li.sfhover ul {
	display: block;
}

#panierAchats li ul li {
	padding: 10px;
}

#panierAchats li ul li table {
	font-size: 10px;
}

#panierAchats li table {
	background-color: #CDCDCD;
	width: 190px;
	margin-bottom: 5px;
}

#panierAchats li table tr th {
	background-color: #E6EEEE;
	border: 1px solid #FFFFFF;
	padding: 4px;
}

#panierAchats li table tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFFFFF;
	vertical-align: top;
}

#panierAchats li table tbody tr.odd td {
	background-color: #F0F0F6;
}

#panierAchats input.order {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 5px 5px 15px;
	background: transparent url(../images/bt-order.gif) no-repeat 0 50%;
	border: none;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables à la navigation */
/* -------------------------------------------------------------------------------------------- */
#navigation {
	position: absolute;
	width: 90% !important;
	margin: 0;
	height: 25px;
	top: 80px;
	text-align: left;
}

#navigation #menu {
	position: absolute;
	top: 0;
	left: 8px;
	height: 25px;
	z-index: 150;
}

#navigation li {
	display: block;
	float: left;
	list-style: none;
	background: #FFF;
}

#navigation a {
	background-color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	color: #675B5B;
	margin-right: 1px;
}

#navigation li.highlight a {
	background-color: #F4F4F4;
}

#navigation li ul li a {
	padding: 5px 10px;
}

#navigation li ul {
	position: absolute;
	z-index: 5000;
	width: 200px;
	left: -999em;
	text-align: left;
	top: 23px;
	border-top: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}

#navigation li:hover ul,#navigation li.sfhover ul {
	left: auto;
}

#navigation li ul li {
	background-image: none;
	width: 200px;
	padding: 0;
	text-align: left;
}

#navigation li ul li a,#navigation li:hover ul li a,
#navigation li.sfhover ul li a,#navigation li.highlight ul li a
	{
	width: 180px;
	padding: 5px 9px;
	display: block;
	font-weight: normal;
	text-transform: none;
	border: solid #DDDDDD;
	background-color: #FFFFFF;
	border-width: 0 1px 1px;
}

#global .dropdwn {
    color: #0076A8;
    font-size: 16px;
}

/* -------------------------------------------------------------------------------------------- */
	/* Déclarations de styles applicables au contenu */
	/* -------------------------------------------------------------------------------------------- */
#global {
	color: #515151;
	/*position:relative;*/ /* pb menu IE */
	padding: 150px 0px 20px;
	min-height: 250px;
	height: auto;
}

/* -------------------------------------------------------------------------------------------- */
	/* BOX MODELS */
	
.col50 {
	width: 5%;
	text-align: left;
}

.col70 {
	width: 7%;
	text-align: left;
}

/*#global.layoutDouble .sidebar,*/
.col140 {
	min-width: 150px;
	width: 14%;
	text-align: left;
}

.col180 {
	min-width: 150px;
	width: 18%;
	text-align: left;
}


.col210 {
	width: 21%;
	text-align: left;
}

.col230 {
	width: 23%;
	text-align: left;
}

.col255 {
	width: 25%;
	text-align: left;
}

.col280 {
	width: 28%;
	text-align: left;
}

.col350 {
	width: 35%;
}

.col420 {
	width: 42%;
}

.col490 {
	width: 49%;
}

.col560 {
	width: 56%;
}

.col630 {
	width: 63%;
}

.col700 {
	width: 70%;
}

.col750 {
	width: 75%;
}

.col770 {
	width: 77%;
}

.col800 {
	width: 80%;
}

#global.layoutDouble .content.col770,
.col840 {
	width: 84%;
}

.col910 {
	width: 91%;
}

.col980 {
	width: 98%;
}

.col10p {
	width: 10%;
}

.col20p {
	width: 20%;
}

.col30p {
	width: 30%;
}

.col40p {
	width: 40%;
}

.col50p {
	width: 50%;
}

.col60p {
	width: 60%;
}

.col70p {
	width: 70%;
}

.col80p {
	width: 80%;
}

.col100p {
	width: 100%;
}

.col50, .col70,.col140,.col180, .col230, .col210,.col255,.col280,.col350,.col420,
.col490,.col560,.col630,.col700,.col750, .col770,.col800,.col840,.col910,
.col10p,.col20p,.col30p,.col40p,.col50p,.col60p,.col70p,
.col80p,.col100p, .col30p, .col50p {
	float: left;
}

.sidebar,.content {
	min-height: 300px;
	height: auto;
	padding-bottom: 100px;
}


/* -------------------------------------------------------------------------------------------- */
#global p,
#global ul,
#global ol,
#global form.messenger,
#global dl,
#global blockquote,
#global h1,
#global h2,
#global h3,
#global h4,
#global h5,
#global h6,
#global .swf
	{
	padding: 5px 10px;
}

#global table {
	margin: 5px 10px;
}

#global form,
#global input,
#global textarea,
#global select,
#global option,
#global blockquote,
#global table,
#global tr,
#global th,
#global td 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#head {
	font-weight: bold;
	background:#EFEFEF;	
}
	

#global h2 {
	font-size: 17px;
}

#global h3 {
	font-size: 15px;
}

#global .sidebar ul.aside li h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
}

#global h4 {
	font-size: 12px;
	text-align: -webkit-left;
}

#global .borderBlock {
	margin: 5px 10px;
	background: #D6D2C4;
	padding-bottom: 10px;
}

#global .borderBlock h4 {
	margin: 5px 0;
	border-bottom: 1px solid #666;
}

#global h4 span.contrast {
	color: #FFF;
	background: #666;
	padding: 0 3px;
}

#global h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #821980;
}

#global form.messenger p.alert,
#global p.alert {
	color: #FFF;
	padding-left: 35px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: url(../images/bg-alert.gif) no-repeat 0 center;
	background-color: #0076A8;
	font-weight: bold;
	margin: 5px 10px;
}

#global form.messenger p.message,
#global p.message {
	color: #FFF;
	padding-left: 35px;
	padding-top: 8px;
	padding-bottom: 8px;
	background: url(../images/bg-message.gif) no-repeat 0 center;
	background-color: #0076a8;
	font-weight: bold;
	margin: 5px 10px;
}

#global form.messenger p.alert a,
#global p.alert a,
#global form.messenger p.message a,
#global p.message a {
	color: #000;
}

#global .sidebar ul.aside {
	margin: 5px 10px;
	padding: 0;
}

#global .sidebar ul.aside ul {
	padding: 0;
	margin: 0;
}

#global ul.square li {
	list-style: none;
	background: url(../images/bg-li-square.gif) no-repeat 0 4px;
	padding: 0 0 5px 15px;
}

#global li {
	list-style: none;
	padding: 0;
}

#global .sidebar ul.aside li {
	font-size: 12px;
	padding: 0 0 0 15px;
	background-image: none;
}

#global a {
	color: #0066CC;
	outline: none;
}

#global a.bt {
	border: none;
	background-repeat: no-repeat;
	background-position: 1px 2px;
	background-color: #FFFFFF;
	padding: 2px 5px 2px 20px;
	text-decoration: none;
}

#global .sidebar ul.aside a {
	text-decoration: none;
}

#global a:hover {
	color: #006699;
}

#global a img {
	border: none;
}

#global .sidebar ul.aside li form {
	padding: 5px 0 0 0px;
	font-size: 12px;
	line-height: 205%;
}

#global .col770 form.messenger {
	width: 750px;
}

#global .col330 form.messenger {
	width: 310px;
}

#global form.messenger fieldset {
	border: none;
	margin-bottom: 10px;
}

#global form.messenger legend {
	padding: 0 2px;
	font-weight: bold;
	color: #515151;
}

#global form.messenger fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

#global form.messenger ol {
	margin: 0;
	padding: 0;
}

#global form.messenger fieldset li {
	padding: 5px 0;
	background-image: none;
	 text-align: -webkit-left;
}

#global form.messenger label {
	display: inline-block;
	vertical-align: top;
	width: 140px;
}

#global .col770 form.messenger label {
	width: 270px;
}

#global .col840 form.messenger label {
	width: 420px;
}

#global .col330 form.messenger label {
	width: 140px;
}

#global form.messenger label img {
	margin-bottom: -3px;
}

#global form.messenger p {
	padding: 5px 0;
}


#global form.messenger em {
	font-weight: bold;
	font-style: normal;
	color: #0076A8;
}

#global form.messenger textarea {
	padding: 1px;
}

#global form.messenger textarea,
#global form.messenger select {
	border: 1px solid #D8D8D8;
}

#global .sidebar ul.aside li form input,
#global .sidebar ul.aside li form select {
	border: 1px solid #D8D8D8;
}

#global .sidebar ul.aside li form select {
	margin-bottom: 4px;
}

#global .sidebar ul.aside li form input.imgSubmit {
	margin-bottom: -4px;
	border: none;
}

#global form.messenger input.radio,
#global form.messenger input.checkbox,
#global .sidebar ul.aside li form input.radio,
#global .sidebar ul.aside li form input.checkbox
{
	border: none;
}

#global .col770 form.messenger input.text {
	width: 350px;
}

#global .col330 form.messenger input.text {
	width: 160px;
}

#global form.messenger input.submit {
	padding: 5px;
}

#global form.messenger input.submit:hover {
	background-color: #E1FAFF;
	cursor: pointer;
}

#global form.messenger select {
	padding: 0;
}

#global .col330 form.messenger select {
	width: 165px;
}

#global form.messenger select,
#global form.messenger option {
	color: #515151;
}

#global table.data {
	background-color: #CDCDCD;
	margin: 5px 10px;
}

#global div.center table.data {
	margin: 5px auto;
}

#global .col660 table.data {
	width: 640px;
}

#global table.data caption {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 5px;
}

#global table.data th {
	background-color: #DBDBDB;
	border: 0px;
	padding: 4px;
}

#global table.data th.sortable {
	position: relative;
}

#global table.data th.sortable a {
	padding-left: 20px;
	color: #fff;
	background: url(../images/sort-asc.gif) no-repeat;
}

#global table.data th.order1 a {
	background: url(../images/sort-desc.gif) no-repeat;
}

#global table.data th.order2 a {
	background: url(../images/sort-asc.gif) no-repeat;
}

#global table.data th.sortable a.sortIcon {
	position: absolute;
	left: 4px;
	top: 9px;
}

#global table.data td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFFFFF;
	vertical-align: top;
}

#global table.data tr.odd td {
	background-color: #F3F3F3;
}

#global table.data td strong.stateValid,
#global table.data td strong.stateAlert
{
	color: #FFFFFF;
	display: block;
	text-align: center;
}

#global table.data td strong.stateValid {
	background-color: #339900;
}

#global table.data td strong.stateAlert {
	background-color: #990000;
}

#global table.innerForm td {
	color: #3D3D3D;
	padding: 4px;
	vertical-align: top;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au pied de page */
/* -------------------------------------------------------------------------------------------- */
#footer {
	font-size: 10px;
	position: relative;
	color: #515151;
	background-image: none;
	margin-bottom: 10px;
	text-align:center;
}

#footer p {
	padding: 5px 10px;
	font-size: 9px;
}

#footer a {
	color: #515151;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;	
}

/* -------------------------------------------------------------------------------------------- */
/* Tooltips */
/* -------------------------------------------------------------------------------------------- */
.toolTip-picture img,
.toolTip-thumbnail img {
	border: 1px solid #000000;
}

.toolTip-picture, 
	.toolTip-thumbnail {
	background: #FFFFFF url(../images/loading.gif) no-repeat center center;
	min-height: 32px;
	min-width: 32px;
}

.toolTip-caption {
	position: relative;
	margin-top: -20px;
}

.toolTip-text,
.toolTip-caption {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background: #000000 url(../images/bg-tooltip-caption.gif) repeat-x 0
		100%;
	padding: 10px;
	cursor: pointer;
}

.toolTip-text span,
.toolTip-caption span {
	
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles génériques */
/* -------------------------------------------------------------------------------------------- */
.spacer {
	width: 100%;
	clear: both;
	font-size: 1px;
	height: 1px;
}

.img-right {
	float: right;
	padding: 0 0 5px 10px;
}

.img-left {
	float: left;
	padding: 0 10px 5px 0;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.left {
	text-align: left !important;
}

table.large {
	width: 98%
}

input.disabled {
	background: #E1E1E1;
}

.textbold {
	font-weight: bold;
}

table.innerForm td {
	text-align: left;
}

table.data td {
	text-align: center;
}

div[align=center] * {
	margin: 0 auto;
}

td[align=center] {
	text-align: center;
}
td[align=left] {
	text-align: left;
}
td[align=right] {
	text-align: left;
}


.borderBlock .borderBlock {
	background: #FFF !important;
}

#global table.data td.even table,
#global table.data td.odd table {
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse;
	background: none;
}

#global table.data td.even table td,
#global table.data td.odd table td {
	background: none;
	padding: 0 4px;
}


#global .red-cross {
	display: block;
	height: 20px;
	width: 20px;
	background: url(../images/red-cross.gif) no-repeat center center;
}

#global.lineSpacer {
	font-size: 1px;
	height: 10px;
}

#global.lineSpacerDouble {
	font-size: 1px;
	height: 30px;
}

div#jbnpreLoad {
	width: 300px;
	margin-left: -150px;
	position: absolute; 
	top: 40%; 
	left: 50%; 
	z-index: 1000; 
	visibility: hidden; 
	opacity: .8; 
	filter: alpha(opacity=80)
}

.combo { display: none }

/* patchs */
#global div.center div[align=center] div {
	overflow: visible !important;
}
.content.col700 {
	margin-right: 0;
}
#global .col140 table { 
	margin: 0;
}

#global .sidebar table.calendar td {
	padding: 0;
}

/* Ligne suppression EPGC */
#global table.data tr td.LigneSup,
#global table.data table tr td.LigneSup {
	background: #DC002E;
	color: #FFF;
}

#global table.data tr td.LigneSup a,
#global table.data table tr td.LigneSup a {
	color: #000;
}

#global table.data tr.LigneAccept td,
#global table.data table tr.LigneAccept td{
	background: #390;
	color: #FFF;
}

#global table.data tr.LigneAccept td a,
#global table.data table tr.LigneAccept td a {
	color: #000;
}

#header #location ul.icons .libelle{
display: none;	
	}
	
#global p.red {
color: #0076A8;
font-weight: bold;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles POPUP */
/* -------------------------------------------------------------------------------------------- */

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;background-color: #000000;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; height: 90%!important;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/*#cboxOverlay{background:url(../images/commun/overlay.png) repeat 0 0;}*/
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden; }
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px; margin-top: 35px; background-color: #F5F5F5;}
        #cboxTitle{position:absolute /*; bottom: 4px*/;top: 2px; text-align:left; width:100%; color:#949494;overflow:hidden;font-family:Arial,Helvetica,sans-serif;font-weight:bold;font-size:12px;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; top: 0px; right: 0px; background:url(../images/controls.png) no-repeat -25px 0; width:25px; height:24px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to IE9.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}


#footer .login_nass {
cursor: pointer;
}

#footer .login_qsn {
cursor: pointer;
}	

/* -------------------------------------------------------------------------------------------- */
/* Ancien buttons.css Charte NewAPVPR version 3.0.1 */
/* -------------------------------------------------------------------------------------------- */

#global input.bt,
#global input.btTransp,
#pboxClose {
	padding: 3px 3px 3px 20px;
	border: none;
	
	background-repeat: no-repeat;
	background-position: 1px 0px;
	background-color: transparent;
	border-color: #2196F3;
	cursor: pointer;
	text-align: left;
	vertical-align: middle; /* alignement dans les titres */
}

#global input.button,
#global input.buttonTransp,
#body,
#pboxClose {
  
    border-color: #2196F3;
    border: none;
     background-color: lightgrey;
    background-repeat: no-repeat;
    background-position: 1px 10px;
   
   
    cursor: pointer;
    
    text-align: left;
    vertical-align: middle; 
}
#global input:hover .bt,
#global input:hover .btTransp,
#pboxClose {
	background-color: #F0F0F0;
}

#global input.bt.inactive,#global input:hover .bt.inactive,#pboxClose {
	background-color: #FFFFFF;
	cursor: default;
	color: #999999;
}

#global span.bt {
	padding: 3px 3px 3px 20px;
	background-repeat: no-repeat;
	background-position: 1px 2px;
}

#global .bt-trans {
	background-color: transparent !important;
}

#global .bt-help {
	background-image: url(../images/buttons/help.gif);
}

#global .bt-refresh {
	background-image: url(../images/buttons/refresh.gif);
}

#global .bt-arrow-down,
#global .bt-close-elem {
	background-image: url(../images/buttons/arrow-down.gif);
}

#global .bt-arrow-up,
#global .bt-open-elem {
	background-image: url(../images/buttons/arrow-up.gif);
}

#global .bt-arrow-right {
	background-image: url(../images/buttons/arrow-right.gif);
}

#global .bt-arrow-left {
	background-image: url(../images/buttons/arrow-left.gif);
}

#global .bt-arrow-skip-right {
	background-image: url(../images/buttons/arrow-skip-right.gif);
}

#global .bt-arrow-skip-left {
	background-image: url(../images/buttons/arrow-skip-left.gif);
}

#global .bt-arrow-stop-right {
	background-image: url(../images/buttons/arrow-stop-right.gif);
}

#global .bt-arrow-stop-left {
	background-image: url(../images/buttons/arrow-stop-left.gif);
}

#global .bt-document {
	background-image: url(../images/buttons/document.gif);
}

#global .bt-document-plus {
	background-image: url(../images/buttons/document-plus.gif);
}

#global .bt-document-pencil {
	background-image: url(../images/buttons/document-pencil.gif);
    background-position: 0px 0px !important;
    background-color: transparent !important;
    background-repeat: no-repeat;
	
}

#global .daClass {
    pointer-events: none !important;
    cursor: default;
    color:Gray;
    
}

#global .bt-document-minus {
	background-image: url(../images/buttons/document-minus.gif);
}

#global .bt-document-arrow {
	background-image: url(../images/buttons/document-arrow.gif);
}

#global .bt-document-alert {
	background-image: url(../images/buttons/document-alert.gif);
}

#global .bt-valid {
	background-image: url(../images/buttons/valid.gif);
}

#global .bt-save {
	background-image: url(../images/buttons/save.gif);
}

#global .button-change-password {
   
  padding: 10px 10px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  
  border-radius: 10px;
  box-shadow: 1.5px 1.5px 1.5px 1.5px  #add8e6,
              -1.6px -1.6px 1.6px 1.6px  #add8e6,
              inset 0px -2px 2px 0px rgba(0, 0, 0, 959595)
              ;
              
}

#global .bt-bin {
	background-image: url(../images/buttons/bin.gif);
}

#global .bt-bell {
	background-image: url(../images/buttons/bell.gif);
}

#global .bt-print {
	background-image: url(../images/buttons/print.gif);
}

#global .bt-wrench {
	background-image: url(../images/buttons/wrench.gif);
}

#global .bt-gear {
	background-image: url(../images/buttons/gear.gif);
}

#global .bt-light {
	background-image: url(../images/buttons/light.gif);
}

#global .bt-search {
	background-image: url(../images/buttons/search.gif);
}

#global .bt-mail {
	background-image: url(../images/buttons/mail.gif);
}

#global .bt-car {
	background-image: url(../images/buttons/car.gif);
}

#global .bt-close, #pboxClose  {
	background-image: url(../images/buttons/close.gif);
}

#global .bt-user {
	background-image: url(../images/buttons/user.gif);
}

#global .bt-key {
	background-image: url(../images/buttons/key.gif);
}

#global .bt-drill {
	background-image: url(../images/buttons/drill.gif);
}

#global .bt-puzzle-ac {
	background-image: url(../images/buttons/puzzle-ac.gif);
}

#global .bt-puzzle-ap {
	background-image: url(../images/buttons/puzzle-ap.gif);
}

#global .bt-calendar {
	background-image: url(../images/buttons/calendar.gif);
}

#global .bt-plus,
#global .bt-ajouter {
	background-image: url(../images/buttons/plus.gif);
}

#global .bt-minus {
	background-image: url(../images/buttons/minus.gif);
}

#global .bt-green-download,
#global .bt-download  {
	background-image: url(../images/buttons/download-green.gif);
}

#global .bt-green-upload,
#global .bt-upload {
	background-image: url(../images/buttons/upload-green.gif);
}

#global .bt-red-download {
	background-image: url(../images/buttons/download-red.gif);
}

#global .bt-red-upload {
	background-image: url(../images/buttons/upload-red.gif);
}

#global .bt-asctrie {
	background-image: url(../images/sort-asc.gif);
}
#global .bt-desctrie {
	background-image: url(../images/sort-desc.gif);
}

/* Inactifs */
#global .bt-help.inactive {
	background-image: url(../images/buttons/help-off.gif);
}

#global .bt-refresh.inactive {
	background-image: url(../images/buttons/refresh-off.gif);
}

#global .bt-arrow-down.inactive,
#global .bt-close-elem.inactive {
	background-image: url(../images/buttons/arrow-down-off.gif);
}

#global .bt-arrow-up.inactive,
#global .bt-open-elem.inactive {
	background-image: url(../images/buttons/arrow-up-off.gif);
}

#global .bt-arrow-right.inactive {
	background-image: url(../images/buttons/arrow-right-off.gif);
}

#global .bt-arrow-left.inactive {
	background-image: url(../images/buttons/arrow-left-off.gif);
}

#global .bt-arrow-skip-right.inactive {
	background-image: url(../images/buttons/arrow-skip-right-off.gif);
}

#global .bt-arrow-skip-left.inactive {
	background-image: url(../images/buttons/arrow-skip-left-off.gif);
}

#global .bt-arrow-stop-right.inactive {
	background-image: url(../images/buttons/arrow-stop-right-off.gif);
}

#global .bt-arrow-stop-left.inactive {
	background-image: url(../images/buttons/arrow-stop-left-off.gif);
}

#global .bt-document.inactive {
	background-image: url(../images/buttons/document-off.gif);
}

#global .bt-document-plus.inactive {
	background-image: url(../images/buttons/document-plus-off.gif);
}

#global .bt-document-pencil.inactive {
	background-image: url(../images/buttons/document-pencil-off.gif);
}

#global .bt-document-minus.inactive {
	background-image: url(../images/buttons/document-minus-off.gif);
}

#global .bt-document-arrow.inactive {
	background-image: url(../images/buttons/document-arrow-off.gif);
}

#global .bt-document-alert.inactive {
	background-image: url(../images/buttons/document-alert-off.gif);
}

#global .bt-valid.inactive {
	background-image: url(../images/buttons/valid-off.gif);
}

#global .bt-save.inactive {
	background-image: url(../images/buttons/save-off.gif);
}

#global .bt-bin.inactive {
	background-image: url(../images/buttons/bin-off.gif);
}

#global .bt-bell.inactive {
	background-image: url(../images/buttons/bell-off.gif);
}

#global .bt-print.inactive {
	background-image: url(../images/buttons/print-off.gif);
}

#global .bt-wrench.inactive {
	background-image: url(../images/buttons/wrench-off.gif);
}

#global .bt-gear.inactive {
	background-image: url(../images/buttons/gear-off.gif);
}

#global .bt-light.inactive {
	background-image: url(../images/buttons/light-off.gif);
}

#global .bt-search.inactive {
	background-image: url(../images/buttons/search-off.gif);
}

#global .bt-mail.inactive {
	background-image: url(../images/buttons/mail-off.gif);
}

#global .bt-car.inactive {
	background-image: url(../images/buttons/car-off.gif);
}

#global .bt-close.inactive {
	background-image: url(../images/buttons/close-off.gif);
}

#global .bt-user.inactive {
	background-image: url(../images/buttons/user-off.gif);
}

#global .bt-key.inactive {
	background-image: url(../images/buttons/key-off.gif);
}

#global .bt-drill.inactive {
	background-image: url(../images/buttons/drill-off.gif);
}

#global .bt-puzzle-ac.inactive {
	background-image: url(../images/buttons/puzzle-ac-off.gif);
}

#global .bt-puzzle-ap.inactive {
	background-image: url(../images/buttons/puzzle-ap-off.gif);
}

#global .bt-calendar.inactive {
	background-image: url(../images/buttons/calendar-off.gif);
}

#global .bt-plus.inactive,
#global .bt-ajouter.inactive {
	background-image: url(../images/buttons/plus-off.gif);
}

#global .bt-minus.inactive {
	background-image: url(../images/buttons/minus-off.gif);
}

#global .bt-green-download.inactive,
#global .bt-download.inactive  {
	background-image: url(../images/buttons/download-off.gif);
}

#global .bt-green-upload.inactive,
#global .bt-upload.inactive {
	background-image: url(../images/buttons/upload-off.gif);
}

#global .bt-red-download.inactive {
	background-image: url(../images/buttons/download-off.gif);
}

#global .bt-red-upload.inactive {
	background-image: url(../images/buttons/upload-off.gif);
}

/* ancien numericStep.css CSS Document --------------------------------------------------------------------------------*/


#global .numericSteps {
	margin:5px 10px 20px;
	background:url(../images/bg-steps.gif) repeat-x 0 30px;
	height: 100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#A1A1A1;
}
#global .numericSteps ul {
	padding:0;
	text-align:center;
}
#global .numericSteps ul li {
	background:none;
	float:left;
	width:72px;
	padding:5px;
}
#global .numericSteps a {
	color:#A1A1A1;
	text-decoration:none;
	
}
#global .numericSteps .active a {
	color:#0066CC;
	
}
#global .numericSteps .current a {
	color:#0066CC;
	
}

/* -------------------------------------------------------------------------------------------- */
/* ancien step.css Charte NewAPVPR version 3.0.1 */
/* -------------------------------------------------------------------------------------------- */

#global .steps {
	margin:5px 10px 20px;
	border-top-width:0;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#A1A1A1;
}
#global .steps ul {
	padding:0;
}
#global .steps li {
	background:url(../images/bg-steps-li.gif) no-repeat 100% 50%;
	padding:10px 13px 10px 3px;
	float:left;
}
#global .steps li.last {
	background-image:none;
	padding:10px 5px;
}
#global .steps a {
	text-decoration:none;
	color: #999;
	cursor:default;
}
#global .steps .active a {
	color: #515151;
	cursor:pointer;
}
#global .steps .current a {
	cursor:pointer;
	text-decoration:underline;
}

/* numericSteps */
div.numericSteps {
	padding: 0px 10px;
}
div.numericSteps ul {
	width: 98%;
	text-align: center;
	background: url(../images/bg-steps-new.gif) repeat-x 0 30px;
}
div.numericSteps ul a {
	text-decoration: none;
	color: #002355 !important;
}
div.numericSteps ul {
	margin: 0 auto;
	
}
div.numericSteps ul li {
	padding: 5px !important;
	display: inline-block;
	background: none !important;
	text-align: center;
	vertical-align: top;
	width: 75px;
	text-transform: uppercase;
}
div.numericSteps ul li.current {
	background: url(../images/bg-steps-new.gif) !important;
}

/* -------------------------------------------------------------------------------------------- */
/* ancien struts-layout.css générique  Charte NewAPVPR version 3.0.1 */
/* -------------------------------------------------------------------------------------------- */

table.odd > tbody > tr > td { padding : 0 !important; }
table.odd > tbody > tr > td > table { margin : 0 !important; }

#global th.data {
	padding: 0 !important;
}

#global table.data table {
	background-color:#CDCDCD;
	margin: 5px 10px;
}
#global div.center table.data table {
	margin:5px auto;
}
#global .col660 table.data table {
	width:640px;
}
#global table.data table caption {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
#global table.data table th {
	background-color:#DBDBDB;
	border: 0px;
	padding:4px;
}
#global table.data table th table {
	margin: 0;
	padding: 0;
}
#global table.data table th.sortable {
	padding-left:20px;
	position:relative;
}
#global table.data table th.sortable a.sortIcon {
	position:absolute;
	left:4px;
	top:9px;
}
#global table.data table td {
	color:#3D3D3D;
	padding:4px;
	background-color:#FFFFFF;
	vertical-align:top;
}
#global table.data table tr.odd td, #global table.data table tr td.odd {
	background-color:#F3F3F3;
}
#global table.data table td strong.stateValid, 
#global table.data table td strong.stateAlert {
	color:#FFFFFF;
	display:block;
	text-align:center;
}
#global table.data table td strong.stateValid {
	background-color:#339900;
}
#global table.data table td strong.stateAlert {
	background-color:#990000;
}
#global th.data table {
	border-spacing: 0px;
	border-collapse: collapse; 	
}

#global .titre1VP {
    font-size: 17px;
    font-weight: bold;
    color: #DC002E;
    text-decoration: none;
}

/*
    ColorBox Core Style
    Adapté aux promotions PR par Kevin GERARDIN U404524
*/
#promobox, #pboxOverlay, #pboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#pboxOverlay{position:fixed; width:100%; height:100%;}
#pboxMiddleLeft, #pboxBottomLeft{clear:left;}
#pboxContent{position:relative; overflow:visible;}
#pboxLoadedContent{overflow:auto;}
#pboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#pboxTitle{margin:0;}
#pboxLoadingOverlay, #pboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#pboxPrevious, #pboxNext, #pboxClose, #pboxSlideshow{cursor:pointer;}

#pboxOverlay{background:#000;}

#promobox{text-align: center;}
#pboxContent{background:#fff; }
#pboxLoadedContent{overflow:hidden!important;}
#pboxLoadingOverlay{background-position: center center;}
#pboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#012255;}

#pboxClose{position:absolute; top:-0px; width:23px; height:10px; text-indent:-9999px;}
#pboxClose{right:0; background-position: 0px 0px; width:0px; padding-left: 13px; 
			background-repeat: no-repeat;}

.hidden#pboxOverlay, .hidden#promobox {display:none !important;}

#pboxContent #pboxLoadedContent img{margin-top: 17.5px;}

/* POI - SM4 Integration E557707 */
.centerBlock {padding-left: 25%;padding-top: 25% }

a:hover {
    text-decoration: none;
    color: rgb(255, 75, 0);
}

a:active {
    text-decoration: none;
    color: rgb(255, 75, 0);
}

#navigation #spare-dropdown-content li,
#navigation #spare-dropdown-content li a{
    background-color: #000;
    color: white;
    word-wrap: break-word;
    /* border-bottom: 1px solid white; */
   /*  height: 23px; */
}

#navigation #spare-dropdown-content li:hover {
    color: #fff !important;
    background: rgba(255, 75, 0, 1) !important
}

#navigation .dropbtn-spare ul li {
    background-color: #000;    
    padding: 0;
    text-align: left;
    color: #fff;
    width: 200px;
}


/**  TS5 - Menu branch out CSS **/
#navigation #spare-dropdown-content li,
#navigation #spare-dropdown-content li a,
#navigation #acc-dropdown-content li,
#navigation #acc-dropdown-content li a,
#navigation #spare-ov-dropdown-content li,
#navigation #spare-ov-dropdown-content li a{
    background-color: #000;
    color: white;
    word-wrap: break-word;
    /* border-bottom: 1px solid white; */
   /*  height: 23px; */
}

#navigation #spare-dropdown-content li:hover,
#navigation #acc-dropdown-content li:hover,
#navigation #spare-ov-dropdown-content li:hover {
    color: #fff !important;
    background: rgba(255, 75, 0, 1) !important
}

#navigation .dropbtn-spare ul li,
#navigation .dropbtn-spare-ov ul li {
    background-color: #000;    
    padding: 0;
    text-align: left;
    color: #fff;
    width: 200px;
    position: relative;
}

/**  TS5 - Menu branch out CSS **/