@CHARSET "UTF-8";

/* CSS reset */
* {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	/*font-family: Verdana,sans-serif;*/
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-size-adjust:none;
}
iframe, a , img, fieldset, form, table {
	border: 0
}
h6, h5, h4, h3, h2, h1, caption, th, td {
	font-size: 100%;
	font-weight: normal
}
dd, dt, li, dl, ol, ul {
	list-style: none
}
legend {
	color: #000
}
button, select, textarea, input {
	font: 100% sans
}
table {
	border-collapse: collapse
}
caption, th, td {
	text-align: left
}

html {
	height:100%;
}
body {
	height:100%;
	background: #C4C0B6;
	text-align: center;
}
a {
	outline: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

pre {
	color: #CCC;	
}




h1 {
	background: black url('/images/commun/fond-gris.jpg') repeat-y left top;	
	width:580px;	
	padding: 10px;
	color: white;
	font-size:22px;
}

h2 {
	color: black;
	font-weight: bold;
	font-size:13px;
	border-bottom: 1px solid #808080;
	margin-top:15px;
	margin-bottom:15px;
}

h3 {
	color: #666;
	font-weight: bold;
	font-size:12px;
	margin-top:15px;
	margin-bottom:15px;
	text-decoration: underline;
}
h4 {
	color: black;
	font-weight: bold;
	font-size:12px;
	margin-top:10px;
	margin-bottom:5px;
}

#FlashMessage {
	position: absolute;
	top:10px;
	left:50%;
    width:350px;
    margin-left:-175px;
    background: #fff3cb;
    border:1px solid #a6a295;
    padding: 15px 15px 15px 50px;
    z-index:1000;
}
	

.message {
	display: block;
	width:600px;
   	margin: 5px auto;
    background: #c4C0B6;
    padding: 1px 0 1px 0;
    text-align: center;
    color: #333;
}

.messageDocManquant {
	display: block;
	width:560px;
   	margin: 5px auto;
    background: #c4C0B6;
    padding: 10px;
    text-align: center;
    color: #333;
}
.messageInterne {
	display: block;
	width:560px;
   	margin: 5px auto;
    background: #efefef;
    padding: 10px;
    text-align: justify;
    border: 1px solid #ccc;
    color: #333;
}
.OutilEntete .message {width:580px}



.baseline {
	display: block;
	width:600px;
   	margin: 5px auto;
    height: 21px;
    text-align: center;
    color: black;
}
	
.logo {
	display: block;	
	margin: 5px 0 25px 0;
}
.logo img {
	display: block;
	margin: 0 ;	
}
#PopupMessage {
	position: absolute;
	top:10px;
	left:50%;
    width:350px;
    margin-left:-175px;
    background: #fff3cb;
    border:1px solid #a6a295;
    padding: 15px 15px 15px 50px;
    z-index:1000;
}

	#PopupMessage h3 {
		font-weight: bold;	
	}
	#PopupMessage .instructions {
		text-align: right;
		color: #666;
		font-size:85%;	
	}
	
	#PopupMessage .indicator {
		color: #666;
		font-size:110%;
		text-align: center;
	}
	
	#PopupMessage .indicator img {
		display:block;
		margin:15px auto;	
	}
	


div.autocomplete {
    position:absolute;
    width:350px !important;
    background-color:white;
    border:1px solid #888;
    margin:0px;
    padding:0px;
  }
  div.autocomplete ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
  }
  div.autocomplete ul li.selected { background-color: #ffb;}
  div.autocomplete ul li {
    list-style-type:none;
    display:block;
    margin:0;
    padding:2px;
    height:22px;
    cursor:pointer;
  }
tr {
	vertical-align: top;	
}

#MainAdherent,
#Main {
    position: relative;
    }

table#All {
	width:990px;	
	margin: 10px auto;
	text-align: left;
}

table#All .col1All {width: 220px;}
table#All .col2All {width: 600px;}
table#All .col3All {}

