#phototheque
{
	width:650px;
	margin:0px auto 0px auto;
}

#phototheque img
{
	border:0px;
}


#imagette11
{
	margin:10px;
	height:120px;
	float:left;
	margin-bottom:40px;
}

#phototheque #navigation{
	clear:both;
	text-align:center;
	padding-top:20px;
	width:800px;
	height:40px;
	margin:0px auto 0px auto;
}

#titre_dossier{
	margin:-25px 0px 0px 0px;
	text-align:center;
}


.pagination a{
	color: #ee7e22 ;
	text-decoration:none;
}

.pagination a:hover{
	color: #36b7cc;
	text-decoration:none;
}



.pagination a.page, .pagination a.page:visited{

	padding: 0 5px;
	border: 1px solid #ee7e22;/*vert*/
	text-decoration: none; 
	color: #ee7e22;/*vert*/
}

.pagination a.page:hover, .pagination a.page:active{
	border: 1px solid #ee7e22;/*vert*/
	color: #000;
	background-color: #36b7cc;/*rose*/
}

.pagination a.currentpage{ /*Style for currently selected page link*/
	padding: 0 5px;
	border: 1px solid #ee7e22;/*vert*/
	text-decoration: none; 
	background-color: #ee7e22;/*vert*/
	color: #FFF !important;
	font-weight: bold;
	cursor: default;
}

.pagination .disabled{ /*Style for "disabled" previous or next link*/
	background-color: white;
	padding: 0 5px;
	cursor: default;
	color:#999999;/*gris*/
	border:1px solid #999999;/*gris*/
	text-decoration:none;
	font-weight: bold;
}

.pagination a.prevnext, a.prevnext:visited{ /*Style for previous and next link*/
	font-weight: bold;
	padding: 0 5px;
	border: 1px solid #ee7e22;/*vert*/
	text-decoration: none; 
	color: #ee7e22;/*vert*/
}

.pagination a.prevnext:active, a.prevnext:hover{ /*Style for previous and next link*/
	border: 1px solid #ee7e22;/*vert*/
	color: #000;
	background-color: #36b7cc;/*rose*/

}

