/*
	© 2007 Simalis
	Service WebDesign
*/

/* tags html
-------------------------------------------------------*/
a {
	color:#456d84;
	text-decoration: underline;
}

.fondTrHref{
	display: inline !important;
}

body {
	color: #112501;
	background-color:#90AFC2;
}

/* style de la page d'accueil (cartotheque) -----------------*/

#main{
	margin:0 auto;
	width:839px;
	min-height:625px;
	_height:625px;
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:0 0;
}
#accueil{
	padding:77px 0 0 349px;
	margin:0;
	width:420px;
}
#accueil h1{
	padding:40px 20px 10px 20px;
	margin:0;
	font-size:14px;
	color:#fff;
}

.accueil-bottom{
	padding:40px 20px 10px 20px;
	margin:0;
	font-size:14px;
	color:#fff;
}
.activtable{
  background:#fff !important;
  color:#265060 !important;
}

#accueil h1 span{
	display:block;
	float:right;
	font-size: 10px;
	font-weight: normal;
	padding-top:4px;
}
#accueil h1 span a{
	color:#fff;
	text-decoration:none;
}
#accueil h1 span a:hover{
	color:#fff;
	text-decoration:underline;
}
#accueil .identification{
	text-align: center;
	padding: 5px;
	margin: 0;
	background: #CEDCC3;
}
#accueil div.carteslink{
	background:#fff;
	opacity: .8;				/* CSS3 et Mozilla r cents */
	filter:alpha(opacity=80);	/* Internet Explorer 6     */
	-moz-opacity:0.8;			/* Mozilla 1.6 et inf r.   */
	-khtml-opacity:0.8;
	padding:0 20px;
	margin:0;
}
#accueil div.carteslink h2{
	font-size:11px;
	border-bottom:1px solid #112501;
	padding-bottom:4px;
}
#accueil div.carteslink a{
	color:#456d84;
	text-decoration:none;
}
#accueil div.carteslink a:hover{
	color:#608738;
	text-decoration:underline;
}
.debriefing{
	border:1px solid #ccc;
	padding:5px;
	margin:0;
}
.debriefing h3{
	margin:0 0 0.5em 0;
}
.debriefing p{
	margin:0.5em 0;
}
.debriefing input, .debriefing select{
	font-size:10px;
}
.ident-bottom{
	padding:0;
	margin:0;
	opacity: .8;				/* CSS3 et Mozilla r cents */
	filter:alpha(opacity=80);	/* Internet Explorer 6     */
	-moz-opacity:0.8;			/* Mozilla 1.6 et inf r.   */
	-khtml-opacity:0.8;
}

/* style du modele de carte + fiches metiers -----------------*/

/* entete */
#header{
	height:94px;
	width:1101px;
	background: transparent url(../../img/argepol/header_pnr_eaux_map.jpg) no-repeat 0px 0px;
	padding:0;
	margin:0;
}

#header a{
	display:block;
	margin:0 0 0 16px;
	padding:55px 0 0 0;
	width:89px;
	height:20px;
	color:#10528c;
	text-align:center;
	font-weight:bolder;
	text-decoration:none;
}

#header a:hover{
	color:#3E580F;
	text-decoration:underline;
}

/* fiches metiers -------------------------------------------*/
.new_interv a{
	background:transparent url(../../img/argepol/new_interv.jpg) no-repeat 4px center;
}
.new_obs a{
	background:transparent url(../../img/argepol/new_obs.jpg) no-repeat left center;
}

/* style du bandeau de la frame bandeau ----------------------------------*/
.interv_content_bandeau{
	background-color:transparent;
}
.interv_bandeau a{
    height:94px;
}

/* style du menu de la frame menu ----------------------------------*/
.menu{
    background: #D3E1E9 url(../../img/argepol/menu_bg.gif) repeat-x 0 0;
}
.menu td b{
	color: #0091B7;
}
.menu td a{
    color: #0091B7;
}
.menu td a:hover{
    text-decoration: underline;
}
.listeSize{
  width: 270px;
}
/* style generique recherche / liste / fiche -----------------------*/
.licarte{
	margin: 2px;
}
.divCartotheque{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 100px;
	overflow-y: auto;
}
.ongletCartoPassif{
	border: 1px solid #ccc;
	height: 22px;
}
.ongletCartoActif{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 22px;
}
.fondTr{
	background: #D3E1E9 url(../../img/argepol/menu_bg.gif) repeat-x 0 0;
	color: #0091B7;
}
.fondTr a{
	color: #0091B7;
}
.fondTr a:hover{
	background: #eef4f7;
	color: #265060;
}
.borderTable {
    border: 1px solid #0091b7;
}

/* onglets -------------------------------------------------------*/
#tabs li a {
    color:#0091B7;
    border:1px solid #0091B7;
    background:#fff;
}
#tabs li a:hover {
    background:#A4BFCF;
    color:#fff;
}
#tabs li.active a:hover,
#tabs li.active a {
    border-bottom: 1px solid #fff;
    color:#0091B7;
    background-color:#fff;
}
/* sous onglets --------------------------------------------*/
#ssTabs li a {
    padding:1px 5px;
    color:#0091B7;
    border:1px solid #0091B7;
    background:#fff;
    }
#ssTabs li a:hover {
    background:#A4BFCF;
    color:#fff;
}
#ssTabs li.active a:hover,
#ssTabs li.active a {
    padding:1px 5px;
    border-bottom: 1px solid #fff;
    color:#0091B7;
    background-color:#fff;
}

/*ecogarde----------------------------*/
.tableresultat{
	border:1px solid #999;
	width:348px;
	}
.tableresultat td{
	border-bottom:1px solid #ccc;
	}
td.libFicheGrp{
	padding-top:5px;
	border-bottom:1px solid #265060;
	font-size:1.1em;
	font-weight:bolder;
	color:#456d84;
	}
.libFiche{
	background-color:#eef4f7;
	color:#456d84;
	cursor:default;
	}
.libFiche2{
	cursor:default;
	color:#265060;
	}
label{cursor:pointer;}

/*  */
.ongl_metier li {background: url(../../img/argepol/ongl_metier.png) no-repeat right top;border-left: 1px solid #B3C9D5;}
.ongl_metier li.actif {background: url(../../img/argepol/ongl_metier_actif.png) no-repeat right top;}
.ongl_metier li.actif a{font-weight:bolder;}
.ongl_metier li.logout {padding:0;}
