body, td, div, form {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.titre {
	font-size: 14pt;
}
.small {
	font-size: 10px;
	font-weight : normal;
}
.strike {
	color: red;
	text-decoration: line-through;
	font-style: italic;
}
.err{
	padding: 7px 2px 7px 2px;
	color: red;
	border: 1px solid lightgrey;
	text-align: center;
}

/* LINKS */
a:link, a:visited {
	color : #666666;
}
a:hover {
	color: silver;
}
a.menu:link, a.menu:visited {
	font-size: 8pt;
	text-decoration: none;
}
a.menu:hover {
	font-size: 8pt;
}
a.small, #navBar-right a {
	text-decoration: none;
}
/*#navBar-right a {
	font-weight: bold;
}*/

/* global layout : divs */
#background-layer {
	width: 98%;
	margin-left: 0;
	margin-right: 0;
}
#navBar-right {
	width : 167px;
	float : right;
	text-align: left;
}
#content {
	margin-right: 0;
	margin-left: 4px;
	text-align: left;
}
#navBar{
	float : left;
	width: 167px;
	text-align: left;
}
#search{
	float : right;
	width: 290px;
	text-align: right;
	padding-right: 15px;
}

/* SHAPES */
div.line, div.l, ul.menulist div {
	height: 1px;
	font-size: 1px;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: 1px dotted silver;
}
.box{
	margin: 3px 5px 0 0;
}
.pages {
	/*clear: all;*/
	padding-right: 0em;
	padding-left: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	/*font-size: 85%;*/
	margin: 2px;
}
.pages a, #first, div.bttn div {
	display: block;
	background: #ffffff;
	float: left;
	padding-right: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	margin-right: 0.1em;
	border: 1px solid white;
	text-decoration: none;
}
div.bttn div {
	cursor: hand;
	cursor: pointer;
	text-align: center;
}
input.bttn {
	background: #ffffff;
	float: left;
	margin-right: 0.1em;
	border: 1px solid white;
	text-decoration: none;
}

fieldset.destockage{
	border: 1px solid #CC3366;
}
legend.destockage, .destockage .strike{
	color: #CC3366;
}


input.silver, input.form{
	font-size: 8pt ;
	/*height: 11px;*/
	border: 1px solid silver;
}
select{
	font-size : 8pt ;
}
textarea{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color : #FFFFFF ;
	color : #000000 ;
	font-size : 10pt ;
	font-weight : normal ;
	border : 1px solid #003366;
}

