/*Nathalie PLAGNOL*/
* {
	margin:0;
	padding:0;
}
/*===============================================================================================
									MISE EN PLACE DE LA PAGE
=================================================================================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #6a5f5e;
	background-color:#FFF;
	text-align:center;
	margin:10px;
	
}/*#E4E6F8;*/

a, a:visited {
	color:#900;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#page{
	text-align:left;
	width:995px;
	height:650px;
	border:1px solid #AAA;
	background-image:url(../src/fond.gif);
	border:1px solid #900;
}
#barre{
	margin-top:155px;
	color:#666;
	height: 135px;
	padding-left:45px;
	width:710px;
	float:left;
}
#barre2{
 background-color:#000;
	width: 2px;
	height:800px;
}
#bouton {
	float:left;
	text-align:center;
	padding:0 5px 0 5px;
}
#bouton:hover {
/* background: url('../images/hover.png');
	height: 188px;
	width:195px*/
	margin-right:-41px;
	margin-left:-41px;
}
#bouton img {
	text-align:center;
	width:100px;
	height:65px;
	/*filter:Alpha(opacity=100, finishopacity=0, style=2);*/
	filter:Alpha(opacity=40);
	opacity:0.4;
	margin-top:20px;
}
#bouton:hover img {
	text-align:center;
	/**/width:180px;
	height:110px;
	margin-top:5px;
	filter:Alpha(opacity=100);
	opacity:1;
	border:1px solid #000;
	z-index:1;
	position:relative;
}

#bouton p {
	text-align:center;
	font-size:10px;
}
#bouton:hover p {
color:#FFF;
	font-size:11px;
	position:relative;
}*/*/

