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

@font-face {
    font-family: 'HelveticaNeueLTStd77BdCn';
    src: url('fonts/helveticaneueltstd-bdcn-webfont.eot');
    src: url('fonts/helveticaneueltstd-bdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-bdcn-webfont.woff') format('woff'),
         url('fonts/helveticaneueltstd-bdcn-webfont.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-bdcn-webfont.svg#HelveticaNeueLTStd77BdCn') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	margin: 0;
	padding : 0 ;
	font-family : Trebuchet MS, Arial, Helvetica, sans-serif ;
	font-size : 11px ;
	line-height : 15px ;
	color : #333;
	background:#863156;
}
/* ------------------------------------------------ TITLES */

h1, h2, h3, h4, h5 {
    font-family: 'HelveticaNeueLTStd77BdCn';
	font-weight:normal;
}

ul {
list-style-image:url(img/puce.gif);
}

/* ------------------------------------------------ LINKS */

a{
	text-decoration : none ;
}
a:link {
	color : #9c3963 ;
}
a:visited {
	color : #9c3963 ;
}
a:active {
	color : #f6c ;
}
a:hover {
	color : #f6c;
}

