/* - - - - - - - - - -   S I T E   O R L U D I A T O   ( C S S   3 )   - - - - - - - - - - */
/* ---------- IMPORTATION DES POLICES DE CARACTÈRE ---------- */
@font-face {
	font-family: Candara;
	src: url('https://www.orlulas.fr/res/candara.ttf');
	src: local('Candara'), url('https://www.orlulas.fr/res/candara.ttf') format('truetype');
}

@font-face {
	font-family: Jellyka;
	src: url('https://diato.orlulas.fr/res/jellyka_estrya_handwriting.ttf');
	src: local('Jellyka Estrya\'s Handwriting'), url('https://diato.orlulas.fr/res/jellyka_estrya_handwriting.ttf') format('truetype');
}

/* ---------- DÉFINITIONS GÉNÉRALES ---------- */
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: grey;
}

body {
	background-attachment: fixed;
	color: white;
	font-family: Candara, Optima, 'DejaVu Sans', Verdana, 'Bitstream Vera Sans', Geneva, sans-serif;
	font-size: 1em;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align: justify;
	z-index: 1;
}

fieldset {
	border: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

footer {
	background-color: rgba(0, 0, 0, 0.7);
	clear: both;
	height: 70px;
	padding-bottom: 3px;
	padding-top: 2px;
	position: relative;
	text-align: center;
    width: 100%;
	z-index: 3;
}

h1 {
	background-image: url('https://diato.orlulas.fr/img/titre.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 198px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 520px;
}

h2 { /* L'Accordéon Diatonique facile */
	color: white;
    font-family: Jellyka;
	font-size: 5.5em;
	margin-bottom: -30px;
	margin-right: 25px;
	margin-top: -43px;
	text-align: right;
}

h3, legend {
	display: none;
}

h4 {
    font-family: Jellyka;
	font-size: 6em;
	font-weight: normal;
	margin-bottom: -30px;
	margin-left: 10px;
	margin-top: -30px;
}

h5, h6 {
	margin-bottom: 0px;
	margin-top: 0px;
}

input, select, textarea {
	background-color: rgba(0, 0, 0, 0.7);
	border-color: white;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px 2px grey inset;
	color: white;
	font-family: Candara, Optima, 'DejaVu Sans', Verdana, 'Bitstream Vera Sans', Geneva, sans-serif;
	font-size: 1em;
	padding: 5px;
	text-align: justify;
}
input:active, select:active, textarea:active, input:focus, select:focus, textarea:focus {
	background-color: rgba(0, 0, 0, 1);
}

table {
	margin-left: auto;
	margin-right: auto;
}

/* ---------- DÉFINITIONS DES DIVISIONS PRIMAIRES ---------- */
#banniere {
	background-position: right top;
	display: block;
	height: 300px;
	left: 0px;
	position: relative;
	top: 0px;
    width: 100%;
	z-index: 5;
}

#contenu {
	background-color: rgba(0, 0, 0, 0.7);
	display: block;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	position: relative;
    width: 900px;
	z-index: 3;
}

#contenu_squeeze {
	background-color: rgba(0, 0, 0, 0.7);
	display: block;
	margin-top: -16px;
	min-height: 346px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position: relative;
}

/* ---------- DÉFINITIONS DES DIVISIONS SECONDAIRES ---------- */
#ariane, #clock, #database, #stats, #version {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
	position: relative;
	vertical-align: middle;
}

#ariane {
	background-image: url('https://www.orlulas.fr/img/icones/home.png');
	display: block;
	font-weight: bold;
}

#clock {
	background-image: url('https://www.orlulas.fr/img/icones/clock.png');
	border-right: 1px solid white;
	padding-right: 5px;
}

#database {
	background-image: url('https://www.orlulas.fr/img/icones/database.png');
	border-right: 1px solid white;
	padding-right: 5px;
}

#logo {
	display: none;
}

#now {
	display: none;
}

#stats {
	background-image: url('https://www.orlulas.fr/img/icones/stats.png');
	padding-right: 5px;
}

#version {
	background-image: url('https://www.orlulas.fr/img/icones/version.png');
	border-right: 1px solid white;
	padding-right: 5px;
}

