/* CSS Document */

/*--------------------------- classes générales mise en forme texte récurrente -----*/	
	#global {
		background-image:none;
	}
	.big_title {
		height:15px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.5em;
		font-weight:bold;
		display:inline;
	}
	
	.txt_red_bold {
		font-size:1.1em;
		font-weight:bold;
		color:#cc3333;
		display:inline;
	}
	.txt_red_ita {
		font-size:1.1em;
		font-style:italic;
		color:#cc3333;
		display:inline;
	}
	.txt_ita {
		display:inline;
		font-style:italic;
	}
	.txt_bold {
		display:inline;
		font-weight:bold;
	}
	.txt_norm {
		display:inline;
		font-weight:normal;
	}
	.txt_red {
		display:inline;
		color:#cc3333;
	}
	.txt_bordeau {
		display:inline;
		color:#880d0d;
	}
	.txt_blue {
		display:inline;
		color:#005b9c;
	}
	.txt_blue_fonce {
		display:inline;
		color:#081a49;
	}
	.txt_blue_fonce a {
		color:#005b9c;
		text-decoration:none
	}
	.txt_blue_fonce a:hover {
		text-decoration:underline
	}		
	.link_blue_underline {
		display:inline;
		color:#005b9c;
		text-decoration:underline;
	}
	.link_blue_bold_underline {
		display:inline;
		color:#005b9c;
		/*font-weight:bold;*/
		text-decoration:none;
	}
	.link_blue_bold_underline  a:hover{
		text-decoration:underline;
	}
	.link_red_underline {
		display:inline;
		color:#cc3333;
		text-decoration:underline;
	}
	.link_bordeau_underline {
		display:inline;
		color:#880d0d;
		text-decoration:underline;
	}
	.list_puceTri_rouge {
		height:15px;
		list-style:none;
		background-image:url(/library/img/pic/puce_tri_rouge.png);
		background-repeat:no-repeat;
		margin-top:8px;
	}
	* html .list_puceTri_rouge {
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/library/img/pic/puce_tri_rouge.png',sizingMethod='crop');
		background-image:none;
	}
	.list_puceTri_rouge a{
		padding-left:17px;
		color:#cc3333;
	}
	.list_puceTri_jaune {
		height:15px;
		list-style:none;
		background-image:url(/library/img/pic/puce_tri_jaune.png);
		background-repeat:no-repeat;
		margin-top:8px;
	}
	* html .list_puceTri_jaune {
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/library/img/pic/puce_tri_jaune.png',sizingMethod='crop');
		background-image:none;
	}
	.list_puceTri_jaune a{
		padding-left:17px;
		color:#cc3333;
	}
	.list_puceFlech_rouge {
		height:15px;
		list-style:none;
		background-image:url(/library/img/pic/puce_fleche_rouge.png);
		background-repeat:no-repeat;
		background-position:0 2px;
		margin-top:5px;
	}
	* html .list_puceFlech_rouge {
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/library/img/pic/puce_fleche_rouge.png',sizingMethod='crop');
		background-image:none;
	}
	.list_puceFlech_rouge a{
		padding-left:12px;
		color:#cc3333;
	}
	.list_puces_blue  {
		margin:15px 0 15px 0;
	}
	
	.list_puces_blue a {
		color:#005b9c;
		text-decoration:none;
	}	
	
	.list_puces_blue li a:hover {
		text-decoration:underline;
	}
	
	.list_puces_blue  li{
		list-style:none;
		padding-left:8px;
		background-image:url(/library/img/pic/puce_car_bleu.gif);
		background-repeat:no-repeat;
		background-position:0 6px;
	}
	.list_puces_blue_poinRouge  {
		margin:15px 0 15px 0;
		background-image:url(/library/img/pic/pointille_blancRouge.gif);
		background-repeat:repeat-x;
		background-position:top;
	}
	.list_puces_blue_poinRouge  li {
		list-style:none;
		height:18px;	/* 21 - 3pad */
		padding-top:3px;
		background-image:url(/library/img/pic/pointille_blancRouge.gif);
		background-repeat:repeat-x;
		background-position:bottom;
	}
	.list_puces_blue_poinRouge  li a{
		color:#005b9C;
		padding-left:8px;
		background-image:url(/library/img/pic/puce_car_bleu.gif);
		background-repeat:no-repeat;
		background-position:0 6px;
	}
	/*.visu_carre_shadow {
		height:74px;
		width:74px;
		background-image:url(/library/img/environnement/shadow_tof.png);
		background-repeat:no-repeat;
		margin:9px 0 7px 1px;
	}*/
	* html .visu_carre_shadow {
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/library/img/environnement/shadow_tof.png',sizingMethod='crop');
		background-image:none;
	}
	.visu_encadre{
		border:1px solid #525152;
		background-color:#fff;
		padding:5px;
	}
	.tab_vert {
		border-collapse:separate;
		border-spacing:5px;
	}
	.tab_vert td{
		padding:3px;
		border-bottom:1px solid #99cc00;
		border-right:1px solid #99cc00;
	}
	.tab_vert .intitule {
		background-color:#99cc00;
		text-align:center;
		font-size:1.2em;
		font-weight:bold;
		color:#fff;
	}
	.tab_bleu {
		border-collapse:separate;
		border-spacing:5px;
	}
	.tab_bleu td{
		padding:3px;
		border-bottom:1px solid #005b9c;
		border-right:1px solid #005b9c;
	}
	.tab_bleu .intitule {
		background-color:#005b9c;
		text-align:center;
		font-size:1.2em;
		font-weight:bold;
		color:#fff;
	}
	.tab_orange {
		border-collapse:separate;
		border-spacing:5px;
		text-align:center;
	}
	.tab_orange td{
		padding:3px;
	}
	.tab_orange .tr1 {
		background-color:#fff;
	}
	.tab_orange .tr2 {
		background-color:#f4961a;
	}
	.tab_orange .intitule{
		font-weight:bold;
	}
	.tab_jaune {
		border-collapse:separate;
		border-spacing:5px;
		text-align:center;
	}
	.tab_jaune td{
		padding:3px;
	}
	.tab_jaune .tr1 {
		background-color:#fff;
	}
	.tab_jaune .tr2 {
		background-color:#ffcc00;
	}
	.tab_jaune .intitule{
		font-weight:bold;
	}
	
