

body {
	background-color: black;
		font-family: verdana, arial, helvetica, sans-serif; 
		font-size: 12px;	
	}
	a:link    {color: blue; text-decoration: underline }
	a:visited {color: blue; text-decoration: underline}
	a:hover   {background: yellow  } /* user hovers     */

	
#page {
	margin-left: 10%;
	margin-right: 10%;
	}

#conteneur {
  background-color: white;
	margin-left: 5%;
	margin-right: 5%;
	background-image: url('../images/enfant3.jpg');
	background-repeat: no-repeat;
	background-position: 0px -50px;
	}

#header {
  margin-left:127px;
  background: transparent;
	background-image: url('../images/coin.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	}

#gem {
		position:relative;
		top:-30px;
		margin-left: 127px;
	  background: transparent;
		font-family: Monotype Corsiva, Courier New, Courier, mono, verdana, arial, helvetica, sans-serif; 
		font-size: 50px;
		font-weight: 600;
	}
		
/* le menu principal de la page accueil */ 
	.menu-accueil {
		display: block;
		position: absolute;
		top: 250px;
		left: 600px;
		min-width: 150px;
		padding: 5px;
		margin-left: 5px;
		margin-right: 5px;
		font-family: arial, helvetica, sans-serif; 
		font-size: 16px;
		line-height: 150%;
		z-index: 2;
		}
		
/* le shadow of the menu principal de la page accueil */ 
	.menu-accueil-shadow {
		display: block;
		position: absolute;
		top: 252px;
		left: 602px;
		min-width: 150px;
		padding: 5px;
		margin-left: 5px;
		margin-right: 5px;
		font-family: arial, helvetica, sans-serif; 
		font-size: 16px;
		font-weight: bold;
		line-height: 150%;
		color: black;
		text-align: left;
		z-index: 1;
		}
		 
/* le menu principal sur toutes les autres pages */ 
	.menu {
		display: block;
		position: relative;
		top: -175px;
		min-width: 120px;
		padding: 5px;
		margin-left: 5px;
		margin-right: 5px;
		font-family: arial narrow, arial, helvetica, sans-serif; 
		font-size: 14px;
		line-height: 150%;
		}
		
	.menu-element-first {
		display: block;
		border-top: 1px dotted #999999;
		border-bottom: 1px dotted #999999;
		text-align: left;
		}
		
	.menu-element {
		display: block;
		border-bottom: 1px dotted #999999;
		text-align: left;
		}
		
	a.menu-link:link    {color: blue; text-decoration: none}
	a.menu-link:visited {color: blue; text-decoration: none}
	a.menu-link:hover   {color: red;  text-decoration: none}
	a.menu-link:active  {color: blue; text-decoration: none}

/* second level menu bar */ 
#menubar {
		position:relative;
		top:-20px;
		/* le fond */
		background-image: url('../images/ombre_menubar.jpg');
		background-repeat: repeat-x;
		background-position: top;	
		/* la taille */
		width: 100%;
		height: 26px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		line-height: 26px;
		font-size: 12px;
		text-align: center;
		vertical-align: middle;
	}
/* second level menu bar left and right ends */	
	.img_nemubar1 {
		position: absolute;
		left: 0px;
		top: 0px;
		}
	.img_nemubar3 {
		position: absolute;
		top: 0px;
		right: 0px;	
		}
	a.barlink:link    {color: #333399; text-decoration: none}
	a.barlink:visited {color: #333399; text-decoration: none}
	a.barlink:hover   {color: red;   text-decoration: underline}
	a.barlink:active  {color: green; text-decoration: none}		

#container {
  width: 100%;
  float: right;
  margin-left: -127px;
	}

#sidebar {
  width: 127px;
  float: left;
  position:relative;
  top: 180px;
	}
	
#content {
  position:relative;
  background-color: white;
  margin-left: 127px;
  margin-right: 50px;
  border:1px dotted gray;
  min-height:320px;
	}
	
