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

body{
width: 895px;
font-family: "Arial", Times New Roman, Arial Black, Verdana, serif;
background-position:top;
background-image:url(img/fond.gif);
background-attachment:scroll;
background-repeat:repeat-x;
margin:auto;
}


#header {
width: 895px;
height: 68px;
background-image: url(img/header.gif);
background-repeat: no-repeat;
}




#bloctexte {
width: 895px;
height: 560px;
padding: 20px; /* Pour eviter que le texte a l'interieur du corps ne colle trop a la bordure */
background-repeat: no-repeat;
background-image: url(img/bloc.gif);
}

.centre {
width:860px;
height:540px;
overflow:auto;
font-size:11px;
}

#footer {
width: 895px;
height: 20px;
background-image: url(img/footer.gif);
background-repeat: no-repeat;
padding: 20px;
}


h1 {
font-style: bold;
color: #0070C0;
font-size: 11px;
font-family: "Arial", Times New Roman, Arial Black, Verdana, serif;
}


h2 {
font-style: bold;
color:#1A171C;
font-size: 11px;
font-family: "Arial", Times New Roman, Arial Black, Verdana, serif;
}

p {
color:#545454;
font-size: 11px;
font-family: "Arial", Times New Roman, Arial Black, Verdana, serif;
}

a {
text-decoration: none; /* Les liens ne seront plus soulignes */
color: #094E93; /* Les liens seront en rouge au lieu de bleu */
font-size: 11px;
}

a:hover
{
   text-decoration: underline;
   color: #0070C0;
}



.liens {
color:#094E93;
font-size: 11px;
font-family: "Arial", Times New Roman, Arial Black, Verdana, serif;
}

.textfooter {
color:#99A1AA;
font-size: 10px;
font-family: "Arial", Times New Roman, Arial Black, Verdana, serif;
}

/* статьи*/
h1.hkoin {font: bold 16px arial; color: #666666;}  /* Заголовок каталога */
h2.h2koin {font: bold 12px arial; color: #666666; margin: 0px;} /* Заголовок навигации */
div.zgkoin {font: 13px arial; color: #000000;}      /* Заголовок статьи */
div.ztkoin, div.ztkoar {text-align: justify; font: 11px arial; color: #777777;} /* Текст статьи */
.likoin {width: 100%; text-align: right; font: 11px arial; color: #777777;}  /* ссылка статья полностью */
td.skoin {vertical-align: top; width: 60%;}  /* 1й столбик */
d.nkoin {padding: 10 10 10 10px; background-color: #f1f1f1;font: 11px arial;} /* навигация в статье */
td.koins, td.koars {vertical-align: top; width: 30%;}  /* 2й столбик */
a.koina {font: 11px arial; color: #666666;} /* ссылка названия статьи */
a.koina2 {font: 10px arial; color: #CECECE;} /* ссылка на главную страницу статей */
div.centre img {padding: 10px;}
div.centre br {margin-bottom: 10px;}