﻿/* Personnalisations Services en Ligne */

div.section {
    margin-left: 0.9em;
}

div.section h2, 
div.section h3, 
div.section h4, 
div.section h5, 
div.section h6 {
    margin-left: -1em; /* Negative margin should be avoided using div content */
}

h3, h4, h5, h6 { 
    margin: 0.5em 0 0.5em 0;
    font-size: 90%;
}

/* Required fields are marked with an *. 
 * Better to use CSS2 :before pseudo-class rather than background: url() 
 */
*.required {
    height: 1px; /* IE5.0 */
    padding-left: 10px;
    background: url("images/asterisk.gif") no-repeat top left;
}

*.remark {
    font-size: 9px;
    font-style: italic;
    font-weight: normal;
    color: #666666;
}
#commands , #commands2 , #commands3
{
    text-align: right;
}

#footer {
    clear: both;
    margin: 0.5em 0.2em;
    padding-top: 0.1em;
    text-align: center;
}

*.group {
    padding-left: 10px;    
}

/* Buttons. */

*.button {
	margin-left: 2px;
	margin-right: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 7pt;
    cursor: pointer;
    border: 1px solid #9097A2;
    padding: 2px 3px;
    font-weight: bold;
    background-color: #942F69;
    color: #ffffff  ;
    
}

*.button:hover {
    color: Gray;
    cursor: pointer;    
}

/* IE7+ */
*.button:hover {
    color: Gray;
}

/* IE6+ (mais texte grisé quand-même => OK) */
*.button[disabled]{
    cursor: default; /* Use arrow instead of pointer. */
    color: #666666;
}

/* Copyright BEP 2008 Tous droits réservés */
*.copyright {
    font-size:9px;
}

/* Annotation à droite d'une zone d'input */
*.annotation {
    /* font-size: smaller; */
    font-style: italic;
    font-weight: normal;
    color: #666666;
}

#container {
    clear: both;
    margin: 0.1em 0.2em;
}

/* Div title */
#title {
    margin: 0.1em 0 0.1em 0;
    padding: 0.1em 0 0.1em 0;
}

#title h1 {
    margin: 0; /* firefox */
    border-bottom: 1px solid black;
    font-size: 12px;
    font-weight:bold;
    color: #942F69;
}

/* Div content */
#content {
	clear: both;
    margin: 0.2m;
}

#content *.description {
    margin: 0.5em 1em;
    padding: 0.5em;
    /* line-height: 1.4em; */
}

#content h2 
{
    font-size: 11px;
    font-weight:bold;
    color: #942F69;
    margin-top: 1em;
    margin-bottom: 0;
    border-bottom: 1px solid #cccccc;
}

#content h3 
{
    font-size: 11px;
}

/* Div commands */
#commands , #commands2 , #commands3
{
    text-align: right;
}

/*  Div Footer */
#footer {
    clear: both;
    margin: 0.5em 0.2em;
    padding-top: 0.1em;
    text-align: center;
}

*.right {
    float: right;
    margin-right: 10px;
}

*.group {
    padding-left: 10px;    
}

#bottom {
    /* border-top-style: groove; Not same as <hr> */ 
    margin-top: 10px;
}

/* DataGrid cssClass */

.Grid
{
	vertical-align:top;
	border-collapse: collapse;
	border: 2px solid silver;
	
}

.Grid thead tr th {
    text-align: center;
    vertical-align: bottom;
}

.Grid thead tr th, 
.Grid tbody tr th,
.Grid tbody tr td {
    padding: 2px 4px;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}

.Grid tbody tr th {
    text-align: center;
}

.GridHeader
{
	font-weight:bold;
	text-align:center;
	/* font-size:smaller;*/
	vertical-align:top;
	background-color:#942F69;
	color:White;
	margin:3px 3px 3px 3px;
}

.GridItem, .GridAlternateItem
{
    /*font-size: smaller;*/
}

.GridItem
{
    background-color: white;
}

.GridAlternateItem
{
    background-color: #f4e6b7;
}

.GridItem a
{
    text-decoration: none;
    color: #942F69;
}

.GridItem a:hover
{
    text-decoration: underline;
}

.GridAlternateItem a
{
    text-decoration: none;
}

.GridAlternateItem a:hover
{
    text-decoration: underline;
}


/* Table grid */
table.grid {
    border-collapse: collapse;
    empty-cells: show;
    border: 2px solid silver;
    border-spacing: 1px 1px;
}

table.grid thead tr th {
    text-align: center;
    vertical-align: bottom;
   	background-color:#942F69;
	color:White;

}

table.grid thead tr th, 
table.grid tbody tr th,
table.grid tbody tr td {
    padding: 2px 4px;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}

table.grid thead tr th {
    border-bottom: 1px solid silver;
}

table.grid tbody tr th {
    text-align: right;  
}

table.grid tbody tr.first {
    background-color: #f4e6b7;
}

table.grid tbody tr.notfirst {
    background-color: #e6e6e7;
}

table.grid tbody td a {
    color: #942F69;
}

table.grid tbody td a:hover {
    text-decoration:underline;
}

table.grid tfoot {
    font-style: italic;
    font-weight: bold;
}

table.grid tfoot td {
    text-align: left;
    padding: 2px 4px;
}

table.grid tfoot td a {
    color: #942F69;
}

table.grid tfoot td a:hover {
    text-decoration:underline;
}

/* Form table */
table.form th {
    font-weight: bold;
    text-align: left;
}

table.form td {
    font-weight: normal;
    font-size:90%;
    text-align: left;
}

table.form input {
    font-weight: normal;
    text-align: left;
   	font-family: Verdana;
	font-size: 10px;
	color: #000000;
    border-style: solid;
	border-color: #A5A6A6;
	border-width: 1px;
}


table.form th, 
table.form td {
    vertical-align: top; /*baseline is at the bottom for listboxes! */
}
