/*  ---------------------------------------------------*
 *    Css pour l'intranet, a appliquer aprés base.css
 *  ---------------------------------------------------*
 */
@IMPORT url("Picto.css");

@IMPORT url("Grid.css");

@IMPORT url("composants_lot1.css");

@IMPORT url("ExtranetLayout.css");

html {
	font-family: arial !important;
	color: #2B2B2B;
	font-size: 10pt;
}

.panel h1,.panel1 h1,.panel2 h1,.panel3 h1,.panel4 h1 {
	color: #000099;
	font-size: 2em;
	font-weight: bold;
}

.panel h2,.panel1 h2,.panel2 h2,.panel3 h2,.panel4 h2 {
	color: #2B2B2B;
	font-family: Verdana;
	font-size: 18px;
	background-color: #D2D200;
	background-image: url(../images/puc/puce_titre1.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 10px 18px;
	padding-left: 20px;
}

.panel h3,.panel1 h3,.panel2 h3,.panel3 h3,.panel4 h3,.panel2>h2 {
	color: #2397d3;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	background-color: white;
	background-image: url(../images/puc/puce_titre2.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 10px 18px;
	padding-left: 20px;
}

.panel h4,.panel1 h4,.panel2 h4,.panel3 h4,.panel4 h4,.panel2>h4 {
	color: #554545;
	font-size: 18px;
	font-family: Arial;
	background-color: none;
	background-image: url(../images/puc/puce_titre2.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 8px 14px;
	padding-left: 20px;
}

.panel p,.panel1 p,.panel2 p,.panel3 p,.panel4 p {
	font-size: 10pt;
	border: 1px;
	border-color: #8E8282;
}

.panel1>form>.fieldseries,.panel1>p,.panel3>form>.fieldseries,.panel3>p
	{
	background-color: #F3F3D9;
}

.panel2 p,.panel4>p {
	background-color: #FFFFFF;
}

.panel2>form>.fieldseries,.panel4>form>.fieldseries {
	background-color: #FFFFFF;
}

.breadCrumb {
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	color: #7C1D1D;
}

ul {
	list-style-type: none;
}

li>a:before {
	content: url("../images/puc/lien.png");
	/*color: #2397d3;*/
}

a:LINK,a:VISITED,a:ACTIVE {
	color: #737400;
	font-family: arial;
	font-size: 10pt;
	text-decoration: none;
}

a:LINK:HOVER,a:VISITED:HOVER {
	text-decoration: underline;
}

/*picto precedent les liens*/
a:before,a:ACTIVE:before,a:VISITED:before,a:hover:before {
	/*content: url("../images/puc/lien.png");*/
	color: #737400;
	text-decoration: none;
}

/*liens sans pictos*/
.treeTable a:before,.accordionequanda_tit a:before,
.tabIds a:before,#header a:before,.datePicker a:before,
.wizardBoutonAnnuler:before,.g2_choice_multi a:before,tr>th>a:link:before,
.pages-link a:before,.t-data-grid thead a:before,.g2_table>thead>a:before,
.commands a:before,.g2_detail_box_closebutton:before,
.g2_detail_box_closebutton:hover:before,.picto:before,
.picto:hover:before,.g2_table_sort_asc:before,
.g2_table_sort_asc:hover:before,.g2_table_sort_asc_selected:before,
.g2_table_sort_asc_selected:hover:before
	{
	content: none;
}

input,select,textarea,.zonelabel {
	color: #3D3D3D;
	font-family: "Arial";
	font-size: 10pt;
	text-decoration: none;
	margin: 0px 2px;
	border: 1px solid;
	border-color: #c6c6c6;
	vertical-align: top;
}

.fieldseries>DIV>input [type='checkbox'] {
	width: auto;
	margin-right: 10px;
}

input[type='text']:focus,select:focus,textarea:focus {
	background-color: #c7b299;
}

/*bugs ie 8*/
input[type="radio"],input[type="checkbox"] {
	border: 0px !important;
	margin-top: 4px;
}

DIV.t-beaneditor {
	background-color: #F3F3D9;
	border: none;
}

div#header div#logo {
	background: white url(../images/log/logo-extranet.png) no-repeat scroll
		50% 50%;
	height: 63px;
	width: 82px;
	margin: 0 auto;
	padding: 8px 0;
	float: left;
}

div#header div#domaines {
	background-color: #453821;
	color: #F3F3D9;
	font-family: "Arial";
	font-size: 10pt;
	height: 2em;
	padding: 3px;
	text-decoration: none;
}

div#header div#domaines ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 80%;
}

