<--
body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #000000;
}
p {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
	text-align:justify;
	color : #CCC;
}
a {
    font-family:  Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
	color : #CCC;
	text-decoration: none;
}
a:HOVER {
	font-size: small;
	color : #FF0;
	text-decoration: none;
}
.enter {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 60%;
		color : #CCC;
}
.enter a:HOVER{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 60%;
	color : #FF0;
}
.sousTitres {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: medium;
	color : #DF705D;
}
.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 : #DF705D;
}
.auteurs a{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: x-small;
	color : #CCC;
}
.auteurs a:HOVER {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: x-small;
	color : #DF705D;
	text-decoration: none;
}
.liens {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
	color : #DF705D;
}
.liens a{
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: mall;
	color : #DF705D;
}
.liens a:HOVER {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
	color : #FF0;
	text-decoration: none;
}
.photoText {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
	color:#FFF;
}
.photo img {
	border: 2px solid #FFF;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
	color:#FFF;
}
.vente {
	color: #FFFFFF;
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
}
.venteTitre {
    font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
	color : #FFF;
}
.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 : #FF0;
	text-decoration: none;
}
.copyright A {
    font-family:  Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: lighter;
	font-size: x-small;
	color : #CCC;
	text-decoration: none;
}
.copyright A:HOVER {
    font-family:  Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: x-small;
	color : #FF0;
	text-decoration: none;
}
.header {
	font-size: 14px;
	color : #DF705D;
	}
.sousTitre {
	font-size: small;
	color : #DF705D;
	}
#content {
  background-color: #000000;
  margin-top: 0px;
}
.arrowlistmenu{
width: 550px; /*width of accordion menu*/
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 12px Verdana, Geneva,Arial, Helvetica, sans-serif;
color: #FFF;
background: #333333;
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: hand;
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 {
font: 12px Verdana, Geneva,Arial, Helvetica, sans-serif;
color: #CCC;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 0px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #dadada;
font-size: small;
}

.arrowlistmenu ul li { /*hover state CSS*/
color: #CCC;
font-weight: normal;
}
-->