img
{
	border:0;
}

/*** MENUS ***/
ul.ballLinks
{
	padding:0;
	margin:0;
	list-style-type:none;
	height:30px;
	float:right;
}

ul.ballLinks li
{
	float:left; /*pour IE*/
}

ul.ballLinks li a
{
	padding:0;
	margin:0;
	display:block;
	float:left;   
	width:16px;
	height:30px;
	color:#000;
	font-size:12px;
	font-family:"Trebuchet MS", Arial;
	text-decoration:none;
	text-align:center;
	margin-left:3px;
	line-height:50px;
}

ul.ballLinks li a.ballOn
{
	background:url(../images/ballOn.png) top  no-repeat;
	cursor:default;
}

ul.ballLinks li a.ballOff
{
	background:url(../images/ballOff.png) top  no-repeat;
}

/* Main menu style sheet */
ul.mainMenu
{
	padding:0;
	margin:0;
	list-style-type:none;
	height:110px;
	width:1020px;
}

ul.mainMenu li
{
	float:left;
	vertical-align:text-top;
	padding:0;
	margin:0;
}

ul.mainMenu li a
{
	padding:0;
	margin:0;
	display:block;
	float:left;   
	width:140px;
	height:85px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	font-family:"Trebuchet MS", Arial;
	text-decoration:none;
	text-align:center;
	margin-top:15px;
}

ul.mainMenu li a.logo
{
	padding:0;
	margin:0;
	display:block;
	float:left;   
	width:240px;
	height:110px;
	text-decoration:none;
	text-align:left;
}

ul.mainMenu li a#menu_commandes
{
	background-image:url(../images/button_commandes.png);
}

ul.mainMenu li a#menu_commandesPermanentes
{
	background-image:url(../images/button_commandesPermanentes.png);
}

ul.mainMenu li a#menu_abonnements
{
	background-image:url(../images/button_abonnements.png);
}

ul.mainMenu li a#menu_situationComptable
{
	background-image:url(../images/button_situationComptable.png);
}

ul.mainMenu li a.menuOn
{
	background-position:bottom;
}

ul.mainMenu li a.menuOff:hover
{
	background-position:bottom;
}

ul.mainMenu li a.menuOn
{
	background-position:bottom;
	cursor:default;
}

ul#leftMenu
{
	padding:0;
	margin:0;
	margin-left:20px;
	color:#111;
	line-height:14px;
}

ul#leftMenu ul
{
	padding:0;
	margin:0;
	margin-left:15px;
	list-style-type:square;
	color:#111;
}

ul#leftMenu li
{
	margin-bottom:5px;
}

ul#leftMenu ul li
{
	margin-bottom:0;
	margin-top:5px;
}

ul#leftMenu li a
{
	color:#6b3e0c;
	color:#111;
	text-decoration:none;
	font-size:11pt;
	font-weight:bold;
}

ul#leftMenu li a span
{
	font-weight:normal;
	font-size:10pt;
	margin-left:4px;
	font-style:italic;
}

ul#leftMenu li.leftMenuOn,
ul#leftMenu li a.leftMenuOn
{
	color:#777;
	cursor:default;
}


ul#leftMenu li a:hover
{
	color:#777;
}

/*** INFOBULLES ***/
a.brownInfoPopup em,
a.brownInfoPopup2 em
{
    display:none;
    text-align:left;
}
a.brownInfoPopup:hover,
a.brownInfoPopup2:hover
{
    border: 0; 
    position: relative; 
    z-index: 500; 
    text-decoration:none;
}

a.brownInfoPopup:hover em {
    font-style: normal;
    font-size:10pt;
    display: block; 
    position: absolute; 
    top: 30px; 
    width:120px; 
    left:-95px; 
    padding: 5px 5px 5px 5px;
    color: #fff; 
    border: 2px solid #000; 
    background: #8e301a; 

}
a.brownInfoPopup:hover em span {
    position: absolute; 
    top: -7px; 
    left: 95px;
    height: 8px; 
    width: 11px; 
    background: transparent url(../images/brownInfoPopup.gif) no-repeat; 
    margin:0; 
    padding: 0; 
    border: 0;
}

a.brownInfoPopup2:hover em {
    font-style: normal;
    font-size:10pt;
    display: block; 
    position: absolute; 
    top: 30px;
    width:145px; 
    left:-115px; 
    padding: 5px 5px 5px 5px;
    color: #fff; 
    border: 2px solid #000; 
    background: #8e301a; 

}
a.brownInfoPopup2:hover em span {
    position: absolute; 
    top: -7px; 
    left: 115px;
    height: 8px; 
    width: 11px; 
    background: transparent url(../images/brownInfoPopup.gif) no-repeat; 
    margin:0; 
    padding: 0; 
    border: 0;
}


/*** PARAGRAPHES SPAN ***/
h1, h2, h3, h4, h5, img, p, li, td, span
{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial;
	font-size:12pt;
}


h3 {
	text-align:left;
	margin-top:15px;
	margin-left:10px;
}

p.footer
{
	color:#000;
	font-size:10pt;
	margin-top:3px;
	line-height:12px;
}

p.bold
{
	font-weight:bold;
}

span.label
{
	/*font-weight:bold;*/
	font-size:10pt;
}

p.searchFigures
{
	color:#a50021;
}

p.menuCategory
{
	border-bottom:1px solid #6b3e0c; 
	padding-bottom:4px;
	margin-bottom:4px;
	font-size:13pt;
	font-weight:bold;
	color:#111;
}

.darkBrownForm table td
{
	color:#fff;
}

p.errorMessage
{
	color:#a50021;
	font-size:14px;
}

.orangeText p
{
	font-size:12pt;
	text-align:justify;
	padding:3px 10px;
}

