/* ===================================================================
 * STANDARD CMS
 * =================================================================*/
.clear {clear : both;}
.invisible {display: none}
.alignleft {text-align: left;}
.alignright {text-align: right;}
.aligncenter {text-align: center;}
.alignjustify {text-align: justify;}
embed.alignleft, object.alignleft, img.alignleft, table.alignleft, dl.alignleft {float: left; margin: 0 5px 5px 0; text-align: left;}
embed.alignright, object.alignright, img.alignright, table.alignright, dl.alignright {float: right; margin: 0 0 5px 5px; text-align: left;}
table.aligncenter, dl.aligncenter {margin: auto; text-align: left;}
a img {border-width: 0;}
acronym {border-bottom: 1px dotted; cursor:help;}
/* LEGENDE */
dl.legende {border: 1px solid #ccc; padding: 0}
dl.legende dt {margin: 0; padding: 0; border-bottom: 1px solid #ccc}
dl.legende dt img {margin: 5px;} /* defini dans le parsing */
dl.legende dd {margin: 0; padding: 0 5px; font-style: italic}
dl.legende dd img {float:right; margin-left: 5px;}

/* ===================================================================
 * LAYOUT GENERAL
 * =================================================================*/
#document {
	width: 1002px;
	background: url(images/fond-centre.gif) no-repeat top center;
	margin: 0 auto;
	
}
#bandeauHaut {}
#bandeauBas {}
#corps {
	overflow: hidden;
	width: 100%;
}
#colonneGauche {
	display:inline;
	float: left;
	width: 185px;
	margin-left: 24px;
	padding-left: 16px;
}
#colonneGauche .panier {
  background:transparent url(images/panier.png) no-repeat scroll 0 0;
  display:block;
  font-size:11px;
  height:32px;
  padding-left:35px;
  padding-top:12px;
}
#colonneGauche .recherche {
  background:transparent url(images/recherche.png) no-repeat scroll 0 0;
  display:block;
  height:42px;
  margin-top:10px;
  padding-left:0px;
  padding-top:0px;
}
#colonneGauche .recherche .champsRecherche{
  border:0;
  background: #FFF;
  color:#3E647E;
  font-size:10px;
  margin-left:4px;
  margin-top:0;
  width:128px;
  height:16px;
}
#colonneGauche .recherche .boutonRecherche{
  background:transparent none repeat scroll 0 0;
  border:0;
  float:right;
  margin-top:0px;
  width:34px;
  cursor: pointer;
}
#colonneGauche .panier a {
  color:#FFFFFF;
  text-decoration:none;
}
#colonneGauche .panier a:hover {
  color:#FF0000;
}
.avecDeuxColonnes #contenu {
	float: left;
	width: 60%;
	margin-left: 1%;
}
.avecColonneGauche #contenu {
    display:inline;
	float: right;
	width: 720px;
	margin-right: 24px;
	padding: 0 15px;
}
.avecColonneDroite #contenu {
	float: left;
	width: 80%;
}
#colonneDroite {
	float: right;
	width: 19%;
}

/* ===================================================================
 * INITIALISATION CHARTE GRAPHIQUE GENERALE DU PROJET
 * =================================================================*/
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #03395B;
	font-family: helvetica, sans-serif;
	font-size: 12px;
	background: url(images/fond.jpg) repeat-x 0 0;
}
a:hover, a:focus {
    text-decoration: none;
}

/* ===================================================================
 * BANDEAU HAUT 
 * =================================================================*/
#bandeauHaut {
	position: relative;
	height:104px;
}

#logo{
	position:absolute; top:55px; left:50px;
}

#laBoutique{
	position:absolute; right:120px; top:52px;
}

#lang{
	position: absolute;
	top: 20px;
	right: 30px;
}

/* ===================================================================
 * BANDEAU BAS 
 * =================================================================*/
#bandeauBas {
	text-align: center;
	font-size: 11px;
	color:#3675AE;
	background-image: url("images/fond-footer.jpg");
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 5px;
}

#bandeauBas a{
	text-decoration: none;
  font-size: 11px;
	color:#3675AE;
	padding-left: 1px;
	padding-right: 1px;
}

