/* Feuille de style pour le site d'Ann Marie */

body /* Ensemble de la page */
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: "Times New Roman", Verdana, Arial;
	background-color: #244E44;
}

#news img /* Style des images*/
{
    width: 620px;
}

/* Petites capitales pour le nom d'Ann Marie */
.nom
{
	font-variant: small-caps;
	font-size: large;
	height: 50px;
}

.nom_courant
{
	font-variant: small-caps;
}

/* format des paragraphes et des titres */
p
{
	text-align: justify;
	text-indent: 20px;
	font-size: medium;
	font-family: "Times New Roman", Verdana, Arial;
	color: white;
	padding: 10px;
}

h1
{
	Font-size: xx-large;
	color: white;
}

h2
{
	Font-size: x-large;
	color: white;
	font-style: italic;
}

.emph	/* mise en valeur du texte */
{
	font-style: italic;
}

.somm /* style des sommaires en haut de page et du lien Haut de page */
{
	font-style: italic;
	color: yellow;
	font-size: x-small;
}

/* La page se constitue de trois parties: 
à droite, le corps dans lequel apparaissent les informations et documents; 
à gauche, les menus pour accéder aux autres pages, identique sur toutes les
pages;
en bas, un pied de page où figure le copyright et la date de création */

#corps
{
	margin-top: 20px;
	margin-left: 30%;
	padding: 10px;
}

/* Image de la signature */
#langue
{
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: x-small;
}

#langue img
{
    width: 20px;
    border: 0;
}

#langue table
{
    border: 0px;
    text-align: center;
}

/* Image centrale de la page d'accueil */
#image_accueil
{
	width: 400px;
	height: 499px;
	background: url("images/_yeux-letchi.jpg") no-repeat;
}

#menus
{
	float: left;
	margin-right: 5%;
	margin-top: 15%;
	padding: 10px;
	width: 25%;
	text-align: left;
	font-family: "Times New Roman", Verdana, Arial;
	font-size: medium;
	font-style: italic;
}

#pied_page
{
	clear: left;
	margin-top: 20px;
	padding: 5px;
	text-align: right;
}

/* les éléments 'table' et 'ul' concernent les menus */
	
table
{
	border-width: 0px;
	color: white;
}

ul
{
	list-style-image: url("images/puce.jpg");
	font-family: "Times New Roman", Verdana, Arial;
	text-align: justify;
	margin-right: 15%;
	color: white;
}

/* style des liens */

a
{
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-style: oblique;
}

a:hover
{
	text-decoration: none;
	color: #0B7A3D;
}

a:active
{
	text-decoration: none;
	color: #F87FE7;
}

a:visited
{
	color: #D1D3D3;
}

/* image centrale */

/* contact mailto */

.adresse
{
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: x-small;
	font-style: italic;
	color: white;
}

/* Éléments particuliers du corps de la page: bibliographie, etc. */

/* Pour la bibliographie */
.couverture
{
	width: 15%;
	padding: 5px;
	float: left;
}

.couverture img
{
    width: 100px;
}

.legende
{

	padding: 5px;
	margin-left: 20%;
	color: white;
	text-align: justify;
}