div#header div#domaines li {
	display: inline;
	padding: 0px 3px 0px 3px;
}

div#header div#domaines li a {
	text-decoration: none;
	color: #F3F3D9;
	font-weight: bold;
}

div#header div#domaines li a:hover {
	text-decoration: none;
	color: #3D3D3D;
	font-weight: bold;
}

/* Permet de colorer le lien d'un domaine lorsqu'on le survole avec la souris */
div#header div#domaines li a:HOVER {
	color: #3D3D3D;
	background: #F3F3D9;
}

/*
* Permet de colorer le domaine en cours en orange.
*/
div#header div#domaines li.on a {
	background-color: #F3F3D9;
	color: #3D3D3D;
	font-weight: bold;
}

div#header div#domaines form#accesRapide p {
	float: right;
	padding-top: 0px;
	margin: 0px;
	width: 15%;
	text-align: right;
}

div#header div#domaines form#accesRapide p ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}

div#header div#domaines form#accesRapide p li {
	display: inline;
	padding: 0px 3px 0px 3px;
}

div#header div#domaines form#accesRapide p a {
	text-align: right;
	text-decoration: none;
	color: #FFFFFF;
}

div#header div#domaines form#accesRapide p  a:hover {
	color: #000099;
}

div#header div#application {
	background-color: #F3F3D9;
	border-bottom: none;
	font-family: "Arial";
	font-size: 1em;
	height: 1.35em;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #3D3D3D;
}

div#header div#application h1 {
	font-size: 1em;
	text-align: left;
	font-weight: normal; /*bold*/
	color: black; /*#000099;*/
	margin: 0;
	padding: 0;
}

div#header div#application #nomService {
	padding: 2px 10px 0px 5px;
	float: left;
	color: black;
	font-family: "Arial";
	font-weight: normal;
	font-size: 10pt;
	text-align: left;
}

div#header div#application ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	min-width: 10em;
}

div#header div#application ul li.menuApplicatif {
	float: left;
	padding: 2px 5px 0px 5px;
	display: inline;
}

div#header div#application ul li.menuApplicatif a.lienService {
	display: block;
	text-decoration: none;
	color: #000099;
}

div#header div#application ul li.menuApplicatif a:hover {
	color: #FFFFFF;
	background-color: #FF9933;
}

div#header div#application ul li.menuApplicatif ul {
	position: absolute;
	border: 0.5px #FF9933 solid;
	background-color: #E3F7FE;
	display: none;
}

div#header div#application ul li.menuApplicatif ul li {
	padding: 4px 5px 3px 5px;
}

div#header div#application ul li.menuApplicatif ul li a {
	display: block;
	text-decoration: none;
	color: #000099;
	white-space: nowrap;
}

div#header div#application div#aide {
	float: right;
}

div#header div#application div#aide a {
	font-family: "Arial";
	font-size: 10pt;
	text-decoration: none;
	color: #000099;
}

div#header div#application div#aide img {
	margin: 0px 0px -6px 5px;
}

div#header div#dossier {
	background-color: #D9D9C2;
	color: #3D3D3D;
	font-family: "Arial";
	font-size: 10pt;
	font-weight: normal;
	height: 2.2em;
	text-align: left;
}

div#header div#dossier div#identifiant {
	float: left;
	margin-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	font-size: 14px;
}

div#header div#dossier form#outils {
	float: right;
}

div#header div#dossier form#outils input.champIdentifiant {
	height: 1.6em;
	font-size: 8pt;
}

div#header div#dossier form#outils input.boutonDossier {
	height: 18px;
	width: 18px;
	margin: 3px 0px -4px 5px;
}

div#header div#dossier img {
	margin: 0px 0px -5px 5px;
}

div#services A {
	float: right;
	text-align: right;
}

div#footer {
	display: table;
	width: 100%;
	font-family: "Arial";
}

