/* CSS Document */


.liens {
	border: 1px outset #C3D7EB;
	text-align: center;
	width: 80%;
	height: auto;
/*	cellspacing: 0;*/
	margin-left: auto;
   margin-right:auto;
}

table {
	border:2px solid #C3D7EB;
	border-collapse:collapse;/* cache les bords contigüs des différentes cellules du tableau */
	width:80%;
	margin-left: auto;
   margin-right:auto;
	text-align: center;
   
}
thead, tfoot {
	background-color:#D0E3FA;
	background-image: url(http://www.geographie-sociale.org/essai/site_css/images/background/sky.jpg);
	border:1px solid #6495ed;
}
tbody {
	background-color:#FFFFFF;
	border:1px solid #6495ed;
}
th {
	font-family: Lucida, Arial, sans-serif;
	padding:0.2em;
	background-color:#EFF6FF;
	width:auto; /* largeur des cellules ("auto" permet d'adapter au contenu, sinon on peut mettre une valeur) */
	border-style: solid;
	border-width: 1px;
	border-color: #6495ed;

 }
td {
	font-family:arial, sans-serif;
	font-size:90%;
	border:1px solid #6495ed;
	padding:3px;
	text-align:justify;
}
caption {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	padding-bottom:0.7em;
	text-align: center;
	font-weight: bold;
	font-size:1.3em;
}