table#All td.Contenu {
	padding:10px 10px 0 10px;	
	background: #E6E5E1;
	border:1px solid #C4C0B6;
	border-width:0 5px;
}
table#All tfoot td {
	padding: 5px 10px !important;	
}
  
  
ul.baseLink {
	background: #2B86D6;
	width:600px;
	height:25px;
}
	  
	ul.baseLink li{
		float:left;
		line-height: 25px;
		text-align: center;
		color: white;
	}
	
	ul.baseLink li a {
		dispalya:block;
		color: white;
	}
	
	ul.baseLink li.l1 {width:120px;}
	ul.baseLink li.l2 {width:240px;border:1px solid white;border-width:0 0 0 2px;}
	ul.baseLink li.l3 {width:120px;border:1px solid white;border-width:0 0 0 2px;}
	ul.baseLink li.l4 {width:110px;border:1px solid white;border-width:0 0 0 2px;}
	

img.title {
	display: block;	
}


.OutilEntete {
	background: black url('/images/commun/fond-gris.jpg') repeat-y left top;	
	color: white;
	font-size:13px;
	width:600px;
	border-top:1px solid #333;
	padding: 10px 0
}



.OutilEntete div.outil-desc {
	color: white;
	font-size:13px;
	padding: 0 20px 0 20px;
}
.OutilEntete div.outil-desc-flyer {
	padding: 0 120px 0 20px;
}

.OutilEntete ol,
.OutilEntete ul,
.OutilEntete p {
	padding:4px 10px;
}

.OutilEntete ol li {
		list-style: decimal;
		margin-left:15px;
	}
.OutilEntete a {
	color: white
}

div.text {
	width: 580px;
	background: white;
	padding: 5px 10px;
}
div.text p {
	padding: 5px 0;
}

/*
div.actu h3 {
	color: #383838	
}
div.actu strong {
	color: #242424;	
}
div.actu {
	margin-top:5px;	
	background: #f6f6f6;
}
div.actu p {
	margin:5px 0;	
	color: #757575;	
}

div.actu .actu_content {
	padding-left:180px
}

div.actu .actu_image {
	float:left;
	margin-top:15px;
	border: 1px solid #ccc;
	
}

*/
em.note {
    display: block;
    margin:5px 15px;
    font-style: normal;
    color: #666;
    font-size:11px;
}   


table.text {
	
	margin: 20px 0 0 0;
}

	table.text th,
	table.text td {
		border:1px solid white;
		padding:5px 5px 5px 15px;
	}
	table.text td {
		/* background-color: #DDE8F4;*/ 
		 background-color: #f3f3f3;
	}
	
	table.text .vide {
		border:0;
		background: none;
	}
	table.text th {
		/*background-color: #CCDDEE;*/
		 background-color: #dedede;
		font-weight: bold;
	}
	table.text  th em {
		display: block;
		font-style: normal;
		font-weight: normal;
		font-size:90%;
		
	}
	

table.text .c {
	text-align: center !important;
}


ol.text,
ul.text {
		
}
	ul.text li{
		margin-left:15px;
		list-style: disc;
		padding: 2px 0 ;
	}
	ol.text li{
		margin-left:15px;
		list-style: decimal;
		padding: 2px 0 ;
	}




.encart {
	margin: 15px auto;
}


.encart h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding-top:15px;
}


.encart ul {
    padding-left:0;
}
	
	.encart ul li {
	}
	.encart li a {
	    display: block;
	    text-align: left;
	    width:242px;
	    line-height: 36px;
	    height: 36px;
	    color: white;
	    text-decoration: none;
	    padding: 0 0 0 15px;
	    background: transparent url('/images/commun/encart_b.jpg') no-repeat left top;
	}
	.encart li a.saisie {
	    background: transparent url('/images/commun/encart_b_saisie.jpg') no-repeat left top;
	}
	.encart li .long {
	    width:412px;
	    background: transparent url('/images/commun/encart_a.jpg') no-repeat left top;
	}
	.encart li .longsaisie {
	    width:412px;
	    background: transparent url('/images/commun/encart_a_saisie.jpg') no-repeat left top;
	}
	
	
	
 dl.date {
	margin-top : 7px;
}
 dl.date dt {
	font-weight: bold;
	margin-bottom: 5px;
	font-size:14px;
	color: #2AA8E2;
}
 dl.date dt em {
	font-style: normal;
	font-size:14px;
}

 dl.date dd{

	margin-bottom: 15px;
}

