@charset "utf-8";
/* CSS Document */

/**************************************************
/*	STRUCTURE   
**************************************************/
div#HEADER {
	background: url(../images/bg-header-star.jpg) no-repeat top right;
}
div#HEADER-logo {
	background:url(../images/logo-star.png) no-repeat top left;
}
div#HEADER-titre {
	background:url(../images/titre-star.jpg) no-repeat top left;
}
div#HEADER-deconnexion {
	color:#FFFFFF;
}
div#HEADER-deconnexion a {
	color:#FFFFFF;
}
div#MENU {
	background: url(../images/bg-menu-star.gif) repeat-x top left;
	color:#000;
}
/**************************************************
/*	ACCUEIL   
**************************************************/
.BLOC-acc-commun {
	background:url(../images/bg-header-star-blocs-accueil.gif) no-repeat top left;
}
div#CONTENT .BLOC-acc-commun h2 {
	color:#3870b7;
	background:url(../images/bg-h2-bloc-commun-star.gif) no-repeat bottom center;
}
.BG-footer-bloc-acc {
	background: url(../images/bg-footer-blocs-accueil-star.gif) no-repeat bottom left;
}
.BG-footer-CO2-bloc-acc {
	background:url(../images/bg-footer-blocs-CO2-accueil-star.gif) no-repeat bottom left;
}
.BLOC-acc-logistique {
	background:url(../images/visuel-logistique-star.jpg) no-repeat top left;
} 
.BLOC-service h3 {
	background:url(../images/bg-h3-bloc-service-star.gif) no-repeat top left;
	color:#3870b7;
}
.BLOC-service h3 a {
	color:#3870b7;
}
.BLOC-service h4 {
	color:#76abe4;
}
.BLOC-service h4 a {
	color:#76abe4;
}

/**************************************************
/*	PASSAGE D'ORDRE   
**************************************************/
.ETAPE-on {
	background:url(../images/bg-etape-on-left-star.gif) no-repeat top left;
}
.ETAPE-on a {
	background: url(../images/bg-etape-on-right-star.gif) no-repeat top right;
}
.BLOC-large {
	background: url(../images/bg-header-star-blocs-large.gif) no-repeat top left;
}
.BLOC-large-content {
	background: url(../images/bg-content-star-blocs-large.gif) repeat-y top left;
}
.BLOC-large-footer {
	background: url(../images/bg-footer-star-blocs-large.gif) no-repeat top left;
}
.TABLE-form {
	color:#171b65;
    font-weight:bold;
}

/* FIELDSET */
.FIELDSET table {
	color:#21a2ce;
}
.FIELDSET textarea,
.FIELDSET select,
textarea.INPUT-01 ,
select.SELECT-01,
input.INPUT-01 {
	border: solid 1px #73bee7;
}
.FIELDSET.LABEL-01 {
   color:#ffffff;
}
/* BOUTONS */
.INPUT-03, .BT-03 {
	background: url(../images/bg-input-01-left.gif) no-repeat top left;
}
.INPUT-03 a, .BT-03 a {
	background: url(../images/bg-input-01-right.gif) no-repeat top right;
}
.BLOC-large-colC .BLOC-choix .BT-01 {
	background: url(../images/bg-input-01-left.gif) no-repeat top left;
}
.BLOC-large-colC .BLOC-choix .BT-01 a {
	background: url(../images/bg-input-01-right.gif) no-repeat top right;
}
/**************************************************
/*	UC Bloc Client   
**************************************************/
.BLOC-client
{
    width: 49%;
}

.padding-bottom-3px{
    padding-bottom: 3px;   
}