*{
	/* A universal CSS reset */
	margin:0;
	padding:0;
}

body{
	font-size:20px;
	color:#666;
	background:#fff no-repeat;
	
	/* CSS3 Radial Gradients */
	background-image:-moz-radial-gradient(center -100px 45deg, circle farthest-corner, #111 150px, #fff 400px);
	background-image:-webkit-gradient(radial, 50% 0, 70, 50% 0, 250, from(#111), to(#fff));
	
	font-family: Impact, Charcoal, sans-serif;
}

#navigationMenu li{
	list-style:none;
	height:39px;
	padding:2px;
	width:40px;
}

#navigationMenu span{
	/* Container properties */
	width:0;
	left:38px;
	padding:0;
	position:absolute;
	overflow:hidden;

	/* Text properties */
	font-family: Impact, Charcoal, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.6px;
	white-space:nowrap;
	line-height:39px;
	
	/* CSS3 Transition: */
	-webkit-transition: 0.25s;
	
	/* Future proofing (these do not work yet): */
	-moz-transition: 0.25s;
	transition: 0.25s;
}

#navigationMenu a{
	background:url('../img/navigation.jpg') no-repeat;

	height:39px;
	width:38px;
	display:block;
	position:relative;
}

/* General hover styles */

#navigationMenu a:hover span{ width:auto; padding:0 20px;overflow:visible; }
#navigationMenu a:hover{
	text-decoration:none;
	
	/* CSS outer glow with the box-shadow property */
	-moz-box-shadow:0 0 7px #000000;
	-webkit-box-shadow:0 0 7px #000000;
	box-shadow:0 0 7px #000000;
}

/* chemin */

#navigationMenu .chemin {	background-position:-152px 0;}
#navigationMenu .chemin:hover {	background-position:-152px -39px;}
#navigationMenu .chemin span{
	background-color:#005a4d;
	color:#d8e7e6;
	text-shadow:1px 1px 0 #99bf31;
}

/* deep */

#navigationMenu .deep { background-position:0px 0;}
#navigationMenu .deep:hover { background-position:0px -39px;}
#navigationMenu .deep span{
	background-color:#2e287d;
	color:#b1addf;
	text-shadow:1px 1px 0 #ecebf4;
}

/* deep */

/* no brain */

#navigationMenu .cerveau { background-position:-76px 0;}
#navigationMenu .cerveau:hover { background-position:-76px -39px;}
#navigationMenu .cerveau span{
	background-color:#1b160d;
	color:#da2526;
	text-shadow:1px 1px 0 #e46d6d;
}

/* experiment */

#navigationMenu .exper { background-position:-114px 0;}
#navigationMenu .exper:hover{ background-position:-114px -39px;}
#navigationMenu .exper span{
	background-color:#6a6802;
	color:#fcff27;
	text-shadow:1px 1px 0 #fdff79;
}

/* jeux */

#navigationMenu .jeux { background-position:-38px 0;}
#navigationMenu .jeux:hover { background-position:-38px -39px;}
#navigationMenu .jeux span{
	background-color:#535454;
	color:#c4c4c4;
	text-shadow:1px 1px 0 #dcdcdc;
}



/* bigrec */

#navigationMenu .bigrec { background-position:-266px 0;}
#navigationMenu .bigrec:hover { background-position:-266px -39px;}
#navigationMenu .bigrec span{
	background-color:#af1e83;
	color:#460f35;
	text-shadow:1px 1px 0 #d244a6;
}


/* elec */

#navigationMenu .elec { background-position:-190px 0;}
#navigationMenu .elec:hover { background-position:-190px -39px;}
#navigationMenu .elec span{
	background-color:#1e4b09;
	color:#21ff40;
	text-shadow:1px 1px 0 #d7ffde;
}

/* autre */

#navigationMenu .autre { background-position:-228px 0;}
#navigationMenu .autre:hover { background-position:-228px -39px;}
#navigationMenu .autre span{
	background-color:#5c3802;
	color:#ff9000;
	text-shadow:1px 1px 0 #ffd195;
}

/* The styles below are only needed for the demo page */

#main{
	margin-right:270px ;
	position:center;
	width:600;
	margin-left:270px;
}


h1{
	color:#fff;
	font-size:35px;
	font-weight:bold;
	padding:60px 0 20px;
	text-align:center;
}

h2{
	font-weight:normal;
	text-align:left;
	font-size:21px;
	color:#6c99c3;
}
h3{
	font-weight:normal;
	text-align:left;
	font-size:20px;
	color:#ab811c;
}

h4{
	font-weight:normal;
	text-align:left;
	font-size:16px;
	color:#ab811c;
}
h1,h2,h3,h4{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
}

a, a:visited,a:active {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:none;
}

p.note{
	color:#707070;
	font-size:10px;
	text-align:center;
	margin:50px;
}