body
{
  
 	color: #cccccc;
 	font: 85% "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	margin:0px;
  padding:0px;
  text-align:center;
  background-color:#b0e0e6; 
}

#container 
  {width: 917px; margin: 0px auto 0; padding: 0;
   heigh:100%;
   position: relative; text-align: left;
   background-color:#cccce6;
   }
  
#pageHeader {background: url(../images/banniere_esj.jpg) 0 0 no-repeat; 
  height: 190px; width: 917px; 
  
  }
  
#post-it{
	background-image:url(../images/postit.png);
	background-repeat:no-repeat;
	background-position:top;
	height:224px;
	width:230px;
	margin-top:-0px;
	padding:40px 10px 10px 10px;
	text-align:center;
	float:left;
	
}

#free{
	padding:10px 10px 10px 10px;
	
}


h1{
	height: 30px;
	line-height: normal;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FF3366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

h2{
	height: 20px;
	line-height: normal;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FF3366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}
div.categorie
{
	
  min-height:500px;
  margin: 0% 0% 0% 0%;
	padding: 10px;
	background: #efefef center;
	left: 0px;
	right: 10px;
	color: #000066;
	text-align: justify;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

div.categorie h2
{
	margin: 5px 0 10px 0;
	padding: 2px 0 2px 1em;
	font-weight: bold;
	background: #FFFF99;
	color: #FF0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	-moz-border-radius: 6px;
	border-radius: 6px;

}


/***** menu CSS *****/
@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Opéra.*/
	.menu, .ssmenu {
		visibility:hidden;
	}
}

.menu, .ssmenu {
/* Il est important de laisser une largeur et une marge, au cas où le Javascript
   soit désactivé. */
	background-color:#FFF7F7;
	color:black;
	font-size:10px;
	border:1px solid #9F7F85;
	padding:1px;
	width:150px;
	margin:1em;
}
.menu {
	text-align:center;
}
.ssmenu {
	background-image: url('lookxp/lookxpback.gif');
	background-attachment:left;
	background-repeat:repeat-y;
	FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#cbc8e7,strength=3);
}

.menu span, .ssmenu span {
/* pour cacher les ; en fin de <li>, ce qui permet aux synthèse vocales de prendre une
	pause dans l'élocution */
	display:none;
}

.ssmenu ul, .ssmenu li {
/* Les items (les <li>) des sous-menus, notamment pour enlever les puces des liste */
	padding:0;
	list-style-type:none;
}

.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
/* Les liens qui ne sont pas sous le curseur.
	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera...
	La combinaison aucun width et height:100% marche sur tous, donc ne pas toucher */
	font-family:Verdana;
	text-decoration:none;
	color:black;
	padding:4px 3px;
/* Ne pas modifier le block */
	display:block;
/*	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera... La combinaison
	aucun width et height:100% marche sur tous, donc ne pas toucher ces 2 lignes */
/*	height:100%;
	margin:0px;*/
	margin:0px;
	width:100%;
	voice-family: "\"}\"";
	voice-family:inherit;
}
html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active {
	width :auto;
}


.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, .menu a:hover, .menu a:focus {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enlève le soulignement.
	*/
	border:1px solid #316BC6;
	background-color:#C2CEEF;
	color:black;
	text-decoration:none;
	padding:3px 2px;
}

img {
	border:none;
}

.ssmenu img {
	/* pour le look XP, il faut mettre des icônes de 16x16 pixels, on prévoit une marge*/
	margin-right:8px;
}


.ssmenu img.hr {
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0;
	margin-right:0;
	width:100%;
	height:1;
	display:block;
}

div.code
{
	margin: 0 10px 0 10px;
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	white-space: normal;
	overflow: auto;
	background: #F5DEB3;
	border: 1px solid #1E90FF;
	border-left-width: 10px;
	color: Red;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
}

/*
Bref... pour résumer, ce qu'il y a à modifier à la base, c'est :
- couleurs, police, bordure et largeur des menu et ssmenu.
- l'effet spécial IE pour les ssmenu
- police et couleurs des liens "non survolés" et "survolés".
*/
