/*bloc simple*/
.bloc {  
	position: relative;  
	display: inline-block;  
	vertical-align: top;  
	margin: 35px 26px;  
	padding: 25px;  
	width: 220px;  
	height: 110px;  
	background: #f0e8d8;  
	font-size: 1.6em;  
	line-height: 5em;  
	font-family: Georgia, Times, Serif;  
	text-align: center;  
	  
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.11, #dacdb1), color-stop(0.56, #f0e8d8));  
	background-image: -webkit-linear-gradient(center bottom, #dacdb1 11%, #f0e8d8 56%);  
	background-image: -moz-linear-gradient(center bottom, #dacdb1 11%, #f0e8d8 56%);  
	background-image: linear-gradient(center bottom, #dacdb1 11%, #f0e8d8 56%);  
  
	-webkit-box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset;  
	-moz-box-shadow:    0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset;  
	box-shadow:         0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset;  
}  
.bloc:after, .bloc:before {  
    content: " ";  
    position: absolute;  
    width: 50%;  
    height: 100px;  
    z-index: -10;  
}  
  
.bloc:before { background: green;}  
.bloc:after { background: red; } 

.simple {  
-moz-box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;  
-webkit-box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;  
box-shadow: 0 0 65px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 5px #816f47;  
    }  
.simple:after, .simple:before { display: none; }  

/* SS MENU test */
 .ssmenu ul{height:40px;padding:5px 0px;margin-left:5px;}
 .ssmenu ul li{float:left;list-style:none;height:30px;border:1px solid black;
background:#CF953F;background:-moz-linear-gradient(top,#CF953F 50%,#BF8937 80%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0.5,#BF8937),color-stop(0.8,#BF8937));
-moz-border-radius:3px 3px 0px 0px/30px 30px 0px 0px;
-webkit-border-radius: 3px 3px 0px 0px/30px 30px 0px 0px;
border-radius:3px 3px 0px 0px/30px 30px 0px 0px;
-moz-box-shadow:1px 1px 2px #C7B1A3 inset,0px 0px 1px black,0px -1px 1px white;
-webkit-box-shadow:1px 1px 2px #C7B1A3,0px 0px 1px black,0px -1px 1px white;
box-shadow:1px 1px 2px #C7B1A3 inset,0px 0px 1px black,0px -1px 1px white;}
 .ssmenu ul li a {display:block;height:25px;padding:5px 20px 0px 20px;color:rgba(255,255,255,0.8);text-decoration:none;font-weight:bold;}
 .ssmenu ul li:hover{background:#99886F;background:-moz-linear-gradient(top,#99886F,#B59668);
background:-webkit-gradient(linear,left top,left bottom,from(#99886F),to(#B59668));}
 .ssmenu ul li:hover a{color:white;text-shadow:0px 0px 2px #030;}

.TaverniereContainer
{
	display:block;
	position : relative;
	padding-left:0px;
	margin-top : 0px;
	margin-left : 0px;
	z-index:10;

}

/*spécifique MF tools*/
/* ########################### INFO BULLE #############################""*/
a.info
{
	position: relative;
	color: black;
	text-decoration: none;
	/*border-bottom: 1px gray dotted; /* on souligne le texte */
}
a.info span 
{
	display: none; /* on masque l'infobulle */
	z-index: 0; /* on définit une valeur pour l'ordre d'affichage */
}
a.info:hover
{
   background: none; /* correction d'un bug IE */
   cursor: help; /* on change le curseur par défaut en curseur d'aide */
   z-index: 20; /* on définit une valeur pour l'ordre d'affichage */
}
a.info:hover span 
{
   display: block; /* on affiche l'infobulle */ /*block*/
   position: absolute;
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */
   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */
   top: 30px; /* on positionne notre infobulle */
   left: 20px;
   background: white;
   padding: 3px;
   border-left: 4px solid #E2C56F;
   
   color: #826A23;
   border: 1px solid #E2C56F;
}

/* ########## POPUP TAVERNIERE */
/*
.taverniere
{
	color:#524509;
	text-decoration:none;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	padding:5px 15px;
}*/

.avert
{
	background-image: url("/images/avert-rouge.png");
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 9; 

}
.classred
{
	background-image: url("/images/avatar/pigeon-rouge.png");
	display: block; 
	width: auto;
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.classred-journal
{
	background-image: url("/images/avatar/journal-rouge.png");
	display: block; 
	width: auto;
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.panneau-pret
{
	background-image: url("/images/pret.png");
	display: block; 
	width: auto;
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.map_taverniere
 {
	-webkit-box-shadow:1px 1px 5px #555;
   -moz-box-shadow:1px 1px 5px #555;
		box-shadow:1px 1px 5px #555;
			
	background-image: url("/images/tavernev1_1.jpg");
	 display: block;
	 width: 750px;
	 height: 406px;
	 position: relative;
	 background-position: 0 0;
	 background-repeat: no-repeat;
 }
.map_taverniere .map_link { display: block; position: absolute; }
.map_taverniere #map_link_0 { width: 36px; height: 37px; top: 144px; left: 478px; }
.map_taverniere #map_link_1 { width: 38px; height: 36px; top: 144px; left: 522px; }
.map_taverniere #map_link_2 { width: 70px; height: 40px; top: 134px; left: 635px; }
.map_taverniere #map_link_3 { width: 36px; height: 45px; top: 285px; left: 427px; }
.map_taverniere #map_link_5 { width: 38px; height: 58px; top: 288px; left: 474px; }
.map_taverniere #map_link_6 { width: 46px; height: 67px; top: 311px; left: 682px; }
.map_taverniere #map_link_7 { width: 145px; height: 79px; top: 1px; left: 200px; }

.map_link span
{
	position:absolute;
	padding:15px;
	float: left;
	margin-top:-50px;
	margin-left:-400px;
	width:400px;
	background:rgba(255,255,255,1);
	opacity:0;
	color:#402520;
	/*transform*/
	-webkit-transform:scale(0) rotateZ(-12deg);
	   -moz-transform:scale(0) rotate(-12deg);
		-ms-transform:scale(0) rotateZ(-12deg);
		 -o-transform:scale(0) rotate(-12deg);
			transform:scale(0) rotateZ(-12deg);
	/*transition*/
	-webkit-transition:all .25s;
	   -moz-transition:all .25s;
		-ms-transition:all .25s;
		 -o-transition:all .25s;
			transition:all .25s;

			
	/*border-radius*/
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	/*box-shadow*/
	-webkit-box-shadow:0 0 2px rgba(0,0,0,.5);
	   -moz-box-shadow:0 0 2px rgba(0,0,0,.5);
			box-shadow:0 0 2px rgba(0,0,0,.5);
	
			
}
.map_link:hover span,.map_link :focus span
{
	opacity:1;
	/*transform*/
	-webkit-transform:scale(1) rotateZ(0);
	   -moz-transform:scale(1) rotate(0);
		-ms-transform:scale(1) rotateZ(0);
		 -o-transform:scale(1) rotate(0);
			transform:scale(1) rotateZ(0);
}
/*.map_link span:before
{
	content:'';
	position:absolute;
	top:-6px;
	left:10px;
	width:0;
	height:0;
	border-bottom:6px solid rgba(255,255,255,.9);
	border-left:6px solid transparent;
	border-right:6px solid transparent;
}*/


.taverniere:hover,.taverniere:focus
{
	/*text-shadow:0 1px 2px black;*/
	background:#D5D1BD;
	/*box-shadow*/
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,.4);
	   -moz-box-shadow:0 1px 0 rgba(255,255,255,.4);
			box-shadow:0 1px 0 rgba(255,255,255,.4);
	color:#FFFFFF;
	outline-color: #000000;
}
.taverniere span
{
	position:absolute;
	padding:15px;
	margin-top:-350px;
	margin-left:15px;
	max-width:400px;
	background:rgba(255,255,255,1);
	opacity:0;
	color:#402520;
	/*transform*/
	-webkit-transform:scale(0) rotateZ(-12deg);
	   -moz-transform:scale(0) rotate(-12deg);
		-ms-transform:scale(0) rotateZ(-12deg);
		 -o-transform:scale(0) rotate(-12deg);
			transform:scale(0) rotateZ(-12deg);
	/*transition*/
	-webkit-transition:all .5s;
	   -moz-transition:all .5s;
		-ms-transition:all .5s;
		 -o-transition:all .5s;
			transition:all .5s;

	-webkit-transition-delay: 100ms;
		-moz-transition-delay: 100ms;
		-ms-transition-delay: 100ms;
		-o-transition-delay: 100ms;
		transition-delay: 100ms;			
			
	/*border-radius*/
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	/*box-shadow*/
	-webkit-box-shadow:0 0 2px rgba(0,0,0,.5);
	   -moz-box-shadow:0 0 2px rgba(0,0,0,.5);
			box-shadow:0 0 2px rgba(0,0,0,.5);
			
		transition-timing-function:ease-in;		
	z-index: 19; 
			
}
.taverniere:hover span,.taverniere :focus span
{
	opacity:1;
	/*transform*/
	-webkit-transform:scale(1) rotateZ(0);
	   -moz-transform:scale(1) rotate(0);
		-ms-transform:scale(1) rotateZ(0);
		 -o-transform:scale(1) rotate(0);
			transform:scale(1) rotateZ(0);
}
/*
.taverniere span:before
{
	content:'';
	position:absolute;
	top:-6px;
	left:10px;
	width:0;
	height:0;
	border-bottom:6px solid rgba(0,0,0,.9);
	border-left:6px solid transparent;
	border-right:6px solid transparent;
}*/
/* ########## POPUP CONSEILLER */


.conseiller
{
	color:#524509;
	text-decoration:none;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	padding:5px 15px;
}
.conseiller:hover,.conseiller:focus
{
	/*text-shadow:0 1px 2px black;*/
	background:#D5D1BD;
	/*box-shadow*/
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,.4);
	   -moz-box-shadow:0 1px 0 rgba(255,255,255,.4);
			box-shadow:0 1px 0 rgba(255,255,255,.4);
	color:#FFFFFF;
	outline-color: #000000;
}
.conseiller span
{
	position:absolute;
	padding:15px;
	margin-top:0px;
	margin-left:15px;
	width:400px;
	background:rgba(255,255,255,1);
	opacity:0;
	color:#402520;
	/*transform*/
	-webkit-transform:scale(0) rotateZ(-12deg);
	   -moz-transform:scale(0) rotate(-12deg);
		-ms-transform:scale(0) rotateZ(-12deg);
		 -o-transform:scale(0) rotate(-12deg);
			transform:scale(0) rotateZ(-12deg);
	/*transition*/
	-webkit-transition:all .25s;
	   -moz-transition:all .25s;
		-ms-transition:all .25s;
		 -o-transition:all .25s;
			transition:all .25s;

			
	/*border-radius*/
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	/*box-shadow*/
	-webkit-box-shadow:0 0 2px rgba(0,0,0,.5);
	   -moz-box-shadow:0 0 2px rgba(0,0,0,.5);
			box-shadow:0 0 2px rgba(0,0,0,.5);
	
			
}
.conseiller:hover span,.conseiller :focus span
{
	opacity:1;
	/*transform*/
	-webkit-transform:scale(1) rotateZ(0);
	   -moz-transform:scale(1) rotate(0);
		-ms-transform:scale(1) rotateZ(0);
		 -o-transform:scale(1) rotate(0);
			transform:scale(1) rotateZ(0);
}
.conseiller span:before
{
	content:'';
	position:absolute;
	top:-6px;
	left:10px;
	width:0;
	height:0;
	border-bottom:6px solid rgba(255,255,255,.9);
	border-left:6px solid transparent;
	border-right:6px solid transparent;
}
/*############Container Edile #####################*/
.CadreEdile
{
	height: auto;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	-webkit-box-shadow:0 0 2px rgba(0,0,0,.5);
	   -moz-box-shadow:0 0 2px rgba(0,0,0,.5);
			box-shadow:0 0 2px rgba(0,0,0,.5);
}
/*.Edile 
{
	height: 600px;
	background-image: url("/images/bouton/btplus.png");
	background-position: 270px 170px;
	background-repeat: no-repeat;
	overflow: hidden;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	-webkit-box-shadow:0 0 2px rgba(0,0,0,.5);
	   -moz-box-shadow:0 0 2px rgba(0,0,0,.5);
			box-shadow:0 0 2px rgba(0,0,0,.5);

}
.Edile:hover,.Edile:focus
{
	height: auto;
	-webkit-transition:all .25s;
	   -moz-transition:all .25s;
		-ms-transition:all .25s;
		 -o-transition:all .25s;
			transition:all .25s;
	transition-duration: 1s;
	transition-timing-function: ease;
	transition-delay: 0s;
	display: block;
}*/

.conseillerDroite
{
	color:#524509;
	text-decoration:none;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	padding:5px 15px;
}
.conseillerDroite:hover,.conseillerDroite:focus
{
	/*text-shadow:0 1px 2px black;*/
	background:#D5D1BD;
	/*box-shadow*/
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,.4);
	   -moz-box-shadow:0 1px 0 rgba(255,255,255,.4);
			box-shadow:0 1px 0 rgba(255,255,255,.4);
	color:#FFFFFF;
	outline-color: #000000;
}
.conseillerDroite span
{
	position:absolute;
	padding:15px;
	margin-top:0px;
	margin-left:-350px;
	width:400px;
	background:rgba(255,255,255,1);
	opacity:0;
	color:#402520;
	/*transform*/
	-webkit-transform:scale(0) rotateZ(-12deg);
	   -moz-transform:scale(0) rotate(-12deg);
		-ms-transform:scale(0) rotateZ(-12deg);
		 -o-transform:scale(0) rotate(-12deg);
			transform:scale(0) rotateZ(-12deg);
	/*transition*/
	-webkit-transition:all .25s;
	   -moz-transition:all .25s;
		-ms-transition:all .25s;
		 -o-transition:all .25s;
			transition:all .25s;

			
	/*border-radius*/
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	/*box-shadow*/
	-webkit-box-shadow:0 0 2px rgba(0,0,0,.5);
	   -moz-box-shadow:0 0 2px rgba(0,0,0,.5);
			box-shadow:0 0 2px rgba(0,0,0,.5);
	
			
}
.conseillerDroite:hover span,.conseillerDroite :focus span
{
	opacity:1;
	/*transform*/
	-webkit-transform:scale(1) rotateZ(0);
	   -moz-transform:scale(1) rotate(0);
		-ms-transform:scale(1) rotateZ(0);
		 -o-transform:scale(1) rotate(0);
			transform:scale(1) rotateZ(0);
}
.conseillerDroite span:before
{
	content:'';
	position:absolute;
	top:-6px;
	left:300px;
	width:0;
	height:0;
	border-bottom:6px solid rgba(255,255,255,.9);
	border-left:6px solid transparent;
	border-right:6px solid transparent;
}


/*##########################Back paper ######## -V4 approved*/
.paper-400px-left-container
{
	position : relative;
	text-align: left;
	z-index:1;

	background-image: url("../template/v4/up-paper-400px.png");
	background-repeat: no-repeat;
	
}
.paper-400px-left-container:after
{
    content:"";
    position:absolute;
    top:289px;
    left:0;
    right:0;
    bottom:0;
	background-image: url("../template/v4/back-paper-400px.png");
	background-repeat: repeat-y;
    z-index:1;

}
.contenu
{
    position:relative;
    z-index:2;
	font-size: 1em;
}
.line1
{
	background-color: rgba(239, 323, 202, 0.3);
	min-height:37px;
}
.line1:hover
{
	background-color: rgba(239, 323, 202, 0.6);
	min-height:37px;
}
.line2
{
	background-color: rgba(230, 224, 195, 0.3);
	min-height:37px;

}
.line2:hover
{
	background-color: rgba(230, 224, 195, 0.6);
	min-height:37px;

}

/*##########################Container BODY ######## -V4 approved*/
 .ColG400px
{
	margin-top: 10px;
	margin-left: 10px;	
	position:relative;
	float:left;
	width:400px;
}
 .ColD200px
{
	margin-top: 0px;
	margin-right: 10px;	
	position:relative;
	float:right;
	width:300px;
}

/* ########################### NORMAL LINK #############################""*/
a:link
{
	color:#802F00;
	text-decoration:none;
	font-weight: bold;
}

a:visited
{
	color:#802F00;
	text-decoration:none;
	font-weight: bold;
}
a:active
{
	color:#CFA600;
	text-decoration:none;
	font-weight: bold;
}
a:hover
{
	color:#A54200;
	text-decoration:none;
	font-weight: bold;
}


/*SMALL LINK*/
a.small:link
{
	color:#802F00;
	text-decoration:none;
	font-size: 0.9em;
}

a.small:visited
{
	color:#802F00;
	text-decoration:none;
	font-size: 0.9em;
}
a.small:active
{
	color:#CFA600;
	text-decoration:none;
	font-size: 0.9em;
}
a.small:hover
{
	color:#A54200;
	text-decoration:none;
	font-size: 0.9em;
}


/* ########################### SMALL NORMAL LINK #############################""*/
a.tabl:link
{
	color:#802F00;
	text-decoration:none;
	font-size: 0.9em;
}

a.tabl:visited
{
	color:#802F00;
	text-decoration:none;
	font-size: 0.9em;
}
a.tabl:active
{
	color:#000000;
	background-color:#E4D389;
	text-decoration:none;
	font-size: 0.9em;
}
a.tabl:hover
{
	color:#000000;
	background-color:#E5CE65;
	text-decoration:none;
	font-size: 0.9em;
}


/* ########################### MISE EN PAGE #############################""*/
body
{
	width: 1000px;
	margin: auto;
	background-image: url("../template/bckg.gif");
}

.MenuGV4_TNA
{
	background-image: url("../template/tpl1/menug/bckmenu.jpg");
	background-repeat: repeat-y;
	padding-left:17px;
	padding-right:10px;	
}

.MenuGV4
{
	float: left;
	width: 176px;
	text-align: left;
	font-size: 0.8em;
	padding-top:36px;
	background-image: url("../template/tpl1/menug/upmenu.jpg");
	background-repeat: no-repeat;

}

.MenuDV4
{
	float: right;
	width: 60px;

}

.intermenuGV4_TNA
{
	height:24px;
	background-image: url("../template/tpl1/menug/intermenuna.jpg");
	background-repeat: repeat-y;
	text-align: left;
	font-size: 1.3em;
    font-weight: bold;
	padding-left:20px;
	padding-top:17px;
	letter-spacing: 1px;
	font-family: Times, "Times New Roman", serif;	
}

.intermenuGV4_VIT
{
	height:41px;
	background-image: url("../template/tpl1/menug/intermenu_vit.jpg");
	background-repeat: repeat-y;
}

/******************************* HEADER *****************************************************/
.header
{
	Margin-left: 0px;
	font-size: 0.75em;
	font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
	Margin-bottom: -1px;	
}

.UserName
{
	width: 212px;
	height: 19px; 
	overflow : hidden;
	background-image: url("../template/tpl1/header/HeaderV2_16.jpg");
}

.UserMessage
{
	width: 27px;
	height: 19px; 
	overflow : hidden;
	background-image: url("../template/tpl1/header/HeaderV2_10.jpg");
}
 
.Step
{
	width: 28px;
	height: 19px; 
	overflow : hidden;
	background-image: url("../template/tpl1/header/HeaderV2_12.jpg");
}
 
.RealConnect
{
	width: 43px;
	height: 19px; 
	overflow : hidden;
	background-image: url("../template/tpl1/header/HeaderV2_18.jpg");
}

.Kipons
{
	width: 51px;
	height: 18px; 
	overflow : hidden;
	background-image: url("../template/tpl1/header/HeaderV2_6.jpg");
}

.Pub
{
	width: 468px;
	height: 60px; 
	overflow : hidden;

}

.WrDate
{
	width: 128px;
	height: 19px; 
	overflow : hidden;
	background-image: url("../template/tpl1/header/HeaderV2_14.jpg");
}

/************************** BODY **********************************/
.BodyV4
{
	color: #000000;
	Text-align:justify;
	margin-left: 176px;
	width: 764px;
	font-family: Arial, Times, "Times New Roman", serif;
	font-size:0.8em;   
	background-color: #FFFFFF;
	background-image: url("../template/tpl1/body/bckbody.jpg");
	background-repeat: repeat-y;
 }

.footer
{
   margin: 10px;
   padding: 15px;
   color: #000000;
   text-align: center;
   width: 460px;

}

.SubMenuGV4
{
	width: 140px;
	text-align: left;
	font-size: 1em;
}

.container
{
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 15px;	
	width:730px;
	float:none;
	display:block;

}

.containerCol1
{
	margin-left: 10px;
	margin-top: 10px;
	display:block;
	float:left;
	width:460px;
}

.containerCol2 
{
	margin-top: 10px;
	margin-right: 15px;	
	display:block;
	float:right;
	width:260px;
}



/*########################## LAYER ##################################"*/
.layercontainer
{
	position: absolute;
}


.layer1
{
	position: absolute;
	z-index:1;
	top:-23px;
	height:45px;
	width:45px;
	

}

.layer2
 {
	position: absolute;
	z-index:2;
	top:-23px;
	height:45px;
	width:45px;
}

.layer3
 {
	position: absolute;
	z-index:3;
	top:-23px;
	height:45px;
	width:45px;
}

/*############################# TITLE ###################################*/
h2
{
	/*background-image: url("../template/tpl1/menu/h2.jpg");*/
	background-color:#D5B482;
	color:#FFFFFF;
	padding:1px 0 1px 5px;
	font:normal 17px Trebuchet MS,Arial,Helvetica,Times New Roman;
	margin-top:0;
	margin-left:-10px;
	margin-right:-5px;
}

h5
{
	background-color:#D5B482;
	color:#FFFFFF;
	padding:1px 0 1px 5px;
	font:normal 17px Trebuchet MS,Arial,Helvetica,Times New Roman;
	margin-top:0;
	margin-bottom:0;

}

/*######################### TABLEAU ####################################"*/

.marche
{
	color: black;
	font-size: 1.0em;
	text-align: center; 
	border-collapse: collapse;
	padding: 2px;
	width:458px;
	border:0px;

}

.journal
{
	padding:0;margin:0;
	width:460px;
	border:0px;
}

.col2
{
	color: black;
	font-size: 1.0em;
	text-align: center; 
	border-collapse: collapse;
	padding: 2px;
	width:258px;
	border:0px;

}

.TableContainer
{
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 15px;	
	width:730px;
}

.TableCol0
{
	vertical-align:top;
	width:730px;
}

.TableCol1
{
	vertical-align:top;
	width:460px;
}

.TableCol2 
{
	vertical-align:top;
	width:260px;
}

.TableMap
{
	vertical-align:top;
	width:500px;
}

.TablePerso
{
	vertical-align:top;
	width:224px;
	font-size:0.85em;
}

.TitleT1
{
	border:1px solid #D5B482;
	margin-bottom:15px;
	padding-left:10px;
	padding-bottom:15px;
	padding-right:5px;	
}

.TitleT2
{
	border:1px solid #D5B482;
	margin-bottom:15px;
	padding-bottom:15px;
}

.xp 
{
	border: 1px dashed #CE9544;
	text-align: left;
	display: block;
	width: 650px;
	background-color: #FDF3D6;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 40px;
}

/*LINE CSS*/
.KPV4tpl_list li
{
 list-style:none; 
 text-align: center;

}
/*img cadre*/
.image_wrapper
 {
	display: inline-block;
/*	padding:8px;*/
/*	 margin-left: 10%;
	 margin-right: 10%;*/

	
	/*border: 1px solid #000;*/
	/*background: #211f1b;*/
/*	margin-bottom: 10px;*/
		-webkit-box-shadow:1px 1px 5px #555;
	   -moz-box-shadow:1px 1px 5px #555;
			box-shadow:1px 1px 5px #555;
}

/* ########################### FORMULAIRES  #############################""*/

input[type=text],input[type=password],textarea,select {
   	padding:1px;
   	margin:1px;
   	border:1px solid #A3824D;
    background-color: #F4E1C0;
    padding-left: 3px;
    font-family: "Trebuchet MS",Tahoma,Arial,Helvetica;
   	font-size: 10pt;
	color: #915a09;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border:1px solid #A3824D;
	background-color: #FAF0E2;
	padding-left: 3px;
	color: #915a09;
}

input[type=submit],input[type=reset],input[type=button],button {
	background-color:#F7E3C0;
	border-color:#C5A97C rgb(154, 130, 92) rgb(154, 130, 92) rgb(197, 169, 124);
	border-style:solid;
	border-width:1px;
	color:#634425;
	cursor:pointer;
	font-weight:bold;
	font-family: "Trebuchet MS",Tahoma,Arial,Helvetica;
    font-size: 10pt;
}



/* ########################### MENU DEROULANT  #############################""*/
.marquee
{
	font-family:  Times, Arial, "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
	font-size:0.9em;
	width:100%;
	font-weight: bold;
	color:black;
}

/*######################## IMAGE ########################################*/
.imgleft
{
	float: left;
	padding-right:10px;
	padding-bottom:5px;	
}
.imgtaverniere
{
	float: left;
	padding-right:50px;
	padding-bottom:5px;	
}

/* ########################### TABLEAU NORMAL 1  #############################""*/


caption.p
{
   margin: auto;
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.2em;
   margin-bottom: 10px; 
}

table.p
{
   font-family:  "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   font-size:0.9em;
   margin: auto;
   border-collapse: collapse; 
   width: 550px;
}

th.p
{
	background-color: #BC8F48;
	color: black;
	font-size: 1.0em;
	padding: 8px;
	text-align: center; 
	background-image: url("../images/titlem.jpg");	
	background-repeat: repeat-x;	 
}

tr.p
{
   border: 1px solid black;
}

td.p
{

   text-align: center; 
   padding: 2px;
   background-color:#F3EDDB;
}

td.e
{
   text-align: center; 
   padding: 2px;
   background-color:#ECE1C0;
}


/* ###########################  PETITS TABLEAU  #############################""*/

table.ppt3
{
   font-family:  "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   font-size:0.9em;
   margin: auto;
   border-collapse: collapse;
   width: 400px;
}

table.ppt
{
   font-family:  "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   font-size:0.9em;
   margin: auto;
   border-collapse: collapse;
   width: 200px;
}

table.ppt2
{
   font-family:  "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   font-size:1.1em;
   margin: auto;
   border-collapse: collapse;
   width: 400px;
}

table.ppt1
{
   font-family:  "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   font-size:0.9em;
   margin: auto;
   border-collapse: collapse;
   width: 100px;
}

.Ched
{
   font-family:  "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   font-size:0.9em;
   border-collapse: collapse;
   width: 100px;
}

td.ppt1
{
   padding: 2px;
}
/* ########################### GRAPHISME kiposcripteur#############################""*/

/* ------kiposcripteur --------*/
td.ks
{
	background-image: url("images/bckks.gif");
}


/* ------Tableau --------*/
table.j
{
   margin: auto;
   border-collapse: collapse;
   width: 700px;

}

/* ------Cellules --------*/
td.j
{
	border: 1px solid black;
	text-align: justify;
	padding: 8px;
	background-image: url("../images/journal/BckJV2.jpg");
	font-size: 0.85em;
	font-family: Arial,"Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;   
}

/* ------ Fieldset --------*/

fieldset.journal
{
	margin: auto;
	/*text-align:justify;*/
	margin-bottom: 15px;
	background-image: url("../images/journal/BckJV2.jpg");
	width: 700px;
}


/* ############## Graphisme Accueil #####################""*/


table.m
{
	font-family:  Arial, "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
	font-size:1em;
	margin: auto;
	border-collapse: collapse;
	width: 550px;
	border: 1px solid #8C6117;
	background-image :url("../images/bcknews.jpg");
	background-repeat: repeat-x;	

}


th.m
{
	background-color: #D5C684;
	color: black;
	font-size: 1em;
	padding: 8px;
	text-align: left;
	background-image: url("../images/titlem.jpg");	
	background-repeat: repeat-x;		
}


td.m
{
	text-align: justify;
	padding: 7px;
	
}



/* ############## CELLULES ENTETES COULEURS VILLES #####################""*/
th.Gaalen
{
	background-color: #BC8F48;
	color: black;
	font-size: 1.0em;
	padding: 8px;
	text-align: center; 
}

th.Kipie
{
	background-color: #0078E1;
	color: black;
	font-size: 1.0em;
	padding: 8px;
	text-align: center; 
}

th.Pyrrit
{
	background-color: #DAB137;
	color: black;
	font-size: 1.0em;
	padding: 8px;
	text-align: center;
}

th.Gypsis
{
	background-color: #14934D;
	color: black;
	font-size: 1.0em;
	padding: 8px;
	text-align: center;
}

th.Karst
{
	background-color: #C2C02F;
	color: black;
	font-size: 1.0em;
	padding: 8px;
	text-align: center;
}

th.Lapiaz
{
	background-color: #B4B4B4;
	color: black;
	font-size: 1.0em;
	padding: 8px;
	text-align: center;
}

th.Koryndon
{
	background-color: #CDAA10;
	color: black;
	font-size: 1.0em;
	padding: 8px;
	text-align: center;
}

th.Eolis
{
	background-color: #9FDAF6;
	color: black;
	font-size: 1.0em;
	padding: 8px;
	text-align: center;
}
th.Piethra
{
	background-color: #BFFFCF;
	color: black;
	font-size: 1.0em;
	padding: 8px;
	text-align: center;
}
th.Aargoni
{
	background-color: #7FEAFF;
	color: black;
	font-size: 1.0em;
	padding: 8px;
	text-align: center;
}


/* ############## CELLULES ENTETES SPECIALES .... #####################""*/

th.Erreur
{
	color: black;
	font-size: 1.0em;
	padding: 8px;
	text-align: center;
	background-image: url("../images/titleerreur.jpg");	
	background-repeat: repeat-x;	 
}

 
/* ########################### LIGNES SPECIALES  #############################""*/

/* ------ Lignes ShoutBox --------*/
td.h
{
   text-align: left;
   padding: 2px;
   background-color:#F3EDDB;
   font-family: "Times New Roman", serif;
   font-size:1.2em;   
}

td.h2
{
	text-align: left; 
	padding: 2px; 
	background-color:#D0BF8A;
	font-family: "Times New Roman", serif;
	font-size:1.2em;   
}

/* ------ Lignes Couleur ATPE etc.. --------*/
td.Macon
{
   text-align: center; 
   padding: 2px; 
   background-color:#8B8B8B;
}
td.Menuisier
{
   text-align: center; 
   padding: 2px;
   background-color:#B9851D;
}
td.TailleurP
{
   text-align: center;
   padding: 2px;
   background-color:#CCCCCC;
}
td.Tailleur
{
   text-align: center;
   padding: 2px; 
   background-color:#96B277;
}
td.Boucher
{
   text-align: center;
   padding: 2px; 
   background-color:#D28585;
}
td.Epicier
{

   text-align: center; 
   padding: 2px;
   background-color:#BEB18B;
}
td.Brasseur
{
   text-align: center; 
   padding: 2px;
   background-color:#C2EBDD;
}
td.Fromager
{
   text-align: center;
   padding: 2px;
   background-color:#EEF0E8;
}
td.Boulanger
{
   text-align: center;
   padding: 2px;
   background-color:#EED393;
}
td.Conservateur
{
   text-align: center;
   padding: 2px;
   background-color:#FFBF28;
}
td.Poisson
{
   text-align: center; 
   padding: 2px;
   background-color:#78AEFF;
}
td.Or
{
   text-align: center;
   padding: 2px;
   background-color:#E0C136;
}
td.Metal
{
   text-align: center;
   padding: 2px; 
   background-color:#A99494;
}
td.Cheval
{
   text-align: center; 
   padding: 2px;
   background-color:#B9A03A;
}
td.Poterie
{
   text-align: center; 
   padding: 2px;
   background-color:#A3E0CD;
}
td.Marbre
{
   text-align: center; 
   padding: 2px;
   background-color:#CDEAE9;
}
td.Tannerie
{
   text-align: center; 
   padding: 2px;
   background-color:#DEBB95;
}
td.Mediplante
{
   text-align: center; 
   padding: 2px;
   background-color:#ADEBFE;
}
td.Papier
{
   text-align: center; 
   padding: 2px;
   background-color:#AFCF83;
}


/* ########################### MISES EN PAGES TEXTE  #############################""*/

/* ------ Titres --------*/

h3
{
   text-align:center;
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.1em;
   color: #874A00;
   margin-bottom: 15px;
}

h4
{
   text-align:center;
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 0.9em;
   color: #874A00;
   margin-bottom: 10px; 
}

/* ------Textes --------*/

.cligno
{
	text-decoration:blink;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.left
{
	text-align: left;
}

.justify
{
	text-align: justify;
}

.vim
{
	color:  #58471F;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.imp
{
	color:  #CC0000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

/* ------Aucun passage a la ligne lors d'un DIV --------*/

.nodiv
{
	display: inline;
	position: relative;
}






fieldset.mot
{
   margin: auto;
	text-align:center;
   margin-bottom: 15px; /* Une marge pour séparer les fieldset */
   background-color: #E9D8AF;
   width: 170px;
}



ptt
{
	color:  #000000;
	font-size: 0.85em;
}


strong
{
	color:  #802F00;
	font-size: 18px;
}

.pt
{
	font-size: 0.8em;
	font-weight: bold;	
}


.mt
{
	font-family:  Arial, Times, "Times New Roman", serif;
	color:  #000000;
	font-size: 9px;
	font-weight: bold;
	background-color:#FFFFFF;
	text-align:center;
}


fieldset.message
{
   margin-bottom: 15px;
   background-color: #E8E9B9;
   width: 500px;
}

.infm
{

	font-weight: bold;
	background:center;
	background-image :url("../images/kcode_info.png");
	background-repeat: no-repeat;
	height:30px;
	padding-left:35px;
	padding-top:5px;		
}



/*TABLEAU*/
/*TABLEAU CENTRE CONTROL FLOTTANT LEFT*/
.monperso
{
	width: 170px;
	/*margin-left: 10px;*/
	border: 1px solid #8C6117;
	font-size: 1.0em;
	font-family: Arial, Times, "Times New Roman", serif;
	text-align: justify;
	/*float:left;*/
	background-color:#E8E4D6;
	margin-bottom: 2px;
}

/*TABLEAU CENTRE CONTROL  right*/
.mesinfos
{
	width: 380px;
	margin-left: 2px;
	margin-bottom: 2px;
	border: 1px solid #8C6117;
	font-size: 1.0em;
	font-family: Arial, Times, "Times New Roman", serif;
	text-align: justify;
	background-color:#E8E4D6;
}

/*TABLEAU CENTRE CONTROL  right*/
.mesinfosV3
{
	width: 575px;
	margin-left: 2px;
	margin-bottom: 2px;
	border: 1px solid #8C6117;
	font-size: 1.0em;
	font-family: Arial, Times, "Times New Roman", serif;
	text-align: justify;
	background-color:#E8E4D6;
}

/*TABLEAU princ*/
.princ
{
	margin: auto;
	width: 550px;
	/*margin-left: 10px;*/
	border: 1px solid #8C6117;
	font-size: 1.0em;
	font-family: Arial, Times, "Times New Roman", serif;
	text-align: justify;
	/*float:left;*/
	background-color:#E8E4D6;
	margin-bottom: 2px;
}

/*TD tab flottant left*/
.carac
{
	border: 1px solid #8C6117;
	/* border-color :#986A29;*/
	text-align: justify;
	padding: 1px;
	background-color:#F6E4AD;
}

.carac2
{
	border: 1px solid #8C6117;
	/* border-color :#986A29;*/
	text-align: left;
	padding: 1px;
	background-color:#F3EDDB;
}


.title
{
	border: 1px solid #8C6117;
	/* border-color :#986A29;*/
	text-align: left;
	padding: 1px;
	background-color:#B59B4E;
	font-weight: bold;
}

.title2
{
	border: 1px solid #8C6117;
	/* border-color :#986A29;*/
	text-align: left;
	padding: 1px;
	background-color:#B59B4E;
}

/*TD tab flottant left*/
.action
{
	/*border: 1px solid #8C6117;*/
	/* border-color :#986A29;*/
	text-align: left;
	padding: 1px;
	font-size: 1.0em;
	font-family: Times, "Times New Roman", Arial, serif;
	/*background-color:#F6E4AD;*/
}

/*TD histo*/
.histo
{
	border: 1px solid #8C6117;
	/* border-color :#986A29;*/
	text-align: left;
	padding: 1px;
	font-size: 1.0em;
	font-family: Times, "Times New Roman", Arial, serif;
	background-color:#F6E4AD;
}

/*TABLEAU classique*/
.c
{  
	font-family:  "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
	font-size:0.9em;
	margin: auto;
	border-collapse: collapse;
	width: 550px;
	border: 1px solid #8C6117;
	text-align: justify;
	background-color:#E8E4D6;
}


.c2
{  
	font-family:  "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
	font-size:0.9em;
	margin: auto;
	width: 550px;
	border: 1px solid #8C6117;
	text-align: justify;
	background-color:#E8E4D6;
}

/*TABLEAU Forum*/

.forum
{  
	font-family:  "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
	font-size:0.9em;
	margin: auto;
	width: 725px;
	border: 1px solid #8C6117;
	text-align: justify;
	background-color:#E8E4D6;
}

