/* Active class used as the "on" state across all themes
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-active {
	border: 1px solid 		#4fa524 /*{global-active-border}*/;
	background: 			#5bc553 /*{global-active-background-color}*/;
	text-shadow: 0 /*{global-active-shadow-x}*/ 1px /*{global-active-shadow-y}*/ 0 /*{global-active-shadow-radius}*/ #3373a5 /*{global-active-shadow-color}*/;
	text-decoration: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #5ec553 /*{global-active-background-start}*/), to( #6ed573 /*{global-active-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #5ec553 /*{global-active-background-start}*/, #6ed573 /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #5ec553 /*{global-active-background-start}*/, #6ed573 /*{global-active-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #5ec553 /*{global-active-background-start}*/, #6ed573 /*{global-active-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #5ec553 /*{global-active-background-start}*/, #6ed573 /*{global-active-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #5ec553 /*{global-active-background-start}*/, #6ed573 /*{global-active-background-end}*/);
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-focus,
.ui-btn:focus {
	-moz-box-shadow: inset 0 0 3px 		#5dbe32 /*{global-active-background-color}*/, 0 0 9px 		#5dbe32 /*{global-active-background-color}*/;
	-webkit-box-shadow: inset 0 0 3px 	#5dbe32 /*{global-active-background-color}*/, 0 0 9px 		#5dbe32 /*{global-active-background-color}*/;
	box-shadow: inset 0 0 3px 			#5dbe32 /*{global-active-background-color}*/, 0 0 9px 		#5dbe32 /*{global-active-background-color}*/;
}

.bigimg
{
  display: block;
  width: 100%;
  height: auto;
  max-height: 662px;
  max-width: 665px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  overflow-x: hidden;
  overflow-y: hidden;
}
.ui-page {
background: #cacaca url(texture_tole.png);
}
.ui-footer .ui-title {
font-size: 10px;
}
.ui-li-heading {
margin: 0;
padding-bottom: 7px;
font-size: 12px
}
.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit {
  padding-left: 90px;
}
#navgroup {
text-align:center;
}
#navgroup div {
display:inline-block;
}

div.ui-content{
margin-top:0;
padding-top: 0;
}

#fiche div.ui-content{
padding-top: 0;
}

#fiche h1 {
text-shadow: none;
margin-top:0;
font-size: 18px;
width: 100%;
padding: 6px;
background: green url("fond_footer.png") repeat-x;
color: #fff;
}
#fiche h1 span {
display: block;
font-size: 0.9em;
}
#photo img{
  display: block;
	width: 90%;
	  height: auto;
	margin-right: auto;
	margin-left: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	border: 1px solid #aaaaaa;
}