/* ---------------------- CSS Document ---------------------- */
/* ---- Géographie sociale et politique - Fabien GUILLOT ---- */
/*                        Août 2006                           */
/* -----------------------------------------------------------*/


/*  =========================================================================== */
/*  Comme il est indiqué dans l'AVERTISSEMENT, les conditions d'utilisation     */
/*  des ressources (textes, images, illustrations, éléments graphiques et de    */
/*  design du site (et donc cette feuille de styles CSS et les images) restent  */
/*  la propriété exclusive de leur auteur : Fabien Guillot.                     */
/*  Toute réutilisation devra faire l'objet d'une demande préalable             */
/*  (email:webmestre@geographie-sociale.org).                                   */
/*  Merci de respecter ce travail et d'éviter le plagiat.                       */
/*  =========================================================================== */


/* règles globale du tableau */
#table {
	border:3px solid #6495ed;
	border-collapse:collapse;/* cache les bords contigüs des différentes cellules du tableau */
	font-family: calibri,Lucida, Arial, sans-serif;
	width:770px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}


/* En-tête et pied du tableau ( Titre et commentaires) */
thead, tfoot {
	background-color:#D0E3FA;
	background-image: url(/images/background/sky.jpg);
	border:1px solid #6495ed;
}


/* Paramètre du corps du tableau */
tbody {
	background-color:#FFFFFF;
	border:1px solid #6495ed;
}
tr {
	width:770px;
	border-collapse:collapse;	
}

/* En-tête des colones (sans données) */
.th { 
	border-collapse:collapse;
	font-family: calibri,Lucida, Arial, sans-serif;
	padding:4px;
	background-color:#EFF6FF;
	width:auto; /* largeur des cellules ("auto" permet d'adapter au contenu, sinon on peut mettre une valeur) */
	border-style: dotted;
	border-width: 1px;
	border-color: #6495ed;
 }
 
.resolution {
	font-family:calibri,arial, sans-serif;
	font-size:90%;
	border:1px solid #6495ed;
	border-style: dotted;
	padding:5px;
	text-align:center;
	width:150px;
	height:20px; 
	line-height:100%;
	background-color:#EFF6FF;
}
.date {
	font-family:calibri,arial, sans-serif;
	font-size:90%;
	border:1px solid #6495ed;
	border-style:dotted;
	padding:4px;
	text-align:center;
	width:150px;
	height:20px; 
	line-height:100%; 
	background-color:#EFF6FF;	
}

.description {
	font-family:calibri,arial, sans-serif;
	font-size:90%;
	border:1px solid #6495ed;
	border-style:dotted;
	padding:4px;
	text-align:center;
	width:370px;
	height:20px; 
	line-height:100%; 
	background-color:#EFF6FF;	
}
.type-fich {
	font-family:calibri,arial, sans-serif;
	font-size:90%;
	border:1px solid #6495ed;
	border-style: dotted;
	padding:4px;
	text-align:center;
	width:100px;
	height:20px; 
	line-height:100%; 
	background-color:#EFF6FF;	
}
.site{
	font-family:arial, sans-serif;
	font-size:90%;
	border:1px solid #6495ed;
	border-style: dotted;
	padding:4px;
	text-align:center;
	width:550px;
	height:20px; 
	line-height:100%; 
	background-color:#EFF6FF;	
}
.langue{
	font-family:arial, sans-serif;
	font-size:90%;
	border:1px solid #6495ed;
	border-style: dotted;
	padding:4px;
	text-align:center;
	width:220px;
	height:20px; 
	line-height:100%; 
	background-color:#EFF6FF;	
}

 /* les cellules de données du tableau*/
td {
	font-family:arial, sans-serif;
	font-size:90%;
	border:1px solid #6495ed;
	padding:4px;
	text-align:center;
	/*width:auto;*/
	height:20px; 
	line-height:100%; 
}

caption {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	padding-bottom:0.5em;
	text-align: center;
	font-weight: bold;
	font-size:1.3em;
}


