
body {
/*	background-color:	#b1a38a;*/
	background-color:	#999999;
}

.picture-left {
	background-image: url(images/2005120616-16-21.png);
}


.text-block p, .text-block ul {
	padding-left:2em;
	padding-right:2em;	
}

.text-block ul {
	text-indent:0px;
	margin-left:2em;
	margin-bottom:5px;
}

.text-block p, .text-block li{
	margin-bottom:4px;
}

strong {
	font-weight: bold;	
}


/* image du titre */
.title {
	background-image: url(images/EspaceWeb.png);
}

/* taille et position du titre */
.title, .title img {
	width:460px;
	height:45px;
}

.title, .subtitle {
	margin:0px auto;
	background-repeat:no-repeat;
	background-color:transparent;		
	background-position:0px -10px;
/*	top:10px;*/
}
.subtitle:hover {
	background-position:0px -70px;
}

/* image du sous-titre */
#carnets {
	background-image: url(images/CarnetsSub.png);
}

/* taille et position du sous-titre */
#carnets, #carnets img {
	width:400px;
	height:45px;
}

/* image du sous-titre */
#photos {
	background-image: url(images/PhotosSub.png);
}

/* taille et position du sous-titre */
#photos, #photos img {
	width:450px;
	height:45px;
}

/* image du sous-titre */
#science {
	background-image: url(images/ScienceSub.png);
}

/* taille et position du sous-titre */
#science, #science img {
	width:550px;
	height:45px;
}

/* liste des domaines */
/* image liste des domaines */
.nav-buttons ul li {
	background-image: url(images/Sites.png);
}

/* taille des domaines */
.nav-buttons ul li {
	width:170px;
	height:30px;
}

/* carnets */
li#id_carnets {
	background-position:0px -30px;
}

li#id_carnets:hover {
	background-position:-185px -30px;
}

/* photos */
li#id_photos {
	background-position:0px -90px;
}

li#id_photos:hover {
	background-position:-185px -90px;
}

/* science */
li#id_science {
	background-position:0px -60px;
}

li#id_science:hover {
	background-position:-185px -60px;
}

/* CADRES */
/* appel des images de cadres */
.left-up-block {
	background-image: url(images/Rectangle-cote-up.png);
}

.left-middle-block {
	background-image: url(images/Rectangle-cote-middle.png);
}

.left-down-block {
	background-image: url(images/Rectangle-cote-down.png);
}

.up-block {
	background-image: url(images/Rectangle-fond-up.png);
}

.middle-block {
	background-image: url(images/Rectangle-fond-middle.png);
}

.down-block {
	background-image: url(images/Rectangle-fond-down.png);
}
/* FIN CADRES */

