/**
 * 
 * @version $Revision $
 * @cvs $id $
 */
 
body {
	background-color: #ECE9D8;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454544;
	font-style: normal;
}
/*------------------------------------------------------------------------------------*/
p,div,table,td {}
p{
	margin-top:4px;
	margin-bottom:4px;
}
table {	border-collapse: collapse;}
img {	border: 0px;}
.trigger{	cursor: pointer;}

/*------------------------------------------------------------------------------------*/
a:link {		color: #000000; font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-decoration: underline; }
a:visited {	color: #000000; font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-decoration: underline; }
a:hover {	color: #000000; font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-decoration: none;}
a:active {	color: #000000; font-family: Verdana,Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-decoration: none;}

a.altairSignature:link, a.altairSignature:visited, a.altairSignature:hover, a.altairSignature:active{ color:#CEC8C8;}

/*------------------------------------------------------------------------------------*/
a.simpleFormLink, a.formLink{
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 16px;
	background-repeat: no-repeat;
}

a.simpleFormLink{		 padding-left: 0px;}
a.formLink{				background-image : url(../images/img.php?file=icons/bullet_go.png);}
a.formLinkMoveRight{	background-image : url(../images/img.php?file=icons/bullet_arrow_right.png);}
a.formLinkMoveLeft{		background-image : url(../images/img.php?file=icons/bullet_arrow_left.png);}
a.formLinkMoveUp{		background-image : url(../images/img.php?file=icons/bullet_arrow_up.png);}
a.formLinkMoveDown{		background-image : url(../images/img.php?file=icons/bullet_arrow_down.png);}
a.formLinkMoveEnd{		background-image : url(../images/img.php?file=icons/bullet_arrow_end.png);}
a.formLinkMoveStart{	background-image : url(../images/img.php?file=icons/bullet_arrow_start.png);}
a.formLinkAdd{			background-image : url(../images/img.php?file=icons/bullet_add.png);}
a.formLinkSave{			background-image : url(../images/img.php?file=icons/bullet_disk.png);}
a.formLinkDelete{		background-image : url(../images/img.php?file=icons/bullet_delete.png);}
a.formLinkModify{		background-image : url(../images/img.php?file=icons/bullet_wrench.png);}

/*------------------------------------------------------------------------------------*/
input.button {
	width: 91px;
	height: 21px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #292929;
	border: 0px solid;
	background-color: #ffffff;
	background-image : url(../images/img.php?file=design/webadmin/winXP/btnDefault.gif);
	cursor: pointer;
}

input.buttonAdd {		background-image : url(../images/img.php?file=design/webadmin/winXP/btnAdd.gif);}
input.buttonCancel {		background-image : url(../images/img.php?file=design/webadmin/winXP/btnCancel.gif);}
input.buttonDelete {		background-image : url(../images/img.php?file=design/webadmin/winXP/btnDelete.gif);}
input.buttonValidate {	background-image : url(../images/img.php?file=design/webadmin/winXP/btnValidate.gif);}

input.iconButton{
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	text-decoration: none;
}

input.iconButtonDelete{	background-image : url(../images/img.php?file=icons/delete.gif);}
input.iconButtonUpdate{	background-image : url(../images/img.php?file=icons/pencil.png);}

input.file {
	height: 17px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px inset;
	color: #666666;
}


input.text, input.shortText, input.middleText, input.longText, span.fakeInput {
	height: 17px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px inset;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-left: 2px;
}

textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px inset;
	padding-left: 2px;
	height: 100px;
}

select {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px inset;
}

label{
	position: relative;
	top: -3px;
	text-align: right;
	margin-right: 5px;
}

label.block{
	position: relative;
	top: 4px;
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	vertical-align: bottom;
	margin-right: 5px;
}

span.fakeInput{
	display: block;
	float: left;
	text-align: left;
	background-color: #ffffff;
}

input.shortText, textarea.shortText, select.shortText, span.shortText { width: 150px;}
input.middleText, textarea.middleText, select.middleText, span.middleText { width: 200px;}
input.longText, textarea.longText, select.longText, span.longText { width: 250px;}

input.error, textarea.error, select.error, span.error { background-color: #FFA500;}
input.disabled, span.disabled{ background-color: #EFEEE8;}

img.iconInput{
	position: relative;
	top: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

span.dateSelector{
	background-image: url(../images/img.php?file=icons/calendar.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
}

/*------------------------------------------------------------------------------------*/
div.pagination {
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

a.pagination:hover,a.pagination:link,a.pagination:active,a.pagination:visited{
	text-decoration: none;
	font-size: 11px;
}

a.languageSelection{
}

a.languageSelection img{
	padding:1px;
}

img.activeLang{
	border: 1px solid red;
	padding:1px;
}

/*------------------------------------------------------------------------------------*/
div.modalFrame{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	/**/
	background-color: #000000;
	filter: alpha(opacity=70);
	opacity: .70;
	/**/
	display: none;
	overflow: hidden;
}

div#waitingDialog {
	position: absolute;
	top: 200px;
	left: 36%;
	width: 300px;
	height: 40px;
	z-index: 200;
	background-color: #E4E2E2;
	color: #000000;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	vertical-align: middle;
	text-align : center;
	margin: auto;
	padding: 5px;
	overflow: hidden;
	display: none;
}

span#waitingDialogMessage{
	color: #292929;
	font-weight: bold;
}

div#waitingDialogScrollBar{

}

div.scrollbar{
	position:relative;
	width:260px;
	height:10px;
	background-color:#C8D1CD;
	font-size:0px;
	text-align:left;
	padding: 1px;
	border-left: 1px solid #808080;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.scrollbar div{
	position:relative;
	width:100px;
	height:100%;
	background-color:#7887AD;
	border: 0px solid;
	font-size:0px;
}
/*------------------------------------------------------------------------------------*/
table.formsLayout{
	border-collapse: collapse;
	margin: auto;
	width:100%;
}

table.formsLayout tr{
	height: 27px;
}
/*------------------------------------------------------------------------------------*/
table.linkedListBox{
	width: 100%;
	border-collapse: collapse;
	margin: auto;
	margin-bottom: 5px;
	border-bottom: 1px solid #749AFF;
	border-right: 1px solid #749AFF;
	border-left: 1px solid #749AFF;
	border-top: 1px solid #749AFF;
	background-color: #D6E1FD;
}

table.linkedListBox td{
	padding: 5px;
}

table.linkedListBox select{
	margin-top: 5px;
	margin-bottom: 5px;
	height: 180px;
}

table.linkedListBox caption{
	height: 18px;
	text-align: center;
	margin: 0px 5px 0px 5px;
	font-style : italic;
	font-weight: bold;
}
/*------------------------------------------------------------------------------------*/
ul.tabbedMenu{
	list-style-type: none;
	margin: 0px;
	margin-left: 7px;
	margin-right: 6px;
	padding: 2px;
	height :24px;
	border-bottom: 1px solid #D4D0C8;
}

li.tabbedMenuOn, li.tabbedMenuOff{
	position: relative;
	display: none;
	float: left;
	height: 22px;
	text-align: center;
	vertical-align: middle;
	padding: 4px 7px 0px 7px;
	cursor: pointer;
	
}

li.tabbedMenuOn span, li.tabbedMenuOff span{
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	height: 26px;
	width: 8px;
	background-color: #D4D0C8;
	background-repeat: no-repeat;
	
}

li.tabbedMenuOn{
	top: 1px;
	left: -4px;
	background-image: url(../images/img.php?file=design/webadmin/winXP/tabsOnLeft.gif);
	z-index: 20;
	padding-left: 17px;
}

li.tabbedMenuOff{
	background-image: url(../images/img.php?file=design/webadmin/winXP/tabsOffLeft.gif);
	z-index: 10;
	padding-left: 7px;
}

li.tabbedMenuOn span{
	background-image: url(../images/img.php?file=design/webadmin/winXP/tabsOnRight.gif);
	right: -7px;
	width: 7px;
}

li.tabbedMenuOff span{
	background-image: url(../images/img.php?file=design/webadmin/winXP/tabsOffRight.gif);
}

div.tabbedPanel{
	visibility: hidden;
	overflow: visible;
	display: none;
	margin: 0px 5px 5px 5px;
	padding-top: 15px;
	border: 1px outset;
	border-top: 0px solid;
	background-image: url(../images/img.php?file=design/webadmin/winXP/tabbedPanelSep.gif);
	background-repeat: repeat-x;
}
/*------------------------------------------------------------------------------------*/
span.downloadProgress{
	font-style: italic;
	color: red;
	font-weight:bold;
}
/*------------------------------------------------------------------------------------*/
div.group{
	padding: 5px;
	margin: 0px;
}
/*------------------------------------------------------------------------------------*/

h1,h2,h3{
	margin:0px;
	padding:0px;
}

div#main{
	width: 780px;
	padding: 0px;
	margin: auto;
	overflow: visible;
	background-color:white;	
	position:relative;
	border:1px solid #ECE9D8;
}

div#header{
	width: 780px;
	height: 110px;
	margin:auto;
	position:absolute;
	top:0px;
}

div#content{
	width:780px;
	margin-top:110px;
	padding-top:4px;
	height:422px;
}
html>body div#content{
	height:auto;
	min-height:422px;	
}

.puceJaune{
	background:url(../images/design/flecheJaune.gif) no-repeat 0px 2px;
	padding-left:20px;
}


/* FOOTER */

div#footer{
	clear: both;
	width: 780px;
	margin:auto;
	background-color:#F9EE6A;
	text-align: center;
	height:20px;
	border-top:1px solid #165643;
}

div#footer div#links a{
	color:#165643;
	text-decoration:none;
	line-height:20px;
}
div#footer div#links a:hover{
	color:#F3344B;
}

div.titreFlash{
	text-align:center;
	margin: 0px;
	padding: 0px;
}
div.titreFlash span{
	display:none;
}