#bandeauBas a:hover{
  color:#FF0000;
	text-decoration: none;
}

/* ===================================================================
 * COLONNE GAUCHE 
 * =================================================================*/
#mainMenu{
	list-style: none;
	margin:30px 0 0 0px;
	padding: 0px 0 10px 0;
	background: url(images/fond_menu.jpg) no-repeat 0 100%;
}

#mainMenu li{
	margin: 0px 6px 0 2px;
	padding: 0px;
	background: url(images/fond-li.jpg) no-repeat -27px 0px;
	height: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 8px;
	text-transform: uppercase;
}
#mainMenu li.first{
	background: url(images/fond-firstli.jpg) no-repeat 0px 0px;
	padding-top:20px;
	padding-left:10px;
	margin: 0px;
}
#mainMenu li.selected a{
  background-image: url("images/puce_rouge.png");
	background-repeat: no-repeat;
	background-position:left center;
	color:#FF0000;
	padding-left:9px;
}

#mainMenu a{
  text-decoration:none;
	color: #051039;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

#mainMenu a:hover{
  color:#FF0000;
}

/* ===================================================================
 * CONTENU
 * =================================================================*/

#contenu h2 {
	color: #3E647E;
	font-weight: normal;
	font-size: 26px;
	font-family: Helvetica, Arial;
}
#contenu h3 {
	margin: 0;
	padding: 30px 0 0 0;
	font-weight: normal;
	color: #595959;
	font-size: 22px;
}

#contenu a {
    color: #051039;
}

#contenu p {
	margin: 0;
	padding: 0 0 10px 0;	
}

#contenu #chemin {
	padding: 5px 0px 0px 0px;	
    color: #051039;
    font-size: 90%;
}
#contenu #chemin a {
    color: #051039;
    text-decoration: underline;
    font-size: 100%;
} 
#contenu #chemin a:hover, #contenu #chemin a:focus,#contenu #chemin a:active {
    text-decoration: none;
} 

.paragraphe {
    clear: both;
	overflow: hidden;
	width: 100%;
	margin: 10px 0;
}
#pagination {
  clear:both;
}

#pagination .blocNavigation {
  float: right;
}
	

/* ===================================================================
 * COLONNE DROITE 
 * =================================================================*/
#colonneDroite {
	background-color: #ccc;
}

/* ===================================================================
 * MODULES 
 * =================================================================*/
.module {
	overflow: hidden;
	width: 100%;
}


/* ===================================================================
 * FORMULAIRES 
 * =================================================================*/
.paragraphe fieldset {
    border: 1px solid #ACC5DC;
}
.paragraphe fieldset legend {
    font-weight: bold;
}
input, textarea,select {border: 1px solid #05113B;}
input.case {border: none;}
.paragraphe form p {
	clear: both;
	margin: 0;
	padding: 2px 0;
}
.paragraphe p label {
	float: left;
	width: 25%;
	text-align: right;
	margin-right: 10px;
}
.paragraphe p label.enLigne {float: none; display: inline;}
#document .paragraphe form .action  {
    padding-top: 10px;
    text-align: right;
}
.paragraphe form .submit  {
    background: #293259;
    border: 1px solid #05113B;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#tpl_panier .retourCatalogue{
	float:left;
}
.boutonActionP{
  background-image: url("images/boutonGauche.png");
  background-repeat: no-repeat;
  padding-left:21px;
  float:right;
  margin-top:10px;
}
.boutonActionP input{
    background-image: url("images/boutonCorps.png");
    background-repeat: repeat-x;
  	padding-left:10px;
  	padding-bottom:3px;
  	height:25px;
  	border:none;
  	color:#FFFFFF;
  	font-weight:bold;
}
.boutonActionP .droite{
    background-image: url("images/boutonDroite.png");
    background-repeat: no-repeat;
    background-position:center right;
    padding-right:10px;
}