div#footer #footerLeft {
	display: table-cell;
	text-align: left;
	width: 33%;
}

div#footer #footerCenter {
	display: table-cell;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 33%;
}

div#footer #footerRight {
	display: table-cell;
	text-align: right;
	width: 33%;
}

tbody>tr:hover tbody>tr>td:hover {
	background-color: #453821;
	color: #F3F3D9;
}

.para.warn,P.warn,.para.important,P.important {
	border: 1px solid black;
}

.fieldseries .label2,.label2 LABEL,.label2 DIV>SPAN:first-child {
	width: 14em;
}

.fieldseries .label2,.label2 LABEL,.label2 DIV>SPAN:first-child:after {
	content: " : ";
}

.fieldseries label,.fieldseries .label2,.label2 LABEL,.label2 DIV>SPAN {
	text-align: right;
}
/*alignement label-input*/
.content,.content1,.content2,.content3,.content4 {
	line-height: 1.6em;
}

/* command */
.required:AFTER {
	content: url(../images/puc/ast.gif);
	background-repeat: no-repeat;
	background-position: 0 40%;
}
.zoning3-field-context LABEL.required:AFTER {
	content: none;
}

.commands>.button,.commands>input,.commands>.button,.button,.commands>BUTTON,.t-beaneditor-submit,.commands>submit
	{
	background: #D2D200;
	border: none;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #2B2B2B;
	height: 22px;
	width: 100px;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
}

.t-beaneditor-submit {
	margin: 0 auto 0 50%;
}

.commands>button:hover,.commands>input:hover,.commands>BUTTON:hover,.button:hover,.t-beaneditor-submit:hover,.commands>submit:hover
	{
	background: #737400;
	border: none;
	color: #F3F3D9;
	/*text-decoration: none;*/
	font-weight: bold;
}

DIV.t-beaneditor-row {
	overflow: auto;
}

/*DIV.t-beaneditor-row LABEL {
	margin-top: 3px;
}*/
.fieldseries,.itemseries {
	line-height: inherit;
}

/* Wrapper */
.wrapper {
	background: none none repeat scroll 0 0;
	padding: 0;
	margin: 0;
}

.t-loading {
	background: url("../images/ico/ajax-loader.png") no-repeat scroll right
		top transparent;
}

input.t-loading,select.t-loading,textarea.t-loading {
	background: url("../images/ico/ajax-loader.png") no-repeat scroll right
		top white;
}

/**********************************************************
 						zoning3	
***********************************************************/
g2-zoning-msg t-error { /*height: 22px;*/
	
}

INPUT.t-error,TEXTAREA.t-error,SELECT.t-error {
	border : 2px solid #A3352F; 
}
INPUT.t-error:FOCUS,TEXTAREA.t-error:FOCUS,SELECT.t-error:FOCUS {
	color : black; 
}

/********************************************************/
/*					Alignement des boutons 				*/
/********************************************************/
.commands.zoning3>button,.commands.zoning3>input,.commands.zoning3>.button,.commands.zoning3>submit
	{
	background: #D2D200;
	border: 1px solid #D2D200;
	font-family: "Arial bold";
	font-size: 10pt;
	color: #2B2B2B;
	text-decoration: none;
}

.commands.zoning3>button:hover,.commands.zoning3>input:hover,.commands.zoning3>.zonelabel:hover,.commands.zoning3>.button:hover,.commands.zoning3>submit:hover
	{
	background: #737400;
	border: 1px solid #737400;
	font-family: "Arial bold";
	font-size: 10pt;
	color: #F3F3D9;
	text-decoration: none;
}

.commands.zoning3>.principal,.commands.zoning3>.zonelabel,.commands.zoning3>.zonecontent
	{
	background: #D2D200;
	border: 1px solid #D2D200;
	font-family: "Arial bold";
	font-size: 10pt;
	color: #2B2B2B;
	text-decoration: none;
}

.commands.zoning3>.principal:hover,.commands.zoning3>.zonelabel:hover,.commands.zoning3>.zonecontent:hover
	{
	background: #737400;
	border: 1px solid #737400;
	font-family: "Arial bold";
	font-size: 10pt;
	color: #F3F3D9;
	text-decoration: none;
}

