﻿/*fichier css site NTB*/
*
{
padding:0 px;
margin:0 px;
}
body
{
	
	background-image: url("image/339.jpg");
	background-image:center;
	margin:auto;
	padding:auto;
	display:block;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
	
}

#entete
{
	margin: auto;
	padding:auto;
	background-image:url("image/logo-NTB.jpg");
	width:850px;
	height:200px;
	margin-right:auto;
	margin-left:auto;
	background-repeat:no-repeat;
	display:block;
	
}
#menu
{
	margin:auto;
	padding: auto;
	margin-right:auto;
	margin-left:auto;
}
#menu a:visited
{
	color:blue;
}
#menu a:focus
{
	color:blue;
}
#corps
{
	width: 800px;
	margin: 20px 0px 20px 0px;
	
	text-align: center;
	margin-right: auto;
margin-left: auto;
}


#corps td /* Toutes les cellules des tableaux... */
{
   border: 1px solid black; /* ... auront une bordure de 1px */
}

#corps table
{
   border-collapse: collapse; /* Les bordures du tableau seront coll�es (plus joli) */
}
#corps td
{
   border: 1px solid black;
}
#corps caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 2.4em;
   color: blue;
   margin-bottom: 20px; /* Pour �viter que le titre ne soit trop coll� au tableau en-dessous */
}

#corps table /* Le tableau en lui-m�me */
{
   margin: auto; /* Centre le tableau */
   border: 4px outset green; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}

#corps th /* Les cellules d'en-t�te */
{
   background-color: #006600;
   color: white;
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

#corps td /* Les cellules normales */
{
	color:blue;
   border: 1px solid black;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center; /* Tous les textes des cellules seront centr�s*/
   padding: 5px; /* Petite marge int�rieure aux cellules pour �viter que le texte touche les bordures */
}





#corps h1
{	
	color: #21693c;
	font-size: xx-large;
}
#entete h1
{
	color: #21693c;
font-size: xx-large;
}
#corps h2
{
	color: blue;
	font-size: x-large;
}

#corps h3
{color: orange;
font-size: x-large;
}
#entete.NTB
{color : blue;
font-size: large;
}
corps.minuscule
{
   font-size: xx-small;
}

#corps p
{
	color:black;
   font-size: x-large;
}




