/* mise en page globale */
@font-face {
  font-family: Calligraph;
  src: url(../polices/Calligraph421.ttf);
}

body 	{
	/* margin-top: 75px ;*/
	padding: 0;
	background-color: rgb(0,0,0) ;
	/* background-image: url('../images/rolemaster-logo.gif') ;*/
	background-repeat: no-repeat ;
	background-position: top center ;
	background-position: fixed ;
	/*font: 80% verdana, arial, sans-serif;*/
	text-align : justify ;
	width:1024px;
	margin-right:auto;
	margin-left:auto;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

hr 	{
	color: sienna
	}


#global {
	font-family: Calligraph;
	margin-left: auto ;
	margin-right: auto ;
	}

p {
	margin: 0px 20px 20px 20px;
	}

/* en-tête */

#en-tete p {
	font-family: arial sans-serif;
	font-size : 10pt ;
	text-align: left;
	}

	#en-tete p.infoliens {
	padding: 2px;
	margin: 0px;
	font-size : 14pt;
	background-color: rgb(251, 208, 145);
	font-style: none;
	text-align: right;
}

#en-tete p a:hover {
	text-decoration: underline;
}

#en-tete p.stitre {
	font-style: italic ;
	text-align: right ;
}

#en-tete p.twtr {
	padding: 2px;
	margin: 0px;
	font-style: none;
}

#en-tete p a {
	font-family: Calligraph;
	font-size: 14pt ;
	font-style: normal;
	text-decoration: none;
	color: rgb(155, 1, 1);
	display: inline;
	margin-right: 5px;
	padding: 0px 2px;
}

#en-tete div.global {
	min-height: 268px ;
	border: solid 1px rgb(150,1,1) ;
	background-image: url('../images/parchemin.jpg');
	}
#en-tete div.liens_fixes {
	border: solid 1px rgb(150,1,1) ;
	border-top: none;
}


#en-tete h1 {
	margin: 0px;
	background-color: rgb(150,1,1) ;
	color: rgb(251, 208, 145) ;
	}

/* menu */

#menud {
	font-size: 11pt;
	position: relative ;
	width: 20% ;
	float:left ;
	padding:0 ;
	margin: 20px 0px ;
	}

#menud dt {
	width: 95% ;
	cursor: pointer;
	/* margin-top: 2px ; */
	margin-bottom: 2px ;
	padding: 2px ;
	text-align: left ;
	font-weight: bold ;
	border: none ;
	background: rgb(150, 1, 1) ;
	color: rgb(251, 208, 145) ;
	}

#menud dd {
	border: none ;
	}

#menud ul {
	margin-bottom: 2px;
}

#menud li {
	width: 90%;
	list-style-image: none ;
	text-align: left;
	background: rgb(150, 1, 1) ;
	color: rgb(251, 208, 145) ;
	margin-left: 5%;
	margin-right: 0 ;
	margin-top: 2px ;
	margin-bottom: 0;
	}

#menud li a, #menu dt a {
	color: rgb(251, 208, 145) ;
	text-decoration: none;
	display: block;
	border: 0 none;
	padding: 0 ;
	}

#menud li a:hover, #menu dt a:hover {
	background-color: rgb(251, 208, 145) ;
	color: rgb(150, 1, 1) ;
	}

#menud li a.smenu {
	padding: 2px ;
	}

/* contenu */


#contenu {
	position: relative ;
	width: 80% ;
	float: right ;
	text-align : justify ;
	font-size: 12pt;
	}

#contenu h1 {
	margin-top: 0px ;
	background-color: rgb(150,1,1) ;
	color: rgb(251, 208, 145) ;
	font-size: 15pt;
	text-align: center ;
	}

#contenu h2 {
	border: solid 2px rgb(150, 1, 1) ;
	border-width: 2px 0px 2px 0px;
	padding-left: 20px ;
	}

#contenu h3 {
	color:rgb(150,1,1) ;
	text-decoration: underline ;
	padding-left: 20px ;
	}

#contenu ul {
	margin : 0px 100px 0px 100px ;
	list-style-image: url('../images/puce_ecu.gif') ;
	list-style-position: outside ;
	}

#contenu li {
	margin-bottom : 5px ;
	}

#contenu li.retrait {
	margin-left : 50px ;
	}

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

#contenu a {
	text-decoration: none ;
	color: rgb(155, 1, 1) ;
	}

#contenu a.n:hover {
	color: rgb(155, 1, 1) ;
	background-color: rgb(251, 208, 145) ;
	}

#contenu a.n {
	color: rgb(251, 208, 145) ;
	background-color: rgb(155, 1, 1) ;
	}
#contenu a.tm:hover {
	color: rgb(155, 1, 1) ;
	text-decoration: underline ;
	}

#contenu a.tm {
	}

#contenu p.tab {
	text-align: center ;
	}

#contenu a img {
	border: 0;
}


/* spans */

span.emphaserouge {
	color: rgb(150,1,1) ;
	font-weight : bold ;
	}

span.emphasebleu {
	color: rgb(0,255,0) ;
	}

span.ttcapitale {
	text-transform: uppercase ;
	}

