
/***************************************************************/
/*   style sheet for http://murderreminiscence.free.fr     */
/***************************************************************/
body {
background-color: #400000; 
margin:0px 0px 0px 0px;
font-family:arial, sans-serif;
color:#FFBA75;
text-align:center;
}

/*****************************/
/*   Textes en général    */
/*****************************/

p {
font-size:100%;
text-align:justify;
margin: 0px 25px 0px  0px;

}

li {
font-size:100%;
background-color:transparent;
text-align:left;
list-style-position: inside;
margin: 0px;
padding: 0px;
}


ul {
margin: 0px ;
}

a:link , a:visited  {
color:#FF9900;
text-decoration:none;
}

a:hover , a:active {
color:#FFDD44;
text-decoration:none;
}


/*****************************/
/*   Titres : h1, h2, h3     */
/*****************************/
.header {
font-size:200%;
color:#856A50;
text-align:left;
margin: 0px 0px 0px 0px;
}

h1, h2, h3  { 
display: inline;
font-family:arial, sans-serif;
font-family:Baskerville Old Face;
color:#FFBD35;
 }
 
h1 {font-size:280%;}
h2 {font-size:180%;}
h3 {font-size:130%;}

strong { 
font-weight: normal;
color:#AAAAAA;

}


/*****************************/
/*   	Tableaux				    */
/*****************************/

table {
margin: auto;
padding: 0px;
font-size:13px ;
border: 0px solid black;
border-collapse: collapse;
}

td.bordure {
font-size:12px ;
padding: 1px;
margin: 0px;
background-color:#400000;
border:1px solid #808000;
}

td.preview, th.preview {
background-color:#FFFFFF;
border: 1px solid black;
}

table.joli {
	background-color:#400000;
	border: 1px solid #808000;
	margin: 0px 0px 0px  5px;
}


table.petitemarge {
margin: 0px 0px 0px  5px;
}

.cartouche {
background-color:#000000;

border: 1px solid #808000;
}

/*****************************/
/* 			Form elements	*/
/****************************/
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

input.button {
	background-color : #F0EAD2;
	color : #000080;
	font-weight: bold ;
}
input.bordure , textarea.bordure , select.bordure {
	border: 2px solid black;
}
select.fixedwidth { 
	width:300 ;
}

input.grey , textarea.grey , select.grey {
	background-color:#DDDDDD
}

/*****************************/
/*   	Les Images			    */
/*****************************/

img {
border:0px ;
}

.floatright {
float:right;
margin-left:5px;
margin-right:5px;
}

.floatleft {
float: left;
}
 

/*****************************/
/*   Classes chrismich     */
/*****************************/
.nom {
color:#C87828;
font-weight:bold ;
}

.menu {
color:#C87828;
font-size:100%;
margin-left:0px;
}

.edit {
font-size:14;
font-weight: bold;
color:#008040;
}

.c1 {
font-size:100% ;
font-weight: bold;
color:#DDDDDD;
}
.c2 {
font-size:100% ;
}

.debutfin {
position: relative;
  top: -15px;
  left: -88px
}



