body
{
	background-image: url('./images/background.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p
{
	text-align: justify;
}
.horizontalMenu a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	border: none;
	color: black;
}
.horizontalMenu a:hover
{
	color: rgb (153, 0, 2);
}
a
{
	color: rgb(153, 0, 2);
	text-decoration: none;
	border-bottom: 1px dotted rgb(153, 0, 2);
}
a:hover
{
	color: rgb(153, 0, 2);
	text-decoration: none;
	border-bottom: none;
}
label
{
	float: left;
	width: 150px;
}
label:hover
{
	cursor: pointer;
}
#pageHeader
{
	width: 1100px;
	margin: auto;
}
#pageHeader a
{
	border: none;
}
#pageContent
{
	width: 1000px;
	margin: auto;
}
#pageContent p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img
{
	border: none;
}
.pCenter
{
	text-align: center;
}
.pJustify
{
	text-align: justify;
}
.horizontalMenu
{
	text-align: center;
}
.titresRougesCentre
{
	text-align: center;
	color: rgb(153, 0, 0);
}
.titresNoirsMargeGauche
{
	margin-left: 50px;
}
.titresNoirsCentre
{
	text-align: center;
}

/* Publications */
.publications .leftCellPublications
{
	min-height: 100px;
	min-width: 70px;
	vertical-align: top;
	text-align: center;
	padding-right: 10px;
	font-size: 12px;
}
.publications .leftCellPublications a
{
	border: none;
}
.publications .collectionNB
{
	color: rgb(153, 0, 0);
	font-weight: bold;
}

/* Détails publications */
#pDetailsTable
{
	border-collapse: collapse;
}
.ongletTable, .ongletTable_active
{
	height: 16px;
	width: 120px;
}
.ongletTable
{
	border: 1px solid black;
	border-left: none;
}
.ongletTable_active
{
	background-image: url(./images/degrade.png);
	background-position: right;
	background-repeat: repeat-y;
	background-color: rgb(153, 0, 0);
	color: rgb(244, 244, 225);
}
.ongletTable:hover
{
	cursor: pointer;
}
/* Panier */
#tablePanier
{
	width: 100%;
	border-collapse: collapse;
}
#tablePanier th
{
	background-color: rgb(153, 0, 2);
	color: rgb(244, 244, 225);
}
#tablePanier td, #tablePanier th
{
	border: 1px solid black;
	padding: 0px 5px 0px 5px;
	text-align: center;
}

/* Log */
#logTable
{
	margin: auto;
	margin-top: 100px;
	width: 400px;
	border-collapse: collapse;
}
#logTable td, #logTable th
{
	border: 1px solid black;
	text-align: center;
}
#logTable th
{
	background-color: rgb(153, 0, 2);
	color: rgb(244, 244, 225);
}

/* Admin */
	/* Home */
#adminHomeTable
{
	width: 100%;
	border-collapse: collapse;
}
#adminHomeTable td, #adminHomeTable th
{
	border: 1px solid black;
}
#adminHomeTable td
{
	padding-left: 10px;
	visibility: hidden;
	text-align: center;
}
#adminHomeTable th:hover
{
	cursor: pointer;
}
#adminHomeTable td:hover
{
	cursor: pointer;
	background-color: rgb(224, 135, 136);
}
#adminHomeTable th img
{
	width: 75px;
}
	/* Publications */
.tableAdmin
{
	border-collapse: collapse;
}
.tableAdmin th
{
	border: 1px solid black;
	background-color: rgb(153, 0, 0);
	color: rgb(244, 244, 225);
}
.tableAdmin .adminTrRouge
{
	background-color: rgb(224, 135, 136);
}
.tableAdmin td
{
	border: 1px solid black;
	padding: 2px 3px 2px 3px;
}
	/* Liste des commandes */
#ordersListTable
{
	border-collapse: collapse;
	width: 100%;
}
#ordersListTable .applyHover:hover
{
	background-color: rgb(224, 135, 136);
}
#ordersListTable th
{
	border: 1px solid black;
	padding: 2px 3px 2px 3px;
}
#ordersListTable td
{
	border: 1px solid black;
	padding: 2px 3px 2px 3px;
	text-align: center;
}
	/* Détails des commandes */
#orderDetails
{
	width: 100%;
	border-collapse: collapse;
}
#orderDetails td
{
}


/* Propre aux documents Word exportés */

