/*Topiter.css*/

/* DEBUT marges de 15 pixels , classes  tous(mrg_cont), vertical(mrg_cont_v), horizontal(mrg_cont_h) */
.mrg_cont{margin:15px;}
.mrg_cont_h{margin:0 15px;}
.mrg_cont_v{margin:15px 0;}
.mrg_none{margin:0;}
/* FIN marges de 15 pixels , classes  tous(mrg_cont), vertical(mrg_cont_v), horizontal(mrg_cont_h) */

/* Tooltip */
/* Le tag contenant la balise title utilisé pour les tooltips*/
.tooltip{
	cursor: help;
	border-bottom: 1px dotted #666666;
}

/* Le tooltip en tant que tel */
#easyTooltip{
	padding:5px;
	border:1px solid #ccc;
	background:#f1f1f1;
	font-size: 12px;
	font-family: comic sans MS;
	}

/*Style présentatrice, collectrice*/
.eAcc_redBG{
	background-color: #E00000;
}


.eAcc_bleu_medium_bg {
	background-color: #eef4f6;
}
.eAcc_bleu_dark_bg {
	background-color: #d4e3e9;
}



/* Entête du voir aussi (header) */
.eHd_1_voir {
	background-color: #E00000;
}
/* Entête du voir aussi (header) */
.eHd_2_voir {
	background-color: #CECECE;
}
/* Corps du voir aussi (body) */
.eBd_voir {
	background-color: #E7E7E7;
}


/*Style niveau 3*/

h1{
   font-family: comic sans MS;
   font-size: 22px;
   font-weight: bold;
   color: #00405B;
   line-height: normal;	
}

.eAcc_h1Rouge{
   font-family: comic sans MS;
   font-size: 22px;
   font-weight: bold;
   color: #E00000;
   line-height: normal;	
}

.e_stitre {
	font-family: comic sans MS;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #484848;
	line-height: normal;
}

h2{
	background-position: bottom;
	background-repeat: repeat-x;
	font-family: comic sans MS;
	font-size: 17px;
	color: #34456D;
    line-height: normal;	
}

h3 {
	font-family: comic sans MS;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
    line-height: normal;	
}

p{
	font-family: comic sans MS;
	font-size: 16px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
	padding-top: 20px;
}

.avert{
	font-family: comic sans MS;
	font-size: 120%;
	color: #000000;
}

.legende {
	font-family: comic sans MS;
	font-size: 13px;
	color: #999999;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
}

th{
	font-family: comic sans MS;
	font-size: 16px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	line-height: 30px;
}
 
td{
	font-family: comic sans MS;
	font-size: 16px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: 30px;
}

  .middle {
		vertical-align: middle; 
		text-align: center;
		}

/* Listes */

ul {
	/* les padding à zéro ne sont pas nécessaire sur IE mais le sont pour les browser Mozilla dont Firefox */
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	/* --- */
	margin-top:10px;
	_margin-top:-10px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:15px;
	list-style-type:none;
}



li {
	PADDING-TOP: 0px;
	PADDING-RIGHT: 0px;
	PADDING-BOTTOM: 1px;
	PADDING-LEFT: 16px;
	background: url(/pls/portal/docs/page/acces_simple_fr/media/images/ic_fleche_li.gif) no-repeat 0px 12px;
	MARGIN: 0px;
	line-height: 25px;
	color: #666666;
	font-size: 16px;
}
ol li ul{
	margin-left: 0;
}
ol li ul li{
	background: url(/pls/portal/docs/page/acces_simple_fr/media/images/ic_fleche_li.gif) no-repeat 0px 8px;
	padding: 0 0 0 12px;
}
a:link{
	font-family: comic sans MS;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;
	
	color: #808080;
	}

a:visited{
	font-family: comic sans MS;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;

	color: #000000;
	}

a:active{
	font-family: comic sans MS;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;
	
	color: #000000;
	}

