@charset "utf-8";
/* CSS Document */

#bandeau_print{
	visibility:hidden;
	height:0;
}
a:active {
outline:none;
}
:focus {
-moz-outline-style:none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, blockquote, th, td 
{
	Margin: 0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
}
body{
	background-color:#800000;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 225px; 
	padding: 0 20px;
} 
.twoColFixLtHdr #footer {
	background-image: url(../images/footer_bkg.jpg);
	background-repeat: no-repeat;
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
	height: 60px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 10px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
}
.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
}
.twoColFixLtHdr #container {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(../images/back_body.jpg);
	background-repeat: repeat-y;
	padding-bottom: 15px;
	min-height:330px;
} 
#BandeauTop {
	background-image: url(../images/body_top.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 864px;
	margin-right: auto;
	margin-left: auto;
}

#Bandeau_fr {
	background-image: url(../images/bandeau_fr.jpg);
	
}
#Bandeau_uk {
	background-image: url(../images/bandeau_uk.jpg);
	
}
#Bandeau_fr,#Bandeau_uk {
	background-repeat: no-repeat;
	height: 120px;
	width: 864px;
	margin-right: auto;
	margin-left: auto;
}
#VertMenu {
	width: 170px;
	height: 120px;
	padding-left: 250px;
	position: relative;
	clear: left;
	float: left;
}

#menu{
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 814px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	padding-top: 0px;

}
.twoColFixLtHdr #sidebar1 {
	float: left; /* cet élément est flottant, il faut donc lui attribuer une largeur */
	width: 185px;
	padding: 15px;
}

.KT_tngtable{
	vertical-align: top;
	border-spacing:8px;


}
.KT_tngtable tr .KT_th label {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
}
h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #333;
	margin-bottom: 25px;
	margin-top: 0px;
	padding-top: 15px;
}
h2{
	font-size: 1.2em;
	margin-bottom:  0.8em;
}
h3{
	font-size: 14px;
	margin-bottom:  0.7em;
	font-family: Arial, Helvetica, sans-serif;

}
p,li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
p{
	margin-bottom: 1.2em;
	text-align: justify;
}
a.Lk1{
	color: #800000;
	text-decoration: underline;
}
a.Lk1:hover{
	color: #430D0D;
	text-decoration: none;
}
.coloured{
	color:#C30;
	font-variant:small-caps;
}
/****************************************Index*******************/

#IDXproduit #ColPhoto{
	float: left;
	width: 200px;
	margin-top: 15px;
	margin-right: 20px;

	
}
#IDXproduit #ColText{
	float: right;
	width: 350px;

}
#IDXproduit {
	float: left;
}

/****************************************Index*******************/


.listeBox {
	width: 520px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both;
	float: left;
	position: relative;
}
.PhotoVignet{
	width: 120px;
	float: left;
	
}
.listeBox .infosTxt{
	width: 400px;
	float: right;
	
}

 p.annee {
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;	
	
}

/**************************Clavier glossaire************************/

#lettrine {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 400%;
	color: #800000;
	padding-right: 30px;
}
#mainContent #clavier {
	font-family: Verdana, Geneva, sans-serif;
}
#clavier form a{
	background-color: #666;
	border: 1px solid #CCC;
	margin-left: 3px;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	line-height: 2em;

}
#clavier form a:hover{
	background-color: #CCC;
	border: 1px solid #999;
	padding: 1px 4px 2px;
	margin-left: 3px;
	color: #666;
	text-decoration: none;
}
#clavier form a:active{
	background-color: #900;
	border: 1px solid #999;
	padding: 1px 4px 2px;
	margin-left: 3px;
	color: #D6D6D6;
	text-decoration: none;
}


/**********/
#VertMenu ul {
	margin-top: 15px;
	margin-bottom: 0px;

}
#VertMenu li {
	color: #FFF;
	list-style-type: none;
	line-height: 1.8em;
}
#VertMenu li a{
	color: #CC9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}