span.ttminuscule {
	text-transform: lowercase ;
	}

span.capitale {
	text-transform: capitalize
	}

span.gras {
	font-weight: bold ;
	}

span.raccourci {
	font-size: 8pt;
	}

span.tm1 {
	font-weight : bold ;
	font decoration : underline ;
	}

span.tm2 {
	font-weight : bold ;
	margin-left : 40px ;
	}

span.tm3 {
	margin-left : 60px ;
	}

span.date {
	float : right;
	}

span.n_tete_inline {
	display: inline ;
	}

span.center {
	text-align: center;
	}

/* tableaux bestiaire*/

table, th, td 	{
	padding: 0px ;
	border : 2px solid ;
	border-collapse: collapse ;
	table-layout: fixed ;
	}

table.i	{
	padding : 0px ;
	border : 2px solid black ;
	border-collapse: separated ;
	table-layout: auto ;
	}

caption.t	{
	text-transform: uppercase ;
	font-weight: bold;
	border : 2px solid black ;
	}

th.t	{
	font-weight: bold;
	text-decoration: underline ;
	color: rgb(251,208,145) ;
	background-color: rgb(155, 1, 1) ;
	}

th.c	{
	text-decoration: underline ;
	color: rgb(155, 1, 1) ;
	background-color: rgb(251,208,145) ;
	text-align: center ;
	}

td.t	{
	font-weight: bold;
	color: rgb(251,208,145) ;
	background-color: rgb(155, 1, 1) ;
	}

td.c	{
	color: rgb(155, 1, 1) ;
	background-color: rgb(251,208,145) ;
	text-align: center ;
	}

/* tableaux chiffres*/


th.tt	{
	font-weight: bold;
	text-align: center ;
	}

th.cc	{
	text-align: center ;
	}

td.tt	{
	font-weight: bold;
	text-align: center ;
	}

td.cc	{
	text-align: center ;
	}


/* sous divisions spéciales */

div.exemple {
	margin:  0px 40px 20px 40px ;
	padding: 15px 15px 15px 15px ;
	border: solid 1px rgb(150,1,1) ;
	background-color: rgb(251, 208, 145) ;
	font-style: italic ;
	font-family: arial sans-serif;
	font-size: 10pt ;
	}


div.formule {
	margin: 0% 5% 0% 5% ;
	padding: 15px 15px 15px 15px ;
	border: solid 1px rgb(150,1,1) ;
	background-color: rgb(251, 208, 145) ;
	font-weight: bold;
	font-family: arial sans-serif;
	font-size: 12pt ;
	text-align: center ;
	}

/* formulaires */

table.f {
	font: 90% verdana, arial, sans-serif ;
	padding : 0px ;
	border : 0px ;
	border-collapse: separate ;
	table-layout: automatic ;
	border-spacing: 0px ;
	}

/* nouvelles */

div.nouvelles {
	margin: 20px 0px 0px 0px ;/* ajustement nécessaire */
	padding: 0px 0px 20px ;
	border: solid 1px rgb(150,1,1) ;
	background-image: url('../images/parchemin.jpg');
	}

div.nouvelles div.topsy_widget_data {
	margin-left: 20px ;
}

p.n_tete {
	margin: 0px 0px 0px 0px ;
	color: rgb(251, 208, 145) ;
	background-color: rgb(150,1,1) ;
	font-weight: bold ;
	}

p.texte {
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 0px 0px ;
	text-align: justify ;
	}


/* Livres */

#contenu div.livres {
	margin: 20px 0px 0px 2px ;
	border-top: solid 1px rgb(150,1,1) ;
	border-right: solid 1px rgb(150,1,1) ;
	border-left: solid 1px rgb(150,1,1) ;
	border-bottom: dashed 1px rgb(150,1,1) ;
	background-color: rgb(251, 208, 145) ;
	text-align: justify ;
	min-height: 325px ;
	background-image: url('../images/parchemin.jpg');
	}

#contenu h3.ref {
	margin: 0px 0px 0px 0px ;
	font-size: 12 ;
	color: rgb(251, 208, 145) ;
	background-color: rgb(150,1,1) ;
	text-decoration: none ;
	}

#contenu p.livres {
	padding: 15px 15px 15px 15px;
	}
#contenu p.livres_hdp {
	font-size: 8pt ;
	font-family: arial sans-serif;
	text-align: right ;
	}

#contenu div.hdp {
	margin: 0px 0px 0px 2px ;
	border-top: none ;
	border-right: solid 1px rgb(150,1,1) ;
	border-left: solid 1px rgb(150,1,1) ;
	border-bottom: solid 1px rgb(150,1,1) ;
	background-color: rgb(251, 208, 145) ;
	font-size: 8pt ;
	text-align: right ;
	background-image: url('../images/parchemin.jpg');
	}

/* test */

div.test {
	border: solid 1px rgb(150,1,1) ;
	}

.infobulle{
    position: absolute;
    visibility : hidden;
    border: 1px solid Black;
    padding: 10px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #FFFFCC;
}