.boutonActionP:hover {
  background-image: url("images/boutonGaucheH.png");
  background-repeat: no-repeat;
  padding-left:21px;
  float:right;
}
.boutonActionP:hover input{
    background-image: url("images/boutonCorpsH.png");
    background-repeat: repeat-x;
  	padding-left:10px;
  	padding-bottom:3px;
  	height:25px;
  	border:none;
  	color:#FFFFFF;
  	font-weight:bold;
}
.boutonActionP a {
    background-image: url("images/boutonCorps.png");
	display:block;
    background-repeat: repeat-x;
	line-height:23px;
  	padding-left:10px;
  	height:25px;
  	color:#FFFFFF !important;
	text-decoration:none;
  	font-weight:bold;
	font-size:12px !important;
}
.boutonActionP:hover a{
	background-image: url("images/boutonCorpsH.png");
	display:block;
    background-repeat: repeat-x;
	line-height:23px;
  	padding-left:10px;
  	height:25px;
  	color:#FFFFFF !important;
	text-decoration:none;
  	font-weight:bold;
	font-size:12px !important;
}
.boutonActionP:hover .droite{
    background-image: url("images/boutonDroiteH.png");
    background-repeat: no-repeat;
    background-position:center right;
    padding-right:10px;
}

/* ===================================================================
 * BLOC DE NAVIGATION
 * =================================================================*/
.blocNavigation {text-align: center;} 
.resultatNavigation {margin: 5px 0;}
.regletteNavigation {margin: 5px 0;}

.regletteNavigation span {
    margin: 0 1px;
}
.regletteNavigation strong {
    background: #BDD8F3;
    color: #051039;
    padding: 2px 3px;
    border: 1px solid #BEBEBE;
}
.regletteNavigation a {
    padding: 0px 0px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #ffffff;
}

.regletteNavigation a:hover {
    background: #BDD8F3;
}
/* ===================================================================
 * STYLE DE PARAGRAPHE
 * =================================================================*/
.PRS_WIDTH_60G {
    width: 440px;
    float: left;
    clear: left;
}
.PRS_WIDTH_60D {
    width: 440px;
    float: right;
    clear: right;
}
.PRS_WIDTH_40D {
    width: 270px;
    float: right;
    clear: right;
}
.PRS_WIDTH_40G {
    width: 270px;
    float: left;
    clear: left;
}


.PRS_BLOCBLEU {
	background: url("images/block-t.jpg") no-repeat top left;
	padding-top: 10px;	
}

.PRS_BLOCBLEU .interieur {
	background: url("images/block-b.jpg") bottom left no-repeat;
	padding: 0 10px;
	padding-bottom: 10px;	
}

.PRS_BLOCBLEU ul{
	margin: 0;
	padding: 0px;
}

.PRS_BLOCBLEU li{
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0px;
	background-image: url("images/block-puce.jpg");
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 18px;
}

.PRS_BLOCBLEU .interieur table {
	width: 90%;
    margin: auto;	
}

.PRS_BLOCBLEUFONCE {
	background: url("images/photo-t.jpg") no-repeat top left;
	padding-top: 10px;
	color: #fff;
}
.PRS_BLOCBLEUFONCE .interieur {
	background: url("images/photo-b.jpg") no-repeat bottom left;
	padding: 0 10px;
	padding-bottom: 10px;
}


.PRS_PUSH1 { background:url(images/push1_fond.gif) no-repeat 0 0; }
.PRS_PUSH1 .interieur { margin:10px 0px 0px 0px; padding:15px 20px 15px 20px; color: #FFF; background:url(images/push1_fondbas.gif) no-repeat 0 100%; }

.PRS_PUSH2 { background:url(images/push2_fond.gif) no-repeat 0 0; }
.PRS_PUSH2 .interieur { margin:10px 0px 0px 0px; padding:10px; color: #FFF; background:url(images/push2_fondbas.gif) no-repeat 0 100%; }

.PRS_PUSH3 { background:url(images/push3_fond.gif) no-repeat 0 0; }
.PRS_PUSH3 .interieur { margin:10px 0px 0px 0px; padding:10px; background:url(images/push3_fondbas.gif) no-repeat 0 100%; }

.tpl_produitPhare p{
    color: #000000;
}

.tpl_produitPhare .produitPhareB {
    width: 100%;
    overflow: hidden;
}

.tpl_produitPhare  #ajouterPanier {
	color: #fff;
	display:block;
	width:68px;
	height:34px;
	background-image: url("images/photo-btn.png");
	float:right;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 34px;
	margin: 10px;
}

.tpl_produitPhare .produitPhareM img {
    margin: auto;
    display: block;
}

#tpl_panier p{
	padding-top:10px;
	display: block;
}
#tpl_panier .liste thead tr, #tpl_panier .liste tfoot tr {
	background-color: #ACC5DC;
}

