    #sideBar{
        position: absolute;
		width: auto;
 		height: auto;
        top: 80px;
        right: 8px;
        background-image:url('img/background.gif');
        background-position:top left;
        background-repeat:repeat-y;
        
    }
   
    #sideBarTab{
        float:left;
        height:137px;
        width:28px;
        
    }
   
    #sideBarTab img{
        
    }
   
    #sideBarContents{
        overflow:hidden;
        float:left;
    }
   
    #sideBarContentsInner{
    	padding:18px;
        width:320px;
 		height:300px;
    } 
    
    .sideBar_lien  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #eee;
	text-decoration: none;
	margin-bottom: 2px;
	background-color:#DA1074;
	width:280px;
	height:16px;
	display: block;
	padding-top:4px;
	padding-left:14px;
	cursor: pointer;
    }
    .sideBar_lien:hover  {
	color: white;
	background-color:#7F0744;
    }  
    
    
    

    
/* 
tooltip
*/

#screenshot{
    z-index: 1000;
	position:absolute;
	border:10px solid #ddd;
	background:#fff;
	display:none;
	color:#fff;
	margin-left:-16px;
	margin-top:-120px;
	}
    
    
    
    
    
    
    
    
    
    
.form1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aaa;
	padding-left:14px;
	padding-top:8px;
	
	background-color: #444;
	width:280px;
	}

.form1 label {
	float: left;
	height: 16px;
}

.form1 input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 16px;
	border: 1px solid #999999;
	float: none;
	display: block;
	margin-bottom: 5px;
	margin-left: 100px;
}

.form1 textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
	float: none;
	display: block;
	margin-bottom: 5px;
	margin-left: 100px;
}
.form1 #button {
	height: 18px;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
}





.form1 label.error {
        /* remove the next line when you have trouble in IE6 with labels in list */
        display: none;
        color: red;
        font-style: italic;
        margin-left:10px;
    }
.form1 input.error { border: 1px solid red; }
    
    
    /* focus */
.form1 input:focus { border: 1px solid black; background-color:#efefef}
.form1 textarea:focus { border: 1px solid black; background-color:#efefef}





.form2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aaa;
	padding-left:14px;
	padding-top:8px;
	
	background-color: #444;
	width:280px;
	}

.form2 label {
	float: left;
	height: 16px;
}

.form2 input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 16px;
	border: 1px solid #999999;
	float: none;
	display: block;
	margin-bottom: 5px;
	margin-left: 100px;
}

.form2 textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
	float: none;
	display: block;
	margin-bottom: 5px;
	margin-left: 100px;
}
.form2 #button {
	height: 18px;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
}





.form2 label.error {
        /* remove the next line when you have trouble in IE6 with labels in list */
        display: none;
        color: red;
        font-style: italic;
        margin-left:10px;
    }
.form2 input.error { border: 1px solid red; }
    
    
    /* focus */
.form2 input:focus { border: 1px solid black; background-color:#efefef}
.form2 textarea:focus { border: 1px solid black; background-color:#efefef}







#galerie {    
    margin : 0px;
    padding : 0px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 13px;
    }

#galerie .vignette {
	display:block;
	float:left;
	margin-right:14px;
	margin-left:10px;
}    

#galerie a:link {
	color : #aaa;
	text-decoration: none;
}  

#galerie a:hover {
	color : orange;
}  


/* lien book */
#galerie a.zoom_lien_book  {
	font-size: 14px;
	font-weight:600;
	color: #444;
}

#galerie a:hover.zoom_lien_book  {
	color : orange;
}  


#galerie h1 {    
	font-size: 24px;
	height: 28px;
	margin-left:10px;
    }

#galerie p {    
	margin-left:10px;
    }    



#galerie ul {
	clear: both;
	padding:0px;
  	}
    
#galerie li {
list-style-type: none;
width:168px; height: 168px;
margin-bottom:10px;
margin-left:10px;
text-align: center;
background-color:#eee;
text-decoration: none;
float:left;
}





#vote_true {
						padding-bottom: 3px;
						padding-left: 15px;
						padding-top: 2px;
						font-family: 'Lucida Grande';
						font-size: 12px;
						font-style: normal;
						font-variant: normal;
						font-weight: bold;						
						color : white;
						border-style: none;
						background-attachment: scroll;
						background-color: transparent;
						background-image: url(img/ub_votes+1.gif);
						background-repeat: no-repeat;
						height: 22px;
						width: 45px;
						margin-right: 10px;
						margin-left:20px;
						float:left;
						}

#vote_false {
						margin:0px;
						padding:0px;
						padding-bottom: 3px;
						padding-left: 15px;
						padding-top: 2px;
						font-family: 'Lucida Grande';
						font-size: 12px;
						font-style: normal;
						font-variant: normal;
						font-weight: bold;						
						color : white;
						border-style: none;
						background-attachment: scroll;
						background-color: transparent;
						background-image: url(img/ub_votes-1.gif);
						background-repeat: no-repeat;
						height: 22px;
						width: 45px;
						}