@charset "UTF-8";
/* CSS Document */

body
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	
}


.titre
{
	font-size:20px;
	font-weight: bold;
	color:black;
}

.titrelivre
{
	font-size:18px;
	font-weight: bold;
	color:black;
	font-style:oblique;
}

.titre2
{
	font-size:30px;
	font-weight: bold;
	color:black;
}

.titre3
{
	font-size:40px;
	font-weight: bold;
	font-style:oblique;
	color:black;
}

.menu
{
	font-size:20px;
	font-weight: bold;
}

.contact
{
	font-size:10px;
	color: #529391;
}

.contact2
{
	font-size:10px;
	color: white;
}

a.contact
{
	color: #529391;
}

a.contact2:link
{
	color: white;
	font-weight: bold;
}

.ss-titre
{
	font-size:18px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
	text-decoration: none;
	text-decoration: none;
}

a:active {
	color: #FF0000;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

a.listecollections {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
	font-size:14px;
	line-height: 150%
}

a.listecollections:hover {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#categorie2 {
	overflow:
	position: relative;
	width:855px;
}

.categorie {
	/*position: relative;*/
	width: 850px;
	overflow: hidden;
	/*background-color : #CCFFFF;*/
	padding: 3px;
	font-size: 12pt;
	font-style:normal;
	color:#FFFFFF;
	/*border: solid 2px blue;*/
	/*visibility: hidden;*/
}

.catediv {
	/*position: relative;*/
	height: 850px;
	overflow: hidden;
	/*background-color : #CCFFFF;*/
	padding: 3px;
	font-size: 12pt;
	font-style:normal;
	color:#FFFFFF;
	/*border: solid 2px blue;*/
	/*visibility: hidden;*/
}
/* Resizable buttons */
div.btn {
	cursor:pointer;
	height:21px;
	overflow:hidden;
	line-height: 21px;
}
div.btn div {float:left}
div.btn div.text2 {
	font-size:80%;
	font-weight:700;
	height:21px;
	padding:1px 5px 0;
	line-height: 21px;
}
div.btnsilver {
	color:black;
	float:left;
	background:transparent url(./images/btnsilver_tile.gif) repeat-x top left;
}

/* Start: Misceallaneous */
/* - Clearfix (fixes floating content layout issues) */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End: Misceallaneous */