#tpl_panier .liste td,#tpl_panier .liste th {
    padding: 0 5px;
}

#tpl_panier .liste tr.lignePanier {
	
}
#tpl_panier .liste tbody .alter1 {
    background-color: #EEEEF2;
}
#tpl_panier .liste tbody tr:hover {
	background-color: #D6D6E0;
}


#tpl_panier .liste {
  /*border-collapse:collapse;*/
  width:100%;
}

#tpl_panier .boutonPanier{
  display:block;
  margin-top: 15px;
}
#tpl_panier .voucherGauche{
  margin-top: 40px;
  display:block;
  float:left;
}
#tpl_panier .voucherGauche label{
  float:left;
  width:124px;
}
#tpl_panier .voucherGauche input{
 border:2px inset threedface;
}
#tpl_panier .voucherDroit{
  margin-top: 40px;
  display:block;
  float:right;
}

#produitPhareBtn:hover {
	text-decoration: underline;
}

#voucher{
  margin-top:40px;
}
#enteteVoucher p{
	display: inline;
}
#infoPanier{
	margin:0;
}
#enteteVoucher img{
	display:inline;
	padding-top: 5px;
}
#tpl_panier #voucher td{
  text-align:left;
}
/*#tpl_panier #destination{
  margin-left:109px;
}*/
#tpl_produitsListe .vignetteHaut {
	background: url("images/vignetteH.png") no-repeat top left;
    padding:1px 0 0 0;
}
#tpl_produitsListe .vignetteBas {
	background: url("images/vignetteB.png") no-repeat bottom left;
	padding: 0 1px 1px 1px;
    width:152px;
    height:152px;
}

#tpl_produitsListe .vignetteBas table {
	background: #FFF;
}

#tpl_produitsListe .vignetteBas img {
	display: block;
	margin: auto;
	vertical-align: middle;
}

#tpl_produitsListe h4 {
    margin: 0;
    font-size: 12px;
    padding: 2px;    
}

#tpl_produitsListe .marque {
    text-transform: uppercase;
    float: left;
    font-size: 12px;
}
#tpl_produitsListe .prix {
    font-size: 110%;
    font-weight: bold;
}

#tpl_produitsListe .cadre {
    height:150px;
    width:156px;
    margin-left:-9px;
    padding-left:6px;
    background-image: url("images/cadre.png");
	background-repeat: repeat-y;
}

#tpl_produitsListe .item {
	float:left;
	margin-top:20px;
    width:162px;
    margin-right: 18px;
}

#tpl_produitsListe .nouveaute {
  height:0;
  padding-left:159px;
  width:5px;
}

#tpl_produitsListe ul{
  margin:0;
  padding:0;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}


/*TPL PRODUIT*/
#tpl_produit{
	display:block;
}
#tpl_produit h3 {
    color: #3E647E;
	 font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
#logosProduit{
	float: left;
}
#texte {
	text-align:justify;
}

#cadreDroite {
	float:right;
	width: 210px;
	margin-left:10px;
}
#marque{
	clear: left;
}
#ajout{
	display:block;
	float:right;
}
#tpl_produit td {
	padding-right:54px;
    vertical-align: top;
}
#tpl_produit #ajouterPanier {
	background:transparent url(images/panier.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	float:right;
	margin:auto;
	padding:9px 10px 10px 36px;
	text-decoration:none;
	width:126px;
}
#tpl_produit .prix {
  display:block;
  text-align:right;
  font-size:25px;
}
/*TPL TRANCHEPRIX*/
#tpl_tranchePrix { margin:0 0 10px 0; }
#tpl_tranchePrix .haut {
  background: url("images/tranchePrixH.png") no-repeat top left;
  margin-top:12px;
  padding-top:6px;
}
#tpl_tranchePrix .bas {
  background: url("images/tranchePrixB.png") no-repeat bottom left;
  padding-bottom:12px;
  width: 100%;
  overflow: hidden;
}
#tpl_tranchePrix .corps {
  background: url("images/tranchePrixY.png") repeat-y left;
  margin:0;
}
#tpl_tranchePrix ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding-left: 2px;
  margin: 0;
}
#tpl_tranchePrix li {
  padding:5px 0 5px 10px;
  margin: 0px 0px 0px 5px;
  background: url("images/tranchePrix_puce.png") no-repeat left center;
}