/* formulaires */
#contenu div.tete {
	padding: 2px ;
	margin: 2px 0px 0px 0px ;
	font-size: 10pt ;
	color: rgb(251, 208, 145) ;
	background-color: rgb(150,1,1) ;
	font-weight : bold ;
	text-align : center ;
	}


#contenu p.tete {
	margin: 0px 0px 0px 0px ;
	}

#contenu p.tete:hover {
	color: rgb(150,1,1) ;
	background-color: rgb(251, 208, 145) ;
	}

#contenu p.tete a {
	text-decoration: none ;
	display : block ;
	color: rgb(251, 208, 145) ;
	background-color: rgb(155, 1, 1) ;
	}

#contenu p.tete a:hover {
	color: rgb(155, 1, 1) ;
	background-color: rgb(251, 208, 145) ;
	}


#contenu div.form {
	padding: 15px 15px 15px 15px;
	margin: 0px;
	border-top: none ;
	border-right: solid 1px rgb(150,1,1) ;
	border-left: solid 1px rgb(150,1,1) ;
	border-bottom: solid 1px rgb(150,1,1) ;
	font-size: 8pt ;
	background-color: rgb(251, 208, 145) ;
	}

#contenu div.comm {
	width: 700px ;
	align: center ;
	margin: 20px auto 0 ;
	border: solid 1px rgb(150,1,1) ;
	background-image: url('../images/parchemin.jpg');
	}

#contenu div.comm h1 {
	margin: 0px ;
	background-color: rgb(150,1,1) ;
	color: rgb(251, 208, 145) ;
	font-size: 12pt;
	text-align: center ;
	}

#contenu div.comm h1 a {
	display: block;
	color: rgb(251, 208, 145) ;
	}

#contenu div.comm p label {
	display: block;
	float: left;
	padding: 0px 5px;
	letter-spacing: 1px;
	text-align: justify;
	width: 150px;
	}

#contenu div.comm label:hover {
	font-weight: bold;
	}

#contenu div.comm input {
	width: 60%;
	}

#contenu div.comm textarea {
	width: 99%;
	height: 200px;
	border: 0px;
	background-color: transparent;
	font-family: Calligraph;
	}

#contenu div.comm textarea:hover, #contenu textarea:focus {
	background-color: rgb(255, 255, 255);
	}

#contenu div.comm p.comm {
	padding: 0px 20px 5px;
	}

#contenu div.transit {
	width: 600px;
	margin: 200px auto 0;
	padding: 50px;
	background-image: url('../images/parchemin.jpg');
	}

#contenu p.form {
	margin: 10px 0px 0px 0px ;
	}

#contenu fieldset {
	border: solid 1px rgb(150,1,1);
	margin-top: 2%;}

#contenu fieldset legend {
	font-size: 10pt;
	}

#contenu label {
	display: block;
	float: left;
	width: 400px;
	padding-right: 1%;
	text-align: right;
	letter-spacing: 1px;
	}

#contenu label:hover {
	font-weight: bold;
	}

#contenu input {
	font-size: 12pt;
	font-family: Calligraph;
	margin-left: 1%;
	border: 0px;
	background-color: transparent;
	}

#contenu select {
	font-size: 12pt;
	font-family: Calligraph;
	margin-left: 1%;
	/*width: 450px;*/
	background-color: transparent;
	border: 0px;
	}

#contenu input:hover, #contenu select:hover, #contenu input:focus, #contenu select:focus {
	background-color: rgb(255, 255, 255);
	}

#contenu input.jmhms {
	width: 16px;
	}

#contenu input.an {
	width: 32px;
	}

#contenu input[type="submit"]
{
	border: #DDEEFF 1px solid;
	width: 220px;
}

#contenu input[type="submit"]:hover
{
	background-color: rgb(1, 150, 1);
	cursor: pointer;
}

#contenu input[type="reset"]
{
	border: #DDEEFF 1px solid;
	width: 220px;
}

#contenu input[type="reset"]:hover
{
	background-color: rgb(150, 1, 1);
	cursor: pointer;
}

#contenu p.submit {
	text-align: center;
	}

/* glossaire */

#RMSS {
	display:none;
}

#field2 {
	display:none;
}
#field3 {
	display:none;
}
#EoS {
	display:none;
}
#field5 {
	display:none;
}
#field6 {
	display:none;
}

/* Pied de page */

#pied-de-page {
	position: relative ;
	width: 80% ;
	float: right ;
	text-align : justify ;
	font-size: 12pt;
	background-image: url('../images/parchemin.jpg');
	margin-bottom: 20px;
	}

#pied-de-page p.pdp_infoliens	{
	padding: 2px;
	margin: 0px 0px 20px;
	border-top: solid 1px rgb(150, 1, 1);
	border-bottom: solid 1px rgb(150, 1, 1);
	font-size : 14pt;
	background-color: rgb(251, 208, 145);
	font-style: none;
	text-align: center;
	color: rgb(150, 1, 1);
	}

#pied-de-page p.pdp_infoliens a	{
	color: rgb(150, 1, 1);
	text-decoration: none;
	}

#pied-de-page p.pdp_infoliens a:hover	{
	text-decoration: underline;
	}