body {
	font: 80% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	background-color:#26272b;
	color: Black;
	margin:0px;
	background-image: url(../img/kry_bg_body.gif);
    background-position: 0 100px;
    background-repeat: repeat-x;
}

table {
	  width:100%;
	  font-size: 100%;
	  padding:0;
	  margin:0;
	  margin-bottom: 30px;
}

tr,td,th {padding:0; margin:0;}

td {
	vertical-align:top;
}

a {
	color:#F90;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

h1, h2, h3, h4, h5 {
    background-color: transparent;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
    margin-left:    0;
    margin-right:   0;
    margin-top:     0;
    margin-bottom:  1em;
    padding-left:   0;
    padding-right:  0;
    padding-top:    0.5em;
    padding-bottom: 0;
    clear: left;
    text-decoration:none; 	
}

h1 
{
  font-size: 160%;
  font-weight: bold;
  margin-left: 5px;
  text-align:center;
  color:#F90;
}

h2
{
    font-size: 110%;
    background: #111;
    color: #F90;
    padding: 0.5em;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-color: silver;
    border-width: 1px 0;
    border-style: solid;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
}
h3
{
  font-size: 90%;
  margin-left: 10px;
  color:#F90;
  margin-bottom: 0px;
  padding-top:0px;
}
h4
{
	font-size: 105%;
	margin-left: -10px;
	margin-right: -10px;
	margin-top:-10px;
	border-bottom: none; 
	font-weight: bold;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
}
h5 {margin-left: 15px; font-size: 100%; margin-left: 80px; border-bottom: none; font-weight: bold;}

p
{
  margin-bottom: 30px;
}

.auteur
{
	font-weight:bold;
}

#menu
{
	width:100%;
	height:86px;
	border-bottom: 1px solid silver;
	background-color: #111;
	vertical-align:bottom;
	margin-bottom:20px;
	margin-left:0px;
	color: silver;
 	background-image: url(../img/kry_lune.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
}
#menu a
{
  color:#F90;
  text-decoration:none;
}
#menu a:hover
{
  color:#FFFFFF;
  text-decoration:underline;
}
#menugauche
{
	position:absolute;
	width:93%;
	left:0px;
	top: 86px;
	padding-top: 0px;
	padding-left: 7%;
	padding-right:0px;
	text-align:center;
    background: url(../img/bg_body.gif) 100% 0 repeat-x;
	border-top:1px solid silver;
	border-bottom:1px solid silver;
}
.menuelem
 { 
   width: 12.8%;
   font-weight: bold;
   color: #fdd67a; 
   float:left;
}
.menuelem a
{
    display: block;
    padding: 6px 0;
	text-align: center;
	
}
#menudroit
{
  position:absolute;
  right:1%;
  top: 70px;
}

#logo 
{
	float: left;
}
img 
{
	margin: 0;
	border:0px;
}

#login
{
	text-align:center;
	margin-top:3px;
	vertical-align:inherit;
}
#bloc
{
	border:1px solid silver;
	margin-bottom:15px;
	margin-top:15px;
	background-color:#444444;
	margin: 15px;
}
#titrebloc
{
	background-color:#535353;
	color:#F90;
	font-size:120%;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: 0 0;
}
#messagebloc
{
  background-color:#444444;
}
#fluxrss1 , #fluxrss2
{
	position:relative;
	display: block;
	border:1px solid silver;
    margin-bottom:10px;
	padding:10px;
	width:43%;
	background-image: url(../img/kry_page_bas_bg.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}
#fluxrss1
{
	float:left;
}
#fluxrss2
{
	float:right;
}

.boiteAccueil
{
	float:left;
	margin:1%;
        position:relative;

	border:1px solid silver;
        margin-bottom:10px;
	padding:10px;
	width:43%;
	height:100px;

	background-image: url(../img/kry_page_bas_bg.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}
#page
{
	position:relative;
	border:1px solid silver;
	background-color:#121212;
	color:#ffffff;
	padding: 30px;
	padding-top: 20px;
	margin:7%;
	margin-top:50px;
	margin-bottom:20px;
	background-image: url(../img/kry_page_bas_bg.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}
</style>