/*
* Chargement de la police spécifique
*
*/
@font-face
{
	font-family: "PD_Font";
	src: url('eurostile.ttf');	
}
@font-face
{
	font-family: "PD_Font";
	font-weight: bold;
	src: url('eurostib.ttf');	
}

body, .rowdata {
	background-color: #FEFEFE;
}

.menu {
	margin-left: 4px;
}

.menu tr td a {
	margin-right: 15px;
}


body, td, input, textarea, select {
        font-family: "PD_Font", verdana, arial, helvetica, sans-serif;
        font-size: 16px;
        font-stretch: semi-expanded;
        color:#363f4b;
}

.rowdatasel {
	background-color: #D8E1EB;
}

.grille_contour {
	background-color: #EEEEEE;
	border-top: solid 1px #111111;
	border-bottom: solid 1px #111111;
	border-style:solid;
	padding:10px;
	font-size: 18px;
}

.treeframe {
	   -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #bdbdbd;
}

.treeframe tr td {
	padding:10px;
}

.treeframe tr td iframe {
  border:0;
  margin:0;
  padding:0;
  width:100%;
  height:600px;
}

td {
	vertical-align: top;
}

td.header {
	background-color: #EEEEEE;
	vertical-align: middle;
	padding:8px;
	height: 27px;
}

td.droits_ok {
	background-color: #22B14C;
}

td.title {
	background-repeat: repeat-x;
	font-size: 18px;
	font-weight: bold;
	color:#363f4b;
}

.normal {
	font-size: 14px;
	color:#000000;
}

.small {
	font-size: 10px;
	color:#000000;
}


a, a:link, a:visited {
	color: #223344;
	text-decoration: none;
}

a:hover, a:active {
	color: #778899;
	text-decoration: underline;
}

ul {
    list-style-type:square;
			 color:#061595
}
li {
	line-height: 30px;
}
.warning { 
   font-family: Verdana, Arial, Helvetica, sans-serif;          
			font-size: 12px; 
			font-weight: bold;   
			color: #FF0000;
}

.FormBouton    { 
          font-family: Verdana, Arial, Helvetica, sans-serif; 
										font-size: 14px; 
										color: #000000; 
										background-color: #E2E2C7; 
          text-align: center; 
										border: 1px solid #808040 ;
										padding: 4px;
}

.titrepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #061595;
}
.sstitrepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #635146;
}
.FormTextBlanc { 
  font-family: verdana, arial, helvetica, sans-serif;
		font-size: 12px; 
		color: #000000; 
		background-color: #FFFFFF;  
		text-align: left; 
		font-weight: 300; 
		padding-left: 5px; 
		border: 1px #061595 solid
		}

.root {
	height: 27px;
	width: 1262px;
	padding: 10px 0px;
	background:url(../../_img/root.png);
}
.container {
    margin-top: 20px;
    margin-left : 20px;
    margin-right: 20px;
}		
.layertransparent {
    opacity : 0.50;
/*    filter : alpha(opacity=50); */
    background-color:#999999;
}		

#MessageInfo                  { z-index: 99; border: 2px solid #AAAAAA; border-radius: 4px; background-color: #DDDDDD;    padding: 5px; z-index: 200; position: fixed; top: 200px; left: -200px; margin-left: 50%; width: 400px; text-align: center }
.MessageInfo                  {              border: 2px solid #AAAAAA; border-radius: 4px; background-color: #DDDDDD;    padding: 5px; z-index: 200; }
#MessageSuccess               { z-index: 99; border: 2px solid #009900; border-radius: 4px; background-color: lightgreen; padding: 10px; z-index: 200; position: fixed; top: 200px; left: -200px; margin-left: 50%; width: 400px; text-align: center }
.MessageSuccess               {              border: 2px solid #009900; border-radius: 4px; background-color: lightgreen; padding: 10px; z-index: 200; }
#MessageWarning               { z-index: 99; border: 2px solid #F09100; border-radius: 4px; background-color: #FFCA79;    padding: 10px; z-index: 200; position: fixed; top: 200px; left: -200px; margin-left: 50%; width: 400px; text-align: center }
.MessageWarning               {              border: 2px solid #F09100; border-radius: 4px; background-color: #FFCA79;    padding: 10px; z-index: 200; }
#MessageError                 { z-index: 99; border: 2px solid #FF0000; border-radius: 4px; background-color: #EAB2B2;    padding: 10px; z-index: 200; position: fixed; top: 200px; left: -200px; margin-left: 50%; width: 400px; text-align: center }
.MessageError                 {              border: 2px solid #FF0000; border-radius: 4px; background-color: #EAB2B2;    padding: 10px; z-index: 200; }

