/*******************************************************/
/* Projet : golden body performance                    */
/* Date : 13/11/2006                                   */
/*******************************************************/


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++ GENERAL +++*/

	a:link {color: #3a3a3a}     /* unvisited link */
	a:visited {color: #3a3a3a}  /* visited link */
	a:hover {color: #ba9a4a}   /* mouse over link */
	a:active {color: #ba9a4a}   /* selected link */


	body {
		height:100%;
		margin:0px;
		padding:0px;
		width:100%;
		
		font-family: arial, verdana; 
		font-size: 12px; 
		color: #3a3a3a;
		text-align: left;
		background-color: #FFFFFF;
	}
	


	input{
		font-size: 12px;
		font-family: arial;
		color: #3a3a3a;
		background-color: #FFFFFF;
		border-style: solid;
		border-top-width: 1px;
		border-left-width: 1px;
		border-bottom-width: 1px;
		border-right-width:1px;
		border-color: #887135;
	}
		
	textarea{
		font-size: 12px;
		font-family: arial;
		color: #3a3a3a;
		background-color: #FFFFFF;
		border-style: solid;
		border-top-width: 1px;
		border-left-width: 1px;
		border-bottom-width: 1px;
		border-right-width:1px;
		border-color: #887135;
		width:250px;
		height:100px;
	}

	
		
	
	img{
		border:0px;
	}
	
	
	.cadreDore{
		border-width:1px;
		border-style:solid;
		border-color:#cfc6a9;
	}


	.interlignage16{line-height: 16px;}
	.interlignage24{line-height: 24px;}


	.titre13g-n { font-family: arial; font-size: 13px; font-weight: bold; color: #3a3a3a;}
	.titre13g-n A { color: #3a3a3a; text-decoration: none;}
	.titre13g-n A:hover { color: #3a3a3a; text-decoration: underline;}
	
	.titre13g-g { font-family: arial; font-size: 13px; font-weight: bold; color: #887135;}
	.titre13g-g A { color: #887135; text-decoration: none;}
	.titre13g-g A:hover { color: #887135; text-decoration: underline;}
	
	.titre13-g { font-family: arial; font-size: 13px; font-weight: normal; color: #887135;}
	.titre13-g A { color: #887135; text-decoration: none;}
	.titre13-g A:hover { color: #887135; text-decoration: underline;}
	
	.titre16g-g { font-family: arial; font-size: 16px; font-weight: bold; color: #ba9a4a;}
	.titre16g-g A { color: #ba9a4a; text-decoration: none;}
	.titre16g-g A:hover { color: #ba9a4a; text-decoration: underline;}
	
	.titre12g-g { font-family: arial; font-size: 12px; font-weight: bold; color: #887135;}
	.titre12g-g A { color: #887135; text-decoration: none;}
	.titre12g-g A:hover { color: #887135; text-decoration: underline;}
		
	.txt13-n { font-family: arial; font-size: 13px; font-weight: normal; color: #3a3a3a;}
	.txt13-n A { color: #3a3a3a; text-decoration: none;}
	.txt13-n A:hover { color: #3a3a3a; text-decoration: underline;}
	
	.txt13g-n { font-family: arial; font-size: 13px; font-weight: bold; color: #3a3a3a;}
	.txt13g-n A { color: #3a3a3a; text-decoration: none;}
	.txt13g-n A:hover { color: #3a3a3a; text-decoration: underline;}
	
	
	.txt12-n { font-family: arial; font-size: 12px; font-weight: normal; color: #3a3a3a;}
	.txt12-n A { color: #3a3a3a; text-decoration: none;}
	.txt12-n A:hover { color: #3a3a3a; text-decoration: underline;}
	
	.txt12g-n { font-family: arial; font-size: 12px; font-weight: bold; color: #3a3a3a;}
	.txt12g-n A { color: #3a3a3a; text-decoration: none;}
	.txt12g-n A:hover { color: #3a3a3a; text-decoration: underline;}


	.txt { font-family: arial; font-size: 12px; font-weight: normal; color: #3a3a3a;}
	.txt A { color: #3a3a3a; text-decoration: none;}
	.txt A:hover { color: #3a3a3a; text-decoration: underline;}


	.txt-r { font-family: arial; font-size: 12px; font-weight: normal; color: #CC0000;}
	.txt-r A { color: #CC0000; text-decoration: none;}
	.txt-r A:hover { color: #CC0000; text-decoration: underline;}

	.pagination { font-family: arial; font-size: 12px; font-weight: normal; color: #887135;}
	.pagination A { color: #887135; text-decoration: none;}
	.pagination A:hover { color: #887135; text-decoration: underline;}

	.pagination-b { font-family: arial; font-size: 12px; font-weight: bold; color: #E3A600;}
	.pagination-b A { color: #E3A600; text-decoration: none;}
	.pagination-b A:hover { color: #E3A600; text-decoration: underline;}


	/*==  Fonds ==*/
	.fd-gold { background-color: #CFC6A9; }
