@charset="iso-8859-1";
/* CSS Document */

#main #content #page {
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 40px;
}

#main #content #page #scrol{
		height: 290px;
		overflow: auto; 

}

#main #content #page #nav {
	height: 40px;
}
#main #content #page #nav div {
	float: left;
	margin-right: 10px;
}
#main #content #page #centre {
	height: 300px;
	text-align: center;
}
#main #content #page #nav #minimenu {
	background-image: url(../images/nav_g.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 24px;
	background-color: #495d84;
	margin: 0px;
}
#main #content #page #nav #minimenu #bg {
	background-image: url(../images/nav_d.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 10px;
	padding-left: 10px;
	width: 612px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 24px;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	height: 24px;
}
#main #content #page #nav #minimenu #bg a {
	color: #FFF;
}
#centre #groupebtn {
	width: 672px;
	margin-right: auto;
	margin-left:  auto;
overflow: auto; 
height:280px;
}
#centre .boutonblanc {
	background-image: url(../images/bg_btnblanc.png);
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#centre #groupebtn .boutonblanc a:link {
	height: 38px;
	width: 153px;
	display: block;
	background-image: url(../images/bg_btnblanc.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#centre #groupebtn .boutonblanc a:visited {
	height: 38px;
	width: 153px;
	display: block;
	background-image: url(../images/bg_btnblanc.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#centre #groupebtn .boutonblanc a:hover {
	height: 38px;
	width: 153px;
	display: block;
	background-image: url(../images/bg_btnblanc_on.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#centre #groupebtn .boutonblanc img{
	margin-top: 7px;
}


