@charset "UTF-8";
/* CSS Document */

body
{
	background:url(images/bg.jpg) repeat-x;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

#tete
{
	height:160px;
	text-align:center;

}

.annonce
{
	padding-bottom:30px;
}

#contenant
{
	display:block;
	width:950px;
	height:780px;
	margin:0px auto;
	padding:20px 0px 0px 0px;
	text-align:center;
	background:url(images/bg_contenu.png) no-repeat;
}

#contexte 
{
	display:block;
	width:950px;
	height:850px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:center;
	background:url(images/texte.png) no-repeat;
}



img    
{
border:none;
}

.clear
{
clear:both;
}


/* group infobulle */


a.info{
position:relative;
z-index:1;
color:#7B68EE;
font-weight: bold;
text-decoration:underline;
}

a.info:hover{
z-index:2;
color:#33FF33;
background-color:transparent;
}


a.info span{
display: none
}

a.info:hover span{
display:block;
position:absolute;
z-index:100;
top:-20px;
left:-24px; width:166px; height:56px;
border:none;
background:url(images/infobulle.png) no-repeat top;
text-align:center;
text-decoration:none;
color:#000;
padding:8px;
}


/* group Pagination */

.pagination {
	text-align: center;
	padding: .3em;
	
}

.pagination a, .pagination span {
	padding: .2em .5em;
			color: #aaa;

}

.pagination span.disabled {
	color:#CCC;
}

.pagination span.current {
	font-weight: normal;
	color:#000;

}

.pagination a {
	border: 0px solid #222;
	text-decoration: none;
}

.pagination a:hover, .pagination a:focus {
	border-color: #5c5c5c;
	background: #000;
	color: white;
}

.pagination .page_info {
	color: #bbb;
	padding-top: .8em;
}

.pagination .prev_page, .pagination .next_page {
		color:#999;

}

.pagination .prev_page {
	margin-right: 1em;
			color: #666;

}

.pagination .next_page {
	margin-left: 1em;
			color: #666;

}

/* @end */