#Footer {
	text-align: center;		
	padding:10px 0 !important;
}	
	
#Footer a {
		padding: 0 10px;
}	



table.produits {
	width :97%;
	margin: 0 auto;
	}

table.produits tr {
	vertical-align: top;
	}



td.t1011,
td.t0100,
td.t0001,
td.t0101,
td.t1100,
td.t1110,
td.t1101,
td.t1111,
td.t1001,
td.t0011,
td.t0111,
td.t0110 {
	border:1px solid #444;
	padding: 15px 5px;
	width: 25%;
}
td.t0100 {
	border-width:0 1px 0 0;
}
td.t0101 {
	border-width:0 1px 0 1px;
}
td.t0001 {
	border-width:0 0 0 1px;
}
td.t1001 {
	border-width:1px 0 0 1px;
}
td.t0110 {
	border-width:0 1px 1px 0;
}
td.t1111 {
	border-width:1px 1px 1px 1px;
}
td.t1101 {
	border-width:1px 1px 0 1px;
}
td.t0111 {
	border-width:0 1px 1px 1px;
}
td.t0011 {
	border-width:0 0 1px 1px;
}
td.t1100 {
	border-width:1px 1px 0 0 ;
}
td.t1011 {
	border-width:1px 0 1px 1px ;
}
td.t1110 {
	border-width:1px 1px 1px 0 ;
}


table.produits tr {
	vertical-align: top;
}
table.produits strong {
	display: block;
	margin-bottom:5px;
	text-align: center;
}

table.produits em {
	display: block;
	font-size:10px;
	color: #ccc;
	text-align: center;
}


table.produits_interne td {
	border-color: #ccc;	
}

table.produits_interne em {
	color: #666;
	
}
table.produits a:hover,
table.produits a:hover em {
	color: #338EE0
}

a#conditionAttribution {
	float:right;
	width: 120px;
	background: white;
	text-align: right;
	
}


#td-droitsOuverts a,
#td-droitsTrads a {
	display: block;
	padding:10px 30px 15px 15px;
	width:243px;
	background: transparent url('/images/commun/conditions_03.jpg') no-repeat left top;
	color: white;
	text-align: left;
}

#td-droitsOuverts {

}


.lien {
	margin: 5px 0 10px 0;
}
.lien p {
	color: #666;
	margin-left:20px;
}


a.up {
	margin-top:5px;
 display: block;
 text-align: center;
 font-size: 9px;
 color: #666;
}

 .annonce {
            margin: 50px 0 10px 0;
            background: #efefef;
            padding:10px;
        }
        
        
a.pdf  {
    background: transparent url('/images/pdf.png') no-repeat 20px 50%;

    display: block;
    margin: 0; 
    font-weight: normal;
    line-height: 23px;
    padding:0 0 0 40px;
    text-decoration: none;
    
}

a.pdf:hover  {
    color:  #333333;
    text-decoration: underline;
}
a.pdf  em {
    font-size: 10px
}



.Menu h1 {
	color: #0c3183;
	font-weight: bold;
	font-size:17px;
	margin:15px 0;
	border:0;
	width:inherit;
	background: none;	
	
}
.Menu h3 {
	
}
.Menu h4 {
	color: black;
	font-weight: bold;
	font-size:11px;
	margin: 10px 0 0 0;
	padding: 2px 0 8px 15px;
	background: transparent url('/images/commun/fl.jpg') no-repeat left 3px;
}

.Menu h1 {
	width:120px;
}


.Menu ul {

	margin: 10px 0 0 0;

}

	.Menu ul li a {
		display: block;
		padding: 4px 0 4px 0;
		color: #5E5E5E;
		text-decoration: none;
	}
	.Menu ul li a:hover,
	.Menu ul li a.selected {
		background-color: #FAFAFA;
		text-decoration: none;
	}


	.Menu ul li li a {
		padding: 0 0 0 30px;
		background: none;
		color: #808080
	}

	.Menu ul li li a.selected,
	.Menu ul li li a:hover {
		background: none;
	}

	
	
