/*Feuille de style du site internet de la Maison de Retraite de Luc */

/*************************** Index ***************************/
#tableau
{
	width: 760px;
	border: none;
	font-size: 1.1em;
	font-family: "Comic sans MS", "Arial Black", "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}

/*************************** Commentaires ***************************/
#commentaires
{
	border: none;
	font-size: 0.7em;
	font-family: "Comic sans MS", "Arial Black", "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}

/*************************** Body ***************************/
body
{
	width: 760px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*************************** En-tête ***************************/
#en_tete
{
   width: 755px; /*Largeur */
   height: 125px; /*Hauteur */
   background-image: url("images/titre.jpg");
   background-position: right;
   background-repeat: no-repeat;
   margin-top: 5px;
}

#logo
{
	float: left;
	height: 100px;
}

/************************* Balises formatées pour tout le site ***************************/
img
{
border: none;
}

