/* ---- Rev 00.20  ----*/
/* ---- 20 02 2015 ----*/

*
    {
    margin: 0;
    padding: 0;
    }

html>body #wrap 
    {
    height:100%;
    height:auto;
    }


html
    {
    height: 100%;
    }
    
body 
    {
    height: 100%;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;

    background-image:url(/copro/Images/Fond-marge.png);
    background-repeat:no-repeat;
    background-position:0px 50px;

    }   

textarea
	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 18px;
	margin:0;
	}



/* ---- Conteneur princial  ----*/
div.main
    {
    position : relative;
    height:100%;
    height:auto;
    max-height: 100%;
    min-width: 1200px;
    min-Height: 100%;
	}

A
	{
    /*display:block;
    /*width:140px;*/
    /*padding: 0px 0px 0px 0px;*/
    /*color:#000000;*/
    text-decoration:none;
    white-space:nowrap;
	}


/* ---- les Contenu de travail  ----*/
div.contenu 
    {
    position : relative;
    /*position: float;*/
	/*float:left;*/
    height:100%;
    height: auto;
    min-height: 100%;
    max-height: 100%;
    
    width: auto;
	
    margin: 0 auto;
    padding-top: 65px;
    padding-left: 320px;
    padding-right: 10px;
    padding-bottom: 20px;


	/*height:100%;*/
	/*background-color: #FFFFFF;*/
	/* overflow: scroll */
    }

div.contenu table tr td
	{
	margin:0px;
	padding: 0 0 0 0;
	border:0px;
	}


/* ---- bloc Normal ---- */
div.bloc
    {
	/*float : left*/;
	/*position : float;*/
    width:auto;
    
    /*background-image : url("/copro/Images/Fond-zones.jpg");
    background-size: 100%;
    background-repeat:no-repeat;
/*    -webkit-background-size: 100% 100%;   
    -o-background-size: 100% 100%;   
    -moz-background-size: 100% 100%; 
    /*background-size: 100%;	*/

    background-color:#F0F0F0;
    border-color:#F0F0F0;
	border: solid 0px;
    padding:5px;
    margin: 20px 0px 10px 0px;
    Line-height:1.4em;
    }

div.bloc UL 
    {
    margin: 0 0 0 2em;
    }
div.bloc OL 
    {
    margin: 0 0 0 2em;
    }

div.bloc P
    {
    margin: 0;
    }

div.bloc HR
    {
    color:#C0C0C0;
	height : 0px;
	border: solid;
	border-width: 1px 0 0 0 ;
	margin:5px;
	padding:0px
    }

div.menu HR
    {
    color:#C0C0C0;
	height : 0px;
	border: solid;
	border-width: 1px 0 0 0 ;
	margin:5px;
	padding:0px
    }

div.bloc input
	{
	margin : 3px 0 3px 0;
	padding : 5px 0 5px 5px;
	}

div.bloc P
	{
	}

div.bloc td
	{
	line-height:1.3em;
	}

div.bloc H1
    {
    font-size: 10pt;
	line-height: 15px
	padding:0;
    font-weight: bold;
    }

/* ---- bloc message système OK ---- */
div.BlocMsgSystemOk
    {
	/*float: left;*/
    /*position : float;*/
    width:auto;                                  
    background-color:#CCFF99;
	border: solid 1px;
    padding:5px;
    margin: 10px 0px 10px 0px;
    }

/* ---- bloc message système Problème ---- */	
div.BlocMsgSystemPb
    {
	/*float: left;*/
    /*position : float;*/
    width:auto;
    background-color:#FFCCFF;
	border: solid 1px;
    padding:5px;
    margin: 10px 0px 10px 0px;
    }
    
    



/*html>body #contenu-wrap  
    {
    height:60%;
    } */


/* ---- Header et footer  ----*/
div.bandeau 
    {
    position:fixed;
	top:0;
	left:0;
	width:100%;
	height:50px;
	z-index:1;
	background-color:#CCFF99;
	color:#369;
	border-bottom:0px solid #666;

    /*position: absolute;
    z-index: 10;
    width:100%;
	height:50px;
	background-color:#CCFF99; */
    }


div.piedpage 
    {
    position:fixed;
	bottom:0;
	left:0;
	width:100%;
	height:1.5em;
	padding:0;
	background:#CCFF99;
	color:#666;
	border-top:1px solid #666;
	font-size:x-small;
	font-style:normal;
	text-align:center;
	z-index:100;

    
    /*clear:both;*/
    /* position: absolute; */
	/* bottom: 0px; */
    /*left: 0px;

    
	width:100%;
	height:30px;
	background-color:#CCFF99;*/
	} 

/* ---- les Menus  ----*/
/* ---- les Menus - Horizontaux  ----*/
/*div.menuHorizontal
    {
    float:left; 
    z-index:1;
    width:210px;
    height:100%;
	background-color:#009966; 
	}           */


/* ---- les Menus - Verticaux  ----*/

div.menu
    {

	/* float:left; */
    position : fixed;
    /*margin-top:50px;*/
    margin-top:78px;
    z-index:10;
    width:310px;        /* <<<<<----------<<<<< Largeur de la marge  */
    height:2000px;
    /* height:100%;*/
    border-style:ridge;
    border-width: 0 2px 0 0 ;
    border-color:#F0F0F0;
	background-color:#EEEEEE;
	}

div.menuhaut 
    {
    padding-top:20px;
	padding-left:10px;
	width:300px;
	min-height:100px;
	height:auto;
    /*background-color:#E6E6E6;*/
	}

div.menuhaut H1 
    {
    font-size: 10pt;
    padding-top:20px; 
    }

div.menubas 
    {
	padding-left:10px;
	width:300px;
	height:auto;
	/*background-color:#E7E700;*/
	} 


/*---- loock and feel ------*/ 

table.center 
    {
    margin-left:auto; 
    margin-right:auto;
    }


/*----- Menus floatant --------*/
div.menu_floatant
	{
	}
div.menu_floatant table
	{
	border-collapse:collapse;
	}
div.menu_floatant td
	{
	padding: 0 3px 0 3px;
	vertical-align:middle;
	border-style:groove;
	border-color:#FFFFFF;
	background-color:#DDDDDD;
	}
div.menu_floatant td.icone
	{
	border-width:2px 0px 2px 2px;
	}
div.menu_floatant td.texte
	{
	border-width:2px 2px 2px 0px;
	}
div.menu_floatant img
	{
	height:18px;
	}
div.menu_floatant A
	{
    display:block;
    /*width:140px;*/
    padding: 0px 0px 0px 0px;
    color:#000000;
    text-decoration:none;
    white-space:nowrap;
	}
div.menu_floatant a:hover
	{
    color:#007F60;
    }

/* --------- Badges -----------*/
span.badge
    {
    font-size:0.8em;
    padding:2px 5px 3px 5px;
    }

/* ----------- Les zones d'aterrissages ----------*/
div.Target
	{
	float:left;
	font-size:0px;
	height:10px;
	margin: -75px 0px -75px 0px;
	}
    
    
/* ----------- Les Tables ----------*/
table.Hovertable tr:hover
    {
    background-color:#CCFF99;
    }    
    
    
