@charset "utf-8";
/* CSS Document */

/* DEBUT ACCUEIL */
.accueil {
  margin-top: 68px;
	width: 100%;
}
	
.accueil .entreprises, .accueil .produits {
	padding: 10px 150px 0 22px;
	width: 483px;
	height: 143px;
	font-size: 14px;
	color: #FFFFFF;
}

.accueil .entreprises {
	background-image: url(../images/accueil/fond-entreprises.jpg);
}

.accueil .entreprises .titre, .accueil .produits .titre {
	font-size: 21px;
	color: #95DEF0;
}

.accueil .entreprises a, .accueil .produits a {
	position: absolute;
	bottom: 12px;
	right: 150px;
	width: 120px;
	height: 23px;
}

.accueil .produits {
	margin-top: 27px;
	background-image: url(../images/accueil/fond-produits.jpg);
}
/* FIN ACCUEIL */

/* DEBUT CONNEXION */
.connexion {
  margin: 66px 0 0 1px;
	width: 100%;
}

.connexion .form {
	padding: 30px;
	width: 595px;
	_height: 215px;
	min-height: 215px;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/connexion/fond.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.connexion .form .titre {
	font-size: 21px;
	color: #95DEF0;
}

.connexion .form table {
	font-size: 11px;
}

.connexion .form input {
	width: 338px;
	height: 19px;
	border: 1px solid #939393;
	background-image: url(../images/connexion/fond-input-connexion.png);
}

.connexion a.pwd {
	position: absolute;
	bottom: 20px;
	left: 140px;
	width: 218px;
	height: 18px;
	font-size: 11px;
	color: #E75612;
	text-decoration: underline;
}

.connexion a.pwd:hover {
	color: #FFFFFF;
}

.connexion .form input.authentifier {
	position: absolute;
	bottom: 20px;
	right: 175px;
	width: 122px;
	height: 23px;
}
/* FIN CONNEXION */

/* DEBUT ANNUAIRE */
.annuaire {
  margin: 68px 0 0 1px;
	width: 100%;
}

.annuaire .general2, .annuaire .haut2 {
	width: 100%;
}

.annuaire .general2 {
	padding-bottom: 20px;
	background-image: url(../images/general/fond-tab.png);
	background-position: bottom left;
}

.annuaire .haut2 {
	background-image: url(../images/general/fond-haut-tab.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.annuaire .haut2 a.print {
	position: absolute;
	top: 0px;
	right: 30px;
	width: 72px;
	height: 21px;
}

.annuaire .haut2 h1 {
	margin-left: 30px;
	font-size: 21px;
	color: #95DEF0;
	font-weight: normal;
}

.annuaire .haut2 .menu {
	margin-left: 15px;
	width: 625px;
}

.annuaire .haut2 .menu a {
	display: block;
	width: auto;
	height: 17px;
	margin-right: 2px;
	padding: 3px 50px 0 10px;
	font-size: 11px;
	font-weight: bolder;
	color: #E75612;
	text-decoration: none;
	background-image: url(../images/general/fond-menu.png);
	background-position: right top;
	border: 1px solid #ACACBC;
}

.annuaire .haut2 .menu a:hover {
	color: #FFFFFF;
}

.annuaire .haut2 .menu a.selected {
	color: #000000;
	background-image: url(../images/general/fond-menu-hover.png);
}

.annuaire .haut2 .resultats {
	margin: -1px 0 10px 15px;
	padding: 0 10px 10px 10px;
	width: 603px;
	color: #FFFFFF;
	border: 1px solid #ACACBC;
}

.annuaire .haut2 .resultats .orange {
	color: #E75612;
}

.annuaire .haut2 .resultats .blanc {
	color: #FFFFFF;
}

.annuaire .haut2 .resultats table {
	font-size: 12px;
	color: #95DEF0
}

.annuaire .haut2 .resultats table a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

.annuaire .haut2 .resultats table a:hover {
	color: #E75612;
}

.annuaire .haut2 .table-intitules {
	margin-left: 15px;
}

.annuaire .haut2 table .intitules {
	background-image: url(../images/general/fond-intitule-tab.png);
	background-repeat: repeat-x;	
	background-color: #CECFD0;
  color: #000000;
	font-weight: bolder;
}

.annuaire .haut2 .resultats .sep-row {
	background-image: url(../images/general/sep-row.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.annuaire .haut2 .resultats .sep-intitule-col {
	background-image: url(../images/general/sep-intitule-col.png);
	background-position: right top;
	background-repeat: repeat-y;
}

.annuaire .haut2 .resultats .sep-col {
	background-image: url(../images/general/sep-col.png);
	background-position: right top;
	background-repeat: repeat-y;
}
/* FIN ANNUAIRE */
