
/*
--------------------------------------------------------------

						cel css
					*****************
					  Février 2009
--------------------------------------------------------------

V1.0 Simplification du CEL
--------------------------------------------------------------
*/

@charset "utf-8";

/************************* Page identification ***************************/

/* FIELDSET GRAPHIQUE */


	.fieldset_haut{
		height:18px;
		width:461px;
		background-image:url(../images/fieldset_haut.jpg);
	}
	
	
	.fieldset_haut span{
		font-size:12px;
		font-weight:bold;
		color:#e67f35;
		background-color:#FFFFFF;
		padding:0px 10px;
		margin-left:20px;
	}
	
	
	.fieldset_centre{
		position:relative;
		padding:0px 15px;
		width:431px;
		background-image:url(../images/fieldset_centre.jpg);
		padding-top:30px;
	}
	
	.fieldset_centre .champ{
		float:left;
		width:200px;
		font-weight:bold;
		font-size:11px;
		clear:both;
	}
	
	.fieldset_centre input{
		float:left;
	}	
	
	
	.fieldset_centre .ligne{
		padding:4px 0px;
	}
	
	.fieldset_bas{
		height:14px;
		width:461px;
		background-image:url(../images/fieldset_bas.jpg);
	}



/* MESSAGES ACCOMPAGNANTS et HIGHLIGHT */


	.fieldset_centre .Btooltips{
		position:absolute;
		top:-30px;
		left:200px;
		width:203px;
		height:57px;
		background-image:url(../images/bulle_prevention.gif);
		padding-left:25px;
		padding-top:5px;
	}
	
	
	.fieldset_centre .Btooltips .hl{
		color:#dc3eac;
		font-size:11px;
		font-weight:bold;
	}
	
	
	.fieldset_centre .Rtooltips{
		position:absolute;
		top:-30px;
		left:200px;
		width:188px;
		height:57px;
		background-image:url(../images/bulle_prevention_erreur.gif);
		padding-left:40px;
		padding-top:5px;
		color:#FFFFFF;
	}
	

/*************************Page sélection de la référence client ***************************/
/*  SELECTION */

	#selection .action{
		float:left;
		width:80px;
	}

/* CONSTRUCTION DU STRIP */
	
	.strip a.ligne{
		display:block;
		border-bottom:1px solid #bbb;
		padding:15px;
		color:#6F6966;
		text-decoration: none;
	}

	.strip a.ligne:hover{
		background-color:#dfd8d4;	
	}	
	
	/*.strip a.ligne:hover .OG11{
		color:#fff;	
	}*/
	
	.strip ul{
		margin-left:20px;
		margin-top:5px;
	}
	
	
	.strip li{	
		list-style-image:url(../images/carre-OR.gif);
		margin-left:10px;
		font-size:0.8em;
		font-family:arial;	
	}

	.strip .error{
		color:#fff;
		background-color:#dc3eac;
		padding:0px 15px 0px 15px;
	}
	
	.textError {
		color :#dc3eac
	
	}
	
/*************************Page création du compte en ligne ***************************/	


	a.secondaire {
		color:#6F6966;
		font-weight:bold;
	}
/** TOOLTIP **/	
	
	a.pop {
		background:transparent url(../images/aide_formulaire.gif) no-repeat scroll 0 0;
		display:block;
		font-size:0;
		height:11px;
		margin-top:2px;
		width:11px;
		float:left;
		margin-left:5px;
		
	}
	
	.GCtooltipsCEL {
		padding:10px;
		background-color:#ad37e4;
		border:none;
		width:280px;
	}