*:focus {
	outline: white;
}

:focus {
	outline: white;
}

/*************************/
/* ZONING*/
/*************************/
/* Aspect par défaut des messages */
[name].g2-ok {
	outline: 1px solid green;
}

[name].g2-help.focus,[name].g2-static.focus {
	outline: 1px solid blue;
}

[name].g2-help.t-error,[name].g2-static.t-error,[name].g2-ok.t-error {
	outline: none;
	border-color: red;
	color: red;
	font-style: italic;
}

.zoning3 {
	background-color: #F3F3D9;
}

.zoning3>DIV>.short.one.t-error+img.t-error-icon {
	background-image: url("../images/div/graypoint.png");
	background-color: #892020;
}

.zoning3>DIV>.short.one.g2-help+img.t-error-icon {
	background-image: url("../images/div/graypoint.png");
	background-color: blue;
}

.zoning3>DIV>.short.one.g2-ok+img.t-error-icon {
	background-image: url("../images/div/graypoint.png");
	background-color: green;
}

.zoning3 div.g2-zoning-msg.g2-help p {
	background: url(../images/pic/information.png) no-repeat left top;
	background-size: 12px 12px;
	background-color: #D1AA64;
	height: 22px;
	padding: 3px 0 3px 22px;
}

.zoning3 div.g2-zoning-msg.g2-ok p {
	background: url(../images/ico/coche_verte.gif) no-repeat left top;
	background-size: 20px 20px;
	height: 22px;
	padding: 3px 0 3px 22px;
}

.zoning3 div.g2-zoning-msg.t-error p {
	background: url(../images/pic/warning.png) no-repeat left top;
	background-size: 20px 20px;
	background-color: #A3352F ;
	color: white;
}

.zoning3 div.g2-zoning-msg.g2-help:before {
	position: absolute;
	content: url("../images/pic/PointeurBulleAide.png");
	left: 5px;
	top: 1.2ex;
}

.zoning3 div.g2-zoning-msg.t-error:before {
	position: absolute;
	content: url("../images/pic/PointeurBulleErreur.png");
	left: 5px;
	top: 1.2ex;
}

.zoning3 DIV.row:BEFORE {
	content: url("../images/puc/expand_options.png");
}

.zoning3-field-context label.required+*[name] {
	background-image: url(../images/ico/texte_obligatoire.png);
	background-repeat: no-repeat;
}

.zoning3-field-context label.required.short {
	background-image: url("../images/ico/texte_obligatoire.png");
	background-position: right 70%;
	margin-top: 0px;
}

.zoning3 label.notRequired.short {
	margin-top: 3px;
}

.zoning3-field-context.optional-context label.notRequired+*[name] {
	background-image: url(../images/ico/texte_facultatif.png);
	background-repeat: no-repeat;
}

.zoning3-field-context.optional-context label.notRequired.short {
	background-image: url("../images/ico/texte_facultatif.png");
	background-position: right 70%;
	margin-top: -2px;
}

.zoning3.optional-context label.notRequired.short {
	background-image: url(../images/ico/texte_facultatif.png);
	background-repeat: no-repeat;
	background-position: 100% 70%;
}

.zoning3.optional-context label.notRequired+*[name] {
	background-image: url(../images/ico/texte_facultatif.png);
	background-repeat: no-repeat;
}

.zoning3.optional-context label.notRequired+[name] {
	background-image: url("../images/ico/texte_facultatif.png");
}

.zoning3.optional-context label.notRequired {
	vertical-align: middle;
}

.zoning3-field-context label.required+[name] {
	background-image: url("../images/ico/texte_obligatoire.png");
}

.zoning3-field-context.optional-context label.notRequired+[name] {
	background-image: url("../images/ico/texte_facultatif.png");
}

.zoning3 label.required+*[name] {
	background-image: url(../images/ico/texte_obligatoire.png);
	background-repeat: no-repeat;
}

.zoning3 label.required.short {
	background-image: url(../images/ico/texte_obligatoire.png);
	background-repeat: no-repeat;
	background-position: 100% 70%;
}

.zoning3 label.required+[name] {
	background-image: url("../images/ico/texte_obligatoire.png");
}

.zoning3-field-context label.notRequired { /*height: 16pt;*/
	line-height: 16px;
}

