/* ADP Juniors - principal (pop-ups) */

body, div, h1, p {
	background: transparent;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	text-align: center;
}

div#page {
	margin: 0 auto;
	padding: 14px 14px 0 14px;
	text-align: left;
	width: 300px;
}

h1 {
	background: transparent;
	color: #c94982;
	font-size: 15px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 1.4em;
}

a:link, a:visited {
	background: transparent;
	color: #ff6600;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

img {
	border: 0;
}

address {
	font-style: normal;
}

p.lien {
	margin-bottom: 0;
	text-align: right;
}

p.lien a:link, p.lien a:visited {
	background-image: url(../../images/fleche.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 1em;
}

p.lien a:hover, p.lien a:active {
	background-image: url(../../images/fleche.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 1em;
	text-decoration: underline;
}