/* CSS Document */

#content {
	float:left;
	padding:8px 0 30px 24px;
	width:659px;
}

/* ul */
#catNav {
	float:right;
	width:173px; /* Incluant le pointillé séparateur (1px de large) */
}

/* Table */
#grilleAccueil {
	width:659px;
}

	#grilleAccueil tr.titleRow {
	}
	
		#grilleAccueil tr.titleRow td {
			padding:8px 0 10px 0; /* Attributs qui permet l'espacement vertical avec les autres éléments */
		}
	
	#grilleAccueil tr.displayRow {
	}
	
		#grilleAccueil tr.displayRow td {			
		}
		
			#grilleAccueil tr.displayRow td img {
				margin-right:6px;
				border:#bfbfc0 solid 3px;
			}
			

/*-------------------------------------------------------------------------------------------*/	
/*---------------------------    DÉBUT SECTION ANIMATION ACCUEIL   --------------------------*/	
/*-------------------------------------------------------------------------------------------*/

div#accueilswapper{
	background: transparent url(../_images/accueil/swapper_bg.gif) no-repeat top left;
	width:625px;
	height:375px;
	float:right;
	position:relative;
	top:10px;
	right:15px;}
div#accueilswapper #imgjs{
	position:absolute;
	top:5px;
	left:5px;}
div#accueilswapper #animBGpng{
	background: transparent url(../_images/accueil/swapperbar_bg.png) repeat-x top left;
	position:relative;
	top:10px;
	left:5px;
	width:615px;
	height:20px;}
div#accueilswapper #animBGpng div{
	padding:1px 0 0 35px;}
a#swapperleft, a#swapperleft:link, a#swapperleft:visited{
	background: transparent url(../_images/accueil/swapper_left.gif) no-repeat top left;
	float: left;
	display: block;
	width: 12px;
	height: 17px;}
a#swapperleft:hover{
	background: transparent url(../_images/accueil/swapper_left_over.gif) no-repeat top left;}
a#swapperright, a#swapperright:link, a#swapperright:visited{
	background: transparent url(../_images/accueil/swapper_right.gif) no-repeat top left;
	float: left;
	display: block;
	width: 12px;
	height: 17px;}
a#swapperright:hover{
	background: transparent url(../_images/accueil/swapper_right_over.gif) no-repeat top left;}
a.swapnumber, a.swapnumber:link, a.swapnumber:visited{
	float: left;
	display: block;
	height: 17px;
	line-height: 17px;
	text-align: center;
	width: 17px;
	font-size: 12px;
	text-decoration: none;
	color: #60634e;
	font-weight: bold;}
a.swapnumber:hover{
	color: #e21738;}
/*-------------------------------------------------------------------------------------------*/	
/*----------------------------    FIN SECTION ANIMATION ACCUEIL   ---------------------------*/	
/*-------------------------------------------------------------------------------------------*/	


	
	
	

