
/****************************/
/** APPLICATION DES STYLES **/
/****************************/

BODY,TD,TEXTAREA,INPUT,SELECT
	{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	}

BODY
	{
	bgproperties: fixed;
	cursor: url("/styles/cursorgriffor.cur");
	table-layout: fixed;
	text-align:center;
	margin: 3px;
	}

TABLE,TEXTAREA,INPUT,SELECT
	{
	border-spacing: 0px; 
	border-collapse: collapse; 
	border : 1px solid #D1DBBD;
	}

TABLE
	{
	text-align:left;
	}

TD	{
	padding:2px;
	}

A, A:link, A:visited, A:hover
	{
	text-decoration: none;
	}

A:hover
	{
	opacity:.75;
	}

#textgrise,#copyright,.grise
	{
	opacity:.5;
	}

.nothing
	{/* Défini un tableau transparent et sans bordures */
	border: 0px;
	background-color: transparent;
	}

.transp
	{/* Défini un tableau a fond transparent */
	background-color: transparent;
	}

.td3 .quote
	{
	background : none;
	}

BODY,
.td3 .quote
	{
	}
	
.td1,
BODY .quote
	{
	}
	
.td2,
.td1 .quote
	{
	}

.td3,
.td2 .quote
	{
	}

.titre
	{
	font-weight:bold;
	}

/******************************/
/** APPLICATION DES COULEURS **/
/******************************/

/******* FOND DE PAGE + quote TD3********/

BODY,BODY #txt1,
.td3 .quote,.td3 .quote #txt1,
.td3 INPUT,.td3 SELECT,.td3 TEXTAREA
	{
	background-color: #193441;
	color: #FFFAD8;
	}

BODY #txt2,
.td3 .quote #txt2	
	{
	color: #D1DBBD;
	}

BODY #txt3,
.td3 .quote #txt3	
	{
	color: #91AA9D;
	}

BODY A,BODY A:link,BODY A:visited,BODY A:hover,BODY #link,
.td3 .quote A,.td3 .quote A:link,.td3 .quote A:visited,.td3 .quote A:hover,.td3 .quote #link
	{
	color: #FFFAD8;
	}

/******* TD normal + quote FOND DE PAGE*********/

TD, TD #txt1,
.td1,.td1 #txt1,
BODY .quote,BODY .quote #txt1,
BODY INPUT,BODY SELECT,BODY TEXTAREA
	{
	background-color: #3E606F;
	color: #FFFAD8;
	}

TD #txt2,
.td1 #txt2,
BODY .quote #txt2	
	{
	color: #D1DBBD;
	}

TD #txt3,
.td1 #txt3,
BODY .quote #txt3	
	{
	color: #91AA9D;
	}

TD A,TD A:link,TD A:visited,TD A:hover,TD #link,
.td1 A,.td1 A:link,.td1 A:visited,.td1 A:hover,.td1 #link,
BODY .quote A,BODY .quote A:link,BODY .quote A:visited,BODY .quote A:hover,BODY .quote #link
	{
	color: #FFFAD8;
	}

/******* TD2 + quote TD normal *********/

.td2,.td2 #txt1,
TD .quote,TD .quote #txt1,	
.td1 .quote,.td1 .quote #txt1,
TD INPUT,TD SELECT,TD TEXTAREA,
.td1 INPUT,.td1 SELECT,.td1 TEXTAREA
	{
	background-color: #91AA9D;
	color: #193441;
	}

.td2 #txt2,
TD .quote #txt2,	
.td1 .quote #txt2	
	{
	color: #D1DBBD;
	}

.td2 #txt3,
TD .quote #txt3,	
.td1 .quote #txt3	
	{
	color: #3E606F;
	}

.td2 A,.td2 A:link,.td2 A:visited,.td2 A:hover,.td2 #link,
TD .quote A,TD .quote A:link,TD .quote A:visited,TD .quote A:hover,TD .quote #link,	
.td1 .quote A,.td1 .quote A:link,.td1 .quote A:visited,.td1 .quote A:hover,.td1 .quote #link
	{
	color: #193441;
	}

/******* TD3 + quote TD2 *********/

.td3,.td3 #txt1,
.td2 .quote,.td2 .quote #txt1,
.td2 INPUT,.td2 SELECT,.td2 TEXTAREA
	{
	background-color: #D1DBBD;
	color: #3E606F;
	}

.td3 #txt2,
.td2 .quote #txt2	
	{
	color: #91AA9D;
	}

.td3 #txt3,
.td2 .quote #txt3	
	{
	color: #193441;
	}

.td3 A,.td3 A:link,.td3 A:visited,.td3 A:hover,.td3 #link,
.td2 .quote A,.td2 .quote A:link,.td2 .quote A:visited,.td2 .quote A:hover,.td2 .quote #link
	{
	color: #3E606F;
	}

/******* TITRE ********/

.titre,.titre #txt1
	{
	background-color: #FFFAD8;
	color: #193441;
	}

.titre #txt2
	{
	color: #193441;
	}

.titre #txt3
	{
	color: #193441;
	}

.titre A,.titre A:link,.titre A:visited,.titre A:hover,.titre #link
	{
	color: #193441;
	}

/****************************/	
/** STYLES SUPPLEMENTAIRES **/
/****************************/

#admin
	{
    background-color: #D1DBBD;
    color: #193441;
    }

#ajouter
	{
    background-color: #91AA9D;
    color: #193441;
    }

#modifier
	{
    background-color: #91AA9D;
    color: #193441;
    }

#supprimer
	{
    background-color: #3E606F;
    color: #D1DBBD;
    }
