﻿html {
	background-color: #CCCCCC;
    height: 100% !important;
    font-family: Tahoma, Verdana, Arial;
    font-size: 9pt;
}
body {
	margin: 0;
	padding: 0;
	border-width: 0;
    height: 100% !important;
}
.gradientHaut {
    background: -webkit-gradient(linear, center top, center bottom, from(#8CC63F),color-stop(100%, #39B54A));
	background: -webkit-linear-gradient(top,#8CC63F ,#39B54A 100%);
	background: -moz-linear-gradient(top,#8CC63F ,#39B54A 100%);
	background: -ms-linear-gradient(top,#8CC63F ,#39B54A 100%);
	background: -o-linear-gradient(top,#8CC63F ,#39B54A 100%);
	background: linear-gradient(to bottom,#8CC63F ,#39B54A 100%);
	-pie-background: linear-gradient(top,#8CC63F ,#39B54A 100%);
	border-style: none;
	border-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#8CC63F", endColorStr="#39B54A");
}
.gradientGrisFonce {
    border-style: none;
	border-color: transparent;
	background-color: #3c3c3c;
}
.gradientGrisPale {
	background: -webkit-gradient(linear, center top, center bottom, from(#999999),color-stop(100%, #CCCCCC));
	background: -webkit-linear-gradient(top,#999999 ,#CCCCCC 100%);
	background: -moz-linear-gradient(top,#999999 ,#CCCCCC 100%);
	background: -ms-linear-gradient(top,#999999 ,#CCCCCC 100%);
	background: -o-linear-gradient(top,#999999 ,#CCCCCC 100%);
	background: linear-gradient(to bottom,#999999 ,#CCCCCC 100%);
	-pie-background: linear-gradient(top,#999999 ,#CCCCCC 100%);
	border-style: none;
	border-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#999999", endColorStr="#CCCCCC");
}
.gradientBas
{
	background: -webkit-gradient(linear, center top, center bottom, from(#000000),color-stop(26%, #333333));
	background: -webkit-linear-gradient(top,#000000 ,#333333 26%);
	background: -moz-linear-gradient(top,#000000 ,#333333 26%);
	background: -ms-linear-gradient(top,#000000 ,#333333 26%);
	background: -o-linear-gradient(top,#000000 ,#333333 26%);
	background: linear-gradient(to bottom,#000000 ,#333333 26%);
	-pie-background: linear-gradient(top,#000000 ,#333333 26%);
	border-style: none;
	border-color: transparent;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#000000", endColorStr="#333333");
}
.white {
    color: white !important;
}
.Watermark {
    color: #A5A5A5 !important;
}
.buttonvert {
    background-color: #39a935 !important;
    background-image: none !important;
    border: 1px solid #39a935 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff !important;
}
.buttonvert:hover {
    background-color: #000000 !important;
    background-image: none !important;
    border: 1px solid #39a935 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}
.green {
    color: #39a935 !important;
}
.link {
    color: #39a935 !important;
}
.link:hover {
    color: #000000 !important;
}
.roundCorner {
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.roundCornerWithShadow {
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 3px #000;
    -webkit-box-shadow: 2px 2px 3px #000;
    box-shadow: 2px 2px 3px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#ffffff')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
    border: 1px solid #000000;
}
.ModalBackgroud
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.5;
}