/* feuille de style inspiré de css Zen Garden's inspired style v0.1 */
/* css Zen Garden's default style v0.1 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'sm00th' by SCAS*/
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */

/* couleurs de ref. :

#006699 : bleu gendarme
source : http://css.alsacreations.com

*/

body {
	width: 800px;
	padding: 0;
	margin: 20px 20px 20px 20px;
	/*background-image: url("background90.gif"); /* #80bbff; */
	/*background-repeat: repeat-x repeat-y;*/
	color: #006699;
	font-family: Sans-serif;
	}

#global {
	position:absolute;
	left: 50%; 
	top: 30%;
	width: 709px;
	height: 600px;
	margin-top: -200px; /* moitié de la hauteur */
	margin-left: -355px; /* moitié de la largeur */
	/*border: 1px solid #000;*/
}

blockquote {
	font-style: italic;
	font-size: 0.9em;
	/* background-color: #adf;   bleu ciel */
	}
blockquote:hover {
	background-color: #0f0 ;  /* vert - bleu ciel #adf */
	}

#skyline {
width: 680px; /* 709 */
height: 400px; /* 400 */
background: url("cem.jpg");
margin: 0; padding: 0;
position: relative;
border: 1px solid #000;
}

#skyline li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}


#skyline li, #skyline a {height: 400px; display: block;}
#panel1b {left: 0; width: 680px;} /* 184 */
#panel2b {left: 185px; width: 175px;}
#panel3b {left: 361px; width: 175px;}
#panel4b {left: 537px; width: 175px;}

#panel1b a:hover {background: transparent url("grenoble.jpg") 0 -0px no-repeat;}
#panel2b a:hover {background: transparent url("laboratoire.jpg") -185px -0px no-repeat;}
#panel3b a:hover {background: transparent url("cem.jpg") -361px -0px no-repeat;}
#panel4b a:hover {background: transparent url("grenoble.jpg") -537px -0px no-repeat;}

a {
	text-decoration: none;
	font-weight: ;
}
a:link {
	color: #0774B4;
}
a:visited {
	color: #0774B4;
}
a:hover {
	color: #0774B4;
	text-decoration: underline;