@charset "UTF-8";
/* CSS Document */

  body {
	color: black;
	background-color: #c5d1c1;
	font-size: 100.01%;
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 1em 1em;
	padding: 1em 0;
	text-align: center;  /* centrer avec Internet Explorer */
  }

  div#page {
	text-align: left;    /* placer la page à gauche */
	margin: 0 auto;      /* centrer de manière standard */
	width: 900px;
	padding: 0;
	background: #FFFFFF url(images/liberty_200x476.jpg) no-repeat;
	border-color: #ea646b;
	border-width: 3px;
	border-style: solid;
	background-position: 0 80px;
  }
div#top {
	padding: 5px 10px 0px 0;
	text-align: right;
	background: #000000 url(images/logo_psm_200x80.jpg) no-repeat;
	height: 75px;
  }
div#top p {
	font-size: 0.85em;
	margin-top: 5px;
	line-height: 0.8em;
	color: #ea646b;
}
div#top a {
	color: #ea646b;
	font-size: 0.9em;
	text-transform: uppercase;
}
div#gauche {
	float: left;
	width: 250px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: white;
  }

  div#contenu {
	margin: 0 0 1em 200px;
	padding: 0 20px 10px 20px;
  }
div#right {
	float: right;
	width: 200px;
	margin: 0 10px 10px 10px;
	padding: 0 0 0 0;
	color: #000000;
}
  div#contenu h2 {
	font-size: 0.95em;
	margin: 0.8em 0 0.1em 0;
	color: #ea646b;
	line-height: 1em;
  }
div#contenu h1 {
	font-size: 1.8em;
	margin: 0.8em 0 0.8em 0;
	color: #ea646b;
	text-align: center;
	font-weight: normal;
}
  div#contenu p {
	font-size: 0.9em;
	margin: 0.5em 0 0 0;
	line-height: 1em;
  }
div#contenu a {
	color: #ea646b;
}
div#contenu a:visited {
	color: #ea646b;
}
div#pied {
	clear: both;
	font-size: 75%;
	margin: 0 0 0 0 0;
	padding: 32px 0 0 0;
	text-align: center;
	background-color: #000000;
	color: #ea646b;
	height: 15px;
	background-image: url(images/bas_liberty.jpg);
	background-repeat: no-repeat;
	background-position: 0 12px;
  }
  div#cadre {/* conteneur global et arrière-plan du titre du cadre */
	width: 265px;
	padding-top: 20px;
	background: url(images/haut_gris_265x20.gif) top left no-repeat;
	float: right;
	margin: 0 0 0 10px;
}
div#bloccadre {/* arrière-plan bas et sur l'ensemble du cadre */
	background: url(images/bas_gris_265x450.gif) bottom left no-repeat;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
div#bloccadre p {
	margin: 0px 15px 5px 15px;
	font-size: 0.9em;
}
div#bloccadre img {
	float: left;
	padding: 0px 10px 10px 0px;
}
div#menu {
	list-style-type: none;
	text-align: center;
	font-variant: normal;
	font-weight: bold;
	font-size: 0.9em;
	margin: 0 0 0 0;
}
div#menu ul {
	margin: 5px 0 20px 0;
}
div#menu li  {
	display: inline;
}
div#menu a  {
	margin: 0 2px;
	color: #000000;
	text-decoration: none;
}
div#menu a:hover {
	margin: 0 2px;
	color: #000000;
	text-decoration: underline;
}
div#menu a:visited {
	margin: 0 2px;
	color: #000000;
}
