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

@import url('reset.css');
@import url('boxes.css');
@import url('navBar.css');
@import url('lavalamp.css');
@import url('form.css');
@import url('ui.tabs.css');

a, a:link{
	color: #b00101;
}

a:visited, a:hover{
	color: #cc4343;}

#cat-art #globalNav { background-position: left -108px;}

#content #contentTitre h2{
	background-position:left -60px;}
	

#content ul, #headlines ul {
	list-style-image: url(../medias/puce-art.gif); 
}


.story h3, .feature h3 {
	border-left: 10px #cc4343 solid;
	border-bottom: 1px #cc4343 solid;	
}

.arrow {
	background-image: url(../medias/arrow.png); 
	width:9px;
	height:9px;
	background-repeat: no-repeat;
	float:left;
	margin:5px;
}

.arrow.a-top {
	background-position: 0px 0px;
}
.arrow.a-left {
	background-position: -9px 0px;
}

.arrow.a-right {
	background-position: -27px 0px;
}

.arrow.a-bottom {
	background-position: -18px 0px;
}

#presse ul {
	list-style-image: none;}
