/* CSS Document */
body {
	background: #FFFFFF;
	font: normal 14px Times New Roman, Times, Serif ;
	color: black;
	margin: 0;
	padding-top: 3em;
	text-align: center;
	line-height: 1.3em ;
	/*letter-spacing : 0.05em ;*/
	/*word-spacing: 0.2em ;*/
}

img { display: inline; border: 0;}

a { color: #900; text-decoration: none; }
a:visited { color: #900; text-decoration:none; }
a:hover { color: #900; text-decoration: underline; }
a:active { color: #900; text-decoration: none; }

ul.nav { list-style-type: none; text-align: right; /*background: grey;*/}
ul.nav li { 
	display: inline; 
	margin-left: 13px !important;
	margin-left: 17px; 
	text-align: center; 
	border: 0 none; 
	/*background: red;*/
}

/*.droite ul.nav { list-style-type: none; text-align: right; }
.droite ul.nav li { display: inline; margin-right: 0.5em; text-align: left; border: 0 none; }*/

h1 { font-size: 18px;}
h2, .titre, .titre2 { font-size: 13px;}
.titre2 { text-align: right;  }
.titre { font-weight: bold; }
h6, .note { font-size: 11px;}
.rouge { color: #900}
/*conteneurs*/
#index {
	position: absolute;
	width: 850px;
	margin-left: -425px;
	left: 50%;
	/*background: #f00;*/
}
#rubrique {
	position: absolute;
	width: 850px;
	margin-left: -423.5px;
	left: 50%;
	/*border: #f00;*/
}
/*conteneur nav interne page*/
.espace {
	display: block;
	float: center;
	clear: both;
	padding: 0;
	margin: 0;
	height: 50px;
	width: 850px;
	/*background: #f00;*/
}
/*marge entete et baseline*/
.marge {
	display: block;
	float: center;
	clear: both;
	padding: 0;
	margin: 0;
	height: 130px;
	width: 850px;
	/*background: #f00;*/
}
.entete, .baseline {
	display: block;
	float: center;
	clear: both;
	padding: 0;/*car padding p et ul*/
	margin: 0;
	width: 850px;
	border-top: #000 solid 1px;
	/*background: #0f0;*/
}
/*.entete {
	padding-top: 0.8em;
}*/
.gauche {
	display: block;
	float: left;
	clear: left;
	margin: 0;
	width: 210px;
	border-top: #000 solid 1px;
	text-align: left;
	/*background: #eee;*/
}
.gauche2 {
	display: block;
	float: left;
	clear: left;
	padding: 0;
	margin: 0;
	width: 210px;
	text-align: left;
	/*background: #eee;*/
}
.droite {
	display: block;
	float: right;
	clear: right;
	margin: 0;
	width: 530px;
	border-top: #000 solid 1px;
	text-align: left;
	/*background: #eee;*/
}
.gauche, .droite { padding-top: 10px; }
.gauche2 { 
	margin-top: -11px !important;
	margin-top: 0; 
}
.gauche img, .gauche2 img {
	display: inline;
	width: 210px;
}
.baseline .gauche, .entete .gauche{
	display: block;
	float: left;
	clear: left;
	margin: 0;
	border-top: none;
	width: 210px;
	text-align: left;
	/*background: #eee;*/
}

.baseline .gauche img {
	display: block;
	height: 20px;
	width: 20px;
}
/*.espace img {
	height: 1.2em;
}*/
.entete .droite, .baseline .droite {
	display: block;
	float: right;
	clear: right;
	width: 640px;
	border-top: none;
	font: normal 13px Times New Roman, Times, Serif ;
	text-align: left;
}
.entete .droite a, .baseline .droite a { color: #000; text-decoration: none; }
.entete .droite a:visited, .baseline .droite a:visited { color: #333; text-decoration:none; }
.entete .droite a:hover, .baseline .droite a:hover { color: #900; text-decoration: underline; }
.entete .droite a:active, .baseline .droite a:active { color: #900; text-decoration: none; }

.droite p { text-align: justify; }

/* Zsolt - 2006.10.12------------------------------------------------------*/

#indexPage ul.nav{
 list-style-type: none;
 padding: 0px;
 margin: 0px;
 text-align: left;
}

#indexPage ul.nav li { 
	display: inline; 
	margin-left: 0px; 
	margin-left: 0px !important; 
	text-align: center; 
	margin-right: 7px !important;
	margin-right: 11px;
}

#indexPage .droite {
        margin-top: 95px;
	display: block;
	float: left;
	clear: left;
	border-top: none;
	font: normal 13px Times New Roman, Times, Serif ;
	text-align: left;
}

#indexPage .droite a { color: #000; text-decoration: none; }

/* Lvass - 2006.11.10 ---------------------------------------------------------*/

table#sendtoafriend th {
	text-align: right;
	vertical-align: top;
	}

/* LVass - 2007.09.28 --------------------------------------------------------*/

li.links {
   margin-bottom: 16px;
   list-style-type: none;
}

.postArchive {
   font-size: 11px;
}

.postArchive select {
   width: 210px;
}

option.disabled {
   color: #999;
}

