﻿/****************************************************/
/* GROUPES */
/****************************************************/

.Contenu .Infos .GestionGroupes
{	
}

.Contenu .Infos .GestionGroupes .ZoneGroupes, .Contenu .Infos .GestionGroupes .ZoneClients
{
	position:absolute;
	top:50px;
	left:50px;	
}

.Contenu .Infos .GestionGroupes .ZoneClients
{
	left:320px;
}

.Contenu .Infos .GestionGroupes .ZoneGroupes select, .Contenu .Infos .GestionGroupes .ZoneClients select
{
	background:#EBF3FE;
	border:1px solid lightgrey;
	padding:5px;
	
	width:200px;
	height:300px;
	font-family:Arial;
	font-size:10px;	
}

.Contenu .Infos .GestionGroupes .ZoneCreationGroupe
{
	position:absolute;
	top:390px;
	left:50px;
}


.Contenu .Infos .GestionGroupes .ZoneClientsRestants
{
	position:absolute;
	top:390px;
	left:320px;
}

.Contenu .Infos .GestionGroupes .ZoneClientsRestants select
{
	font-family: Arial;
	font-size:10px;	
    width:120px;
    
    background:#EBF3FE;
	border:1px solid lightgrey;
}


.Contenu .Infos .GestionGroupes .BoutonSupprimerGroupe, .Contenu .Infos .GestionGroupes .BoutonSupprimerClient
{
	font-family: Arial;
	font-size:10px;	
	
	position:absolute;
	width:200px;
	top:350px;
	left:50px;
}

.Contenu .Infos .GestionGroupes .BoutonSupprimerClient
{
	left:320px;
}


.Contenu .Infos .GestionGroupes .BoutonAjouterClient
{
	font-family: Arial;
	font-size:10px;	
	
	position:absolute;
	width:78px;
	top:390px;
	left:442px;
}

.Contenu .Infos .GestionGroupes .ChampsNomGroupe
{
	position:absolute;
	
	width:110px;
	top:390px;
	left:50px;
	
	font-family: Arial;
	font-size:10px;	
		
}

.Contenu .Infos .GestionGroupes .BoutonCreerGroupe
{
	font-family: Arial;
	font-size:10px;	
	
	position:absolute;
	width:78px;
	top:390px;
	left:172px;
}

.Contenu .Infos .GestionGroupes .ZoneErreur
{
	position:absolute;
	top:25px;
	left:10px;
	
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	color:Red;	
}