/* CSS Document */
/* Cree par LePiaf pour Mr Bruhne
http://lepiaf-blog.ovh.org */


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*background-image:url(fondSTI.jpg);*/
	background-color:#cccccc;
	}

a:hover {
	text-decoration:underline;

	}
a {
	text-decoration:none;
	color:#000000;

	}
#banniere {
	width:886px;
	height:195px;
	margin: auto;
	background: transparent url(image/top3.jpg) no-repeat top left;
}

#menu {
	width:320px;
	margin-right:20px;
	margin-left:50px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;

	}

#content a {
	text-decoration:underline;
	}
#content a:hover {
	background-color:#00FF33;
	text-decoration:none;
	}
	
#content {
	width:430px;
	float:right;
	margin-right:60px;
	margin-top:10px;
	height:auto;

	}

#ensemble {
	width:886px;
	margin: auto;
	background: #fff url(image/page.jpg) repeat-y center top;
	height:525px;;

	}
	
#header {
	text-align:center;
	padding-top:10px;
	text-decoration:underline;
	font-size:1.2em;

	}
#footer {
	background: url(image/bottom.jpg) no-repeat left bottom;
	height:123px;
	margin:auto;
	width:886px;

}
#footer .text {
	text-align:center;
	font-size:0.6em;
	padding-top:45px;
	font-style:oblique;
	}
#footer .text a:hover {
	background-color:#FFFFFF;
}
	
/*Style du menu : Boite */

.box-upperleft-bleufonce {
	background-position: left top;
	background-image: url(image/box-upperleft.gif);
	background-repeat: no-repeat;
	background-color:#e6e6e6;
}

.box-upperright {
	background-position: right top;
	background-image: url(image/box-upperright.gif);
	background-repeat: no-repeat;
}
.box-lowerleft {
	background-position: left bottom;
	background-image: url(image/box-lowerleft.gif);
	background-repeat: no-repeat;
}
.box-lowerright {
	padding-right: 10px;
	background-position: right bottom;
	padding-left: 10px;
	background-image: url(image/box-lowerright.gif);
	padding-bottom: 10px;
	padding-top: 10px;
	background-repeat: no-repeat;
}

