/* ------------------------------------------------------------------------
	Balises externes au contenu #page
------------------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 76%;
	color: #2e2b4f;
	background: #ebeae5 url(../img/fond-body.gif) 0 0 repeat-x;
}
#page {
	width: 840px;
	position: relative; /* pour footer (entre autre) */
	min-height: 100%; /* pour footer */
	margin: auto;
	text-align: left;
	font-size: 1em;
}
html, body, * html #page {
	height: 100%; /* pour footer */
}



/* ------------------------------------------------------------------------
	Entête de la page
------------------------------------------------------------------------ */

#entete {
	height: 180px; /* pour préserver l'espace du haut... */
	background: url(../img/fond-entete-page-modele.jpg) 361px 0 no-repeat;
}
#entete h1 {
	position: absolute;
	top: 32px;
	left: 0;
	width: 450px;
	overflow: hidden;
	font-size: 1.8em;
	font-weight: normal;
	background:  url(../img/logo-cybercarnet-cahm.gif) 0 0 no-repeat;
}
#entete h1 a {
	float: left;
	padding: 3px 0 0 63px;
	min-height: 53px;
	height: auto !important;
	height: 53px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2e2b4f;
	text-decoration: none;
}
#entete h1 a:hover {
	color: #777153;
}
#entete h1 a span {
	display: block;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .5em;
}
#entete blockquote {
	position: absolute;
	top: 85px;
	right: 445px;
	margin: 0;
	text-align: right;
	color: #355e55;
}
p#nav {
	margin: 0;
	padding: 120px 0 0 0;
}
#nav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}



/* ------------------------------------------------------------------------
	Corps de la page
------------------------------------------------------------------------ */

#corps {
	padding: 0 0 15px;
}

/* Styles textes généraux ----- */

a:link {
	color: #35655b;
}
a:visited {
	color: #7c9b94;
}
a:hover, a:active {
	color: #2e2b4f;
}
h2 {
	margin: 0 0 1em;
	font-size: 1.6em;
}
h3 {
	margin: 1.5em 0 1em;
	font-size: 1.3em;
}
h4 {
	margin: 1.5em 0 1em;
	color: #56512e;
	font-size: 1.1em;
}
p {
	margin: 0 0 1em;
}
blockquote {
	margin: 1em 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.6;
}
ul, ol {
	margin: 0 1em 1em;
}
li {
	margin: 0 0 .5em 25px;
	padding: 0;
	list-style: square;
	border: none;
}
ol li {
	list-style: decimal;
}
p.haut {
	width: 100%;
	overflow: hidden;
	margin-top: 2em;
}
p.haut a {
	float: right;
	padding: 0 0 0 15px;
	color: #35655b;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/fleche-haut.gif) 0 6px no-repeat;
}


/* Éléments de Formulaires ----- */

input.champ, textarea, select {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	border: 1px solid #35655b;
}
select option {
	padding: 1px 5px 0;
}
input.champ {
	padding: 2px 5px;
}
textarea {
	padding: 4px 0 4px 5px;
}