/* ---------- DÉFINITIONS DES DIVISIONS TERTIAIRES ---------- */
#bouton {
	background-color: rgba(0, 0, 0, 0.7);
	border-color: white;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px 2px grey inset;
	color: white;
	font-family: Candara, Optima, 'DejaVu Sans', Verdana, 'Bitstream Vera Sans', Geneva, sans-serif;
	font-size: 1em;
	padding: 5px;
	text-align: justify;
}
#bouton:active {
	background-color: rgba(0, 0, 0, 1);
	box-shadow: 1px 1px 2px grey inset;
	color: grey;
}
#bouton:hover {
	background-color: rgba(0, 0, 0, 1);
	color: grey;
}

#deny {
	display: none;
}

#mapid {
	height: 400px;
	width: 900px;
}

/* ---------- DÉFINITIONS DES CLASSES ---------- */
div.cdroite_accueil {
	display: block;
	float: right;
	width: 720px;
}
.cdroite_accueil h3 {
	margin-top: 0px;
}

div.cdroite_400etara {
	display: block;
	float: right;
	width: 680px;
}

div.cgauche_400etara {
	display: block;
	float: left;
	width: 220px;
}

div.cgauche_accueil {
	display: block;
	float: left;
	width: 174px;
}

div.cdroite_cadb {
	display: block;
	float: right;
	width: 660px;
}

div.cgauche_cadb {
	display: block;
	float: left;
}

div.point {
	color: black;
}

div.stop {
	clear: both;
}

img.sponsor {
	margin-bottom: 20px;
	margin-right: 20px;
}

p.alerte, p.confirm, p.erreur, p.info {
	background-color: rgba(0, 0, 0, 0.7);
	background-position: 4px center;
	background-repeat: no-repeat;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px 2px grey inset;
	font-weight: bold;
	min-height: 30px;
	padding: 5px;
	padding-left: 60px;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 5;
}
p.alerte {
	background-image: url('https://www.orlulas.fr/img/icones/alerte.png');
	border-color: #FFCC00;
	color: #FFCC00;
}
p.confirm {
	background-image: url('https://www.orlulas.fr/img/icones/confirm.png');
	border-color:  #00CC00;
	color: #00CC00;
}
p.erreur {
	background-image: url('https://www.orlulas.fr/img/icones/erreur.png');
	border-color: #CC3300;
	color: #CC3300;
	text-decoration: blink;
}
p.info {
	background-image: url('https://www.orlulas.fr/img/icones/info.png');
	border-color: #6666FF;
	color: #6666FF;
}

