﻿
/* Modificateurs de Texte */
.Thiner { font-size: 10px; }
.Thin { font-size: 11px; }
.SizeNorm { font-size: 12px; }
.Big { font-size: 14px; }
.Bigger { font-size: 18px; }
.Bold { font-weight: bold; }
.Colored { color: #664d1b; }
.Highlight { font-weight: bold; color: #664d1b; }
.HighlightInverse { font-weight: bold; background-color: #a08b60; color: #faf6ed; }
.HighlightInverse a:link, .HighlightInverse a:visited, .HighlightInverse a:hover, .HighlightInverse a:active { color: #faf6ed; }


/* Textes spéciaux */
.Commentaire {
	font-size: 11px;
	font-style: italic;
}
.Alert {
	font-weight: bold;
	color: red;
	font-size: 13px;
}
.WelcomeMsg {
	font-family: Trebuchet MS, Times New Roman, Times;
	font-size: 40px;
	font-style: italic;
	color: #664d1b;
}

.Dotted {
	border-width: 1px; 
	border-top: dotted;
	padding-top:10px;
}

.DivSubstREStyle h2
{
	font-size: 18px;
}

.DivSubstREStyle h3
{
	font-size: 14px;
}

.DivSubstREStyle h4
{
	font-weight: bold;
	color: #664d1b;
	font-size: 12px;
}

.DivSubstREStyle normal
{
	font-size: 12px;
}

/* Cadre */
.Cadre {
	border: solid 1px #856c3c;
}

.CadreTitle {
	border-bottom: solid 1px #856c3c;
	background-color: #ebe3cc;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	font-size: 14px;
	color: #664d1b;
}

.CadreTitleInverse {
	border-bottom: solid 1px #856c3c;
	background-color: #a08b60;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	font-size: 14px;
	color: #ebe3cc;
}

.CadreTitle img, .CadreTitleHighlight img {
	border: none;
	margin-left: 3px;
	margin-right: 3px;
	vertical-align: middle;
}

.CadreInner {
	padding: 2px 2px 2px 2px;
}

.CadreBottom {
	border-bottom: solid 1px #856c3c;
}

.CadreAlert 
{
	border: solid 1px red;
	background-color: #ff8080;
}

.CadreBaseColor {
	border-color: #856c3c;
	border-width: 1px;
	border-style: none;
}

/* Tableaux */
table.TableBorderBase, table.TableBorderBase td, table.TableBorderBase th {
	border-color: #856c3c;
	border-width: 1px;
	border-style: none;
	border-collapse: collapse;
}

table.Package
{	
	border: none;
}

table.Package .nw {
 background:url(../Images/box1_nwb.png) no-repeat;	
 width:9px;
 height:10px;
 font-size:1px;
}

table.Package .n {
 	background:transparent url(../Images/box1_nb.png) repeat scroll 0 0;
	height: 5px;   
	font-size:1px;
	
}


table.Package .ne {
 background:url(../Images/box1_neb.png);                  
 width:10px;
 height:10px;
 font-size:1px;
}     

table.Package .w {
 background:url(../Images/box1_w.png);      
}

table.Package .e {
 background:url(../Images/box1_e.png);            
}

table.Package .sw {
 background:url(../Images/box1_sw.png) no-repeat;            
 width:10px;
 height:10px;
 font-size:1px;
}

table.Package .s {
 background:url(../Images/box1_s.png);      
 height:10px;
 font-size:1px;
}

table.Package .se {
 background:url(../Images/box1_se.png) no-repeat;      
 width:9px;
 height:10px;
 font-size:1px;
}   
