<--
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #000000;
}

td {
}

th {
}
p {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
	text-align:justify;
	color : #CCC;
}
p a{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
}
li {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
	text-align:justify;
	color : #CCC;
}
a {
	font-size: small;
	color : #6C3;
	text-decoration: none;
}
.portfolio {
     font-size: small;
	 color: #FFFFFF;
	 font-family: Verdana, Geneva,Arial, Helvetica, sans-serif;
	 }
.texte {
     font-size: x-small;
	 color: #FFFFFF;
	 font-family: Verdana, Geneva,Arial, Helvetica, sans-serif;
	 }
.sousTitres {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: medium;
	color : #6C3;
}
.titresRubriques {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
	color : #6C3;
}
.langueLinks A {
	font-family: Verdana, Geneva,Arial, Helvetica, sans-serif;
	font-size: small;
	color : #00AEAE;
	text-decoration: none;
	}
.langueLinks A:HOVER {
	font-family: Verdana, Geneva,Arial, Helvetica, sans-serif;
	font-size: small;
	color : #FFFFFF;
	text-decoration: none;
	}
.tailleFondsEcran {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: x-small;
	color : #FFF;
}
.auteurs {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: x-small;
	color : #CCC;
}
.auteurs a{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: x-small;
	color : #6C3;
}
.auteurs a:HOVER {
	font-size: x-small;
	color : #088;
	text-decoration: none;
}
.vente {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.venteTitre {
color: #000000;
ont-family: Verdana, Arial, Helvetica, sans-serif;
}
a:HOVER {
	font-size: small;
	color : #088;
	text-decoration: none;
}
.copyright {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: lighter;
	font-size: x-small;
	color : #999;
	text-decoration: none;
}
.services A {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
	color : #088;
	text-decoration: none;
}
.services A:HOVER {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: medium;
	color : #6C3;
	text-decoration: none;
}
.copyright A {
	font-weight: lighter;
	font-size: x-small;
	color : #CCC;
	text-decoration: none;
}
.copyright A:HOVER {
	font-size: x-small;
	color : #6C3;
	text-decoration: none;
}
.header {
	font-size: 14px;
	color : #CCC;
	}
	.sousTitre {
	font-size: small;
	color : #6C3;
	}
#content {
  background-color: #000000;
  margin-top: 0px;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: 12px Verdana, Geneva,Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #6C3;
	url(titlebar.png) repeat-x center left;
	margin-bottom: 5px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
	}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(titlebar-active.png);
	}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	}

.arrowlistmenu ul li a{
	color: #FFFFFF;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
	}

.arrowlistmenu ul li a:visited{
	color: #FF9900;
	}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FFFFFF;
	background-color: #6C3;
	}
-->