.zoning3-field-context label.notRequired.short {
	vertical-align: middle;
	line-height: none;
}

/*************************/
/* ACCORDION             */
/*************************/
.accordion_tit {
	background-color: #D2D200;
	color: #2B2B2B;
	border: 1px solid #453821;
	cursor: pointer;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	height: 22px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.accordion_tit:hover {
	background-color: #D2D200;
	color: #2B2B2B;
	border: 1px solid #453821;
	cursor: pointer;
	font-family: arial;
	font-size: 10pt;
	font-weight: normal;
	height: 22px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.accordion_atit a:visited {
	background-color: #453821;
	color: #D9D9C2;
	margin: 10px;
}

.accordion_atit a:link,.accordion_atit a:hover {
	color: #D9D9C2;
	margin: 10px;
	background: url("../images/puc/accordeon_puce_ouvert.png") no-repeat
		scroll left center transparent;
	background-color: #453821;
	color: #D9D9C2;
	text-decoration: none;
}

.accordion_atit h3:link,.accordion_atit:hover {
	color: #D9D9C2;
	margin-bottom: 0px;
	background-color: #453821;
	color: #D9D9C2;
	text-decoration: none;
}

.accordion_tit a {
	background: url("../images/puc/fleche_droite_pleine.png") no-repeat
		scroll left center transparent;
	color: #453821;
	margin: 10px;
	padding-left: 20px;
}

.accordion_tit:hover {
	color: #F3F3D9;
	background-color: #453821;
}

.accordion_tit:hover>a {
	background: url("../images/puc/accordeon_puce_hover.png") no-repeat
		scroll left center transparent;
	background-color: #453821;
	color: #F3F3D9;
	margin-left: 10px;
	padding-left: 20px;
	text-decoration: none;
}

.accordion_tit h3 {
	background: url("../images/puc/accordeon_puce.png") no-repeat scroll
		left center transparent;
	background-color: #D2D200;
	color: #453821;
	margin: 0px;
	padding-left: 20px;
	font-size: 1em;
	margin-left: 10px;
}

.accordion_tit:hover h3 {
	color: #F3F3D9;
	margin: 0px;
	background: url("../images/puc/accordeon_puce_hover.png") no-repeat
		scroll left center transparent;
	background-color: #453821;
	color: #D9D9C2;
	text-decoration: none;
	padding-left: 20px;
}

.accordion_atit:hover h3 {
	background: url("../images/puc/accordeon_puce_ouvert.png") no-repeat
		scroll left center transparent;
}

.accordion_atit {
	color: #F3F3D9;
	text-decoration: none;
	margin: 0px;
	margin-left: 10px;
	background-color: #453821;
}

.accordion_atit>h3 {
	color: #F3F3D9;
	font-size: 10pt;
	background: url("../images/puc/accordeon_puce_ouvert.png") no-repeat
		scroll left center transparent;
	background-color: #453821;
	margin-left: 10px;
}

.accordion_tit>h3:hover {
	color: #D9D9C2;
	margin-left: 10px;
}

.accordion_tit:hover>h3 {
	color: #F3F3D9;
	margin-left: 10px;
}

.accordion_atit:hover {
	background-color: #453821;
	color: #D9D9C2;
	margin: 0px;
	margin-left: 10px;
	text-decoration: none;
}

.accordion_ct {
	background-color: #F3F3D9;
	padding: 0px;
	overflow: auto;
	border: 1px solid #453821;
	margin-bottom: 10px;
	margin-left: 10px;
}

.accordion_ct>p {
	margin: 10px;
	border-color: #F3F3D9;
}

.accordion_tit>h3>a {
	display: none;
}
/***********************************************************************/
.accordionequanda_tit {
	background-color: #F3F3D9;
	color: #796C6C;
	border-color: #796C6C;
	cursor: pointer;
	font-weight: normal;
	height: auto;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-top: 3px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-style: solid;
	border-width: 1px;
}

.accordionequanda_tit:hover {
	background-color: #D2D200;
	color: #2B2B2B;
	border-color: #796C6C;
}

.accordionequanda_tit a {
	background-image: url("../images/puc/fleche_droite_pleine.png");
	color: #2B2B2B;
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: inline-block;
	margin: 0px;
	margin-left: 10px;
	text-decoration: none !important;
}

.accordionequanda_atit a:visited {
	background-color: #453821;
	color: #D9D9C2;
}

.accordionequanda_atit a:link,.accordionequanda_atit a:hover {
	background-image: url("../images/puc/fleche_bas_pleine_focus.png");
	background-color: #D2D200;
	color: #2B2B2B;
}

.accordionequanda_tit:hover {
	color: #2B2B2B;
}

.accordionequanda_tit:hover>a {
	background-image: url("../images/puc/fleche_bas_pleine_focus.png");
	color: #2B2B2B;
}

.accordionequanda_atit {
	background-color: #D2D200;
	color: #2B2B2B;
	margin-bottom: 0px;
	text-decoration: none;
}

.accordionequanda_atit:hover {
	background-color: #D2D200;
	color: #2B2B2B;
	margin: 0px;
	margin-left: 10px;
}

.accordionequanda_ct {
	padding: 10px 2px 10px 10px;
	overflow: auto;
	border: 1px solid #453821;
	margin-bottom: 10px;
	margin-left: 10px;
}

.acc2_tit {
	background-color: lightgray;
	color: black;
	height: 15px; /* overwritten by script */
	font-weight: normal;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid white;
	border-top: 1px solid black;
	cursor: pointer;
}

.acc2_tit a:link,.acc2_tit a:hover,.acc2_tit a:active,.acc2_tit a:visited
	{
	text-decoration: none;
	color: black;
}

.acc2_atit {
	font-weight: bold;
}

.acc2_ct {
	background-color: #F2EFE9;
	overflow: auto;
}

.t-calendar-trigger {
	background: url("../images/pic/calendrier.png");
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
	margin-left: 3px;
	width: 20px;
	height: 21px;
}

.boutonDossier {
	background-image: url("../images/pic/loupe.png");
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: top;
	margin-left: 3px;
	width: 20px;
	height: 21px;
}

button {
	background-color: #D2D200;
	border: none;
	width: 100px;
	color: #2B2B2B;
}

button:hover {
	background-color: #737400;
	border: none;
	width: 100px;
	color: #F3F3D9;
	font-weight: bold;
}

.g2_list li.on,.g2_table tr.on {
	background-color: white;
}

.g2_list li.off,.g2_table tr.off {
	background-color: #F3F3D9;
}

.g2_list li.selected {
	background: none repeat scroll 0 0 #D2D200;
	color: #FFFFFF;
}

.g2_filter {
	background: none repeat scroll 0 0 #796c6c;
	color: #FFFFFF;
}

.g2_table thead tr {
	background: none repeat scroll 0 0 #796c6c;
	color: #FFFFFF;
}

.g2_extender a:before,.g2_extender a:hover:before {
	content: ">";
}

.g2_extender a,.g2_extender a:hover {
	color: #737400;
	display: block;
	width: 100%;
}

div.t-error ul {
	background-color: #A3352F;
	color: white;
	/* CGMOIHM-99 */
	background-image: url(../images/ico/croix_grise.gif);
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;
	/* fin CGMOIHM-99 */
}

HTML>BODY DIV.t-error-popup SPAN {
	background: url("../images/pic/warning.png");
	background-repeat: no-repeat;
	background-position: left;
	backgroud-size: 20px 20px;
	background-color: #A3352F;
	color: white;
}

.toggler.down {
	background: transparent url( ../images/pic/autocomplete.png ) no-repeat
		scroll;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	margin-top: 0;
	margin-right: 5px;
	overflow: hidden;
	width: 20px;
}
.toggler.down:HOVER {
	background: transparent url( ../images/pic/autocomplete_hover.png ) no-repeat
		scroll;
}
.toggler.down.disabled {
	background: transparent url( ../images/pic/autocomplete_disable.png ) no-repeat
		scroll;
}

.imgErrorpage {
	background-image: url(../images/pic/erreur-SAM.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.txtErrorpage {
	text-align: left;
	padding-left: 5px;
}

div.t-autocomplete-menu div.title div {
	background-image: url(../images/div/graypoint.png);
	background-repeat: repeat-x;
	background-position: center;
}