#galerie
{
	height:100%;
	width:590px;
	border:1px solid #abb1b3;
	background-color:#7d9180;
	margin:auto;
	margin-top:50px;
	padding-bottom:40px;
	/*padding-top:40px;*/
}
#formul1
{
	width:550px;
	/*height:100%;*/
	margin:auto;
	/*border:1px solid #000000;*/
	display:block;
	margin-bottom:5px;
	/*margin-bottom:50px;*/
}
.text_viste
{
	font-weight:bold;
	color:#e0ebf1;
	/*border:1px solid #000000;*/
	width:420px;
	float:left;
	margin-left:20px;
	margin-top:13px;	
}
.text_viste2
{
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color:#e0ebf1;
	/*border:1px solid #000000;*/
	width:550px;
	float:left;
	margin-left:27px;
	margin-top:13px;	
	text-decoration:underline;
}

.bloc2
{
	border:1px solid #7d9180;
	width:69px;
	float:right;
}
.bloc1
{
	border:1px solid #7d9180;
	width:69px;
	float:left;
}

.inputsuiv2
{
	background-image:url("./image/suivant.gif");
	background-color:#7d9180;
	float:right;
	border:0px;
	width:67px;
	height: 43px;
}
.inputprec2
{
	display:block;
	background-image:url("./image/precedent.gif");
	background-color:#7d9180;
	float:left;
	border:0px;
	width:67px;
	height: 43px;
}

