body 
{
	color: #c4ab77;
	background-color: #000000;
	font-size: 13px;
	text-align: center;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
	SCROLLBAR-SHADOW-COLOR: #C8C8C8; 
	SCROLLBAR-3DLIGHT-COLOR: #C8C8C8; 
	SCROLLBAR-ARROW-COLOR: #C8C8C8; 
	SCROLLBAR-TRACK-COLOR: 000000; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

/* Couleurs des liens A RETRAVAILLER : pour l'instant, ils sont de couleur "parchemin" pour l'inclusion de bas de page, et ne passe donc PAS sur les pages de texte */
a:link { text-decoration:none; color: #000000; }    /* Cibles non visitées */
a:visited { text-decoration:none; color: #000000; } /* Cibles visitées */
a:hover { text-decoration:none; color: #000000; }   /* Liens pour "MouseOver" */
a:active { text-decoration:none; color: #000000; }  /* Liens cliqués */
a:focus { text-decoration:none; color: #000000; }   /* Liens qui reçoivent la zone de saisie active */

/********** STYLES DES TROIS BLOCS PRINCIPAUX **********/

/* Style principal contenant le fond de parchemin : ne peut être utilisé pour rien d'autre. */
.parch {
	width: 980px;
	height: 845px;
	margin: auto;
	background-color: #c4ab77;
	background-image: url("fond.jpg"); 
	text-align: justify;
	color: black;
	/*border: 1px solid white;*/
}

/* Style et positionnement du menu de gauche : ne peut être utilisé pour rien d'autre. */
.menug {
	position: relative;
	float: left;
	top: 165px;
	left: 13px;
	width: 130px;
	_width: 140px;
	height: 618px;
	padding-left: 10px;
	overflow: auto;
	scrollbar-face-color: #c4ab77;
	scrollbar-highlight-color: #c4ab77; 
	scrollbar-shadow-color: #000000; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #c4ab77; 
	scrollbar-darkshadow-color: #c4ab77;
	font-size: 12px; 
	color: #000000; 
	font-weight: bold; 
	font-family: Garamond,Times New Roman;
	line-height: 15px;
	/*border: 1px solid red;*/
}

/* Style et positionnement de la "page principale" où s'affichent les textes : ne peut être utilisé pour rien d'autre. */
.main {
	position: relative;
	float: left;
	top: 159px;
	left: 19px;
	width: 639px;
	height: 618px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	overflow: auto;
	z-index: 300;
	font-size: 14px; 
	scrollbar-face-color: #c4ab77;
	scrollbar-highlight-color: #c4ab77; 
	scrollbar-shadow-color: #000000; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #c4ab77; 
	scrollbar-darkshadow-color: #c4ab77;
	/*border: 1px solid blue;*/
}

/* Style et positionnement du menu de droite: ne peut être utilisé pour rien d'autre. */
.menud {
	position: relative;
	float: left;
	top: 165px;
	left: 25px;
	width: 135px;
	height: 618px;
	padding-left: 3px;
	padding-top: 4px;
	overflow: auto;
	scrollbar-face-color: #c4ab77;
	scrollbar-highlight-color: #c4ab77; 
	scrollbar-shadow-color: #000000; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-arrow-color: #000000; 
	scrollbar-track-color: #c4ab77; 
	scrollbar-darkshadow-color: #c4ab77;
	font-size: 12px; 
	color: #000000; 
	font-weight: bold; 
	font-family: Garamond,Times New Roman;
	line-height: 15px;
	text-align: left;
	/*border: 1px solid red;*/
}

/* Boîte interne du menu droit, pour décaler le menu lui-même, hors avatar, liste et formulaires */
.menudd {
	width: 90%;
	padding-left: 5px;
	/*border: 1px solid red;*/
}

/********** STYLES ULILES DE MISE EN PAGE **********/

/* Style utilisé seulement quand on est en mode edition */
.red_admin {
}

/* Style utilisé pour avoir une "main", notamment sur les liens en javascript */
.hand {
	cursor: pointer;
}

/* Style utilisé pour les titres */
.titre1 {
	text-align:center;
	font-weight:bold;
}

/* Style utilisé pour les sous-titre */
.titre2 {
	text-align:center;
}

/* Style de retrait pour inclusions de listes */
.retrait { 
	margin-left: 30px; 
}

/* Style italique à droite pour signatures  */
.sign { 
	text-align:right; 
	font-style:italic; 
}

/* Style petit à droite pour signatures  */
.avoir { 
	text-align:right; 
	font-size: 12px;
}

/* Style de police plus petite pour notes de bas de page */
.minus {
	font-size: 12px;
}

/* Style de police plus petite pour notes de bas de page */
.minus2 {
	font-size: 11px;
}

/* Style de police plus petite pour notes de bas de page */
.minus3 {
	font-size: 10px;
}

/* Style de la news de la première page */
.news { 
	text-align: justify; 
	font-size: 12px;
	border-width: 1px; 
	border-style: solid; 
	border-color: #000000;
	width: 80%;
	padding-top: 10px; 
	padding-bottom: 10px; 
	padding-left: 10px; 
	padding-right: 10px;
}

/* Style de cadre pour les news */
.cadre { 
	border-color: #000000;
	border-style: solid;
	border-width: 2px;
	padding : 2px;
	width: 95%;
}

/* Style de cadre pour le langage */
.cadre2 { 
	border-width:1px; 
	border-color:#000000; 
	border-style:solid; 
	background-color: #c4ab77;
	padding:1px;
}

/* Style de cadre pour le formulaire de mise à jour */
.cadre_modif { 
	border-width: 1px; 
	border-color: #000000; 
	border-style: solid; 
	background-color: #c4ab77;
	padding: 5px;
}


/* Style de l'include de copyright */
.copy {
	color: #c4ab77;
	font-size: -1pt;
}

/* Style "centré" */
.center {
	text-align: center;
}

/* Style "a droite" */
.right {
	text-align:right;
}

/* Style "a gauche" */
.left {
	text-align: left;
}

/* Style justifié */
.justify {
	text-align: justify;
}

.hr_color
{
	color: #c4ab77;
}

.hr_color2
{
	color: #000000;
	height: 1px;
}

/* Style spécifique des liens soulignés de couleur parchemin, pour l'include de copyright */
.AParch:link{text-decoration:underline; color: #c4ab77;}
.AParch:visited{text-decoration:underline; color: #c4ab77;}
.AParch:active{text-decoration:underline; color: #c4ab77;}
.AParch:hover{text-decoration:underline; color: #c4ab77;}

/* Style spécifique des liens soulignés de couleur rouge, pour les liens internes #600000 ou #d00000 */
.AInt:link{text-decoration:none; color: #600000;}
.AInt:visited{text-decoration:none; color: #600000;}
.AInt:active{text-decoration:none; color: #600000;}
.AInt:hover{text-decoration:underline; color: #600000;}

/* Style spécifique des liens soulignés de couleur rouge, pour les liens internes #600000 ou #d00000 
 * Force le soulignement en permanence.
 */
.AInt_u:link{text-decoration:underline; color: #600000;}
.AInt_u:visited{text-decoration:underline; color: #600000;}
.AInt_u:active{text-decoration:underline; color: #600000;}
.AInt_u:hover{text-decoration:underline; color: #600000;}
/**/


/*Style texte imitant les liens */
.lienint {
	color: #600000;
}

.black {
	color: #000000;
}

/* Style du div pour les infobulles. */
.infobulle{
	position: absolute;	
	visibility : hidden;
	border: 1px solid Black;
	padding: 2px;
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #c4ab77;
	color: #000000;
	z-index: 4000;
	text-align:justify;
}

.td_date
{ 
	/*background-color: #c4ab77;*/
	border-width: 0px; 
	border-color: #800000; 
	border-style: solid; 
	background-image: url(../images/point.gif); 
	background-repeat: repeat-y; 
}

/* Style spécifique des liens soulignés de couleur rouge, pour les liens internes #600000 ou #d00000 *
.AInt:link{text-decoration:none; color: #d00000;}
.AInt:visited{text-decoration:none; color: #d00000;}
.AInt:active{text-decoration:none; color: #d00000;}
.AInt:hover{text-decoration:underline; color: #d00000;}

/*Style texte imitant les liens *
.lienint {
	color: #d00000;
}

/********** STYLES DE CONFIGURATION DES TABLEAUX **********/

/* Conf générale des tableaux */
table 
{
	font-size: 13px;
	color: #000000;
	text-align: left;
}

table#login td
{
	font-weight: bold; 
	font-family: Garamond,Times New Roman;
}

/********** STYLES DE CONFIGURATION DES ÉLÉMENTS DE FORMULAIRES **********/

/* Largeur des éléments de formulaires en tableaux de deux cases pour les contes, etc... */
.form {
	width: 380px;	
}

/* Largeur des éléments de formulaires en tableaux de deux cases larges pour les brèves, rancunes,etc... */
.forml {
	width: 450px;	
}

/* Conf des inputs */
input 
{
	background: #c4ab77;
	border-color: #000000;
	border-width: 1px;
	font-family: Arial;
	font-size: 13px;
}

/* Conf des textarea */
textarea 
{
	background: #c4ab77;
	border-color: #000000;
	border-width: 1px;
	font-family: Arial;
	font-size: 13px;
}

/* Conf menus déroulants */
select
{
	background: #c4ab77;
	border-color: #000000;
	border-width: 1px;
	font-size: 14px; 
}

/* Conf boutons */
submit
{
	background: #c4ab77;
}

.bout {
	border-style: solid;
	border-width: 0px;
	background: #9a8358;
	font-size: 12px;
	text-decoration:underline;
	cursor: hand;
}

.quote {
	background: #c4ab77;
	border-color: #9a8358;
	border-style: solid;
	border-width: 5px;
	padding : 5px;
}


.cadre_applet {
	border-color: #000000;
	border-style: solid;
	border-width: 2px;
	padding : 2px;
	width: 50%;
}

.frame_cadre {
	border-color: #000000;
	border-style: solid;
	border-width: 2px;
}

/* Couleurs des TD principaux */
.titre {
	background-color:#7b6945;
}

/* Couleurs des sondages */
.sond {
	background-color:#00C8C8;
}

/* Couleurs des TD secondaires */
.case {
	background-color:#9a8358;
}

.tdtitre {
	font-weight: bold;
	text-align: right;
	vertical-align: center;
}


.forum_radio {
	background: no;
}

.forum_td {
	border-style:solid;
	border-width:1;
	border-color:black;
	padding-left:10;
	padding-right:10;
	background-color:#c4ab77;
}