.orangeText ul,.orangeText li{
	text-align:justify;
}

p.title
{
	font-size:14pt;
	font-weight:bold;
	text-align:center;
	margin:5px 0;
	
}

p.helpText,
div.help li,
div.help td
{
	font-size:11pt;
}

p.helpText
{
	text-align:justify;
}

div.helpButton
{
	text-align:center;
	width:200px;
	display:block;
	margin-right:auto;
	margin-left:auto;
	margin-top:15px;
}

#userId p
{
	text-align:left;
	color:#605e00;
	color:#a50021;
	color:#444;
	font-size:10pt;
	font-weight:bold;
}

#footer p
{
	text-align:center;
	color:#444;
	font-size:11pt;
}

.searchCountResults p
{
	text-align:center;
	color:#444;
	font-size:10pt;
}

#footer p.smallFooter
{
	font-size:9pt;
}

span.detailValue
{
	font-size:11pt;
}

span.detailValue2
{
	font-size:10pt;
}

span.detailValueBig
{
	font-size:11pt;
	font-weight:bold;
}

span.detailValueRed
{
	font-size:11pt;
	color:#a50021;
}

span.detailValueWhite
{
	font-size:11pt;
	color:#fff;
}

span.detailLabel
{
	font-size:9pt;
}

span.errorMessage
{
	color:#a50021;
	font-size:10pt;
}

span.red
{
	color:#a50021;
}

/*** END PARAGRAPHS ***/

/*** FORMS ***/
form
{
	padding:0;
	margin:0;
}

input, select, textarea
{
	font-family:"Trebuchet MS", Arial;
	font-size:10pt;
}

div.formImage
{
	float:right;
}

input.search
{
	width:280px;
	border:1px solid #999;
	padding-left:2px;
	font-size:10pt;
	font-weight:normal;
}

input.submit, a.button
{
	padding:0 4px 0 4px;
	color:#444;
	background:#cfe477;
	border-top:1px solid #888;
	border-left:1px solid #888;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	font-weight:bold;
	font-size:13px;
}

a.button
{
	display:block;
	padding:2px;
	text-decoration:none;
	width:160px;
}

input.order
{
	font-size:9pt;
	line-height:12px;
	height:14px !important;
	height:18px;
	width:80px;
	padding-left:2px;
}

select.order
{
	font-size:9pt;
	line-height:12px;
	height:18px !important;
	height:18px;
}

input.trackref
{
	width:80px;
	border:1px solid #999;
	padding-left:2px;
	font-size:10pt;
	font-weight:normal;
}

input.trackdate
{
	width:30px;
	border:1px solid #999;
	padding-left:2px;
	font-size:10pt;
	font-weight:normal;
}
/*** ENF FORMS ***/

/*** TABLES ***/
table.formTable
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

table.formTable td
{
	text-align:left;
	font-size:10pt;
	font-weight:normal;
}

table.formTable td.formLabel
{
	text-align:right;
	padding-right:5px;
	font-weight:bold;
}

table.detailTable,
table.detailTablePlus
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

table.detailTablePlus
{
	border-collapse:collapse;	
}

table.detailTable 
{
	width:650px;
}

table.detailTablePlus td
{
	border:0;
	padding:8px 0 8px 4px;
}

table.detailTable td
{
	padding:0 0 0 8px;
}

table.detailTable td.right
{
	padding:0 8px 0 0;
}

table.results
{
	border:1px solid #999;
	text-align:center;
	width:100% !important;
	width:96%;
	border-collapse:collapse;
}

table.results2
{
	border:1px solid #999;
	text-align:center;
	border-collapse:collapse;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

table.results2 td
{
	border:1px solid #999;
	padding:1px;
	padding-left:3px;
}

table.pagination
{
	width:100% !important;
	width:96%;
	margin-left:auto;
	margin-right:auto;
}

table.pagination td
{
	padding:2px;
}

table.results td
{
	text-align:center;
	border:1px solid #999;
	padding:1px;
	font-size:10pt;
}

tr.oddLine
{
	background:#fafafa;
}

tr.evenLine
{
	background:#f1f1f1;
}

table.results td.num,
table.results2 td.num
{
	font-size:16px;
	font-weight:bold;
}

table.bookInfos
{
	width:99%;
	margin-left:auto;
	margin-right:auto;	
}

table.bookInfos td
{
	text-align:left;
	font-size:9pt;
	font-weight:normal;
	border:0;
	padding:0;
	margin:0;
}

tr.tableHeader td
{
	background:#8e301a;
	color:#fff;
	font-size:9pt;
	padding-left:4px;
}

/*** END TABLES ***/

/*** LIENS ***/
a.lienTable:visited,
a.lienTable:link
{
	/* color:#a50021; */
	color:#000;
}

a.lienTable:hover
{
	text-decoration:none;
}

a.whiteLink:visited,
a.whiteLink:link
{
	color:#fff;
}

a.whiteLink:hover
{
	text-decoration:none;
}

a.contactLink:visited,
a.contactLink:link
{
	color:#444;
	text-decoration:none;
}

a.contactLink:hover
{
	text-decoration:underline;
}

a.textLink:visited,
a.textLink:link
{
	color:#000;
}

a.textLink:hover
{
	text-decoration:none;
}

a.textLinkRed:visited,
a.textLinkRed:link
{
	color:#a50021;
	font-weight:bold;
}

a.textLinkRed:hover
{
	text-decoration:none;
}

img.translationLinks 
{
	float:left;
	margin-right:5px;
}
table.ordersInfos
{
	width:99%;
	margin-left:auto;
	margin-right:auto;	
}

table.ordersInfos td
{
	text-align:center;
	font-size:9pt;
	font-weight:normal;
	border:1;
	padding:0;
	margin:0;
}