/* -------------------------------------------------------- style pour ou s informer ------------------------------------------------ */

h3.traitbleu {
	border-bottom: 1px solid #709AB0;
	color: #709AB0;
	font-size: 13px;
	margin-bottom: 17px;
	line-height: 8px;
}

h3.traitbleu div {
	background-color: #ffffff;
	display: inline;
	padding-right: 5px;
	padding-bottom: 1px;
}

#formrechlibre {
	padding-left: 269px;
}

#formrechlibre label {
	font-weight: bold;
	padding-right: 4px;
}

#formrechlibre input.form1 {
	width: 178px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #AB0200;
}

#formrechlibre input.bt {
	margin-bottom: -3px;
	_margin-bottom: -1px;
	padding-left: 4px;
}

div.tab3colonnes {
	width: 236px;
	float: left;
}

div.tab3colonnesmilieu {
	width: 236px;
	padding-left: 9px;
	padding-right: 9px;
	float: left;
}

div.tabractif {
    border: 1px solid #709AB0;
	height: 105px;
}

div.tabractif h3 {
	background-color: #709AB0;
	color: #ffffff;
	font-size: 16px;
	padding-left: 16px;
}

div.tabractif div.zoneform {
	padding: 11px;
}

div.zoneform select.form1 {
	width: 193px;
	color: #7099AF;
	font-weight: bold;
}

div.zoneform input.bt {
	margin-bottom: -3px;
	_margin-bottom: -1px;
	padding-left: 4px;
}

div.zoneform hr {
	color: #709BAC !important;
	height: 1px !important;
	border-top: 1px dashed #709BAC !important;
	border-bottom: 0 !important;
	margin-top: 8px;
	margin-bottom: 8px;
}

a.croix:hover {
	color: #6B98B5;
	font-weight: bold;
    text-decoration: none;
}

table.tableaureponse {
	border-collapse: collapse;
	border-top: 1px solid #AEBFC7;
	margin-top: 15px;
}

table.tableaureponse thead {
    height:50px;
}

table.tableaureponse th {
    border-bottom: 1px solid #AEBFC7;
    font-style: italic;
	font-size: 12px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #6B98B5;
    text-align: left;
}

table.tableaureponse td {
	border-bottom: 1px solid #AEBFC7;
	padding-bottom: 15px;
	padding-top: 7px;
	padding-left: 2px;
	padding-right: 2px;
	color: #6B98B5;
	font-weight: bold;
}

table.tableaureponse .ref {
	text-align: left;
    padding :0 8px;
    width:7%;
    vertical-align:middle;
}

table.tableaureponse th.deno {
	width: auto;
    vertical-align: middle;
}

table.tableaureponse .deno {
	width: 52%;
	font-weight: normal;
	padding:8px;
}

table.tableaureponse .ville {
	vertical-align: middle;
    padding: 0 8px;
}

table.tableaureponse .tel {
	width: 14%;
	padding-right: 2%;
    vertical-align:middle;
}

table.tableaureponse tr.impair {
	background-color: #E3EAF0;
}

table.tableaureponse tr.pair {
	background-color: #ffffff;
}

div.navpage {
	text-align: right;
	color: #A50000;
	padding-right: 110px;
}

div.navpage a {
	color: #A50000;
	text-decoration: underline;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;

}

div.navpage a:hover {
	text-decoration: none;
}

div.navpage a.prec {
	color: #A50000;
}

div.navpage a.suiv {
	color: #A50000;
}

div.navpage span.courant {
	color: #6B98B5;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 6px;
	padding-right: 6px;
}
div.nb_res {
	padding-top:10px;
	text-align: center;
}
a.nb_res {
	color: #A50000;
}

/* pour les colonnes à trier - espace public */
a.fdtri {
	background-image: url(/commun/images/icone_de_tri-bleu_G.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 12px;
}
/* quand la colonne est triee - espace public */
#global span.fdtri {
  background-image: url(/commun/images/icone_de_tri-marron_G.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 12px;
}

/*CSS cartographie */

a.tableau {
    background-image : url(/commun/images/fleche-bleu.gif);
    float:left;
}

#carte_res {
    margin:0px;
    border-bottom:1px solid #709AB0;
    width:727px;
    text-align:justify;
    padding-bottom:10px;
}

.liste_res {
    width:735px;
    margin:50px auto auto 0;
    border-top:1px solid #709AB0;
    clear:both;
}

.liste_res li {
    width:190px;
    padding:5px;
    display:block inline;
    float:left;
    margin:10px 22px;
    height:105px;
    background:#6B98B5;
    list-style-type: none;
    -webkit-box-shadow: #888 5px 5px 5px;
    box-shadow: 5px 5pxbox-shadow 5px #888;
    -moz-box-shadow:5px 5px 5px #888;
    -moz-border-radius:10px;
    -moz-border-radius-bottomleft:0px;
    -moz-border-radius-topright:0px;
    -webkit-border-radius: 10px;
    -webkit-bottom-left-radius: 0px;
    -webkit-top-right-radius: 0px;
    border-radius:10px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    text-align:center;
    overflow: hidden;
}

.liste_res li a {
    color:white;
    text-decoration:none;
    padding:2px;
    
}

.liste_res li .list_tel {
    display:none;
}

.liste_res li a:hover {
    text-decoration:underline;
    color:white;
    
}

.liste_res .nom {
    color:white;
    font-size:13px;
    margin-top:0;
}

.liste_res .adresse {
    color:#3a5261;
    font-size:12px;
}

#map {
    border: 1px solid #709AB0;
    height: 500px;
    margin: 15px 0 15px 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;
}

div.infobulle p {
    margin-left: 15px;
}

div.infobulle p a {
    
}

div.infobulle h4 {
    font-size:14px;
    text-align: center;
    color: #a50000;
}

div.infobulle h5 {
    font-size:12px;
    text-decoration:none;
}

div.infobulle h6 {
    font-size:11px;
    margin:5px 0px;
}

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/apecita.png) 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.gif) 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%;
}