/*
-----------------------------------------------
CSS 			pour le-bar.org
Date:     juin 2009
----------------------------------------------- */

body {
	background: #0d0d0d url(https://le-bar.org/Images/bg-nbt.jpg);
}

img {
	border: none;
}

#page {
	background: #0d0d0d;
	border: 1px solid #333;
	color: #222;
	min-width: 800px; 
	max-width: 1050px; 
	text-align: left;
	margin: 0 auto 0 auto;

	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px; /* pour Chrome et Safari 4 */
	-webkit-border-top-right-radius: 10px; /* pour Chrome et Safari 4 */
	-webkit-border-bottom-left-radius: 10px; /* pour Chrome et Safari 4 */
	-webkit-border-bottom-right-radius: 10px; /* pour Chrome et Safari 4 */

	/* pour palier les bugs d'IE <=6 concernant la largeur maximum : */
	width:expression( 
    document.body.clientWidth > (1050/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "1050px":
        "auto" );
}

#entete {
	background: #0d0d0d;
	color: white;
	padding: 8px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px; /* pour Chrome et Safari 4 */
	-webkit-border-top-right-radius: 10px; /* pour Chrome et Safari 4 */
	-webkit-border-bottom-left-radius: 10px; /* pour Chrome et Safari 4 */
	-webkit-border-bottom-right-radius: 10px; /* pour Chrome et Safari 4 */
}

#navigation {
	color: #ddd;
	background: #eee;
	clear: both;
	padding: 2px 0 0 6px;
	height: 18px;
}

#contenu1 {
	clear: both;
	background: #fff;
	padding: 10px;
	margin: 0;
}

#pied {
	background: #0d0d0d;
	padding: 4px;
	color: white;
	text-align: center;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-webkit-border-top-left-radius: 10px; /* pour Chrome et Safari 4 */
	-webkit-border-top-right-radius: 10px; /* pour Chrome et Safari 4 */
	-webkit-border-bottom-left-radius: 10px; /* pour Chrome et Safari 4 */
	-webkit-border-bottom-right-radius: 10px; /* pour Chrome et Safari 4 */
}

/* Galeries 
----------------------------------------------- */

/* styles appliqués aux images miniatures sur la page d'accueil*/

.GalRacineImgEtendue {
	margin: 0px 0px 3px 0px;
	border-style: none;
}

/* pour les galeries (boites de descriptions en accueil galeries): */

.RHboxHaut {
    clear: right;
    font-weight: bold;
    color: black;
    background: #ddd;
    padding: 5px;
    border: 1px solid #ddd;
    -moz-border-radius: 8px 8px 0 0;
}

.RHboxBas {
    color: black;
    background: #eee;
    padding: 5px;
    margin-bottom: 2px;
    border: 1px solid #ddd;
    border-top: 0;
    -moz-border-radius: 0 0 8px 8px;
}


/* Les liens
----------------------------------------------- */
a {
	color: black;
	letter-spacing: 0px;
	text-decoration: underline;
	background-color: transparent;
}
a:hover {
	color: #1c7dfe;
	text-decoration: underline;
	background-color: transparent;
}

#pied a {
	color: #1c7dfe;
	text-decoration: none;	
}

/* ===== colonne de navigation ===== */

.NAVtitre *, .NAVtitreON * {
	letter-spacing: 1px;
}
.NAVlienOFFm {
	font-size: 120%;
	color: #bbb;
	text-decoration: none;
}
.NAVlienOFFm:hover {
	font-size: 120%;
	color: #1c7dfe;
	text-decoration: underline;
}

.NAVlienONm {
	font-size: 120%;
	color: #fff;
	text-decoration: underline;
}
.NAVlienONm:hover {
	font-size: 120%;
	color: #1c7dfe;
	text-decoration: none;
}

/* RIKI */

#RHriki, #RHrikiC2 {
	text-align: justify;
}

#RHriki h3, #RHrikiC2 h3 {
	border-bottom: 1px solid #ddd;
	margin-top: 0;
}

#RHriki ul, #RHrikiC2 ul {
	margin-left: 0;
	padding-left: 1.8em;
	list-style-type: square;
}

#RHriki li, #RHrikiC2 li {	
	margin: 0;
}

#RHrikiC2 a {
	color: #1c7dfe;
	text-decoration: none;	
}

#RHriki a:hover, #RHrikiC2 a:hover {
	text-decoration: underline;
}

#RHrikiC2 {
	background: #e6e6e6;
	padding: 8px;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#KinoResultats h2, #KinoResultats h1 {
	color: #1c7dfe;
	padding-top: 8px; 
	margin: 8px 0 4px 0;
}

/* typographie */

* {
	font-family: Tahoma,Verdana,helvetica,arial,sans-serif;
	font-size: 13px;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 14px;
}

#RHrikiC2, #RHrikiC2 * {
	font-size: 11px;
}
#RHrikiC2 h3 {
	font-size: 13px;
}

/* Les blogs
----------------------------------------------- */

.BlogSousTitre {
	margin: 0px;
	font-size: 110%;
	font-weight: bold;
	color: black;
	letter-spacing: 1px;
}

.BlogTexte {
	border:1px dotted #6a7;
	border-width: 0 1px 1px 1px;
	border-bottom-color:grey;
	padding:10px 14px 10px 29px;
}
/* ===== Formulaires ===== */

form { margin-top: 0px; margin-bottom: 0px; background-color: transparent; }
textarea { width: 99.5%; }
