body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin:0px;
	background-color:#e2e2e2;
	
	scrollbar-face-color: #D6E8E9;
	scrollbar-shadow-color: #338099;
	scrollbar-highlight-color: #57A5BE;
	scrollbar-3dlight-color: #e2e2e2;
	scrollbar-darkshadow-color: #e2e2e2;
	scrollbar-track-color: #e2e2e2;
	scrollbar-arrow-color: #0066CC;
}
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;	
}
.td-vert{
	color: #006600;
}
.td-red{
	color: #990000;
}
.td-orange{
	color: #FF9900;
}
.td-bleu{
	color: #6699CC;
}
a:link {
	color: #6699CC;
	text-decoration: none;	
}
a:visited {
	color: #6699CC;
	text-decoration: none;  
}
a:hover {
	color: #0066CC;
	text-decoration:underline;
}
a:active {
	color: #6699CC;
	text-decoration: none;	
}
.menu {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
a.menu {
    color: #666666;
  	text-decoration: none;	
}
a.menu:visited {
    color: #666666;
}
a.menu:hover {
	color: #6699CC;
	text-decoration: none;
}
a.menu:active {
	color: #666666;
}
.link-vert {
	color: #006600;
}
a.link-vert {
    color: #006600;
  	text-decoration: none;	
}
a.link-vert:visited {
    color: #006600;
}
a.link-vert:hover {
	color: #006600;
	text-decoration: underline;
}
a.link-vert:active {
	color: #006600;
}
.link-red {
	color: #990000;
}
a.link-red {
    color: #990000;
  	text-decoration: none;	
}
a.link-red:visited {
    color: #990000;
}
a.link-red:hover {
	color: #990000;
	text-decoration: underline;
}
a.link-red:active {
	color: #990000;
}
.link-orange {
	color: #FF9900;
}
a.link-orange {
    color: #FF9900;
  	text-decoration: none;	
}
a.link-orange:visited {
    color: #FF9900;
}
a.link-orange:hover {
	color: #FF9900;
	text-decoration: underline;
}
a.link-orange:active {
	color: #FF9900;
}
.small-9 {
	font-size: 9px;
}
.small-9-just {
	font-size: 9px;
	text-align: justify;
}
.small-8-just {
	font-size: 8px;
	text-align: justify;
}
.mediu-12 {
	font-size: 12px;
}
td.mediu-12{
	text-align: justify;
}
.big-18 {
	font-size: 18px;
	color:#006600;
}

.big-16-blue {
	font-size: 16px;
	color:#6699CC;
	font-weight:bold;
}

.xbig-24 {
	font-size: 24px;
}
.titre {
	font-size: 12px;
	font-weight:bold;
}
.titre-vert {
	font-size: 12px;
	color:#006600;
	font-weight:bold;
}
.titre-rouge {
	font-size: 12px;
	color:#990000;
	font-weight:bold;
}
.titre-bleu {
	font-size: 12px;
	color:#6699CC;
	font-weight:bold;
}

.titre-orange {
	font-size: 12px;
	color:#FF9900;
	font-weight:bold;
}

hr {
	color:#CCCCCC;
	height: 1px;
	width: 90%;
}
.border-all {
	border: 1px solid #999999;
}
.border-right {
	border-right: 1px dashed #CCCCCC;
	text-align: justify;
}

.border-left {
	border-left: 1px dashed #CCCCCC;
	text-align: justify;
}

.border-top {
	border-top: 1px dashed #CCCCCC;
	text-align: justify;
}
.border-bottom {
	border-bottom: 1px dashed #CCCCCC;
	text-align: justify;
}

.justified {
	text-align: justify;
}
li {
	list-style-position: outside;
	list-style-image: url(images/bullet-arrow-orange.jpg);
	list-style-type: square;
}
.input-text {
	width: 100px; 
	border: #CCCCCC 1px solid; 
	font-size: 10px; 
	background-color: #FFFFFF;
}
.input-textarea {
	border: #CCCCCC 1px solid; 
	font-size: 12px; 
	width: 200px; 
	background-color: #F5F7F0;
	padding: 5px;	
}

select{
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
}

input{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
}

.checkbox
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 0px;
}

.input-button-image{
	background-color: #FFFFFF;
	border: 0px;
}
.input-login{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.input-button-image-login{
	background-color: #F8F8F8;
	border: 0px;
}
textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #333333;
	border: 1px solid #CCCCCC;
}

.logo-vert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
}
.logo-noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.logo-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6699CC;
}

