/* CSS Document */
/* page, global et utile */
body {
	background: #fff url("/images/cpm/iu/interne/fond-entete.gif") repeat-x;
	font-size: 12px;
	line-height: 14px;
}
body, a {
	color: #7e7d7d;
}
body, h1, h2, h3 {
	font-family: Verdana, sans-serif;
	margin: 0;
}
h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

div.legal h2 {
	font-size: 16px;

}

div.legal h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom:0px;
}

div.legal p{

	margin-top:5px;
}

p { /* IE n'a pas les mêmes marges par défaut que les autres browsers pour les paragraphes */
	margin: 16px 0;
}

