body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
	background: #fff url('/images/body_bg.jpg') repeat-x left top;
}

img, h1, h2, h3, h4, h5, h6, div, p, form, .spacer {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  color: #000;
}
a:hover {
  color: #036;
  text-decoration: underline;
}

*.cache {
  display: none;
}
.spacer {
  clear: both;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
}

#conteneur {
  position: relative;
  left: 50%;
  margin-left: -380px;
  /*background-color: #09c;*/
  width: 830px;
}

#entete {
  height: 248px;
  z-index: 1;
}
#dgfoot {
	margin-left: 35px;
	margin-right: 35px;
	background-color: #09c;
	width: 760px;
}
#pied {
  clear: both;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image:  url('/images/nav_bas760.gif');
  padding-bottom: 20px;
  margin-top:2em;
}

#navs {
  position: absolute;
  top: 0px;
  left: 366px;
  height: 348px;
  width: 464px;
  background: url('/images/cervo_interne.jpg') no-repeat left top;
  z-index: 100;
}

#g {
  width: 200px;
	/*margin-left: 20px;*/
}

#d {
  width: 543px;
  float: right;
  margin-top: 27px;
  padding-bottom: 55px;
  background: #c7e1f1 url('/images/bottom.gif') left bottom no-repeat ;
}

#d h2 {
  margin-bottom: 30px;
}

/******************* moteur de recherche> *******************/
div#recherche {
  background-image: url('/images/recherche_bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  text-align: center;
  height: 57px;
  width: 366px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #fff;
}

div#recherche div {
  padding: 0;
}

div#recherche form {
  padding: 0;
  padding-top: 15px;
	margin-left: 35px;
}

div#recherche input#memoteur, div#recherche select {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	border: 1px solid #fff;
	font-size: 10px;
}

div#recherche input#memoteur {
	margin-top: 5px;
	color: #003366;
	margin-left: 5px;
	text-align: center;
}

div#recherche input#imagego {
	position: relative;
	top: 7px;
	width: 35px;
	height: 20px;
}

div#recherche select {
	margin-top: 10px;
	margin-left: 7px;
}

/****************** <moteur de recherche ****************/

/*###################### navigation> #######################*/
/************************ nav site> ************************/
ul#nav_site {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 212px;
  left: 31px;
  width: 100px;
}

ul#nav_site li {
  height: 16px;
  list-style-position: outside;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
ul#nav_site li#focusnav {
  list-style-image: url('/images/nav_site/focus.gif');
	/*background-image: url('/images/nav_site/focus.gif') no-repeat left top;*/
padding-left: 0;
}
ul#nav_site li a {
	text-decoration: none;
	font-weight: bold;
}
/********************** <nav site **********************/
/************************ nav memos> **********************/
ul#nav_memotype {
  list-style-type: none;
}

ul#nav_memotype li {
  position: absolute;
}
ul#nav_memotype li a {
	color: #069;
	font-family: Arial, sans-serif ;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.1em;
}
ul#nav_memotype li a:hover {
	color: #19455E;
}
ul#nav_memotype li#nav_memotype_xl {
 top: 88px;
 left: 260px;
}
ul#nav_memotype li#nav_memotype_chiffres {
 top: 120px;
 left: 265px;
}
ul#nav_memotype li#nav_memotype_aphorismes {
 top: 142px;
 left: 268px;
 width: 140px;
}
ul#nav_memotype li#nav_memotype_divers {
 top: 175px;
 left: 260px;
}
ul#nav_memotype li#nav_memotype_specialites {
 top: 197px;
 left: 250px;
}
ul#nav_memotype li#nav_memotype_happymemo {
 top: 240px;
 left: 265px;
}
/************************** <nav memos *******************/
/*##################### <navigation ######################*/

/****************** menu contextuel> ***********************/
div.menu_contextuel {
  z-index: 500;
  /*position: relative;*/
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  background: url('/images/bas_cat.gif') no-repeat bottom left;
  padding-bottom: 16px;
}

div.menu_contextuel h3 {
  height: 37px;
}

div.menu_contextuel ul {
	background-color: #B6D9ED;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px; /* Width of Menu Items */
	border-bottom: 1px #B6D9ED;
}

div.menu_contextuel ul li {
	position: relative;
	padding-left: 5px;
}

