﻿body
{
    background-color: #dcdcdc;
    font-family: Arial;
    font-size: 10pt;
    vertical-align: top;
}

 TD.Titre
 {
    background-color:#660066;
    color :White ;
    font-weight: bold;
    width: 100%;
    height: 21px;
}
     
TD.Etik_Form
{
    background-color: #e6e6fa;
    font-weight: bold;
    vertical-align: top;
    text-align: right;
}
TD.Work
{            
    background-color: #ffffcc;
    color: red;
    font-weight: bold;
    text-align: center;
}

/* TITRE */
h1,h2,h3
{
    margin: 0;
	font-family: Arial;
	font-size: 11px;
}
h1
{
 	margin-top: 1.0em;
	margin-bottom: 1.12em;
    font-size: 12px;
    font-weight: bold;
}
h2
{
    font-weight: normal;
}
h3
{
    font-weight: bold;
}

TABLE.Cadre
{
    border-right: #ffffcc thin solid; 
    border-top: #ffffcc thin solid; 
    border-left: #ffffcc thin solid; 
    border-bottom: #ffffcc thin solid;
}

#Cadre
{
    border-right: #ffffcc thin solid; 
    border-top: #ffffcc thin solid; 
    border-left: #ffffcc thin solid; 
    border-bottom: #ffffcc thin solid;
}

.calTitle
{
    font-weight: Bold;
    font-size: 12px;
    background-color: #660066;
    color: White;
    width: 90px;
}

Table.Gridview
{
    border-style: solid solid none solid;
    border-top-color: #C0C0FF;
    border-right-color: #C0C0FF;
    border-left-color: #C0C0FF;
    border-top-width: 3px;
    border-right-width: 3px;
    border-left-width: 3px;
}
.Gridview td
{
    margin: 0;
    padding: 0;
    vertical-align: middle;
    color: #FFFFFF;
    background-color: #660066;
    height: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
.TxtCenter
{
    text-align: center;
}
 .highlight
{
    text-decoration: none;
    color: black;
    background-color: #FFFFCC;
}

