#header{
	height:110px;
	background-image: url(IMG/squelettes/bgBando.jpg);
	background-repeat: no-repeat;
}

#left{
	width:180px;
	float:left;
	/*border:1px solid #CCCCCC;*/
	padding:0px 0px 10px 10px;
	text-align:left;
}
#right{
	width:570px;
	float:right;
	background:transparent;
}

/* ///////////categorie/////// */
.cateBox{
	width:550px;
	padding: 10px 10px 10px 10px;
	background-image:url(IMG/squelettes/bgBox.jpg);
	background-repeat:repeat-x;
	float:left;
}
.cateBox .cateBoxPic{
	float:left;
	width:180px;
	text-align:center;
}
.cateBox .cateBoxPic img{
	border:1px solid #CCCCCC;
	padding:2px;
}
.cateBox .cateBoxPic div img{
	border:0;
	padding:0;
}
.cateBox .cateBoxDes{
	float:right;
	width:360px;
}
.cateBox .cateBoxDes img{
	border:0;
}
/* ///////////page article/////// */
#filArien{
	padding: 10px 10px 10px 10px;
	background-image:url(IMG/squelettes/bgBox.jpg);
	background-repeat:repeat-x;
	background-position:center;
}
#detailPic{
 text-align:center;
}
#detailPic img{
	border:1px solid #CCCCCC;
	padding:2px;
}
#detailPic .sansCadre img{
	border:0;
}
/* ///////////////menu haut///////////////*/
#left ul{
list-style:none;
margin:0;
padding:0;
padding-bottom:10px;
}/*je supprime les paddings et les magins par defaute des listes*/

.rub{
padding-left:10px;
background-image:url(IMG/squelettes/bgMenu.gif);
background-repeat:no-repeat;
}
.rub a{
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
}
.rub a:hover{
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
color:#CC6633;
}
/* ///////////categorie--menu gauche/////// */
#left li{
padding:2px 0px 2px 9px;
border-left:1px solid #003366;
}/*je re etablis le style des listes*/
#left li a{
color:#28446F;
text-decoration:none;
}
#left li a:hover{
color:#5BB591;
text-decoration:none;
}
.point{
font-weight:bold;
color:#990000;
}