@charset "utf-8";
/* utilisateurs.css : CSS des utilisateurs et groupes*/
/*
- id : utilisateurs_pa
- id : logiciel_ms
- id : logiciel_ms_amp
- id : depot_dce_web
	- id : form_depot_dce_web
- id : site_web
*/

/* Utilisateurs du PA - début */

	#utilisateurs_pa
	{
		border:1px solid #C8C8C8;
		font-size:12px;
	}
	
	/* Liste des utilisateurs - début */
	
		table.#liste_utils{margin:1px 10px;}
	
		#liste_utils a
		{
			color:#B23535;
			text-decoration:underline;
			font-weight:normal;
		}
		
		#liste_utils th,#liste_utils td{padding:0 0 0 8px;}
		#liste_utils td{height:20px;}

		#liste_utils .prenom{width:180px;}
		#liste_utils .nom{width:214px;}
		#liste_utils .fonction{width:334px;}
		#liste_utils .admin
		{
			padding:0;
			width:30px;
			text-align:center;
		}
		#liste_utils .actions
		{
			width:135px;
			border-right:1px solid #EBEBEB;
		}
		#liste_utils .modifier,#liste_utils .groupe{width:49px;}
		#liste_utils .suppression
		{
			padding:0;
			width:35px;
			border-right:1px solid #EBEBEB;
		}
		#liste_utils .suppression a
		{
			width:25px;
			height:18px;
			background:url(../../images/pictos/corbeille_v.png) no-repeat 0 0;
			display:block;
		}
		#liste_utils .suppression a:hover{background:url(../../images/pictos/corbeille_v.png) no-repeat 0 -18px;}
	
	/* Liste des utilisateurs - fin */

/* Utilisateurs du PA - fin */

/* Ecrans de la page mon compte - d�but */

	/* Logiciels - début */
	
		#logiciel_ms,#logiciel_ms_amp
		{
			border:1px solid #C8C8C8;
			background:#FFFFFF;
			font-size:12px;
		}
	
	/* Logiciels - fin */
	
	/* Dépôt de dossier web - début */

		#depot_dce_web
		{
			border:1px solid #C8C8C8;
			background:#FFFFFF;
			font-size:12px;
			text-align:center;
		}
		
		#depot_dce_web #form_depot_dce_web
		{
			margin:10px;
		}
		
		#depot_dce_web #sel_dce
		{
			width:600px;
			margin:0px auto;
		}
			#depot_dce_web #sel_dce input#nom_dce{	width:500px;}
			
		#depot_dce_web #bt_chargement_dce{
			margin:10px auto;
		}
			
	/* Dépôt de dossier web - fin */

	/* Commande page perso - début */

		#site_web_apercu
		{
			border:1px solid #C8C8C8;
			background:#FFFFFF;
			font-size:12px;
		}
		
		#site_web_apercu .commentaire
		{
			margin:10px;
			padding:5px;
		}
		
		#site_web_apercu .sous_bloc
		{
			font-weight:normal;
		}
		
		#site_web_apercu .sous_bloc .liste_apercu 
		{
			width:860px;
			height:174px;
			margin:0 auto;
		}
		
		#site_web_apercu .sous_bloc .liste_apercu a
		{
			margin:5px;
			padding:1px;
			width:201px;
			height:160px;
			border:1px #000000 solid;
			display:block;
			float:left;
		}
		
	/* Commande page perso - fin */
	
	/* Liste des docs PA - début */
	
		#docs_pa
		{
			border:1px solid #C8C8C8;
			background:#FFFFFF;
			font-size:12px;
			height:auto;
		}
		
		#docs_pa table
		{
			width:886px;
		}
		#docs_pa td.taille
		{
			padding:0 5px 0 0;
			text-align:right;
		}
		#docs_pa td.libelle
		{
			padding:0 0 0 10px;
		}
		
	/* Liste des docs PA - fin */
			
/* Ecrans de la page mon compte - fin */

/*administration : taille tableau droits utilisateurs*/

#tab_droit_e table{
	width:98%;
}

table#table_module_defaut{
    border: 1px solid black;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
}

table#table_module_defaut input#onglet_defaut{
    margin-bottom: 6px;
}

table#table_module_defaut td{
   border : 1px solid #A5A5A5;
   background-color: #EBEBEB;
}

table#table_module_defaut td.select{
   border : 1px solid #A5A5A5;
   background-color: #f1fff0;
}