﻿body {
   width: 980px;
   margin: 0;
   margin-left: 10px;   
}

h3, h1 {
   color: olive;
   text-align: center;
   font-family: Arial,Verdana,Trebuchet MS,sans-serif;
   font-weight:bold;
   font-size:18px;
}

em {
	font-size: small;
	color: gray;
}

table {
   margin: auto;
   border: 4px outset olivedrab;
   border-collapse: collapse;
   width: 700px;
}

caption {
   caption-side: top; /* Le titre sera placé en bas du tableau (ne marche pas sur Internet Explorer) */
   margin: auto;
   font-family: Arial,Verdana,Trebuchet MS,Sans-serif;
   font-weight: bold;
   font-size: 2em;
   color: darkolivegreen;
   margin-top: 3px;
   margin-bottom: 3px; /* La marge doit se faire au-dessus et non en-dessous maintenant */
}



th {
   font-size: 1.1em;
}

tr {
	margin: auto;
}

td {
	margin: auto;
	vertical-align: middle; /* Alignement vertical, le contenu des cellules sera placé en bas */
	border: 1px solid black;
	text-align: center;
}


.header {
   width: 980px;
   height: 245px;
   background-image: url("img/FruitsOubliesReseau.jpg");
   background-repeat: none;
   margin-bottom: 0;
}

.menu {
   float: left;
   width: 200px;
   margin-right: 10px;
   padding-left: 52px;
   background-image: url("/img/FruitsOubliesColonne.jpg");
   background-repeat:repeat-y;
}

.rdv, .links {
	float: left;
	width: 700px;
	padding-top: 10px;
}

.articles {
	float: left;
	width: 700px;
	padding-top: 10px;
}

.comments {
	float: right;
	background-color: orange;
	width: 700px;
	padding-top: 10px;
}

.footer {
	float: right;
	text-align: right;
	font-size: small;
}

.write_comment, .liste_articles, .ecrire_article, .liste_rdv, .ecrire_rdv, .liste_documents, .ecrire_documents, .acceuil, .revue {
	float: left;
	width: 590px;
}

.pages {
	text-align: center;
	font-size: large;
}

.date {
	color: olivedrab;
	font-style: italic;
}




a:visited /* Quand le visiteur a déjà vu la page concernée */ {
   font-style: italic;
   color: #660000;
   border: 0;
}
a:active, a:focus /* Quand le visiteur sélectionne le lien */ {
   background-color: olive;
   border: 0;
}
a:hover /* Quand le visiteur pointe sur le lien */ {
   border: 0;
   color: green;
}
a /* Lien normal */ {
	border: 0;
   color: maroon;
   text-decoration: underline;
}

.abonnement a {
	font-size:large;
	border: 0;
	font-weight:bold;
	color: black;
	background-color: olivedrab;
}


