/*  External CSS file  */
/*  file name 'style.css'  */


BODY	{
		background-color: #EFE7B9;
		background-image: url(fr/images/back_main.jpg);
		margin: 0;
}

/*  Texte ID's  */

strong {
		font-weight: bold;
	}

.main_left {
		font: 11px "Verdana", helvetica,sans-serif;
		color: #648487 ;
		text-align: right;
		margin-top: 10px;
		margin-right: 20px;
		margin-bottom: 16px;
		margin-left: 40px;
		line-height: 15px ;
		text-decoration: none;
		letter-spacing: 0pt;
	}
	
.main_right {
		font: 11px "Verdana", helvetica,sans-serif;
		color: #648487 ;
		text_align: right;
		margin-top: 10px;
		margin-right: 40px;
		margin-bottom: 16px;
		margin-left: 20px;
		text-align: left;
		line-height: 15px ;
		text-decoration: none;
		letter-spacing: 0pt;
	}
	
.foot_text  {
		font: 9px "Verdana", helvetica,sans-serif;
		color: #958F73;
		text-align: center;
		margin-top: 14px;
		margin-bottom: 2px;
		letter-spacing: 0pt;
	}

.nulko  {
		font: 9px "Verdana", helvetica,sans-serif;
		color: #958F73;
		text-align: center;
		margin-top: 2px;
		margin-bottom: 20px;
		letter-spacing: 0pt;
	}
	
/* Tables ID */
		
TD  {
		vertical-align: top;
	}
		
/*  Links  */

.foot:hover, .foot:active  {
  color: #958F73;
  text-decoration: underline;
}

.foot {
  color: #958F73;
  text-decoration: none;
   }
  
.accroche_error {
        font: 10px "Verdana", helvetica,sans-serif;
        color: #BD3620 ;
        margin-top: 12px;
        margin-right: 40px;
        margin-bottom: 30px;
        margin-left: 40px;
        line-height: 14px ;
        text-decoration: none;
        letter-spacing: 0pt;
    }