#tpl_tranchePrix a {
    color: #051039;
    text-decoration: none;
    font-weight: bold;
}
#tpl_tranchePrix a:hover {
    color: #FF0000;
    text-decoration: none;
}
/*TPL VOUCHER*/
#tpl_voucher #voucherAImprimer{
  background-color:Black;
  margin:0;
  padding:0;
  position:relative;
  width:100%;
}
#tpl_voucher #voucherAImprimer img{
	width: 700px;
}
#tpl_voucher #voucherAImprimer #infoVoucher{
	background:transparent;
	color:#45596F;
	height:100px;
	left:450px;
	position:absolute;
	top:412px;
	width:225px;
	font-weight:bold;
}
#tpl_voucher #voucherAImprimer #infoVoucher .nom{
	font-size:15px;
}
#tpl_voucher #voucherAImprimer #infoVoucher .date{
	font-size:17px;
}
#tpl_voucher table tr.lignePanier {
	background-color: #ACC5DC;
	border: 1px solid white;
}
#tpl_voucher table tr.entete {
	color: red;
	font-size:15px;
}
#tpl_voucher table td {
	text-align: center;
}
#tpl_voucher .panierTab{
  border-collapse:collapse;
  width:100%;
}
#tpl_voucher #basVoucher{
  display:block;
  float:left;
  margin-top:15px;
}
#tpl_voucher #basVoucher a{
  text-decoration:none;
  color:white;
}
#tpl_voucher #basVoucher .condition{
  background-color:#7E859B;
  background-image:url(images/condition.png);
  background-repeat: no-repeat;
	background-position:left center;
  color:white;
  font-size:10px;
  font-weight:bold;
  border: 1px solid black;
  float:left;
  padding-left:20px;
  padding-right:10px;
}
#tpl_voucher #basVoucher .imprimer{
  background-color:#7E859B;
  background-image:url(images/imprimer.png);
  background-repeat: no-repeat;
	background-position:left center;
  margin-left:40px;
  color:white;
  font-size:10px;
  font-weight:bold;
  border: 1px solid black;
  float:left;
  padding-left:20px;
  padding-right:10px;
}
/* ===================================================================
 * OWNFRAME
 * =================================================================*/
#cover {
	display: block;
	z-index: 100;
	filter: alpha(Opacity = 85);
	opacity: .85;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	cursor: wait;
}

#ownFrame #closePopup {
	position: absolute;
	top: 0;
	right: 5px;
}


#ownFrame {
	overflow: hidden;
}
#ownFrame div#contenu {
	padding : 10px;
}

#documentPopup  {
    background: white url(images/fond_popup_g.png) no-repeat top left;
    padding-left: 11px; 
}

#documentPopup h2 {
    margin: 0 5px;
    padding-top: 0;
}

#documentPopup h2 .categorie {
    float: right;
    color: #83A5C1;
    font-size: 13px;
    font-weight: bold;   
    padding-top: 6px; 
}
#documentPopup .paragraphe {
    color: #4F4F4F;
}

#documentPopup #contenu {
    background: transparent url(images/fond_popup_d.png) no-repeat top right;
    padding: 27px 12px 10px 6px;
}

#documentPopup hr {
    height: 1px; 
    color: #DFE3E6; 
    background-color: #DFE3E6; 
    border: none;
}

/* ===================================================================
 * STYLE DE L'EDITEUR
 * =================================================================*/
.rouge {
    color: #DD0019 !important;
}

