﻿/* CSS Document */
body {
	font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
	font-weight: normal; 
	font-size: 11px;
	color: #333333;
	margin: 20px;
}
a:link, a:visited, a:active { 
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	}
a:hover{ 
	text-decoration: underline; 
	color: #FF0000;
}
.lienselected
{
	font-weight: bold;
	text-decoration: none; 
}



.divSmenu{
	padding-left: 15px;
}
#divcontenu {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.tableproduits{
	font-family: Trebuchet MS;
	font-weight: normal; 
	font-size: 11px;
	color: #333333;
	/*text-align:center;*/
}

.titrelegende{
	font-family: Trebuchet MS;
	font-weight: bold; 
	font-size: 11px;
	color: #3A7ADA;
}
.textetahoma{
	font-family: Trebuchet MS;
	font-weight: normal; 
	font-size: 11px;
	color: #333333;
}
.ActionMsg {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #FF0000;
	font-weight: bold; 
}

h3, h4, h5, h6{
	margin:0;
}

.errorInput{
	border:1px solid red;
	background-color:#FCABB9;
}

.inputEnvoi{
	color:#3A7ADA;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	border:1px dotted #78c32e;
	background-color:#DCf3c2;
}

.msgInfo{
	padding:5px;
	margin:3px;
	text-align:center;
	font-family:"Trebuchet MS", Arial;
	font-size:11px;
	font-weight:bold;
	color:#3A7ADA;
	border:1px dotted #78c32e;
	background-color:#DCf3c2;
}

.msgOk{
	padding:5px;
	margin:3px;
	text-align:center;
	font-family:"Trebuchet MS", Arial;
	font-size:11px;
	font-weight:bold;
	color:#448E31;
	border:1px dotted #448E31;
	background-color:#D1F9B9;
}

.msgError{
	padding:5px;
	margin:3px;
	text-align:center;
	font-family:"Trebuchet MS", Arial;
	font-size:11px;
	font-weight:bold;
	color:#B00F0F;
	border:1px dotted #B00F0F;
	background-color:#FFC1C1;
}


.menu {
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.menu img {
	border: 0px;
	vertical-align: middle;
}
.menu a {
	color: #333;
	text-decoration: none;
}
.menu a.node, .menu a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.menu a.node:hover, .menu a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.menu a.nodeSel {
	background-color: #DCf3c2;
}
.menu .clip {
	overflow: hidden;
}

.pdfTre12b {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
}
.pdfTre10 {
	font-family:"Trebuchet MS";
	font-size:10px;
}
.pdfTre10bi {
	font-family:"Trebuchet MS";
	font-size:10px;
	font-weight:bold;
	font-style:italic;
}