/* =================================== */
/* Page de style pour la première page */
/*                                     */
/* mcd.css : MCD - 23 juin 2006        */
/* =================================== */

/* ===== General ===== */ 
body {
	background: white; 
	margin-left: 10px; margin-right: 10px; margin-top: 10px; 
}

.titre { background: #ecd9ec }

a  { text-decoration: none; padding-left: 2pt; padding-right: 2px }
a:link,
a:visited {color: #75507b; text-decoration: underline}
a:hover,
a:active,
a:focus   {color: #ecd9ec; background: #75507b; text-decoration: none}

h1 {
	color:black; font-weight: bold; font-size: Large;
}

h2 { font-size:medium; color:black;
	padding-top:10px; padding-left:32px;
	background-image:url('img/h2.jpg'); background-repeat:no-repeat; background-position: bottom left }



