/* ********************/
/* SiToFoToS                    */
/* Copyright (C) 2003 moko */
/* licence GPL : licence.txt  */
/* ********************/
body {
	background-color:#ffffff;
	text-align:center;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin:0px;
	padding:0px;
	behavior:url("csshover.htc");
}
#page {
	width: 750px;
	margin: 8px auto;
	padding: 0;
	text-align: left;
	font-size: 60%;
	line-height: 150%;
}

/*  ------------------------------------------ */
/*  Navigation                                 */
/*  ------------------------------------------ */

#navigation {
	width: 750px;
	height: 25px;
	margin: 0;
	padding: 0px 0px 0px 10px;
	list-style: none;
	background: #fff url(images/barre.png) no-repeat;
}

#navigation li {
	width:80px;
	height: 16px;
	text-align:center;
	margin: 0;
	padding: 0;
	float: left;
}

#navigation li.langue {
	float: right;
	width:30px;
}
#navigation li.fr {
	margin-right:30px;
}

#navigation a {
	display: block;
	height: 100%;
}

#navigation a:hover {
	background:#808080;
}

#navigation li a:link, #navigation li a:visited {
	color: #000;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
}

/*  ------------------------------------------ */
/*  Items                                      */
/*  ------------------------------------------ */

#liste {
	width: 750px;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	list-style: none;
}

#liste li {
	width:136px;
	margin: 5px;
	float: left;
}
#liste li.item {
	height: 116px;
	padding-top:20px;
	text-align:center;
	background:url(images/fondsclair.png) no-repeat;
	cursor:pointer;
	font-weight:bold;
}
#liste li.foto {
	height: 126px;
	padding-top:10px;
	text-align:center;
	background:url(images/fondsclair.png) no-repeat;
	cursor:pointer;
	line-height:8pt;
	font-weight:bold;
}
#liste li.item:hover, #liste li.foto:hover {
	background:url(images/fondsgris.png) no-repeat;
}
#liste li.espace {
	height: 136px;
}
/*  ------------------------------------------ */
/*  Commentaires                               */
/*  ------------------------------------------ */

#liste li#commform {
	width:273px;
	height:126px;
	margin:5px;
	float: left;
	background:url(images/fondsbleu.png) no-repeat;
	padding:5px;
}
input, textarea {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
}
#liste li.commentaires, #liste li.commentaires ul {
	margin:0px;
	padding:0px;
	list-style: none;
}
#liste li.commentaire {
	width:410px;
	padding-left:18px;
	padding-bottom:20px;
	text-align:left;
	background:url(images/barre2.png) no-repeat;
	background-color:#eeeeee;
}
.auteur {
	font-weight:bold;
}
.date {
}
.corpsmsg {
	margin:0px;
	padding:0px;
	margin-top:6px;
}

/*  ------------------------------------------ */
/*  Fotos                                      */
/*  ------------------------------------------ */

.fototitre {
	background:url(images/barre.png) no-repeat;
	font-weight:bold;
	padding-left:15px;
	height:20px;
}
.fotoimage {
	margin-left:2px;
	background-color:#eeeeee;
	text-align:center;
	padding:5px;
	width:728px;
}
.fotoimage P {
	line-height:0px;
}

P.message {
	color:red;
	font-weight:bold;
	font-size:14pt;
}

#barreoutils {
	margin-left:2px;
	background-color:#eeeeee;
	padding:2px;
	width:728px;
	height:14px;
	margin-bottom:5px;
	list-style: none;
}
#barreoutils li {
	color: #808080;
	width:80px;
	font-variant: small-caps;
	font-weight: bold;
	float: left;
	text-align:center;
}

#barreoutils a {
	color: #000;
	display : block;
	text-decoration: none;
}
#barreoutils a:hover {
	background:#808080;
}

#barreoutils li#form {
	width:350px;
}
#barreoutils li#form input, #barreoutils li#form select {
	font-size:9px;
}

/*  ------------------------------------------ */
/*  Too cool for IE                            */
/*  ------------------------------------------ */

a#tooCool {
	position: fixed;
   	right: 0;
   	bottom: 0;
   	display: block;
   	height: 80px;
   	width: 80px;
   	background: url(images/too_cool.png) bottom right no-repeat;
   	text-indent: -999em;
  	text-decoration: none;
}
