/* General */

html, body {
background: none;
font-size: 12px;
color: #000;
padding: 0 20px 0 30px;
}

a {
text-decoration: none;
color: #000;
}

h1, h2, h3 {
	font-size: 15px;
}

h4, h5, h6 {
	font-size: 13px;
}

h5 {
	color: black;
}

.print {
	display: none;
}

/* Structure */

#bloc {
	border: none;	
}

#entete, #pied1, #pied2 {
	display: none;
}

#illustration {
	background: url(../images/logo.gif) no-repeat top right;
	position: relative;
	width: 85%;
	border: 1px solid white;
	margin-left: 20px;
}

#contenu, #contenubis {
	margin: 0 38px;
	width: 600px;
	border: 1px solid white;
}
