.c0{color: #9b0000;}
.c1{color: #9b00ff;}
.c2{color: #329966;}
.c3{color: #5d668d;}
.c4{color: #ff9900;}
.c5{color: #ff00ff;}
.c6{color: #bcffaa;}
.c7{color: #656599;}
.c8{color: #993266;}
.c9{color: #e66052;}
.float_right{float:right;}



body
{
   font-family: 'Trebuchet MS', Verdana, 'Lucida Grande', Arial, sans-serif;
   font-size:14px;
   width: 800px;
   position:relative;
   margin: auto;
   color: black;
   background: #8c0521 url(images/bg.jpg) repeat-x;
}

/* Header */

#header
{
   width: 800px;
   height: 266px;
   background: url(images/header.png)
}

#global
{
   background: white;
   display:table !important;
   width: 800px;
}

.centrer
{
text-align: center;
}


/* Contenu */

#contenu
{
   float:left;
   background: white;
   color: #000;
   padding: 10px;
   width:780px;
}

#contenu a,a:link,a:visited
{
   color:#8c0521;
   font-weight: bold;
   font-size:14px;
   text-decoration: none;
}

#contenu a:hover
{
   font-size: 14px;
   font-weight: bold;
   color: #311c20;
   text-decoration: none;
}

#tome1
{
   width: 780px;
   height: 220px;
   margin-left: 100px;
   background-image: url("images/sks_tome01.jpg");
   background-repeat: no-repeat;
   }
   
#tome2
{
   width: 780px;
   height: 220px;
   margin-left: 100px;
   background-image: url("images/sks_tome02.jpg");
   background-repeat: no-repeat;
   }
   
#tome3
{
   width: 780px;
   height: 220px;
   margin-left: 100px;
   background-image: url("images/sks_tome03.jpg");
   background-repeat: no-repeat;
   }
   
#tome4
{
   width: 780px;
   height: 220px;
   margin-left: 100px;
   background-image: url("images/sks_tome04.jpg");
   background-repeat: no-repeat;
   }

/* Footer */

#footer
{
	clear:both;
	margin-left:1px;
	padding:5px;
	text-align:center;
	padding-right:40px;
	color: #B3B3B3;
}

#footer a
{
	color: white;
}