/* 

affiche: la colonne d'affichage des photos

*/

/* conteneur principal */
li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#whole
{
    text-align: left;
	padding: 0px;
	width: 1000px;
	color: black;
	/* min-height: 1500px; provoque une bande blanche en bas quand page trop courte (ex GIFs)*/
	margin: 0 auto 10px;
	background-color: white;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
	overflow: hidden;    
}
 
#mainbody
{
    padding: 0;
    margin: 0;
    text-align: left;
}

.pane2
{
	float: left; 
	min-height: 500px;	
	width: 500px;
	padding-left: 0px;
	background-color: white;
	overflow: hidden;
}

.pane2 p {
	font-size: 1.2em;
}

.pane2 h2, .post h1 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 2.2em;
	font-weight: normal;
}

.pane2 .entry img.wp-smiley {
	border: 0;
}

.pane2 .entry img {
max-width:500px;
}

.giftop {
	margin-bottom: 30px;	
    clear: both;
}

#headerlogo {
    width: 130px;
}

#headerlogo p {
	text-align: center;	
    width: 130px;
}
/* 

affiche: la colonne d'affichage des photos

*/

/* conteneur principal */


.textgras {
	font-weight: bold; 
}

.txtvote {
	padding-left: 85px;
}

.encorePlus {
	font-size: 1.8em;
}
