@charset "utf-8";
/* CSS Document */
body{
	background-image:url(images/fond.png);
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
}
.entete {
	background-image:url(images/titre.png);
	background-repeat:no-repeat;
}

.menu {
	text-align:left;
	vertical-align:top;
}

.titre {
	text-align:left;
	vertical-align:top;
	background-image:url(images/titre.png);
	background-repeat:no-repeat;
}

.catl {
	width:30px;
	height:50px;
	background-image:url(images/catl.png);
	background-repeat:no-repeat;
	background-position:right;
}

.catc {
	height:50px;
	vertical-align:center;
	text-align:right;
	font-weight:bold;
	font-size:20px;
	color:#FFFFFF;
	background-image:url(images/catc.png);
	background-repeat:repeat-x;
}
.catr {
	width:30px;
	height:50px;
	background-image:url(images/catr.png);
	background-repeat:no-repeat;
	background-position:left;
}


#menu a{
	display:block;
	background-color:#CC0000;
	position:relative;
	color: white;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:130px;
	padding: 10px;
	left: 0px;
	text-align:left;
}
#menu a:hover{
	background-color:#CC3333;
}
#menu img{
	position:relative;
	left:0px;
}

.categories {
	vertical-align:top;
}
#categories td{
	text-align:center;
}
#categories selected{
	color: #00FF00;
}
#categories a{
	text-align:center;
	font-size:12px;
	color: #FFFFFF;
	text-decoration:none;
}
#categories a:hover{
	color: #888888;
}

#vignettes td{
	text-align:center;
}
#vignettes img{
	background-color:#FFFFFF;
	padding:3px;
}

.ctrlc {
	text-align:center;
}
#ctrlc td{
	text-align:center;
}

.ctrlv {
	text-align:left;
}
#ctrlv td{
	text-align:left;
}

.auteur {
	text-align:right;
}
#auteur td{
	text-align:right;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}

#visu td{
	padding-top:10px;
	text-align:center;
}
#visu .shart {
	background-image:url(images/shart.png);
	width:10px;
	height:10px;
	background-repeat:no-repeat;
	background-position:left;
}
#visu .shar {
	background-image:url(images/shar.png);
	width:10px;
	background-repeat:repeat-y;
	background-position:left;
}
#visu .shabr {
	background-image:url(images/shabr.png);
	width:10px;
	height:10px;
	background-repeat:no-repeat;
	background-position:left;
}
#visu .shab {
	background-image:url(images/shab.png);
	height:10px;
	background-repeat:repeat-x;
	background-position:top;
}
#visu .shabl {
	background-image:url(images/shabl.png);
	width:10px;
	height:10px;
	background-repeat:no-repeat;
	background-position:top;
}
#visu a{
	text-decoration:none;
	color: white;
}
#visu a:hover{
	color:#CC3333;
	text-indent: 5px;
}

#visu img{
	border-width=0;
	background-color:#FFFFFF;
	padding:10px;
}
#visu .dummy {
	background-color:transparent;
	padding:0px;
}
#visu .texte {
	text-align:left;
	font-size:12px;
}

#comment{
	font-size:12px;
	font-style:italic;
}