*{
	margin: 0;
	padding: 0;
}
body{
	color: #000;
}

a{
	text-decoration: none;
	color: #000;
}
#contact a{
	color:#fc3a00;
}

a:link:after, a:visited:after { content:" [" attr(href) "] "; font-weight: bold;}             /* liens en dur */


/*titre*/

#titre{
   text-align: center;
   background: transparent;
}


img {
	border: none;
}

/* fin titre */

/* display none */
.noprint, #piedForm, #corpForm, .contact img, .creation img {
	display: none;
}

/* fin display none */

/* contenu */


h2{
	font-weight: bold;
	font-size: 1.5em;
	margin: 30px 0;
	text-align: center;
}

h3{
	font-size: 1.1em;
	margin: 30px 0 20px 0;
}


/* fin contenu */


/* footer */

#footer{
	margin-top: 3em;
	font-size: 1.2em;
	text-align: center;
	page-break-before: avoid;
}

/* fin footer */