p.res_code, p.res_cours, p.res_flv, p.res_img, p.res_mp3, p.res_pdf, p.res_quizz, p.res_web, p.res_zip {
	background-position: 25px center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

span.res_code, span.res_cours, span.res_flv, span.res_img, span.res_mp3, span.res_pdf, span.res_quizz, span.res_web, span.res_zip {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

th.res_droite {
	font-size: 1.1em;
	font-weight: normal;
	text-transform: none;
}

th.res_gauche {
	text-transform: none;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-indent: 0px;
}

.code {
	display: block;
	font-family: 'Courier New', serif;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-indent: 0px;
}

.externe {
	background-image: url('https://www.orlulas.fr/img/icones/externe.png');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 12px;
}

.max {
	font-size: 3em;
}

.min {
	font-size: 0.8em;
	text-indent: 0px;
}

.news {
    border: 1px solid grey;
    display: block;
	font-size: 1.1em;
    margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
    margin-top: 10px;
    position: relative;
    text-align: justify;
    z-index: 4;
}

.res {
	background-image: url('https://www.orlulas.fr/img/icones/ressources.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 10px;
	position: relative;
	z-index: 4;
}
.res_code {
	background-image: url('https://www.orlulas.fr/img/icones/code.png');
}
.res_cours {
	background-image: url('https://www.orlulas.fr/img/icones/cours.png');
}
.res_flv {
	background-image: url('https://www.orlulas.fr/img/icones/flv.png');
}
.res_img {
	background-image: url('https://www.orlulas.fr/img/icones/img.png');
}
.res_mp3 {
	background-image: url('https://www.orlulas.fr/img/icones/mp3.png');
}
.res_pdf {
	background-image: url('https://www.orlulas.fr/img/icones/pdf.png');
}
.res_quizz {
	background-image: url('https://www.orlulas.fr/img/icones/quizz.png');
}
.res_web {
	background-image: url('https://www.orlulas.fr/img/icones/web.png');
}
.res_zip {
	background-image: url('https://www.orlulas.fr/img/icones/zip.png');
}

/* ---------- DÉFINITIONS DES ATTRIBUTS ---------- */
h1 span {
	display: none;
}

footer a {
	border-right: 1px solid white;
	font-weight: bold;
	padding-right: 5px;
}

form p {
	margin-bottom: 0px;
	margin-top: 0px;
	text-indent: 0px;
}

input[type=button], input[type=submit] {
	box-shadow: 1px 1px 2px grey;
	font-weight: bold;
	cursor: pointer;
}
input[type=button]:active, input[type=submit]:active {
	background-color: rgba(0, 0, 0, 1);
	box-shadow: 1px 1px 2px grey inset;
	color: grey;
}
input[type=button]:hover, input[type=submit]:hover {
	background-color: rgba(0, 0, 0, 1);
	color: grey;
}

div.point a {
	color: blue;
}
div.point a:hover {
	color: grey;
}

form.paypal input {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0px;
	border-width: 0px;
	box-shadow: 0px 0px 0px;
}

#contenu a, #contenu_squeeze a {
	font-weight: bold;
}

#contenu p, #contenu_squeeze p {
	text-indent: 20px;
}

/* ---------- DÉFINITIONS LIÉES AU BARREAU ---------- */
header {
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
	font-family: Candara, Optima, 'DejaVu Sans', Verdana, 'Bitstream Vera Sans', Geneva, sans-serif;
	height: 30px;
	left: 0px;
	line-height: 30px;
    position: fixed;
	text-align: right;
	top: 0px;
    width: 100%;
	z-index: 6;
}

#connexion, #deconnexion {
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	position: relative;
	vertical-align: top;
}
#connexion {
	background-image: url('https://www.orlulas.fr/img/icones/login.png');
	color: #35AA47;
}
#deconnexion {
	background-image: url('https://www.orlulas.fr/img/icones/logout.png');
	color: #FF3131;
}
#connexion:hover, #deconnexion:hover {
	color: white;
}

.picto, .squeeze {
	border: none;
}

.powered {
	float: left;
}

header a {
	border-right: 1px solid #FFF;
	color: white;
	padding-right: 5px;
}

header li {
	display: inline;
    list-style-type: none;
}

header nav {
	margin-left: 5px;
	margin-right: 5px;
}

header ul {
	margin-bottom: 0px;
    margin-top: 0px;
	padding-left: 0px;
}

/* ---------- DÉFINITIONS LIÉES AU MENU ---------- */
#menu {
	background-color: rgba(0, 0, 0, 0.7);
	height: 50px;
	font-size: 2.5em;
	left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	position: relative;
	text-align: center;
	top: 1px;
    width: 100%;
}

#menu a {
	display: block;
	padding-left: 25px;
	padding-right: 25px;
}

#menu li {
	display: inline-block;
    list-style-type: none;
	position: relative;
}

#menu ul {
	-moz-transition: .4s all .3s;
	-webkit-transition: .4s all .3s;
	left: 0;
	margin-bottom: 0px;
	margin-top: 0px;
	max-height: 0;
	overflow: hidden;
	padding-left: 0px;
	position: absolute;
	right: 0;
	transition: .4s all .3s;
}

#menu li li {
	background-color: rgba(0, 0, 0, 0.7);
}

#menu li:hover ul {
	max-height: 15em;
}

#menu ul a {
	font-size: 0.5em;
	padding: 8px 0;
}

#menu ul li {
	display: inherit;
}
#menu ul li:hover {
	border-radius: 0;
}
#menu ul li:last-child {
	border-radius: 0 0 8px 8px;
}

/* ---------- DÉFINITIONS LIÉES AU FORUM ---------- */
tfoot {
	background-color: rgba(0, 0, 0, 0.7);
	color : white;
	font-size: 0.9em;
}