.Menu input.il {
	background: transparent url('/images/commun/recherche.jpg') no-repeat left 50%;
	width: 128px;
	height:20px;
	padding:3px 0 0 10px;
	border:0;
}
.Menu .sub  {
	position: relative;
	z-index: 5;
}
.Menu .sub input.button {
	position: absolute;
	top:20px;
	left:110px;
	z-index: 10;
}


a.utile {
	display: block;
	background: transparent url('/images/commun/b-utile-pratique.jpg') no-repeat left top;
	width: 107px;
    height:28px;
	text-decoration: none;
	margin: 0 auto;
}	

a.utile:hover {
	background-position: -107px top
}	
a.utile span {
	display: none;
}	
#Outils {
	margin:0 0 0 0 ;
	padding:0 0 0 0;
	height:200px;
	width: 585px;
}


#Outils.interne {
	padding:0;
		
}

	

	#Outils  div {
		float: left;
		margin: 0 0 0 0;
		height:152px;
		width:120px;
		position: relative;
	}
	

	.flyer {
		position: absolute;
		width:71px;
        height:70px;
        top:125px;
        right:0;
        z-index:10000
	}
a.flyer {
	
	display: block;
	width:71px;
	height:70px;
	margin: 10px 10px 10px 10px; 
	background: transparent url('/images/flyer.png') no-repeat left top;
}
    	
    a.flyer span {
    	display: none; 
    }
    
    
h1.accueil { line-height: 50px; padding-top:0; padding-bottom:20px; }
h1.accueil img {margin: 10px 15px 0 0; float:left}


h1.OutilTitle {
    position: absolute;
    top:96px;
    background: transparent url(/images/fd_70.png) repeat left top;
    color: black;
    padding:0 10px 0 10px;
    height:60px;
}



span.puce {
    display:block;
    float:left;
    height:9px;
    line-height:9px;
    margin-bottom:0;
    margin-left:0;
    margin-right:5px;
    margin-top:1px;
    overflow-x:hidden;
    overflow-y:hidden;
    width:8px;
    line-height:9px;
    color: white;
    text-align: center !important;
    padding-left:1px
    
}

