﻿body, html
{
	height:100%;
	margin:0;
	padding:0;
	/*overflow: hidden;*/
}

.modalPopup
{
    border: 1px solid #000000;
    background-color: #FFFFFF;
}

.Msgtext
{
    color: Black;
    font-family: verdana;
    font-size: 10px;
}

.modalBackgroundBlack
{
	background-color:#000000;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalBackgroundWhite
{
	background-color:#FFFFFF;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.PopupTitle
{
    color: white;
    background-color: #048fff;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}

.ButtonGreen
{
	background-image:url(/img/Bouton.png);
	border:0px ;
	font-size: 13px ;
	font-weight: bold ;
	width: 107px ;
	height: 28px ;
	cursor:pointer ;
	color:Black ;
	background-color:Transparent;
}

.ButtonLarge
{
	background-image:url(/img/ButtonLarge.png);
	border:0px ;
	font-size: 13px ;
	width: 150px ;
	height: 28px ;
	cursor:pointer ;
	color:Black ;
	background-color:Transparent;
}

.ButtonOrder
{
	background-image:url(/img/ButtonOrder.png);
	border:0px ;
	font-size: 14px ;
	font-weight: bolder ;
	width: 137px ;
	height: 34px ;
	cursor:pointer ;
	color:Black ;
	background-color:Transparent;
}

.ButtonLittle
{
	background-image:url(/img/ButtonLittle.png);
	border:0px ;
	font-size: 11px ;
	font-weight: bold ;
	width: 45px ;
	height: 18px ;
	cursor:pointer ;
	color:Black ;
	background-color:Transparent;
}

.ButtonMiddle
{
	background-image:url(/img/ButtonMiddle.png);
	border:0px ;
	font-size: 11px ;
	width: 80px ;
	height: 26px ;
	cursor:pointer ;
	color:Black ;
	background-color:Transparent;
}

.ButtonRouge
{
	background-image:url(/img/Annuler.png);
	border:0px ;
	font-size: 13px ;
	font-weight: bold ;
	width: 107px ;
	height: 28px ;
	cursor:pointer ;
	color:Black ;
	background-color:Transparent;
}

.BoutonProduct
{
	background-image:url(/img/Bouton60.png);
	border:0px ;
	font-size: 11px ;
	width: 60px ;
	height: 21px ;
	cursor:pointer ;
	color:#000000 ;
	background-color:Transparent;
}

.Mandatory
{
	background-color: #FFFFCC;
	padding:4px 4px 4px 8px;
	border: 1px solid #999999;
	font-family: Verdana;
    font-size: 10px;
}

.divUnderground
{
    background-image:url('/img/bg.jpg') ;
	background-position:center;
}

h1
{
    margin: 0px;
    color: #000000;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
}

h2
{
    margin: 0px;
    color: #000000;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
}

h3
{
    margin: 0px;
    color: #000000;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}

.RollOverItem, a.RollOverItem:hover
{
    background-color:#000000;
    width:127px;
    height:226px;
    padding:20px;
    display:none;
	color: #FFFFFF;
	font: 10px Verdana;
	filter:alpha(opacity=60);
	opacity:0.60;
	cursor:pointer;
}

.CustomValidator {z-index:10002 !important;}
.CustomValidator div {border:solid 1px #666666;background-color:LemonChiffon; position:relative;}
.CustomValidator td {border:solid 1px #666666;background-color:LemonChiffon;}
.CustomValidator .ajax__validatorcallout_popup_table {display:none;border:none;background-color:transparent;padding:0px;}
.CustomValidator .ajax__validatorcallout_popup_table_row {vertical-align:top;height:100%;background-color:transparent;padding:0px;}
.CustomValidator .ajax__validatorcallout_callout_cell {width:20px;height:100%;text-align:right;vertical-align:top;border:none;background-color:transparent;padding:0px;}
.CustomValidator .ajax__validatorcallout_callout_table {height:100%;border:none;background-color:transparent;padding:0px;}
.CustomValidator .ajax__validatorcallout_callout_table_row {background-color:transparent;padding:0px;}
.CustomValidator .ajax__validatorcallout_callout_arrow_cell {padding:8px 0px 0px 0px;text-align:right;vertical-align:top;font-size:1px;border:none;background-color:transparent;}
.CustomValidator .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv {font-size:1px;position:relative;left:1px;border-bottom:none;border-right:none;border-left:none;width:15px;background-color:transparent;padding:0px;}
.CustomValidator .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div {height:1px;overflow:hidden;border-top:none;border-bottom:none;border-right:none;padding:0px;margin-left:auto;}
.CustomValidator .ajax__validatorcallout_error_message_cell {font-family:Verdana;font-size:10px;padding:10px 0px 10px 5px;border-right:none;border-left:none;width:100%;}
.CustomValidator .ajax__validatorcallout_icon_cell {width:20px;padding:10px;border-right:none;}
.CustomValidator .ajax__validatorcallout_close_button_cell {vertical-align:top;padding:0px;text-align:right;border-left:none;}
.CustomValidator .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv {border:none;text-align:center;width:10px;padding:2px;cursor:pointer;}
