/*
	lapinte.css
*/

body /* TOUTE la page */
{
/*	width: 760px; / optimisation 800x600 */
	width: 560px;
	margin: auto; /*  Pour centrer la page */
	margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur.*/
	margin-bottom: 20px; /* Idem pour le bas du navigateur */

/*	background-color: rgb(213, 95, 45); / Fond continu pêche */
/*	background-color: rgb(200, 137, 94); / Fond continu beige peau */
/*	background-color: rgb(151, 72, 103); / Fond continu pastel violet */
/*	background-color: rgb(225, 214, 218); / Fond continu blanc cassé */
/*	background-color: rgb(79, 83, 118); / Fond continu bleu gris */
	background-color: rgb(145, 37, 25); /* Fond continu rouge basque */
/*	background-color: rgb(240, 217, 87); / Fond continu jaune */
/*	background-color: rgb(235, 196, 217); / Fond continu rose léger */
/*	background-color: rgb(124, 157, 138); / Fond continu vert pastel */
/*	background-color: rgb(98, 146, 169); / Fond continu vert gris */

/*	background-image: url("./img/fond.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll; / Le fond suis la barre de navigation */
/*	background-position: top center;*/
}

a img /* Toutes les images contenues dans un lien */
{
	text-decoration: none;
	border: none; /* Pas de bordure */
	padding: none; /* Marges intérieures */
	color: black;
}

/* Le logo */

#logo
{
	float: left;

	border: none;
	padding: none;
}


/* Le titre */

#titre
{
	/*background-image: url("img/titre.png");
	background-repeat: no-repeat;*/

	border: none;
	padding: none;
}


#titre h1
{
	color: white;
	font-family: Arial, "Arial Black", bold, sans serif;
	font-size: 48px;
	text-align: center;
	text-decoration: none;

	border: none;
	padding: none;
}


h1 a {
	color: white;
	font-family: Arial, "Arial Black", bold, sans serif;
	font-size: 48px;
	text-align: center;
	text-decoration: none;

	border: none;
	padding: none;

}
h1 a:visited {
	color: white;
	font-family: Arial, "Arial Black", bold, sans serif;
	font-size: 48px;
	text-align: center;
	text-decoration: none;

	border: none;
	padding: none;

}
h1 a:hover {
	color: white;
	font-family: Arial, "Arial Black", bold, sans serif;
	font-size: 48px;
	text-align: center;
	text-decoration: none;

	border: none;
	padding: none;

}
h1 a:active {
	color: white;
	font-family: Arial, "Arial Black", bold, sans serif;
	font-size: 48px;
	text-align: center;
	text-decoration: none;

	border: none;
	padding: none;

} 

#titre p
{
	color: white;
	font-family: Arial, "Arial Black", bold, sans serif;
	font-size: 16px;
	text-align: left;
	text-decoration: none;

	border: none;
	padding: none;
}


/* Le menu */

#menu
{
	/*background-image: url("img/menu.png");
	background-repeat: no-repeat;*/

	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	padding: none;
}

.element_menu
{
	color: red;
	font-family: Arial, "Arial Black", bold, sans serif;
	font-size: 18px;
	text-align: center;
	border: none;
	padding: none;
}

/* Quelques effets sur les menus */
.element_menu a
{
	color: white;
	text-decoration: none;
}

.element_menu a:hover
{
	background-color: #B3B3B3;
	color: black;
	text-decoration: none;
}


/* Le corps de la page */

#corps
{
	margin-top: 50px;
/*	overflow: auto;*/

	border: none;
	padding: none;
}

#corps h1
{
/*	color: #EF8601;*/
	color: black;
	text-align: center;
	font-family: Arial, "Arial Black", bold, sans serif;
	font-size: 24px;
	padding-left: 50px;
}

#corps h2
{
/*	color: #EF8601;*/
	color: black;
	font-family: Arial, "Arial Black", bold, sans serif;
	font-size: 18px;

	padding-left: 30px;
	text-align: left;
}

#corps p
{
	color: black;
	font-family: Arial, "Arial Black", sans serif;
	font-size: 14px;

	padding: none;
	text-align: justify;
}

#corps li
{
	color: black;
	font-family: Arial, "Arial Black", sans serif;
	font-size: 14px;

	margin-left: 50px;
	margin-right: 30px;
	padding: none;
	text-align: justify;
}

#corps a
{
	color: white;
	text-decoration: none;
}

#corps a:hover
{
	background-color: #B3B3B3;
	color: black;
	text-decoration: none;
}

#corps blockquote
{
	color: black;
	font-family: Arial, "Arial Black", bold, sans serif;
	font-size: 14px;

	padding: none;
	text-align: justify;
}

#corps cite
{
	color: black;
	font-family: Arial, "Arial Black", italic, sans serif;
	font-size: 14px;

	padding: none;
	text-align: justify;
}

#corps h5 /* !!! image */
{
	color: black;

	padding: none;
	text-align: center;
}

/*#corps ul
{
	color: black;
	font-family: Arial, "Arial Black", bold, sans serif;
	font-size: 14px;

	padding: none;
	text-align: justify;
}*/

#pied
{
/*	margin-left: 400px;
	margin-top: 10px;
	height: 100px;*/

/*	overflow: auto;*/

	color: black;
	font-family: Arial, "Arial Black", bold, sans serif;
	font-size: 14px;

	padding: none;
	text-align: right;

	border: none;
	padding: none;
}


