/* CSS Document */
@import "../../../img/styles.css";

* {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 	font-size: 10.5pt;
}

body {
  background-color:white;
}
#page {
	background: White url(p_haut.jpg) no-repeat top center;
	border: 1px gray solid;
	width:1000px;
}
#header {
	height: 220px;
	width:1000px;
}
#body {
	background-color: transparent;
}
#footer {
	background: transparent url(p_bas.jpg) no-repeat top center;
	height: 34px;
	width:1000px;
	padding-top:20px;
	font-size:8pt;
}
#footer table td {
	font-size:8pt;
}

/* Menu Système */
#MenuSysteme {
	width: 400px;
	color: black;
	padding-right: 8px;
}
#MenuSysteme a {
	text-decoration:none;
	color:black;
	font-size:smaller;
}
/* Colonnes de page */
#colg {
	width: 200px;
}
#colc {
	padding: 8px;
	border: 1px silver solid;
}
#cold {
	width: 200px;
}

/* Box */
.box{
	width: 180px;
	background:url(bte_B.jpg) top center repeat-y;
}
.box a {
	text-decoration: none;
	display:block;
}
.box thead th {
	text-align:left;
	height:57px;
	background:url(bte_A.jpg) top center no-repeat;
	padding-top: 32px;
	padding-left: 4px;
}
.box tbody td {
	padding-left: 4px;
}
.box tfoot th {
	height:17px;
	background:url(bte_C.jpg) top center no-repeat;
}
.box thead th a{
	color: black;
	text-decoration: none;
}
.box ul {
	padding: 0px 16px ;
	margin:0px;
}

/* Box Large */
.box_large{
	width: 100%;
	border: none;
	margin: 8px 0px;
}
.box_large thead th {
	border-bottom: 1px dotted gray;
	text-align:left;
}
.box_large thead th a{
	color: black;
	text-decoration: none;
}
.box_large ul {
	padding: 0px 16px ;
	margin:0px;
}

/* Boites speciales */
#boxSpecialsV marquee {
	width:90%;
	height: 80px;
}

/* Articles spéciaux */
#MenuV #art59 a {
	color:red;
}
#demo {
	font-size: smaller;
	margin: 20px;
}