#inset_1 {
	margin-left:10%;
	margin-right:10%;
	}
	
#inset_2 {
  background-color: #f1f2ea;
	margin-left:5%;
	margin-right:5%;
	}
	
/* Events */
	/* Heading */
	.evth1 {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 18px;
		font-weight: 400;
		color: DeepSkyBlue;
		display: block;
		width: 95%;
		padding-left: 0%;
		padding-top: 0px;
		position: relative;
		top: 0px;
		}
	

/* Headings */

	.h1 {
		font-family: Courier New, Courier, mono;
		font-size: 40px;
		font-weight: 600;
		display: block;
		width: 95%;
		padding-left: 5%;
		padding-top: 0px;
		position: relative;
		top: 0px;
		}
		
	.h2 {
		/*font-family: Courier New, Courier, mono;*/
		font-family: verdana, arial, helvetica, sans-serif; 
		font-size: 25px;
		font-weight: 600;
		}
		
	.h3 {
		font-family: verdana, arial, helvetica, sans-serif; 
		font-size: 14px;
		font-weight: 600;
		font-style: italic;
		}
		
	.h4 {
		font-family: verdana, arial, helvetica, sans-serif; 
		font-size: 12px;
		font-weight: 600;
		}
		
	.h5 {
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 12px;
		font-weight: bold;
		color: black;
		}
		
	.h6 {
		font-family: verdana, arial, helvetica, sans-serif; 
		font-size: 12px;
		font-weight: 600;
		font-style: italic;
		}
/* une image et un texte associés*/
	.img_gauche {
		display: block;
		float: left;
		width: 200px;
		}
	
/* text horizontal align */	
	.left {text-align: left;}
	.center {text-align: center;}
	.right {text-align: right;}
	.just {text-align: justified;}

/* font styles*/ 
	.s_normal {font-style: normal;}
	.s_italic {font-style: italic;}
		
/* font sizes*/
	.px02 {font-size: 2px;}	
	.px08 {font-size: 8px;}	
	.px09 {font-size: 9px;}	
	.px10 {font-size: 10px;}	
	.px11 {font-size: 11px;}	
	.px12 {font-size: 12px;}
	.px14 {font-size: 14px;}
	.px16 {font-size: 16px;}
	.px18 {font-size: 18px;}
	.px20 {font-size: 20px;}
	.px24 {font-size: 24px;}
	.px28 {font-size: 28px;}
	.px32 {font-size: 32px;}	

/*font weights */
	.w_normal {font-weight: normal;}
	.w_bold {font-weight: bold;}
	.w_bolder {font-weight: bolder;}
	.w_lighter {font-weight: lighter;}
	.w_500 {font-weight: 500;}
	.w_600 {font-weight: 600;}

/* font colours */
	.color_black {color: black;}
	.color_red {color: red;}
	

#footer {
  /* background: #d7dabd; */
  clear: both; 
	}
		
	.footer {		
		position:absolute;
		left: 0%;
		bottom: 0;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #CCCCCC;
		
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCCCCC;
		
		background-color: #F0F0F0;
		padding-top: 2px;
		padding-bottom: 2px;
		}
 
	.footer-left {
		text-align: left;
		padding-left: 35px;
		font-family: arial, helvetica, sans-serif;
		font-size: 10px;
		border-right: none;
		}
	
	.footer-right {
		text-align: right;
		padding-right: 20px;
		font-family: arial, helvetica, sans-serif;
		font-size: 10px;
		border-left: none;
		}

	#lib_list {
		position: relative;
		left: 8%;
		}
		
	#compos {
		/* position:relative:
		left: 8%; */
		margin-left: 12%;
		}
		
/* Events page */
	.date 	{
		color: red;
		font-style: italic;
		font-size: 12px;
		}
		
	.event	{
		background-color: cornsilk;
		}
		
		
