De La Tour des Héros.
            (Différences entre les versions)
                                                
            
			
			
			
			
			
			
				   | 
				   | 
			
		| (6 révisions intermédiaires masquées) | 
| Ligne 1 : | 
Ligne 1 : | 
|   | + | /* Le CSS placé ici sera appliqué à tous les habillages. */  | 
|   |  |   |  | 
|   | + | #bodyContent p {  | 
|   | + | 	margin-bottom:1em;  | 
|   | + | 	margin-top:0.5em;  | 
|   | + | 	text-align:justify;  | 
|   | + |     }  | 
|   | + |  | 
|   | + | .inherit_link a {  | 
|   | + |      color: inherit !important;  | 
|   | + |      }  | 
|   | + |  | 
|   | + |  | 
|   | + | /* Tableau  | 
|   | + | ----------------------------------------------------------------------------------*/  | 
|   | + |   table.wikitable,  | 
|   | + |    table.prettytable {  | 
|   | + |       margin:1em 1em 1em 0;  | 
|   | + |       background:#E0E0E1;  | 
|   | + |       font-size:85%;  | 
|   | + |       border:1px #AAA solid;  | 
|   | + |       border-collapse:collapse;  | 
|   | + |       }  | 
|   | + |    | 
|   | + |    table.wikitable td,  | 
|   | + |    table.prettytable th, table.prettytable td {  | 
|   | + |       border:1px #FFFFFF solid;  | 
|   | + |       font-family: Verdana ;  | 
|   | + |       padding:0.2em;  | 
|   | + |       }  | 
|   | + |    | 
|   | + |    table.wikitable th,  | 
|   | + |    table.prettytable th {  | 
|   | + |       background:#800000;  | 
|   | + |       text-align:left;  | 
|   | + |       font-family: Verdana ;  | 
|   | + | 	color:#FFFFFF  | 
|   | + |       }  | 
|   | + |    | 
|   | + |    table.wikitable caption,  | 
|   | + |    table.prettytable caption {  | 
|   | + |       margin-left:inherit;  | 
|   | + |       margin-right:inherit;  | 
|   | + |       }  | 
|   | + |  | 
|   | + |  | 
|   | + |  | 
|   | + | /*   | 
|   | + | ----------------------------------------------------------------------------------*/  | 
|   | + |  | 
|   | + | div.Boxmerge,  | 
|   | + | div.NavFrame {  | 
|   | + |         margin: 0px;  | 
|   | + |         padding: 4px;  | 
|   | + |         border: 1px solid #aaa;  | 
|   | + |         text-align: center;  | 
|   | + |         border-collapse: collapse;  | 
|   | + |         font-size: 95%;  | 
|   | + | }  | 
|   | + | div.Boxmerge div.NavFrame {  | 
|   | + |         border-style: none;  | 
|   | + |         border-style: hidden;  | 
|   | + | }  | 
|   | + | div.NavFrame + div.NavFrame {  | 
|   | + |         border-top-style: none;  | 
|   | + |         border-top-style: hidden;  | 
|   | + |         text-align: center;  | 
|   | + | }  | 
|   | + | div.NavPic {  | 
|   | + |         background-color: #fff;  | 
|   | + |         margin: 0px;  | 
|   | + |         padding: 2px;  | 
|   | + |         float: left;  | 
|   | + | }  | 
|   | + | div.NavFrame div.NavHead {  | 
|   | + |         height: 1.6em;  | 
|   | + |         font-weight: bold;  | 
|   | + |         text-align: center;  | 
|   | + |         color: #FFFFFF;  | 
|   | + |         padding: 0.2em 0 0;  | 
|   | + |         background-color: #ccccff;  | 
|   | + |         position:relative;  | 
|   | + | }  | 
|   | + | div.NavFrame p {  | 
|   | + |         font-size: 100%;  | 
|   | + |         text-align: center;  | 
|   | + | }  | 
|   | + | div.NavFrame div.NavContent {  | 
|   | + |         font-size: 100%;  | 
|   | + |         text-align: center;  | 
|   | + | }  | 
|   | + | div.NavFrame div.NavContent p {  | 
|   | + |         font-size: 100%;  | 
|   | + |         text-align: center;  | 
|   | + | }  | 
|   | + | div.NavEnd {  | 
|   | + |         margin: 0px;  | 
|   | + |         padding: 0px;  | 
|   | + |         line-height: 1px;  | 
|   | + |         clear: both;  | 
|   | + | }  | 
|   | + | a.NavToggle {  | 
|   | + |         position:absolute;  | 
|   | + |         top:0px;  | 
|   | + |         right:3px;  | 
|   | + |         font-weight:normal;  | 
|   | + |         font-size:smaller;  | 
|   | + | }  | 
Version actuelle
/* Le CSS placé ici sera appliqué à tous les habillages. */
#bodyContent p {
	margin-bottom:1em;
	margin-top:0.5em;
	text-align:justify;
    }
.inherit_link a {
     color: inherit !important;
     }
/* Tableau
----------------------------------------------------------------------------------*/
  table.wikitable,
   table.prettytable {
      margin:1em 1em 1em 0;
      background:#E0E0E1;
      font-size:85%;
      border:1px #AAA solid;
      border-collapse:collapse;
      }
 
   table.wikitable td,
   table.prettytable th, table.prettytable td {
      border:1px #FFFFFF solid;
      font-family: Verdana ;
      padding:0.2em;
      }
 
   table.wikitable th,
   table.prettytable th {
      background:#800000;
      text-align:left;
      font-family: Verdana ;
	color:#FFFFFF
      }
 
   table.wikitable caption,
   table.prettytable caption {
      margin-left:inherit;
      margin-right:inherit;
      }
/* 
----------------------------------------------------------------------------------*/
div.Boxmerge,
div.NavFrame {
        margin: 0px;
        padding: 4px;
        border: 1px solid #aaa;
        text-align: center;
        border-collapse: collapse;
        font-size: 95%;
}
div.Boxmerge div.NavFrame {
        border-style: none;
        border-style: hidden;
}
div.NavFrame + div.NavFrame {
        border-top-style: none;
        border-top-style: hidden;
        text-align: center;
}
div.NavPic {
        background-color: #fff;
        margin: 0px;
        padding: 2px;
        float: left;
}
div.NavFrame div.NavHead {
        height: 1.6em;
        font-weight: bold;
        text-align: center;
        color: #FFFFFF;
        padding: 0.2em 0 0;
        background-color: #ccccff;
        position:relative;
}
div.NavFrame p {
        font-size: 100%;
        text-align: center;
}
div.NavFrame div.NavContent {
        font-size: 100%;
        text-align: center;
}
div.NavFrame div.NavContent p {
        font-size: 100%;
        text-align: center;
}
div.NavEnd {
        margin: 0px;
        padding: 0px;
        line-height: 1px;
        clear: both;
}
a.NavToggle {
        position:absolute;
        top:0px;
        right:3px;
        font-weight:normal;
        font-size:smaller;
}