html, body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	color: #fff;
}
#page {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	border: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

h1 {
	font-size: 1.75em;
	height: 60px;
	width: 100%;
	position: relative;
	top: 10px;
	line-height: 60px;
	margin: 0px;
	padding: 0px;
	background: #f00 url(http://www.kandimir.com/images/bg-header.jpg);
	text-indent: 60px;
	z-index: 1;
}

#deco {
	background: url(http://www.kandimir.com/images/bgdeco.jpg);
	margin: 0px;
	padding: 0px;
	height: 480px;
	width: 25px;
	position: absolute;
	z-index: 100;
	left: 20px;
	top: 5px;
}

#Tnav, #Bnav {
	position:relative;
	height: 25px;
	width: 100%;
	line-height: 25px;
	top: 20px;
}

#Bnav {
	position:relative;
	height: 25px;
	width: 100%;
	line-height: 25px;
	top: 20px;
	top: 30px;
}

#Tnav ul, #Bnav ul {
    margin: 0;
    padding: 0; 
    list-style-type: none;
	text-align:center; 
}

#Tnav ul li, #Bnav ul li {
    display: inline;
}

#Tnav ul li a, #Bnav ul li a {
	padding: 0.3em 1em;
	background: #B37425;
	color: #9B2D16;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid #000;
	font-size: .8em;
}

#Tnav ul li a:hover, #Bnav ul li a:hover {
	background: #9B2D16;
	color: #B37425;
	border: 1px solid #fff;
}

#Tnav ul li a.focus {
	padding: 0.3em 1em;
	background: #9B2D16;
	color: #B37425;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
	border: 1px solid #fff;
}

#content {
	position: relative;
	width: 85%;
	top: 25px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666;
	padding: 35px 10px 10px 10px;
}

#content ul {
    margin: 0;
    padding: 0; 
    list-style-type: none;
}

#content ul li {
    display: inline;
}

#content ul li a  {
	padding: .5em .5em;
	background: #000;
	border: none;
}

#content ul li a:hover   {
	background: #000;
	border: none;
}

#content h2 {
	font-size: 1.25em;
}

.u {
	border-bottom: 3px double #fff;
}
.c {text-align:center;}
.b {font-weight:bold;}
#footer {
	position:relative;
	height: 25px;
	width: 85%;
	line-height: 25px;
	top: 50px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px dotted #CCC;
}

#footer p {
	margin: .3em;
}

.promo {
	font-size: .8em;
	font-style: italic;
}

#content a, #footer a {
	border-bottom: 1px dotted #fff;
	color: #fff;
	text-decoration: none;
}

#content a:hover, #footer a:hover {
	background: #9B2D16;
	color: #B37425;
}
img {
	border: none;
}
/* police type */
td	{font-family: Verdana; color: #fff; font-size: 11px}

/* couleur des liens */
a:link		 {text-decoration:none ; color:#fff}
a:visited	 {text-decoration:none ; color:#fff}
a:hover		 {text-decoration:underline ; color:#F1F1F1}

a.Noir:link		 {text-decoration:none ; color:#ccc}
a.Noir:visited	 {text-decoration:none ; color:#ccc}
a.Noir:hover		 {text-decoration:underline ; color:#CC3300}

/* couleur des fonds tableaux */
td.row_blanc	{background-color: #fff;}
td.row_gris	{background-color: #F1F1F1;}
td.row_gris2	{	background: #B37425;color: #9B2D16;}
td.row_bleu	{background-color: #4A7DAC;}
td.row_brown {background: #B37425;line-height:25px;}
td.row_darkbrown {background: #9B2D16;line-height:25px;}

/* couleur du texte */
.Arial_Big_Rouge		{font-family: Arial; color: #CC3300; font-size: 22px}
.Verdana_gris		{font-family: Verdana; color: #DDDDDD; font-size: 10px}
.Verdana_Noir		{font-family: Verdana; color: #000000; font-size: 10px}
.Verdana_rouge_clair		{font-family: Verdana; color: #C00000; font-size: 10px}
.Arial_rouge_fonce	{font-family: Arial; color: #990000; font-size: 10px}
.Gris_prec_suiv		{font-family: Verdana; color: #C0C0C0; font-size: 10px}

/* couleur du tableau */
.table_blanc	{background-color: #FFFFFF;}

/* boutons */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
	border-style: solid; 
	border-width: 1
}

input.normal {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana;
}

.reponse {
 border: 1px solid #B4B4B4;
 background-color: #FFFFFF;
 padding: 5px;
}
.alexcopy {text-align:center; font-size:10px;}


