/*
	gaiia v3.1
	
	Fichier de configuration CSS pour les objets
	
	objets.css
*/


/* Fenêtres */
div.fond_message
	{
		display: none;
		background-color: #BCBCBC;
	    filter : alpha(opacity=50);
	    opacity : 0.5; 
	}

iframe.wnd_std
	{
		overflow-x: hidden;  
		overflow-y: hidden;  
	}

div.wnd_titre_std
	{
		padding-left: 5px;
		font-family: verdana;
		font-size: 14px;
		color: #FFFFFF;		
		font-weight: bold;	
		background-color: #EC8D23;
		cursor: pointer;
	}
	
div.wnd_std
	{
	}
	

/* Objet Block*/
iframe.block_std
	{
		/*overflow:hidden;	*/	
		overflow-x: hidden;  
		overflow-y: hidden;  
	}
	
div.block_std
	{
		/*overflow:auto;
		overflow-x: auto;  */
		overflow-y: auto;  
		border: dashed 1px;
		border-color: #95CF01;
	}
	
/* Cellule pour les objets */	
span.std
	{
		padding-left: 2px;
		padding-right: 2px;
		border: dashed 1px;
		border-color: #FFFFFF;
	}

span.std:hover
	{
		border: dashed 1px;
		border-color: #EC8D23;
	}
	
span.lbl_std
	{
		padding-left: 2px;
		padding-right: 2px;
	}

	
/* Objet Form*/
form.std
	{
	}

/* Objet Text */
input.std
	{
		font-family: verdana;
		font-size: 12px;
		color: #000000;
		border: solid 1px;
	}
	
label.std
	{
		font-family: verdana;
		font-size: 12px;
		color: #000000;	
	}
	
label.std:hover
	{
		cursor: pointer;
	}

label.lbl_std
	{
		font-family: verdana;
		font-size: 12px;
		color: #000000;	
	}
	
	
/* Objet Text_File */
input.file_std
	{
		position:relative;
		text-align: right;
		font-family: verdana;
		font-size: 12px;
		color: #000000;
		border: solid 1px;
		opacity: 0;
		filter:alpha(opacity=0);
		z-index:2;
		cursor: pointer;
	}
	
input.file_std:hover
	{
		
	}

input.file_text_std
	{
		font-family: verdana;
		font-size: 12px;
		color: #000000;
		border: solid 1px;
	}


/* Objet Button */ 
span.button_std_16
	{
		font-family: verdana;
		font-size: 12px;
		color: #000000;
		font-weight: bold;		
	}
	
span.button_std_16:hover
	{
		cursor:pointer;
		color: #EC8D23;
	}
	
span.button_std_32
	{
		font-family: verdana;
		font-size: 12px;
		color: #000000;
		font-weight: bold;		
	}
	
span.button_std_32:hover
	{
		cursor:pointer;
		color: #EC8D23;
	}
	

/* Objet Link */
span.link_std
	{
		font-family: verdana;
		font-size: 12px;
		color: #000000;
		
		/*border: solid 1px;*/
	}
	
span.link_std:hover
	{
		text-decoration: underline;
		cursor:pointer;
		color: #95CF01;
	} 
	
	
/* Objet Combobox */
select.std
	{
		font-family: verdana;
		font-size: 12px;
		color: #000000;
		border: solid 1px;
	}
	

/* Objet TextArea */
textarea.std
	{
		font-family: verdana;
		font-size: 12px;
		color: #000000;
		border: solid 1px;
	}
	

/* Objet Liste */
tr.ligne0_std
	{
		background-color:#EEEEEE;
	}

tr.ligne0_std:hover
	{
		background-color:#FAFAFA;
		/*cursor: pointer;*/
	}
	
tr.ligne1_std
	{
		background-color:#CFCFCF;
	}
	
tr.ligne1_std:hover
	{
		background-color:#DADADA;
		/*cursor: pointer;*/
	}
	
td.titre_std
	{
		padding: 2px;
		background-color:#DDDDDD;
		border-color: #000000;
		border-width: 1px; 	
		border-style: solid;  
		border-right: 0px;
	}

td.titre_fl_std
	{
		padding: 2px;
		background-color:#DDDDDD;
		border-color: #000000;
		border-width: 1px;
		border-style: solid;  
	}
	
td.elem_std
	{
		padding: 1px;
		border-color: #FFFFFF;
		border-width: 1px;
		border-style: solid;  
		border-right: 0px;  
	}
	
td.elem_fl_std
	{	
		padding: 1px;
		border-color: #FFFFFF;
		border-width: 1px;
		border-style: solid;
	}
	

/* Objet Button_Bar */
td.button_bar_esp_std
	{
	}
	
td.button_bar_separator_std
	{
	}
	
td.button_bar_button_std
	{
	}