div.menu_contextuel li ul {
	position: absolute;
	left: 195px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */
div.menu_contextuel ul li a {
	display: block;
	text-decoration: none;
	color: #007095;
	background: #C7E1F1;
	padding: 1px;
	border-bottom: 1px solid #B6D9ED;
	border-top: 1px solid #B6D9ED;
	border-right: 1px solid #B6D9ED;
	border-left: 1px solid #B6D9ED;
}

/* Fix IE. Hide from IE Mac \*/
* html div.menu_contextuel ul li { float: left; height: 1%; }
* html div.menu_contextuel ul li a { height: 1%; }
/* End */

div.menu_contextuel li:hover ul, div.menu_contextuel li.over ul { display: block;} /* The magic */

div.menu_contextuel ul li a:hover { color: #fff; background: #007095} /* Hover Styles */

/* placement sous-menu sous-specialites*/

div#sectspenav li#spefocus ul {
	position: relative;
	left:10px;
	display: block;
	width: 185px;
}

/* spe choisie */
div#sectspenav ul li#spefocus  a#lienspefocus {
              background-color: #009900;
              color: #fff;
              font-weight: bold;
}

/* sous-spe choisie */
div#sectspenav ul li ul li#ssspefocus a {
                    background-color: #99CC00;
                    font-weight: bold;
                    color: #000000;
}

div#sectspenav {
  position: relative;
}
#mc li *{
  background-color: #c7e1f1;
}
#mc li a{
  background: url('/images/av.gif') no-repeat left 3px #c7e1f1;
  padding-left: 15px;
}
#mc li a:hover { color: #fff; background: #007095}
/****************** <menu contextuel ***********************/

/******************** liste de mémos / liens / partenaires> **********************/
ul.liste {
  list-style-type: none;
  list-style-position: inside;
  margin-left: 10px;
  margin-right: 6px;
  padding-left: 0;
}

ul.liste li {
  background-color: #b6d9ed;
  margin-bottom: 2em;
  padding: 5px;
}

ul.liste li a {
  color: #007095;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}
ul.liste li a:hover {
  color: #003366;
  text-decoration: underline;
}
ul.liste li a strong {
  color: #FF6600;
}

ul.liste ul li {
  margin-bottom: .5em ;
}

ul.liste li ul li {
  background-color: #e3f1f9;
}

ul.liste img.imagethumb {
  float: left;
  margin: 5px;
}
/******************** <liste de mémos / liens / partenaires **********************/
/******************** mémo en focus> *************************/
div#memofocus {
  margin: 5px;
  border: 1px solid #0099CC;
  background-color: #A7D0E9;
}

div#sectnotermemo {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding: 2px 10px 2px 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 1px;
  margin-left: 1px;
  text-align: right;
  color: #000;
}

div#sectnotermemo select{
  color: #007095;
  background-color: #e3f1f9;
}
div#sectnotermemo input{
  font-weight: bold;
  color: #fff;
  background-color: #0099CC;
  border: 1px solid #FFFFFF;
}

div#divimagememo {
  width: 500px;
  height: auto;
  overflow: auto;
  border: 1px solid #09c;
  margin: auto;
}

div#notes{
  text-align: center;
  margin-bottom: 10px;
}

div#memofocus dt{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

div#remarques, div#imagedescription {
  padding: 3px;
  margin: 1px;
  border-top-width: 1px;
  border-top-style: solid;
}

div#memofocus h5{
  font-size: 1.1em;
}

div#poucet {
  /*height: 18px;*/
  font-size: 1.2em;
  padding-left: 1em;
}

div#print_friend {
  text-align: right;
  padding-right: 1em;
}

div#print_friend img{
  border: 0;
}

div#memofocus table {
  width: 80%;
}

div#memofocus table, div#memofocus table td, div#memofocus table th, div#memofocus table tr{
  border: 1px solid black;
}

div#memofocus table, div#memofocus table tr{
  border-collapse: collapse;
}

div#memofocus table td, div#memofocus table th {
  padding: 1em;
  margin: 0;
}

div#memofocus table td.centre {
  text-align: center;
}
div#memofocus a {
	color: #666666;
	text-decoration: none;
}
div#memofocus a:hover {
	color: #000000;
	text-decoration: underline;
}
#divimagememo img {
cursor:pointer;
}

div#memofocus ul.liste-1 {
  list-style-type: decimal;
}
div#memofocus ul.liste-I {
  list-style-type: upper-roman;
}
div#memofocus ul.liste-A {
  list-style-type: upper-latin;
}
div#memofocus ul.liste-a {
  list-style-type: lower-latin;
}

p#copyright {
  text-align: right;
  font-style: italic;
  font-size: .9em;
}

/**************** <memo en focus ************************/

