body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#page
{
	width: 922px;
	margin: 0 auto;
    position: relative;
}
#upfront-page
{
	position: absolute;
	z-index:10;
	width: 677px;
	top:0px;
	margin: 0 118px auto 122px;
}
#upfront-shadow
{
	background: transparent url('images/shadow.png') repeat-y top center;
}
#upfront-content
{
	margin: 0 4px;
}
#banner
{
	width: 668px;
	height: 96px;
	background: transparent url('images/banner.jpg');
}
#menu
{
	background: transparent url('images/menu.jpg') repeat-x top left;
	width: 668px;
	height: 15px;
}
#lst-menu
{
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#lst-menu li
{
	float: left;
	padding-left: 5px;
}
#lst-menu a
{
	text-decoration: none;
	color: #000;
}
#lst-menu a:hover
{
	color: #EB6700;
}
#lst-menu #home a
{
	text-decoration: none;
	color: #EB6700;
}
#lst-menu #home a:hover
{
	color: #000;
}
#presentation
{
	width: 668px;
	height: 251px;
	background: transparent url('images/degrade-vert.jpg') repeat-y top center;
	text-align: center;
	border-bottom: solid 13px #ccc;
}
#content
{
	height: auto;
	padding: 10px 25px;
	z-index: 95;
}
#content-bottom
{
	background: transparent url('images/shadow-bottom.png') no-repeat bottom center;
	height: 15px;
}
#search-panel
{
	width: 125px;
	padding: 5px 5px 5px 0px;
	float: left;
}
#lst-search-panel
{
	list-style-type: square;
	list-style-position: outside;
	margin: 0;
	margin-left: 30px;
	padding: 0;
}
#search-field
{
	padding: 5px 10px;
	margin: 0;
	background-color: #ececec;
	width: 125px;
}
#login
{
	width: 90px;
	float: right;
	padding: 5px 5px 0 5px;
	text-align: left;
}
#lst-login
{
	list-style-type: square;
	list-style-position: outside;
	margin: 0; margin-left: 10px;
	padding: 0;
}
#tags
{
	width: 90px;
	float: left;
	padding: 30px 5px 0 5px;
	color: #fff;
}
#tags a, #links a
{
    color: #fff;
}
#search-panel a
{
    color: #000;
}
#tags a, #corporatif a, #links a, #fast-search a, #search-panel a
{
    text-decoration: none;
}
#tags a:hover, #corporatif a:hover, #links a:hover, #fast-search a:hover, #search-panel a:hover
{
    text-decoration: underline;
}
#tags ul
{
	font-weight: bold;
}
#tags ul, #corporatif ul
{
	list-style-type: square;
	list-style-position: outside;
	margin: 0;
	margin-left: 15px;
	padding: 0;
}
#corporatif
{
	width: 96px;
	float: left;
	padding: 10px 0 0 10px;
}
#corporatif a, #fast-search a
{
    color: #000;
}
#links
{
	width: 112px;
	float: right;
	padding: 30px 5px 0 10px;
	color: #fff;
}
#links ul
{
	font-weight: bold;
}
#links ul, #fast-search ul
{
	list-style-type: square;
	list-style-position: outside;
	margin: 0;
	margin-left: 10px;
	padding: 0;
}
#fast-search
{
	width: 112px;
	float: right;
	padding: 10px 5px 0 10px;
}
#bande-orange
{
	height: 279px;
	width: 100%;
	background: transparent url('images/degrade-orange.jpg') repeat-x top left;
}
#bande-grise
{
	height: 134px;
	width: 100%;
	background: transparent url('images/degrade-gris.jpg') repeat-x top left;
}
fieldset
{
    margin: 0;
    border: solid 1px #9f9f9f;
    background-color: #dcdcdc;
    position: relative;
    top: 1em;
    padding: 0 0.5em 1em 0.5em;
    width: 500px;
}
legend
{
    font-weight: bold;
    position: relative;
    top: -1em;
    padding: 0.4em;
    border: solid 1px #9f9f9f;
    background-color: #fff;
}
h1, .h1
{
    font-size: 1.5em;
    font-weight: bold;
    margin:0;
    padding:0;
}
h2
{
    font-size: 1.2em;
    font-weight: bold;
    margin:0;
    padding:0;
}
.clear
{   clear: both;
    visibility: hidden;
    height:0px;
}
.basketView tr th
{
    text-align: left;
    background-color: #fff;
    text-transform:uppercase;
}
.green-text
{
    color:#7fa942;
}
.orange-text
{
    color: #eb6700;
}
.basketView tr td
{
    vertical-align: top;
    border: solid 2px #fff;
    border-left: none;
    border-right: none;
}
.basketView
{
    background: transparent url('images/basketGradient.jpg') repeat-y top right;
}
/*input
{
    border: solid 1px #9f9f9f;
    background-color: #fff;
}
input:hover
{
    background-color: #9f9f9f;
}*/

#articles
{
    list-style-type: none;
    float: left;
    text-align: left;
    padding: 0;
    margin: 0;
    width: 100%;
    border-top: solid 1px #eb6700;
}
#articles li
{
    float: left;
    width: 140px;
    margin: 5px;
    text-align: center;
    font-weight: bold;
    height: 220px;
}
#articles li #UID
{
    color: #99cc00;
}
#articles li #title
{
    color: #666;
}
#articles li #price
{
    color: #cc0000;
}
#article-details
{
    text-align: right;
    float: right;
}
#article-details p
{
    margin: 0;
    text-align: left;
    width: 230px;
    color: #eb6700;
    font-size: 14px;
    font-weight: bold;
}
#article-description
{
    background: transparent url('images/article-decription-middle.jpg') repeat-y top left;
    width: 250px;
    margin: 5px;
	padding-right: 30px;
}
#article-description-middle
{
    margin: 0;
    padding: 0 15px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}
#article-description-top
{
    background: transparent url('images/article-decription-top-middle.jpg') repeat-y top left;
    width: 250px;
    padding: 5px 20px 5px 15px;
    padding-top: 10px;
    text-align: center;
    color: #eb6700;
    font-size: 14px;
    font-weight:lighter;
}
#article-decription-top-border
{
    background: transparent url('images/article-decription-top-border.jpg') no-repeat top left;
    width: 250px;
    height: 9px;
}
#article-decription-top-botom-border
{
    background: transparent url('images/article-decription-top-bottom-border.jpg') no-repeat top left;
    width: 250px;
    height: 8px;
}
#article-description-top h1
{
    font-size: 16px;
    font-weight: bold;
}
#article-description-bottom
{
    background: transparent url('images/article-description-bottom.jpg') no-repeat top left;
    width: 250px;
    height: 9px;
}
#navigation
{
    text-align: left;
    width: 100%;
    color: #eb6700;
    margin-bottom: 0px;
    font-weight: bold;
}
#navigation .titre
{
    font-size: 18px;
    font-weight: bold;
}
.brownish
{
    color: #5C3931;
}
.brownish a
{
    color: #5C3931;
    text-decoration: none;
}
.brownish a:hover
{
    text-decoration: underline;
}
.solutionweb
{
    color: #000;
    text-decoration: none;
    font-size: 10px;
}
.solutionweb:hover
{
    color: #EB6700;
}
img
{
    border: none;
}
/* Menu Dreamweaver */
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
.clients-header
{
    background: #9AC431 url('images/table-header.jpg') repeat-x bottom left;
    color: #000;
    font-weight: bold;
    padding: 5px 10px;
}
.clients-content
{
    padding: 0 10px;
}
.clients-border
{
   border: solid 1px #9AC431; 
}
.alternate-clients-header
{
    background: #9AC431 url('images/table-header-orange.jpg') repeat-x top left;
    color: #000;
    font-weight: bold;
    padding: 5px 10px;
    border: solid 1px #9AC431;
}
.alternate-clients-content
{
    border: solid 1px #9AC431;
}
#fixedUpwardLink
{
    width: 100%;
    text-align: left;
    z-index: 99;
}

#MMMenuContainer0904134852_1 {
/* Needed -- This ID is related to the master menu div for menu MMMenuContainer0904134852_1 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:510px;
	top:420px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0904134852_1 {
/* Needed -- This class defines things about menu MMMenu0904134852_1's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#20780d;
	border:1px solid #20780d;
	width:93px;
	height:95px;
}

.MMMIFVStyleMMMenu0904134852_1 {
/* Needed -- This class determines the general characteristics of the menu items in menu MMMenu0904134852_1 */
	border:1px solid #ffffff;
	width:85px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:85px;
	height:17px;
}

#ctl00_ContentPlaceHolder1_perPage8LinkButton {
/* Unique ID for item 0 of menu MMMenu0904134852_1 so we can set its position */
	left:0px;
	top:0px;
}

#ctl00_ContentPlaceHolder1_perPage12LinkButton {
/* Unique ID for item 1 of menu MMMenu0904134852_1 so we can set its position */
	left:0px;
	top:24px;
}

#ctl00_ContentPlaceHolder1_perPage16LinkButton {
/* Unique ID for item 2 of menu MMMenu0904134852_1 so we can set its position */
	left:0px;
	top:47px;
}

#ctl00_ContentPlaceHolder1_perPageTousLinkButton {
/* Unique ID for item 3 of menu MMMenu0904134852_1 so we can set its position */
	left:0px;
	top:70px;
}

#MMMenuContainer0904134852_1 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0904134852_1 a {
/* Controls the general apperance for menu MMMenuContainer0904134852_1's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#89b137;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0904134852_1 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0904134852_1 */
	color:#ffffff;
	background-color:#20780d;
}