thead, .majeur {
	background-color: rgba(0, 0, 0, 0.7);
	color : white;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

a.citer_message, a.editer_message {
	background-repeat: no-repeat;
	float: right;
	position: relative;
	height: 18px;
	text-indent: -9000px;
	width: 59px;
	z-index: 4;
}
a.citer_message {
	background-image: url('https://www.orlulas.fr/img/forum/bouton_citer.png');
}
a.editer_message {
	background-image: url('https://www.orlulas.fr/img/forum/bouton_editer.png');
}

a.infobulle {
	color: black;
	position: relative;
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	text-transform: none;
}
a.infobulle:hover {
	background: none;
	z-index: 8;
}

a.nouveau_message, a.nouveau_sujet, a.verrouille {
	background-position: left 0px;
	background-repeat: no-repeat;
	display: block;
	line-height: 38px;
	margin-left: 5px;
	position: relative;
	height: 38px;
	vertical-align: middle;
	width: 160px;
	z-index: 4;
}
a.nouveau_message, a.nouveau_sujet {
	background-image: url('https://diato.orlulas.fr/img/bouton_nouveau.png');
}
a.verrouille {
	background-image: url('https://diato.orlulas.fr/img/bouton_verrouille.png');
}
a:hover.nouveau_message, a:hover.nouveau_sujet, a:hover.verrouille {
	background-position: left -38px;
	color: white;
	z-index: 5;
}

a.supprimer_message {
	background-image: url('https://www.orlulas.fr/img/forum/bouton_supprimer.png');
	background-repeat: no-repeat;
	float: right;
	position: relative;
	height: 15px;
	margin-top: 3px;
	text-indent: -9000px;
	width: 16px;
	z-index: 4;
}

div.contenu_message {
	clear: both;
	min-height: 170px;
}

p.tbas, span.tdroite, span.tgauche, span.vider {
	font-size: 0.8em;
	text-indent: 0px;
}
p.tbas {
	text-align: right;
}
span.tdroite {
	float: right;
}
span.tgauche {
	float: left;
}

td.auteur {
	vertical-align: top;
	width: 120px;
}

td.contenu {
	text-align: justify;
	vertical-align: top;
}

td.forum_lu, td.forum_nonlu, td.forum_verrouille_lu, td.forum_verrouille_nonlu, td.sujet_lu, td.sujet_nonlu, td.sujet_verrouille_lu, td.sujet_verrouille_nonlu {
	background-position: center center;
	background-repeat: no-repeat;
	height: 38px;
	min-width: 50px;
	text-indent: -9000px;
}
td.forum_lu, td.sujet_lu  {
	background-image: url('https://diato.orlulas.fr/img/forum_lu.png');
}
td.forum_nonlu, td.forum_verrouille_nonlu, td.sujet_nonlu, td.sujet_verrouille_nonlu {
	background-image: url('https://diato.orlulas.fr/img/forum_nonlu.png');
}
td.forum_verrouille_lu, td.sujet_verrouille_lu {
	background-image: url('https://diato.orlulas.fr/img/forum_verrouille.png');
}

td.valeur {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

td.valeur2  {
	text-align: center;
	vertical-align: middle;
}

tr.mineur {
	background-color: rgba(0, 0, 0, 0.4);
}

.enligne {
	color: lime;
	font-size: 0.8em;
	font-weight: bold;
}

.horsligne {
	color: red;
	font-size: 0.8em;
	font-weight: bold;
}

td h4 {
	font-family: Candara, Optima, 'DejaVu Sans', Verdana, 'Bitstream Vera Sans', Geneva, sans-serif;
	font-size: 1em;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-top: 5px;
}

a.infobulle span {
	display: none;
	font-weight: normal;
}
a.infobulle:hover span {
	background: lightgrey;
	border: 1px dashed black;
	display: block;
	padding: 3px;
	left: 2px;
	top: 20px;
	position: absolute;
	white-space: nowrap;
	width: 300px;
}

.auteur p, .contenu p {
	margin-bottom: 0px;
	margin-top: 0px;
}

#FORUM p {
	text-indent: 0px;
}

/* ---------- FIN CSS ---------- */