body 
{
	min-width: 41em; /* largeur minimale qui empêche des sauts à la ligne et des erreurs d'affichage avec les navigateurs modernes */
	color: black; /* Couleur du texte par défaut */
	background-color: #ffffb1;
	font-family: "Comic Sans MS", "Times New Roman", Serif;
	font-size: 1em; /* Taille du texte */
	font-weight: normal; /* bold, normal */
	font-style: normal; /* italic, normal */
	text-align: justify; /* left, center, right, justify, normal */
	text-transform: none;
	text-decoration: none; /* underline, line-through, overline, blink, none */
	font-variant: none; /* small-caps, none */
	margin: auto; /* Pour centrer notre page */
	margin-top: 20px;
	margin-bottom: 20px;
	width: 900px;
}

#corps /* Corps du texte */
	{
	padding-top: 10px;
	text-align: justify;
	margin-left: 190px;
	max-width: 700px;
	height: auto;
	}

#en-tete
{
    text-align: center;
	font-size: 1.8em;
	color: #35c65b;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
    background-color: #e5fed4;
    border: 4px outset silver;
}
	
	a img /* Toutes les images contenues dans un lien */
	{
	border: none; /* Pas de bordure */
	}

	a /* Tous les liens cliquables */
	{
	color: black;
	text-decoration: none;
	}

	a:hover /* Quand on passe la souris sur un lien cliquable */
	{
	color: #35c65b;
	text-decoration: underline;
	}

	#menu /* Menu sur la gauche */
	{
	float: left;
	text-align: justify;
	color: black;
	text-decoration: none;
	}
	
	.bloc_menu
	{
	background-color: #e5fed4;
	border: 4px outset silver;
	width: 150px;
	padding-top: 15px;
	padding: 4px;
	margin-right: 20px;
	margin-bottom: 5px;
	}

	#menu ul /* Ma liste aura des puces en forme de ? */
	{
	   list-style-image: url("images/admin/pat.gif");
	}

	.misajour
	{
	text-align: center;
	text-decoration: underline;
	font-size: 1.2em;
	font-style: italic;
	}

	#partenaires /* Affichage des partenaires de la PFDUA dans index.php */
	{
	width:100%;
	margin: 20px;
	text-align:center;
	}

	.titre
	{
	text-decoration: underline;
	font-size: 1.5em;
	}
	
	.sous_titre
	{
	text-align : center;
	font-size: 1.1em;
	font-weight: bold;	
	color: #35c65b;
	
	}
	
	hr /* barre horizontale */
	{
	width: 100%;
	height: 2px;
	color: #35c65b;
	background-color: #35c65b;
	border: 0;
	}
	
	#aadopter
	{
	width: 100%;
	margin-bottom: 0px;
	border-collapse: collapse;
	}
		
	#aadopter th 
	{
	text-align: center;
	font-variant: small-caps;
	font-size: 1.1em;
	padding: 15px;
	padding-bottom: 10px;
	border-top: #35c65b solid 2px;
	}
	
	#adoptes
	{
	width: 100%;
	border-collapse: collapse;
	}
	
	#adoptes th 
	{
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
	padding: 15px;
	border: #35c65b solid 3px;
	}
	
	#adoptes td
	{
	border: #35c65b dotted 2px;
	text-align: center;
	}
	
	#redaction td
	{
	padding: 5px;
	vertical-align : top;
	}
	
	#liste td
	{
	text-align : center;
	border : inset grey 2px;
	}