/*Style par defaut pour les sites DDD */

/*Liens*/
TD.Click
{
	cursor:hand;
}

a.Bulle
{
	color:#0E55A7;
	cursor:help;
	text-decoration:none;
}

a:hover.Bulle
{
	color:Green;
	cursor:help;
	text-decoration : underline;
}


a {
                color: #0E55A7;
                text-decoration: underline;
}

a:hover { 
                color: green; 
                text-decoration: overline underline;
} 

a.Plus {
                color: red;
                text-decoration: none;
}

a.Plus:hover { 
                color: red; 
                text-decoration: underline;
} 

a.menutop { 
                color: navy; 
                text-decoration: none; 
                font-family: verdana; 
                font-size: 12px; 
} 

a.menutop:hover { 
                color: yellow; 
                text-decoration: none;
                font-family: verdana;
                font-size: 12px;
} 

a.menu { 
               color: navy;
               text-decoration:
               none; font-family: 
               verdana; font-size: 12px; 
} 

a.menu:hover { 
              color: green;
              text-decoration: none;
              font-family: verdana; 
              font-size: 12px;
} 	

a.file { color: black; text-decoration: none; font-family: verdana; font-size: 12px; } 
a.file:hover { color: #2D58D3; text-decoration: none;font-family: verdana; font-size: 12px; }


a.action {
	background-color: transparent;
	color: green;
	text-decoration: none;
	visibility : hidden;
}


a.action:visited {
	background-color: transparent;
	color: green;
	text-decoration: none;
	visibility : hidden;
}

a.action:hover {
	background-color: transparent;
	color: green;
	cursor: pointer;
	text-decoration: underline;
	visibility : hidden;
}

a.action:active {
	background-color: transparent;
	color: green;
	text-decoration: none;
	visibility : hidden;
}

img.vignette {
	float: left;
	margin-left: 0.5em;
	margin-right: 0.5em;
}

p.menutop { 
                color: yellow; 
                text-decoration: none;
                font-family: verdana; 
                font-size: 12px; 
} 

font.menutop { 
                color: green; 
                text-decoration: none;
                font-family: verdana; 
                font-size: 12px; 
} 

p.menu { 
               color: green; 
               text-decoration: none;
               font-family: verdana; font-size: 12px; 
} 

font.menu { 
               color: green; 
               text-decoration: none;
               font-family: verdana; font-size: 12px; 
} 

P.titre1{
               color: Navy; 
               text-decoration: none;
               font-family: verdana; font-size: 16pt; font-weight : bold;
} 

font.titre1{
               color: Navy; 
               text-decoration: none;
               font-family: arial; font-size: 16px; font-weight : bold;
} 

font.titre2{
               color: Green; 
               text-decoration: none;
               font-family: arial; font-size: 14px; font-weight : bold;
} 

font.titre3{
               color: White; 
               text-decoration: none;
               font-family: arial; font-size: 14px; font-weight : bold;
} 

font.titre4{
               color: #0667D4; 
               text-decoration: none;
               font-family: arial; font-size: 14px; font-weight : bold;
} 

font.titre5{
               color: Black; 
               text-decoration: none;
               font-family: arial; font-size: 14px; font-weight : bold;
} 


P.titre2{
               color: Navy; 
               text-decoration: none;
               font-family: verdana; font-size: 12px; font-weight : bold;
} 


/* Redéfinition des barres et formulaires */

Body {
             font-family: verdana; 
             font-size:12px; 
             scrollbar-arrow-color:#006699; 
             scrollbar-track-color:#EFEFEF; 
             scrollbar-shadow-color:#D1D7DC; 
             scrollbar-face-color:#DEE3E7; 
             scrollbar-highlight-color:#DEE3E7; 
             scrollbar-darkshadow-color:#98AAB1;
             scrollbar-3dlight-color:#FFFFFF; 
}

Table
{
	border-color:steelblue;
	border-collapse :collapse ;
}


p,div,span,th,td {font-family: verdana; font-size:12px}

td.menu {font-family: verdana; font-size:10pt; COLOR : Navy; Cursor:Hand}

Textarea {
	COLOR : Navy; FONT-SIZE: 12px; FONT-FAMILY: Verdana; BACKGROUND-COLOR:#EAF3FF; border: 1px Solid #7599C6;
}
input {
	COLOR : Navy; FONT-SIZE: 12px; FONT-FAMILY: Verdana; background-color: #EAF3FF; border: 1px Solid #7599C6;}
select {
	COLOR : Navy; FONT-SIZE: 12px; FONT-FAMILY: Verdana; background-color: #EAF3FF; border: 1px Solid #7599C6;
}
input.option {
	COLOR : Navy; FONT-SIZE: 12px; FONT-FAMILY: Verdana; background-color: #FFFFFF; border: 1px Solid #7599C6;}
select.option {
	COLOR : Navy; FONT-SIZE: 12px; FONT-FAMILY: Verdana; background-color: #FFFFFF; border: 1px Solid #7599C6;
}

td.ttab 
{
	font-family : Verdana;
	font-size : 13px;
	font-weight : bold;
	background-color : #7599C6;
	color : #F7FAFD;
}

td.azul 
{
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	background-color : #CAE3FA;
	/*color : #E8EEF4;*/
	color : #FFFFFF;
}

td.egee
{
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	background-color : #88B1E0;
	/*color : #FFFAC1;*/
	color : #DFE9F3;
}