/* Page Standard.Master */ 
/* Ligne 1 - Titre */ 
tr.standard_master_head_print
{
	visibility:hidden;
	overflow:hidden;
	display:none;
}

table.standard_master {
    width: 1000px;
    height: 100%;
    border: 0;
}

tr.standard_master_head {
    height: 125px;
}

td.standard_master_head {
}


/* Ligne 1 - Titre, sélection de l'étude */ 
table.standard_master_head_select {
    width: 400px;
    height: 100%;
    border: 0;
}

td.standard_master_head_select1 
{
    text-align:right;
    vertical-align:middle;
	font-family: Tahoma, Verdana, Arial;
    font-size:9pt;
}

td.standard_master_head_select2 {
    text-align:left;
    vertical-align:middle;
}


/* Ligne 2 - Corps */ 
tr.standard_master_body {
}

td.standard_master_body {
}

table.standard_master_body {
}

tr.standard_master_body_r {
}

td.standard_master_left 
{
    width:150px;
    vertical-align:top;
    /*background-color:#EEEEEE;*/
}

td.standard_master_main 
{
    vertical-align:top;
    padding:5px;
}


/* Ligne 3 - Pied */ 
tr.standard_master_foot {
    height: 30px;
    /*background-color: #F4F4F4;*/
}

td.standard_master_foot {
}

/* Classes liées au menu gauche */
table.menu_gauche 
{
    width:150px;
}

tr.menu_gauche_title
{
    background-color:#849EBF;
}

td.menu_gauche_title
{
    color:#FFFFFF;
    font-weight:700;
    text-align:left;
    padding:5px;
}

tr.menu_gauche_subtitle
{
    background-color:#DD8260;
}

td.menu_gauche_subtitle
{
    color:#FFFFFF;
    font-weight:700;
    text-align:left;
    padding:5px 5px 5px 20px ;
}

tr.menu_gauche_link
{
}

td.menu_gauche_link
{
    padding:3px 5px 3px 5px ;
}

tr.menu_gauche_sublink
{
}

td.menu_gauche_sublink
{
    padding:3px 5px 3px 20px ;
}

a.menu_gauche_sublink 
{
    color:#000000;
    text-decoration:none;
}

a.menu_gauche_sublink:hover
{
    text-decoration:underline;
}
a.menu_gauche_link 
{
    color:#000000;
    text-decoration:none;
}

a.menu_gauche_link_selected 
{
    color:#000000;
    text-decoration:none;
    background-color:#BAD2EA;
}


a.menu_gauche_link:hover
{
    text-decoration:underline;
}

a.menu_gauche_link_disabled 
{
    color: #AAAAAA;
    text-decoration:none;
}

@media print 
{
	/*print*/
	tr.standard_master_head_print
	{
		visibility:visible;
		overflow:visible;
		display:block;
	}

	td.standard_master_head_print
	{
		font-size:20px;
		font-weight:700;
		text-align:left;
		padding-bottom:25px;
	}

	tr.standard_master_head 
	{
		display:none;
	}

	#ctl00_cphMain_cwGridView1
	{
		border:2px;
		border-style:solid;
		border-color:#000000;
	}

	#ctl00_cphMain_cwGridView1 th
	{
		border:1px;
		border-style:solid;
		border-color:#000000;
		background-color:#DDDDDD;
	}

	#ctl00_cphMain_cwGridView1 td
	{
		border:1px;
		border-style:solid;
		border-color:#000000;
	}

	.grid_button
	{
		display:none;
	}

	.grid_edit_button
	{
		display:none;
	}

	.grid_delete_button
	{
		display:none;
	}

	.std_button
	{
		display:none;
	}

	.menu_gauche
	{
		display:none;
	}
}