#fiche-gauche{
	float:left;
	position:relative;
	background-image:url(../../images/css/fiche.jpg);
	background-repeat:no-repeat;
	width:340px;
	text-align: justify;
	border-right: #58BFBF 2px solid;
	padding-right:20px;
	margin-bottom:20px;
}

#fiche-droite{
	float:left;
	position:relative;
	background-image:url(../../images/css/fiche.jpg);
	background-repeat:no-repeat;
	width:340px;
	text-align: justify;
	margin-left:20px;
	margin-bottom:20px;
}

#titre{
	border-bottom:1px solid #666666;
	width:230px;	
	font-weight: bold;
}

.image{
	float:left;
	width:92px;
}
.masque{
	position:absolute;
	top:0px;
}

.texte{
	float:left;
	width:230px;
	padding-left:10px;	
}
.suite{
	clear:both;
	text-align: right;
	background-image:url(../../images/css/fond-suite.jpg);
	background-repeat:no-repeat;
	width:340px;
	height:26px;
	cursor: pointer;
}

.image table{
	background-color: #028E97;
	width:92px;
	height:92px;
	text-align: center;
}


#titreTem{
	font-size: 1.95em;
	width:695px;
	float:left;
}

.titre1{
	border-bottom:#F24386 1px solid;
}
.titre2{
	border-bottom:#67A20A 1px solid;
}
.titre3{
	border-bottom:#811181 1px solid;
}
.titre4{
	border-bottom:#A96145 1px solid;
}
.titre5{
	border-bottom:#FC7100 1px solid;
}
.titre6{
	border-bottom:#FFBE00 1px solid;
}
.titre7{
	border-bottom:#A90B37 1px solid;
}

#iconeTitre{
	float:left;
	width:32px;
}

.icone1{
	background-image: url("../../images/css/icone-loisir.png");
	background-repeat: no-repeat;
	height:32px;
	width:32px;
}
.icone2{
	background-image: url("../../images/css/icone-nature.png");
	background-repeat: no-repeat;
	height:32px;
	width:32px;
}
.icone3{
	background-image: url("../../images/css/icone-fete.png");
	background-repeat: no-repeat;
	height:32px;
	width:32px;
}
.icone4{
	background-image: url("../../images/css/icone-decouverte.png");
	background-repeat: no-repeat;
	height:32px;
	width:32px;
}
.icone5{
	background-image: url("../../images/css/icone-detente.png");
	background-repeat: no-repeat;
	height:32px;
	width:32px;
}
.icone6{
	background-image: url("../../images/css/icone-gastronomie.png");
	background-repeat: no-repeat;
	height:32px;
	width:32px;
}
.icone7{
	background-image: url("../../images/css/icone-patrimoine.png");
	background-repeat: no-repeat;
	height:32px;
	width:32px;
}

#listeFiche{
	clear:both;
	padding-top:20px;
}

/* PAGINATION */
.pagination #page-nav{
	float:left;
	width:20px;
	height:20px;
	text-align: center;
	border: 1px #133E49 solid;
	margin-left:2px;
}

.pagination #page-nav a{
	color:#004D74;
	font-weight:bold;
}

.pagination #page-nav-active{
	float:left;
	width:20px;
	height:20px;
	background-color: #09BBD9;
	color:white;
	text-align: center;
	font-weight:bold;
	border: 1px #133E49 solid;
	margin-left:2px;
}

.pagination{
	clear:left;
	width:820px;
	margin-top:10px;
	margin-left:50%;
	z-index: 10;
}






.ui-tabs .ui-tabs-panel { 
	padding: 1em 0em;
}

#add_tab { cursor: pointer; }

#tabs li{
	background-color: white;
}
#tabs li img{
	float:right;
	top:0;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0 0 0 -1px;
    padding: 0 0 0 0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
}
.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #27537a;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    color: #000;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 1px;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    border-top: 1px solid #97a5b0;

}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}









/********************************************************/
/*	FICHE D'un TEMOIGNAGE */
/*********************************************************/

div#ficheTemoignage div#gauche{
	float:left;
	width:370px;
	margin-right:20px;	
	padding-top:20px;
	text-align: justify;
}

div#ficheTemoignage div#droite{
	float:left;
	width:330px;
	padding-top:15px;
}


div#ficheTemoignage #auteur{
	font-size: 1.35em;
}

div#ficheTemoignage #fiche{
	position: absolute;	
}

div#ficheTemoignage .auteur1{
	color:#F24386;
}
div#ficheTemoignage .auteur2{
	color:#67A20A;
}
div#ficheTemoignage .auteur3{
	color:#811181;
}
div#ficheTemoignage .auteur4{
	color:#A96145;
}
div#ficheTemoignage .auteur5{
	color:#FC7100;
}
div#ficheTemoignage .auteur6{
	color:#FFBE00;
}
div#ficheTemoignage .auteur7{
	color:#A90B37;
}

div#ficheTemoignage #titreTem{
	font-size: 1.95em;
	width:685px;
	float:left;
}
div#ficheTemoignage .titre1{
	border-bottom:#F24386 1px solid;
}
div#ficheTemoignage .titre2{
	border-bottom:#67A20A 1px solid;
}
div#ficheTemoignage .titre3{
	border-bottom:#811181 1px solid;
}
div#ficheTemoignage .titre4{
	border-bottom:#A96145 1px solid;
}
div#ficheTemoignage .titre5{
	border-bottom:#FC7100 1px solid;
}
div#ficheTemoignage .titre6{
	border-bottom:#FFBE00 1px solid;
}
div#ficheTemoignage .titre7{
	border-bottom:#A90B37 1px solid;
}

div#ficheTemoignage #options{
	position: relative;
	right:0;
	text-align: right;
}


div#ficheTemoignage .thickbox {
	position:absolute;
	z-index:2;
	display: block;
}
div#ficheTemoignage .image{
	position:absolute;
	width:330px;
	top:20px;
	left:0px;
}

div#ficheTemoignage .imageListe{
	margin:0;
	width:330px;
	height:330px;
}
div#ficheTemoignage .imageListe .masque{
	width:330px;
	height:330px;
}

div#ficheTemoignage .imageListe .lien{
	text-align: center;
	width:330px;
	height:329px;
}

div#ficheTemoignage .imageListe table{
	width:330px;
	height:330px;
	background-color: #028E97;
}

div#ficheTemoignage .imageListe .legende{
	font-style: italic;
}

div#ficheTemoignage #diaporama-prev{
	position:absolute;
	margin-top:45px;
	margin-left:20px;
	float:left;
}
div#ficheTemoignage #diaporama-next{
	position:absolute;
	margin-top:45px;
	margin-left:315px;
	float:left;
}
div#ficheTemoignage .imageThumbs{
	position:relative;
	margin-top:25px;
	margin-left:35px;
	width:330px;
}


div#ficheTemoignage .imageThumbs img{
	margin-right:5px;
	width:50px;
	height:50px;	
}

div#ficheTemoignage #legende{
	width:330px;
	text-align: center;
}