﻿@charset "utf-8";
/* -------------------------------------------------------------------------------------------- */
/* Charte NewAPVPR version 3.0.2 */
/* -------------------------------------------------------------------------------------------- */

* {
	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: absolute;
	width: 100%;
	padding: 0;
	height: 135px;
	top: 0;
}

#header h1,#header h2 {
	position: absolute;
	left: 120px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
}

#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: #DDD;
}

#tools a {
	color: #675B5B;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
}

/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au bloc #LOCATION */
/* -------------------------------------------------------------------------------------------- */
#location {
	position: absolute;
	width: 100%;
	left: 0;
	margin: 0;
	height: 30px;
	top: 105px;
	text-align: left;
	background-color: #DDDDDD;
	font-size: 10px;
}

#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;
}

#location ul.icons {
	position: absolute;
	top: -22px;
	width: 180px;
	height: 30px;
	padding: 6px 5px 0;
	right: 0;
	text-align: right;
}

#location ul.icons li {
	display: inline;
	padding: 0;
}

#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;
	z-index: 100;
	width: 100%;
	margin: 0;
	height: 25px;
	top: 80px;
	text-align: left;
}

#navigation #menu {
	position: absolute;
	top: 0;
	left: 8px;
	height: 25px;
}

#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: 25px;
	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;
}

/* -------------------------------------------------------------------------------------------- */
	/* 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 */
.col70 {
	width: 7%;
	text-align: left;
}

#global.layoutDouble .sidebar,
.col140 {
	width: 14%;
	text-align: left;
}

.col210 {
	width: 21%;
	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%;
}

.col770 {
	width: 77%;
}

#global.layoutDouble .content.col770,
.col840 {
	width: 84%;
}

.col910 {
	width: 91%;
}

.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%;
}

.col70,.col140,.col210,.col255,.col280,.col350,.col420,
.col490,.col560,.col630,.col700,.col770,.col840,.col910,
.col10p,.col20p,.col30p,.col40p,.col50p,.col60p,.col70p,
.col80p,.col100p, col30p, col50p {
	float: left;
}

.sidebar,.content {
	min-height: 300px;
	height: auto;
}

.sidebar {
	
}

.content {
	
}

/* -------------------------------------------------------------------------------------------- */
#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;
}

#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;
}

#global .borderBlock {
	margin: 5px 10px;
	background: #E1E1E1;
	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 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: #DC002E;
	font-weight: bold;
	margin: 5px 10px;
}

#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: #888;
	font-weight: bold;
	margin: 5px 10px;
	text-align: center;
}

#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 .col840 form.messenger {
	width: 820px;
}

#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;
}

#global form.messenger label {
	display: inline-block;
	vertical-align: top;
	width: 140px;
}

#global .col840 form.messenger label {
	width: 270px;
}

#global .col770 form.messenger label {
	width: 270px;
}

#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 p.alert {
	padding: 5px 10px;
	margin: 20px 0;
}

#global form.messenger em {
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
}

#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;
}

.combo { display: none }

/* patchs */
#global div.center div[align=center] div {
	overflow: visible !important;
}
