﻿.modalBackground {
	background-color: Gray;
	/* filter et opacity est une propriété css3 non encore validée par le W3C */
	/* fonctionne sur tous les navigateurs modernes */
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modalBox {
	background-color : #f5f5f5;
	border-width: 3px;
	border-style: solid;
	border-color: #cd003a;
	padding: 3px;
}
.modalBox caption {
	background:#4c597f;
}
.caption 
{
    line-height:20px;
	background:#cd003a;
	color:#fff;
}
.modalPanelTitle td {
	padding: 3px;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(../images/window_titlebg.gif);
	cursor: pointer;
	color: black;
	font-family: Verdana;
	width: 100%;
	height: 30px;
	background-color: #4c597f;
}
.modalPanel {
	z-index: 500;
	width: 500px;
	border: solid 1px #275473;
	position: absolute;
	border-collapse: collapse;
	background-color: #f0faff;
}
.modalPanel td {
	vertical-align: top;
}
.modalPanel th {
	vertical-align: top;
}
.titleIcon {
	padding-right: 20px;
}
.titreModal
{
    	background-color: #cd003a;
    	color:#fff;
    	font-weight:bold;
    	font-size:13px;
        text-indent:10px;
        margin-bottom:5px;
}
