html {
    font-size: 100%;
}
body {
    font-family : Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0; 
    font-size: .8em; 
    line-height: 1.4; 
    color: #FFF;
    background: #000;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em 0;
    line-height: 1.2;
    font-weight: normal; 
    font-style: normal;
}
h1 {
    font-size: 1.4em;
	color: #ff9900;
}
h2 {
    font-size: 1.3em;
    font-weight: bold; 
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}

/* Listes */
ul, ol {
    margin: 0;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .75em 0; 
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: underline;
}
a:link, a:visited {
    color: #FFF;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
    color: #FFF;
	text-decoration: none;

}
a img {
    border: none;
}

em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; 
}

/***********************************
nav haut***************************/

#navHaut {
	position: absolute;
	width: 422px;
	margin: 104px 0 0 528px ;
	height: 33px;
}
#navHaut li {
	float: left;
	list-style-type: none;
	width: 102px;
	height: 33px;
	color: #FFF
}

#navHaut li a:link, ul#navHaut li a:hover, ul#navHaut li a:active, ul#navHaut li a:visited {
	display: block;
	width: 102px;
	height: 33px;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}

#navHaut ul  {
	background: url(../images/illustrations/ssnav-Bg.gif) no-repeat bottom;
	float: left;
	width: 97px;
	height: auto;
	margin: 0 0 4px 2px;
	padding: 0;
}

#navHaut ul li {
	width: 97px;
	height: auto;
}

#navHaut ul li a:link, #navHaut ul li a:visited {
	width: 91px;
	height: auto;
	margin: 0;
	padding: 3px 0 3px 6px;
	font-size: 9px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/illustrations/ssnav-off.gif) no-repeat;
	text-indent: 1px;
}

#navHaut ul li a:hover, #navHaut ul li a:active {
	width: 91px;
	height: auto;
	margin: 0;
	padding: 3px 0 3px 6px;
	font-size: 9px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../images/illustrations/ssnav-on.gif) no-repeat;
}

#navHaut ul li a.ssnavBig:link , #navHaut ul li a.ssnavBig:visited {
	background: url(../images/illustrations/ssnav2L-off.gif) no-repeat;
}

#navHaut ul li a.ssnavBig:active , #navHaut ul li a.ssnavBig:hover {
	background: url(../images/illustrations/ssnav2L-on.gif) no-repeat;
}

#navHaut li.fdMenu {
	width: 97px;
	height: 4px;
	background: url(../images/illustrations/ssnav-Bottom.gif) no-repeat; 
	margin: 0 ;
	padding: 0;
}

