/*
Theme Name: Blazing Trumpet
Theme URI: http://www.2dlyres.net/
Description: The first theme created by Jean-Paul Joubert & Michel Cadennes.
Version: 0.1
Author: Michel Cadennes
*/

/* Elements HTML*/

body { 
	margin: 0px;
	margin: 0px;
	font-size: 1em;
	font-family: Helvetica, Arial;
	background: #AD0448;
}

h1 {
	font-family: Univers, Helvetica, Arial;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

.flux-billets h2 {
	font-family: Verdana, Helvetica, Arial;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	margin: 40px auto 6px 2px;
	padding: 4px 0px 4px 2px;
	color: #383;
	background-color: #fff;
	border: 2px solid #ccc;
	width: 90%;
}

.billet-unique h2 {
	font-family: Helvetica, Arial;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	padding: 4px 0px 4px 10px;
	color: #383;
}

h4 {
	margin-top: 36px;
	font-weight: bold;
	
}
/* Elements nommés */

#banniere {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 500px;
	width: 1024px;
	background-color: rgb(175, 255, 173);
	background-image: url(../../../../interface/fonds/fond_2dlyres.jpg);
	background-repeat: no-repeat;
	z-index: 10;
}

#wrapper {
	position: absolute;
	top: 0px;
	left: -512px;
	width: 1024px;
	bottom: 40px;
	margin-left: 50%;
	overflow: hidden;
/*	margin: 0px auto 0px 50%;*/
	background: #EEE;
/*	border-right: 3px solid #CCC;
	border-left: 3px solid #CCC;
*/}

#corps {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
/*	overflow: auto;*/
}

#basDePage {
	position: absolute;
	width: 1024px;
	height: 700px;
	top: 500px;
	bottom: 40px;
	background-image: url(../../../../interface/fonds/motifFond-2.jpg);
}

#dock { 
	z-index: 100;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: block;
	border-top: 1px solid;
	font-family: Monaco,"American Typewriter","Courier New",Courier,serif;
	font-size: 0.8em;
	height: 40px;
/*	width: 100%;*/
	width: 1024px;
	margin: 0px auto;
}

#ban-module {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 465px;
	z-index: 1;
	overflow:hidden;
}

#alerte-ie6 {
	display: none;
}

/* classe */

.titre-module {
	background-image: url(../../../../interface/titres/titre_2dlyres.png);
	background-repeat: no-repeat;
	top: 240px;
	left: 5px;
	position: absolute;
	z-index: 120; 
	width: 468px; 
	height: 170px; 
}

.contenu { 
	padding: 8px;
	z-index: 10;
	width: 100%;
	font-family: Arial;
	font-size: 0.8em;
	position: absolute;
	top : 35px;
	bottom: 0px;
	overflow: scroll;
}

.reserve { 
	position: absolute;
	top: 40px;
	left: 370px;
	z-index: 20;
	height: 780px;
	width: 600px;
	z-index: 20;
}

.calque { 
	border: 1px solid rgb(153, 153, 153);
	background-color: rgb(210, 210, 210);
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 100%;
	opacity: 0.9 !important;
	filter:alpha(opacity=90); /* IE */
	z-index: 1;
	position: absolute;
}

.optionBar { 
	background-color: rgb(241,43,66);
	position: absolute;
	margin: 1%;
	height: 25px;
	width: 98%;
	z-index: 20;
	text-align: center;
	vertical-align: middle;
}

.optionBar a {
	color: #ffffff;
	text-decoration: none;
}

.optionBar a:hover {
	color: #dddddd;
	text-decoration: underline;
}

.options {
	color: rgb(250,250,250);
	font-family: Monaco, serif;
	font-size: 0.9em;
	position: relative;
	top:4px;
}

.contenu { 
	padding: 5px;
	z-index: 10;
	width: 99%;
	font-family: Arial;
	font-size: 0.8em;
	position: absolute;
	top : 35px;
	bottom: 0px;
	overflow: auto;
}

.contenu a {
/*	color: rgb(224,102,204);*/
	color: #4C4C4C;
	text-decoration: none;
}

.contenu a:hover {
	color: #A30E1F;
	text-decoration: underline;
}

.contenu a.l-programmation {
	background-color: rgb(204,102,204);
	color: rgb(255,255,255);
	padding: 1px;
	text-decoration: none;
}

.contenu a.l-programmation:hover {
	color: rgb(204,102,204);
	background: transparent;
	padding: 1px;
	text-decoration: underline;
}

.contenu a.l-programmation:after {
	content: url(/interface/puces/outerMark.png);
	position: relative;
	top: 3px;
}

.contenu a.l-defossez {
	font-size: 1.2em;
	font-weight: bold;
	background-color: rgb(249,172,54);
	color: rgb(255,255,255);
	padding: 2px;
	text-decoration: none;
}

.contenu a.l-defossez:hover {
	color: rgb(255,107,33);
	background: transparent;
	padding: 1px;
	text-decoration: underline;
}

.metadata a {
	font-size: 1.2em;
	background-color: #E7CE90;
	color: #000000;
	padding: 2px;
	text-decoration: none;
}

.metadata a:hover {
	color: #881504;
	background: transparent;
	padding: 1px;
	text-decoration: underline;
}

.contenu a.innerMark:after {
	content: url(/interface/puces/innerMark.png);
}

.contenu a.outerMark:after {
	content: url(/interface/puces/outerMark.png);
}

.contenu a.downMark:after {
	content: url(/interface/puces/downMark.png);
}

.sidebar {
	position: absolute;
	top: 20px;
	left: 20px;
	background: transparent;
	border: 2px solid #bbb;
	z-index: 20;
	height: 450px;
	width: 240px;
	overflow: hidden;
}

.sidebar h2 {
	font-family: Helvetica, Arial;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	margin: 6px auto 6px auto;
	padding: 4px 0px 4px 10px;
	color: #660517;
	background-color: #ddd;
}

.sidebar .contenu { 
	padding: 5px;
	z-index: 10;
	width: 96%;
	font-family: Arial;
	font-size: 0.8em;
	position: absolute;
	top : 0px;
	bottom: 0px;
	overflow: auto;
}

.sidebar li {
	list-style-image: url(./images/puceCarree.gif);
}

.signature {
	font-size: 0.8em;
	margin: 3px 0px 3px 12px;
}

.metadata {
	font-size: 0.8em;
	margin: 3px 0px 36px 12px;
}

.comment_auteur {
	font-weight: bold;
	text-decoration: underline;
}

.comment_entry {
	margin-bottom: 16px;
}
.comment_text_alt {
	margin-left : 12px;
	padding-left: 6px;
	border-left: 1px solid #444;
}

.status {
	font-size: 0.9em;
	text-align: center;
	margin-bottom: 12px;
}

.billet-unique {
	background-color: #FFF;
	padding: 5px;
	margin:  0px 2px 0px 2px;
	border: 1px solid #CCC;
}

.billet-unique .billet {
	padding-left: 10px;
}

.flux-billets .billet {
	padding-left: 10px;
}
.subscribe {
	font-size: 0.8em;
	font-style: italic;
}


