/**
*  $Id: style_IORGANETS.css 351 2003-11-13 12:52:49Z kphilippe $
*
* $Log$
* Revision 1.17.2.1  2003/11/13 12:52:40  kphilippe
* Mise en place de Anomalie2 géré par XML
*
* Revision 1.17  2003/02/13 14:12:12  fprevost
* Passage des codes en majuscule
*
* Revision 1.15  2002/12/04 09:00:45  vtexier
* Nouveau style pour page accueil
*
* Revision 1.14  2002/11/27 09:42:53  vtexier
* Modification bt_suppression
*
* Revision 1.13  2002/11/26 11:04:35  vtexier
* finalisation
*
* Revision 1.12  2002/11/18 09:11:32  vtexier
* divliste
*
* Revision 1.11  2002/11/15 17:11:29  fprevost
* Ajout du style stxtarea pour l'affichage des contenus des textearea.
*
* Revision 1.10  2002/11/15 16:42:57  fprevost
* Modification de la gestion des images. onutilise un seul répertoire. le code de l'extranet est inclus dans le nom de l'image.
*
* Revision 1.9  2002/11/14 18:54:29  vtexier
* Finalisation
*
* Revision 1.8  2002/11/13 18:09:26  fprevost
* Ajout des groupe1 et groupe2
*
* Revision 1.7  2002/11/06 10:28:23  vtexier
* 06/11/2002 - Vincent
*
* Revision 1.6  2002/11/05 09:01:27  vtexier
* 05/10/2002 - Vincent - Barre de defilement
*
* Revision 1.5  2002/10/31 16:43:32  vtexier
* 31/10/2002 - Vincent
*
* Revision 1.4  2002/10/23 16:10:37  vtexier
* 22/10/2002 Vincent - Evolution et correction
*
* Revision 1.3  2002/10/21 16:00:44  vtexier
* 21/10/2002 Vincent -Suppression auteur tableau dans tableinterne
*
* Revision 1.2  2002/10/21 08:19:52  fprevost
* Gestion styles - Phase #1
*
*/

hr {
	color : Green;
	width : 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	background-color: White;
	scrollbar-face-color: #AAAA00;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCC00;
	scrollbar-darkshadow-color: #000055;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #000088;
	margin : 0px 0px 0px 0;
}

/** Table contenant le menu */
.selecteurextranet{
    width : 100%;
    background : #FFFFFF;
}

.selecteurbarre {
    font-family: Arial, Helvetica, sans-serif ;
    font-size: 8pt;
    line-height: 25px;
    font-weight: normal;
    border-color: #000000;
    border-style: solid;
    margin-top: 0px;
    margin-right: 1px;
    margin-bottom: 0px;
    margin-left: 1px;
    border-top-width: 2px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    border-left-width: 0px;
    background-color : #FFFFFF;
    width : 100%;
}

.elementbarre {
	border-color: #C3C700;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: white;
}

/** div pour les listes avec overflow */
.divliste {  
	border: #000000; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	text-indent: 2px
}


/** Table contenant le menu */
.menu{
    background-image: url(../images/fond_menu.gif);
    width : 100%;
}

/** Titres des menus */
.titremenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000000 ;
	text-align: left;
	letter-spacing: 1ems;
	padding-top: 11px; padding-right: 0px; padding-bottom: 1px; padding-left: 10px;
	border-color: #A6AA00;
	border-style: solid;
	border-top-width: 0px; border-right-width: 0px; border-bottom-width: 2px; border-left-width: 0px;
}

/** Option de menu normale */
.elementmenu {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1ems;
	padding-top: 0px; padding-right: 0px; padding-bottom: 2px; padding-left: 10px;
	cursor: hand;
}

/** Option de menu "lien" */
.elementmenu a {
	color: #000000;
	text-decoration: none;
}

/** Option de menu "en cours" */
.elementmenu a:active {
	color: #FF0000;
}

/** Option de menu "hover" */
.elementmenu a:hover {
	color: #000000;
}

/** Option de menu  sous pointeur */
.elementmenu2 {
	background-color: #CCCC00;
}

.tableexterne 		{
    background-color: #AAAA00;
    margin-bottom: 5px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px ;
    background-position: left;
    width : 800px;
    margin-left : 5px;
    margin-right : 5px;
}

.tableinterne 		{
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    border: 1px none;
    border-width: 1px 1px 1px 1px;
    border-color: #AAAA00 #AAAA00 #AAAA00 #AAAA00;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    width : 100%;
}

.tableexterneUpload 		{
    background-color: #AAAA00;
    margin-top: 5px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px ;
    background-position: left;
    margin-left : 5px;
    margin-right : 5px;
}

/**Utilisé pour différencier les question des réponses dans la liste des question*/
.cellclaire 		{
	border: 0px;
	background : #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #4E4F00;
}

/**Utilisé pour différencier mettre en surbrillance une ligne sur onMouseOver */
.highlight		{
	background : #EAEAEA;
}

/** Bouton standard*/
.btstandard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	background-color: #ADD855;
	height: 18px;
	width: 100px;
	border: 1px solid;
	letter-spacing: 2px;
	border-color: #FFFF17 #404000 #404000 #FFFF17;
	cursor: hand;
}

/** Bouton de suppression*/
.btsuppression {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #000000;
	background-color: #ADD855;
	height: 12px;
	width: 12px;
	border: 1px solid;
	border-color: #FFFF17 #404000 #404000 #FFFF17;
	cursor: hand;
}

/** Zone de saisie textuelle */
.inputfield 		{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #888800;
}

/** Zone de saisie textuelle  en erreur */
.inputfieldonerror 	{
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #FF0000;
}
    
/** Zone de saisie textuelle  vide en erreur */
.inputfieldonerrorempty {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background-color: #FF0000;
    color: #FFFFFF
}

/** Texte static standard*/
.stxt 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: Black;
}

/** Texte static standard gras*/
.stxtg 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: Black;
}

/** Texte de donnée standard */
.dtxt 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #4E4F00;
}

/** Texte de donnée standard */
.dtxtaccueil 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #4E4F00;
}

.dtxtgaccueil 	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-weight: bold;
	color: #4E4F00;
}

/**  regroupement de 1er niveau */
.groupe1 	{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    color: #AAAA00;
}

/**  regroupement de 2ieme niveau */
.groupe2 	{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: italic;
    font-weight: normal;
    color: #AAAA00;
}
/** Titre table*/
.titretable { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-weight: bold; color: #FFFFFF; border-style: none ; font-style: normal; background-position: left ; padding-right: 5px; padding-left: 5px}

.priorite1 {  background-color: #FF6666}
.priorite2 { background-color: #FF9999}
.priorite3 { background-color: #FFCCCC}

stxtarea {
    border: 1px solid;
    border-color: #AAAA00 #AAAA00 #AAAA00 #AAAA00;
}

.stickylabel 		{
    background-color: #AAAA00;
    margin-top: 5px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px ;
    padding-top: 3px ;    
    background-position: left;
    margin-left : 5px;
    margin-right : 5px;
}

.tableinternedisabled 		{
    background-color: #DDDDDD;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    border: 1px none;
    border-width: 1px 1px 1px 1px;
    border-color: #AAAA00 #AAAA00 #AAAA00 #AAAA00;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
    width : 100%;
}