a:hover{
	font-family: comic sans MS;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;
	
	color: #808080;
	}
	
/*Liste des pdf*/

ul.listePdf li{
	background: url(/pls/portal/docs/page/librairie_fr/images/pdf_icon_li.gif) no-repeat 0px 7px;
	font-family: comic sans MS;
	font-size:16px;
}

ul.listePdf li a:link {
	font-family: comic sans MS;
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
}

ul.listePdf li a:active {
	font-family: comic sans MS;
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
}

ul.listePdf li a:visited {
	font-family: comic sans MS;
	font-size:16px;
	text-decoration:none;
	font-weight:normal;
}

ul.listePdf li a:hover {
	font-family: comic sans MS;
	font-size:16px;
	text-decoration:underline;
	font-weight:normal;
}



/*Lien Capsule accueil*/	

a.capsule:link{
	font-family: comic sans MS;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;
	
	color: #808080;
	}

a.capsule:visited{
	font-family: comic sans MS;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;

	color: #808080;
	}

a.capsule:active{
	font-family: comic sans MS;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;
	
	color: #000000;
	}

a.capsule:hover{
	font-family: comic sans MS;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	text-decoration: underline;
	
	color: #808080;
	}

/*Fin Lien Capsule accueil*/
a.legende:active {
	font-family: comic sans MS;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

a.legende:link {
	font-family: comic sans MS;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a.legende:visited {
	font-family: comic sans MS;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
a.legende:hover {
	font-family: comic sans MS;
	font-size: 10px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}


.imageGauche {
	margin-right: 10px;
	float: left;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.imageDroite {
	float: right;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 10px;
}



/************************************************************************/
/*styles présentatrice et collectrice*/

/*Style en blanc pour le texte «Un site facile à lire et à comprendre»*/
.eAcc_white14{
	font-family: comic sans MS;
	font-size: 14px;
	font-weight: bold;
	line-height: 13px;
	
	color: #FFFFFF;
	}
	
.eAcc_red16{
	font-family: comic sans MS;
	font-size: 16px;
	font-weight: bold;
	line-height: 13px;
	
	color: #E00000;
	}
	
.eAcc_Menu{
	font-family: comic sans MS;
	font-size: 13px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
}


a.eAcc_Menu:link{
	font-family: comic sans MS;
	font-size: 13px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	text-decoration:none;
}

a.eAcc_Menu:visited{
	font-family: comic sans MS;
	font-size: 13px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	text-decoration:none;
}

a.eAcc_Menu:active{
	font-family: comic sans MS;
	font-size: 13px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	text-decoration:none;
}
a.eAcc_Menu:hover{
	font-family: comic sans MS;
	font-size: 13px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	line-height: 18px;
	text-decoration:none;
}

.eAcc_pourquoiSite{
	background-color: #eef4f6;
	border-top: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
}

.eAcc_pourquoiSite a:active {
	font-family: comic sans MS;
	font-size: 16px;
	font-weight: bold;
	
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #e00000;
	text-decoration: underline;
}

.eAcc_pourquoiSite a:link {
	font-family: comic sans MS;
	font-size: 16px;
	font-weight: bold;
	
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #e00000;
	text-decoration: underline;
}
.eAcc_pourquoiSite a:visited {
	font-family: comic sans MS;
	font-size: 16px;
	font-weight: bold;
	
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #e00000;
	text-decoration: underline;
}
.eAcc_pourquoiSite a:hover {
	font-family: comic sans MS;
	font-size: 16px;
	font-weight: bold;
	
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

/************************************************************************/

div.eAcc_avert {
	padding-left:10px;
	padding-right:10px;
	width: 400px;
	min-height:500px
	_height: 500px; 
	background-color:#FFFFFF; 
	visibility: hidden; 
	position:absolute;
	border: #666666 solid 1px;

}

p.eAcc_avert {
	font-size:14px;
	font-family: comic sans MS;
	color:#000000;
	font-weight:normal;
}