span.puce_location { background-color: #581B82; }
span.puce_accession { background-color: #CC5400; }
span.puce_mobilite { background-color: #C7378C; }
span.puce_travaux { background-color: #CC5400; }
span.puce_difficultes { background-color: #B6CA50; }
span.puce_action { background: #2B86D6; }


.bilan-cols { background-color: #EAF1F8; text-align:center !important }
.bilan-col-groupe { background-color: #97B7D9; }
.bilan-col-branche { background-color: #FF0000; }
.bilan-col-filiale { background-color: #BAD1E8; }
.bilan-col-etablissement { background-color: #EAF1F8; }


.arboTxt { font-size: 10px; color:#731D4A; font-weight: normal; }
.arboTxt A { font-size: 10px; color:#731D4A; font-weight: normal; font-weight: bold;}

.bilan-pwd { background-color: #F2D3E5; }

.bilan-cols2 { background-color: #EAF1F8;  }
.bilan-col-groupe2 { background-color: #3677b6; }
.bilan-col-branche2 { background-color: #6e95cb; }
.bilan-col-filiale2 { background-color: #9db5da; }
.bilan-col-etablissement2 { background-color: #cfd9ec; }



.recapRowC1  {background-color:#FFFFFF; text-align:center  ;font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
.recapRowC2  {background-color:#EAF1F8; text-align:center  ;font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px}


.recapRow1  {background-color:#FFFFFF; text-align:left  ;font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
.recapRow2  {background-color:#EAF1F8; text-align:left  ;font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
.recapRowN1 {background-color:#FFFFFF; text-align:center;font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
.recapRowN2 {background-color:#EAF1F8; text-align:center;font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px}

.suivi-pwd { background-color: #bad1e8; }

.presta  { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px ; color:#731D4A}


.faq  { font-size: 16px; color:#731D4A;  font-weight: bold;}
.faqT1 { font-size: 14px; color:#731D4A;  font-weight: bold;}
.faqT2 { font-size: 12px; color:#731D4A;  font-weight: bold;}
.faqC { font-size: 10px; color:#731D4A; font-weight: normal; }

.contactG  {background-color:#EAF1F8; text-align:right  ;font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px}
.contactD  {background-color:#FFFFFF; text-align:left  ;font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 13px}


.titColonne  { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12px ; color:#731C4A ; font-weight:bold;}
.detailB  { background-color:#C6CEF5; font-family:Verdana; font-size: 11px ; color:#5B123D ; }
.detailR  { background-color:#E7A6CE; font-family:Verdana; font-size: 11px ; color:#5B123D ; }
.detailBl  { background-color:#FFFFFF; font-family:Verdana; font-size: 11px ; color:#000000 ; }
.detailR2  { background-color:#FCC1E5; font-family:Verdana; font-size: 11px ; color:#5B123D ; }

.detailBPrn  { background-color:#C6CEF5; font-family:Verdana; font-size: 13px ; color:#5B123D ; }
.detailRPrn  { background-color:#E7A6CE; font-family:Verdana; font-size: 13px ; color:#5B123D ; }
.detailBlPrn  { background-color:#FFFFFF; font-family:Verdana; font-size: 13px ; color:#000000 ; }
.detailR2Prn  { background-color:#FCC1E5; font-family:Verdana; font-size: 13px ; color:#5B123D ; }




.presentation_entreprise {
	font-size:16px;	
}


form.arbo {
	
}
	form.arbo h2 {
		margin: 15px 0 10px 0;
		font-size:14px;
	}
	
	
/**
 * Boite à outils
 */
ul.tools {
	margin:15px 0 0 0;
	height: 20px;
}

ul.tools  li{
	float: left;
	margin-right: 15px;
}

ul.tools a {
	text-decoration: underline;
	font-size:90%;
	color: #999;
	padding-left:15px;
}

ul.tools a.search {
	background: transparent url('/images/pict_imprimer.gif') no-repeat left 50%;
}

ul.tools a.print {
	background: transparent url('/images/pict_imprimer.gif') no-repeat left 50%;
}

ul.tools a.pred {
	background: transparent url('/images/pict_retour.gif') no-repeat left 50%;
}

ol.plan {
	margin-left:15px;
}
ol.plan li {
	margin-top:15px;
}
ol.plan li li {
	margin-top:5px;
}
ol.plan li li li{
	margin-top:0px;
	margin-left: 15px;
	list-style: square;
}

ol.plan ul {
	margin-left:15px;
}


ol.plan ul ol {
	margin-left:15px;
}

table.formulaire {

}


table.formulaire td,
table.formulaire th {
	padding:4px;	
}
table.formulaire th {
	width: 12em;
	text-align:right !important;
	padding-right:10px;
	vertical-align: top;
}

table.formulaire textarea.txt,
table.formulaire input.txt {
	width:250px;
	border:1px solid #ccc;
}


table.formulaire option,
table.formulaire select {
	width:250px;
	border:1px solid #ccc;
	font-size:10px;
}


table.formulaire option{
	border:0;
}



div.agences img.agences {
	display: block;
	margin: 15px auto;
}

div.agences .note {
	
}

table.agence td strong {
	text-align: left !important;
	margin-bottom:0px !important;
	color: #338EE0;
}

table.agence .tel {
	font-size: 10px;
	color: #666;
}


.horaires { margin-top:10px;font-size: 10px;}
table.agence .horaires strong {color: #666 !important; font-weight: normal; text-decoration: underline;}
table.agence .horaires p {
    font-size: 10px;
	color: #666;
    padding:0 !important;
    margin:1px 0 !important;
}@CHARSET "UTF-8";

em.simulation {
color:#666666;
font-style:normal;
}
	
table.simulation {
	width:98%;
	font-size:9px;
}
	
	
table.simulation caption {
	display: none;
}

	table.simulation thead th {
		background-color: #C4C0B6;	
		font-weight: bold;
		vertical-align: middle;
		text-align: center;
		color: white;
		font-size:12px;
	}
	
	
	table.simulation tbody th {
		font-weight: bold;
		width:19em;
	}
	
	table.simulation tbody td {
		text-align: center;
	}
	
	
	
	table.simulation   th,
	table.simulation   td {
		padding:3px;
		font-size:10px;
	}
	table.simulation tbody tr.line0 th,
	table.simulation tbody tr.line0 td {
		background-color: #dedede;
	}
	

table.zonage td,
table.zonage th{
	border:1px solid #999;
}

em.source ,
em.note {
	font-size:90%;	
}div.actu h3 {
	color: #383838	
}

div.actu h4 {
	color: #383838;
	cursor: pointer;
	padding: 5px 10px 5px 30px;
	font-weight: bold;
}


div.actu strong {
	color: #242424;	
}
div.actu {
	margin-top:5px;	
	background: #f6f6f6;
}
div.actu p {
	margin:5px 0;	
	color: #757575;	
}

div.actu .actu_content {
	padding-left:180px
}

div.actu .actu_image {
	/*float:left;*/
	margin:15px 15px 0 0 ;
	border: 1px solid #ccc;
	display: block;
}

div.actu .actu_image img {
	display: block;
}


.actualites {}
.actualites h4 {
    margin-top: 15px; border-top: 1px solid #ccc;padding-top:15px;
    font-size:120%;
    clear: both;
    background: transparent url(/images/commun/fl.jpg) no-repeat left 17px;
    padding-left:15px;
}
.actualites li {
    margin-bottom: 10px;
}
#listactus {
    min-height:160px;
}

#AnnonceExtranet {
    margin-top:3px;
    background: transparent url(/images/accueil/degrade-fd-plus-haut.jpg) repeat-x top left; 
    padding: 20px 7px;
}
/*
#AnnonceExtranet h3 { margin-top:0; margin-bottom:5px; color: white; text-transform: uppercase; text-decoration: none; font-size:17px;}
#AnnonceExtranet h3 span { display: block; margin-bottom:10px; text-decoration: underline; color: white; font-size:14px;}

#AnnonceExtranet p { font-weight: bold;color: white}
#AnnonceExtranet p a { text-decoration:underline; color: white}


*/

#AnnonceExtranet tr {
    vertical-align: top;	
}
#AnnonceExtranet td {
    padding: 0 5px  0  0;		
    color: white;	
    font-size:12px;	
}
#AnnonceExtranet span.op { 
	display:block;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size:15px;
	background: transparent url(/images/accueil/fl.gif) no-repeat right bottom;
	padding-bottom: 9px;
	text-align: right
}
#AnnonceExtranet span.connect { 
	display:block;
	color: white;
	text-decoration: none;
	font-size:12px;
    text-align: right
}
#AnnonceExtranet span.info {font-size:10px;}

#AnnonceExtranet a strong, 
#AnnonceExtranet a { 
	color: white;
    font-size:12px;
}
#fond_opaque {
        position:absolute;
        height:100%;
        width:100%;
        top:0;
        left:0;
        background-color: black;
        z-index: 10000;
        -moz-opacity:0.6;
        opacity:0.6;
        _filter : alpha(opacity=60);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
       /* _height:expression($('body').getDimensions().height);
        _width:expression($('body').getDimensions().width);*/
        
        cursor: pointer;
    }

    #showAlert {
        position:absolute;
        z-index: 15000;
        
        background: white;
        padding: 20px;
        width: 680px;
        top: 50px;
        left:50%;
        margin-left: -340px;
    }

    #showAlert p  {
        margin: 7px 0;
        text-align: left
    }

    #showAlert em  {
        font-size:11px !important;
        
    }

    #showAlert p,
    #showAlert p strong {
       font-size:12px;
        color: #575757
        
    }
    
    
     #showAlert h3 {
        color: #575757;
        font-size:15px;
        margin: 0;
        text-align: left;
        text-decoration: none;
     }
        
    #showAlert a.close  {
        margin-top:10px;
        float: right;
        font-size: 12px;
        color: #666;
        text-decoration: underline;
        text-align: right
    
    }
    
    #showAlert img  {
        float: left; 
        margin : 0 20px 0 0;
    }
    
    

table.chiffres { border-collapse: collapse; width:100%}
table.chiffres tr { vertical-align: top;}
table.chiffres td,
table.chiffres th { border:1px solid #ccc; padding:2px; margin:0;text-align: center}
  

