

  /*-----------------------------------*/
 /*     Logo en haut des pages        */
/*-----------------------------------*/


#logo_accueil {
	position: absolute;
	margin-top: -15px;
	margin-left: -21px; 
	width: 757px;
	height: 170px;
	background: url("images/accueil_logo.jpg");
}

.logo_page {
	position: absolute;
	margin-top: -15px;
	margin-left: -21px; 
}

#logo_gestcom {
	position: absolute;
	width: 757px;
	height: 150px;
	background: url("images/img_gestcom.jpg");
	margin-top: -15px;
	margin-left: -21px; 
}

#logo_workflow {
	position: absolute;
	width: 757px;
	height: 150px;
	background: url("images/img_logo1.jpg");
	margin-top: -15px;
	margin-left: -21px; 
}

#logo_compta {
	position: absolute;
	width: 757px;
	height: 150px;
	background: url("images/img_logo2.jpg");
	margin-top: -15px;
	margin-left: -21px; 
}

#logo_paie {
	position: absolute;
	width: 757px;
	height: 150px;
	background: url("images/img_paie.jpg");
	margin-top: -15px;
	margin-left: -21px; 
}

#logo_crm {
	position: absolute;
	width: 757px;
	height: 150px;
	background: url("images/img_logo3.jpg");
	margin-top: -15px;
	margin-left: -21px; 
}

#logo_repair {
	position: absolute;
	width: 757px;
	height: 150px;
	background: url("images/img_repair.jpg");
	margin-top: -15px;
	margin-left: -21px; 
}

#logo_hotline {
	position: absolute;
	width: 757px;
	height: 150px;
	background: url("images/img_hotline.jpg");
	margin-top: -15px;
	margin-left: -21px; 
}

#logo_tel {
	position: absolute;
	width: 757px;
	height: 150px;
	background: url("images/img_tel.jpg");
	margin-top: -15px;
	margin-left: -21px; 
}

#logo_casque {
	position: absolute;
	width: 757px;
	height: 150px;
	background: url("images/img_casque.jpg");
	margin-top: -15px;
	margin-left: -21px; 
}

#logo_groupe1 {
	position: absolute;
	width: 757px;
	height: 150px;
	background: url("images/img_groupe1.jpg");
	margin-top: -15px;
	margin-left: -21px; 
}

#logo_pilote {
	position: absolute;
	width: 757px;
	height: 150px;
	background: url("images/img_pilote.jpg");
	margin-top: -15px;
	margin-left: -21px; 
}

#logo_default {
	position: absolute;
	width: 757px;
	height: 150px;
	background: url("images/img_default.jpg");
	margin-top: -15px;
	margin-left: -21px; 
}

#img_tarif {
	width: 104px;
	margin-top: 60px;
	float: right;
}


#img_liens {
	float: left;
	margin: 5px 0px 0px 300px;
}

#img_liens a {
	color: white;
}

#img_titre {
	color: white;
	font-size: 1.5em;
	margin: 0px 0px 0px 300px;
}

/* Fin des logos en haut */