/******************** pas de memo> *************************/
div#pasdememo {
  padding-left: 1em;
  padding-right: 1em;
}
div#pasdememo {
  padding-top: 10px;
  background: url('/images/professor.gif') 20px 50% no-repeat #c7e1f1;
  height: 250px;
}
div#pasdememo h3 {
  padding: 1em;
  font-size: 12px;
}

div#pasdememo p {
  font-size: 14px;
  padding-left: 190px;
}
/***************** <pas de mémo ************************/
.info {
  text-align: center;
}

/*********************** pagination> *************************/
div#infos_pagination {
  width: 543px;
  text-align: center;
  position: absolute;
  top: 360px;
  left: 50%;
  margin-left: -163px;
}

ul.pagination {
  font: bold 12px verdana, arial, sans-serif;
  list-style-type: none;
  margin: 0 0 10px;
  padding-left: 52px;
  text-align: center;
}

ul.pagination li {
  display: inline;
  height: 15px;
  margin: 2px 4px 0 4px;
}

ul.pagination li.active {
  background-color: #0099CC;
  color: #fff;
}

ul.pagination li a {
  color: #0099CC;
}

div#rappel_pagination {
  height: 20px;
  text-align: center;
}
/********************** <pagination ***********************/

/******************** nav rappel *****************************/
div#nav_rappel {
	margin-top: 20px;
	margin-bottom: 11px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#nav_rappel ul {
  list-style-type: none;
  list-style-position: inside;
  margin: auto;
  padding: 0;
  display: inline;
}

div#nav_rappel ul li {
  display: inline;
  color: #fff;
  font-size: .7em;
  margin: 5px;
}

div#nav_rappel ul li a {
	color: #fff;;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
div#nav_rappel ul li a:hover {
	text-decoration: underline;
}
/***************** fin nav rappel ****************/

#ddx{
  text-align: center;
}

/*********** happy memo> ******************/
#hmtexte{
 color: #003366;
 margin-left: 10px;
}
#hmtexte p{
  margin-bottom: 1em;
}
#hmtexte strong{
 color: #FF6600;
 margin-left: 10px;
 font-weight: bold;
 font-size: 11px;
}

.numemo {
  font-size: 14px;
  font-weight: bolder;
  color: #0099CC;
}

/*************************** mail ami **********************/
p#memo_envoye {
  border: 1px solid #09c;
  padding: 1em;
}

form {
  padding: 1em 1em 1em 0;
}

form div {
  padding-top: 1em;
  padding-bottom: 1.3em;
}

form textarea {
  width: 90%;
}

div#pasdememo h3 {
	padding: 1em;
	font-size: 12px;
}

div#pasdememo.formu {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.formu input {
	border: 1px solid #0099CC;
	color: #003366;
	margin: 0px;
	padding: 0px;
}
.formu textarea {
	border: 1px solid #0099CC;
	color: #003366;
}
.formu label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 10px;
	font-weight: normal;
}
div#pasdememo.formu h3 {
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.erreurs {
  color: #900;
}
/*************************** fin mail ami *********************/

/*************************** banner> **************************/
div#bannerBottom {
  width: 468px;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 15px;
  margin-left: 146px;
	background: url('/images/bas_banner.jpg') no-repeat left bottom;
}
#bannerBottom img {
	display: block;
}
#bannerTop {
	width: 546px;
	height: 72px;
	background: url('/images/bannerTop.gif') no-repeat left top;
	position: absolute;
	right: 30px;
	top: 0;
	z-index: 101;
}
#bannerTop img {
	display: block;
	margin-left: 69px;
	margin-top: 4px;
}

#bannerSRectangle {
	width: 199px;
	background: #C7E1F1 url('/images/bas_rec.jpg') no-repeat left bottom;
	padding-bottom: 17px;
	text-align: center;
	margin-top:15px;
}
#bannerPartners {
 text-align: center;
}

#bannerPartners ul {
  list-style-position: inside;
  list-style-type: none;
  display: inline;
  margin: auto;
  padding: 0;
}
/* avec texte
#bannerPartners li {
  display: inline;
  float: left;
  margin: 1em;
  padding: .5em;
  border: 1px solid #c5deee;
}*/
/* sans texte */
#bannerPartners li {
  display: inline;
  /*margin: auto;*/
  padding: .5em;
}
#bannerPartners li a {
  font-weight: normal;
  color: #c5deee;
  text-decoration: none;
}
#bannerPartners li a:hover {
  text-decoration: underline;
}

#bannerBRectangle {
	width: 308px;
	padding-bottom: 35px;
	background: #C7E1F1 url('/images/bas_reclame.jpg') no-repeat left bottom;
  text-align: center;
}
/************************* <banner ***********************/