#VertMenu li a:hover{
	color: #FFF;
}
p.ProduitEntete {
	color: #800000;
	font-size: 120%;
	margin-bottom:0px;
	padding-top: 12px;
}
.trait , .traitEpais{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #D6D6D6;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 8px;
}
.traitEpais{
	border-bottom-width: 2px;
}
li {
	list-style-position: inside;
	line-height: 1.5em;
}
#prodBox{
	width:180px;
	margin-bottom: 10px;
	text-align: center;
}
.auteur{
	color: #800000;
	font-weight: normal;
	font-style: italic;
}
#footer #contentG {
	float: left;
	width: 450px;
	position: relative;
	top: 40px;
	left: 15px;
}
#footer #contentD {
	float: right;
	width: 350px;
	position: relative;
	top: 40px;
	right: 12px;
	text-align: right;
	margin-right: 28px;
}
#footer p {
	font-size: 0.9em;
	color: #FFF;
	text-decoration:none
}
#footer a {

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

a.linkLvl1{
	color: #666;
	text-decoration: none;
	
}
a.linkLvl1:hover{
	color: #800000;
	
}
fieldset {
	padding: 15px;
	border: 1px solid #800000;
	margin-top: 12px;
	margin-bottom: 12px;
}
#BandeauTop #langues {
	width: 200px;
	height: 20px;
	margin-left: 235px;
	margin-top: 12px;
	float: left;
}
#BandeauTop #identification {
	float: right;
	width: 350px;
	margin-top: 12px;
	margin-right: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: right;
}
#identification a{
	color:#000;
	text-decoration:underline
}
#identification a:hover{
	color:#800;
	text-decoration:none
}
fieldset legend {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #800000;
}
/************************SIDE BAR MENU**************/



#menuSB ul li{
	color:#800000;
	display: block;
	width: 160px;
	height:30px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	list-style-type: disc;
}
#menuSB  li{
	color:#800000;
}

#menuSB ul li:hover{
	background-color: #CCC;
}

#menuSB li a{
	color:#800000;
	font-size: 115%;
	text-decoration: none;
	line-height: 1.5em;
	font-weight: bold;
}
#menuSB li a:hover{
	color:#800000;
	text-decoration: underline;
}
.prixPubTTC {
	color: #F60;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}
.prixBarre {
	text-decoration: line-through;
	color: #F90;
}
.TxtS{
	font-size: 80%;
	color: #333;	
}
.ViewTaoxreduc {
	color: #FFF;
	background-color: #F29200;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	font-weight: bold;
	width: auto;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.adressesBox {
	width: 233px;
	background-color: #E2E2E2;
	padding: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.adressesBox ul li{
	list-style-type: none;
	list-style-position: inside;
}
a.linkBut{
	text-decoration: none;
	color: #FFF;
	background-color: #69C;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	margin: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 70px;
	display: block;
	text-align: center;
}
a.linkBut:hover{
	color: #666;
	background-color: #CCC;
	border: 1px solid #666;
}
#ColPhoto #version {
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	padding-top: 10px;
}

.Taxreduc {
	background-color: #C30;
	font-size: 10px;
	width: 140px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
#langues a.langLink {
	font-size:9px;
	color: #800000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#langues a.langLink:hover{
	color: #CB9032;
}

a.voirLk{
	display: block;
	height: 17px;
	width: 17px;
	background-image: url(../images/ic_sprite.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.voirLk:hover{
	background-position: -17px 0px;
}

/*######################## AFFICHAGE ETATS COMMNANDES #############################*/


div.facture fieldset{
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	height: 180px;
	width: 235px;
}
div.facture fieldset legend{
	color: #999;
}

.livre{
	color:#090;
	font-weight:bold;
}
.attente{
	color:#F60;
	font-weight:bold;
}
.probleme{
	color:#C00;
	font-weight:bold;
}
.annule{
	color:#666;
	font-weight:bold;
	text-decoration: line-through;
}
input{
	padding:2px;
	}

a.print{
	background-image:url(../images/btn_print_sprt.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 26px;
	display: block;
	padding-left: 27px;
	padding-top: 8px;
	color: #666;
	text-decoration: none;
	background-position: 0px 0px;
}
a.print:hover{
	color: #000;
	text-decoration: underline;
	background-position: 0px -23px;
}

.KT_required{
	color:#F00;
}
#sidebar1 p {
	text-align: justify;
}

