/*<group=General Styles>*/

body {
  background-color: #232323;
  background-image: url(bg_cre8oz.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0; /* Supprimer toute marge à la page : le texte colle les bordures */
  color: #CCC;
}

#border {
	border: 0px;
	width: 1000px;
	background-color: #ffffff;
	margin: 0 auto;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:img {
	border: 0px;
}

img {
	border: 0px;
}

table{
	background: url(bg_blank.png);
	vertical-align: top;
}


td{
	font-variant: small-caps;
	font-size: 0.8em;
	padding: 10px;
	text-align: center;
	vertical-align: top;
}

.title {
	background: url(background_sousmenu.png);
}

.previews{
	font-size: 0.9em;
	font-family: Verdana;
	z-index: 0;
	color: #CCC;
	font-variant: small-caps;
	border-bottom: 1px solid;
	border-color: #999;
}

.email{
	font-size: 0.9em;
	font-family: Verdana;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #999;
	font-variant: small-caps;
}

.links{
	font-variant: small-caps;
	font-size: 0.8em;
	background-image: url(bgblack.png);	
}

.footer{
	font-size: 0.7em;
}

.text{
	font-size: 0.8em;
	padding: 20px;
}