/* pour les colonnes à trier - espace public */
a.fdtri {
    background-image: url(img/icone_de_tri_EP_bleu_grande.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-right: 12px;
}
/* quand la colonne est triée - espace public */
#global span.fdtri {
    background-image: url(img/icone_de_tri_EP_rouge_grande.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-right: 12px;
}


/* style pour td des tableaux de résultats Offre, avec padding horizontal */
table.tableau1 .colOffre {
    padding-left: 5px;
    padding-right: 5px;
}

#map {
    border: 3px solid #709AB0;
    height: 500px;
    margin:53px 0 0;
}

div.infobulle {
    font-family: Arial, Helvetica;
    width:300px;
    text-align:justify;
}

div.infobulle ul {
    padding-left: 15px;
    margin:3px;
    list-style-image: url(/commun/images/fl_rouge.gif);
}

div.infobulle ul li {
    margin-left:10px;
    text-align:left;
}

div.infobulle p {
    margin-left: 15px;
}

div.infobulle p a {
    margin-left: 15px;
}

div.infobulle a {
    color:#A50000;
}

div.infobulle h4 {
    font-size:14px;
    text-align: center;
    color: #a50000;
}

div.infobulle h5 {
    font-size:12px;
    text-decoration:none;
    margin:11px 0;
}

div.infobulle h6 {
    font-size:11px;
    margin:5px 0px;
}

div.infobulle .contact {
    text-align:left;
}

div.CMA {
    background:url(/commun/images/carto/logos/cma.jpg) no-repeat scroll right bottom;
}

div.AFIJ {
    background:url(/commun/images/carto/logos/afij.jpg) no-repeat scroll right bottom;
}

div.AFPA {
    background:url(/commun/images/carto/logos/afpa.jpg) no-repeat scroll right bottom;
}

div.APEC {
    background:url(/commun/images/carto/logos/capecita.jpg) no-repeat scroll right bottom;
}

div.CAP {
    background:url(/commun/images/carto/logos/capemploi.jpg) no-repeat scroll right bottom;
}

div.CCI {
    background:url(/commun/images/carto/logos/cci.jpg) no-repeat scroll right bottom;
}

div.CIDF {
    background:url(/commun/images/carto/logos/cidff.jpg) no-repeat scroll right bottom;
}

div.ML {
    background:url(/commun/images/carto/logos/ml.jpg) no-repeat scroll right bottom;
}

div.PICO {
    background:url(/commun/images/carto/logos/chagri.jpg) no-repeat scroll right bottom;
}

div.CIBC {
    background:url(/commun/images/carto/logos/cibc.jpg) no-repeat scroll right bottom;
}

div.PIJ {
    background:url(/commun/images/carto/logos/infoj.jpg) no-repeat scroll right bottom;
}

div.BIJ {
    background:url(/commun/images/carto/logos/infoj.jpg) no-repeat scroll right bottom;
}

div.CRIJ {
    background:url(/commun/images/carto/logos/infoj.jpg) no-repeat scroll right bottom;
}

div.POOC {
    background:url(/commun/images/carto/logos/poleemploi.jpg) no-repeat scroll right bottom;
}

div.MCEF {
    background:url(/commun/images/carto/logos/mcef.jpg) no-repeat scroll right bottom;
}

a.affiche_masque {
    background-image: url(/commun/images/fleche-voir-bleu.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	color: #6B98B5;
	font-weight: bold;
	text-decoration: underline;
    float:left
}

a.affiche_masque:hover {
	color: #6B98B5;
	font-weight: bold;
	text-decoration: none;
}

a.down {
    background-image: url(/commun/images/fleche-masque-bleu.gif);
}

a.tri{
	float:right;
    margin-left:22%;
}


ul.tabs {
	margin: 0;
    margin-top: 10px;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; 
	width: 100%;
    border-bottom:1px solid #709AB0;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px; 
	border: 1px solid #709AB0;
	margin-bottom: -1px; 
	overflow: hidden;
	position: relative;
	background: #fff;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-radius:10px 10px 0 0;
    margin-right:15px;
}
ul.tabs li a {
	text-decoration: none;
	color: #709AB0;
	display: block;
	font-size: 1.5em;
	padding: 0 20px;
	outline: none;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-radius:10px 10px 0 0;
    background-position: left;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    font-family:Georgia;
}
ul.tabs li a:hover {
	background: #aec9d8;
    color:#535353;
    height:40px;
    background-position:right;
}

ul.tabs li.active, ul.tabs li.active a  { 
	background: #709AB0;
	border-bottom: 1px solid #709AB0;
    color:#fff;
    height: 40px;
}

li.active {
    margin-top:-8px !important;
}

li.inactive:hover{
    margin-top:-8px !important;
    height:40px !important;
}