


A:link 
{
    COLOR:  purple;
    
}

A:ACTIVE
{
    COLOR: navy;
	
}

A:VISITED
{
    COLOR:  purple;
	
}
A:HOVER
{
    COLOR:  pink;
	
}

.tdform
{
	text-align: left;
}

form{margin:0;padding:0;}

A:link.lientableau
{
    COLOR:  #3DD53D;
    TEXT-DECORATION : underline;
	FONT-family : Lucida Sans Unicode, Verdana, Arial narrow;
	font : bold;
}

A:ACTIVE.lientableau
{
    COLOR: #3DD53D;
	FONT-family : Lucida Sans Unicode, Verdana, Arial narrow;
    TEXT-DECORATION : none;
}

A:VISITED.lientableau
{
    COLOR:  #3DD53D;
	FONT-family : Lucida Sans Unicode, Verdana, Arial narrow;
    TEXT-DECORATION : none;
}

A:HOVER.lientableau
{
    COLOR:  navy;
	FONT-family : Lucida Sans Unicode, Verdana, Arial narrow;
    TEXT-DECORATION : none;
	font : italic;
}
.fontfiche
{
	BACKGROUND-COLOR : #A9E6FF;
	COLOR:  navy;
}
.contour 
{
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 1px solid; 
	BORDER-LEFT: black 1px solid; 
	BORDER-BOTTOM: black 1px solid;
}
.contourblanc 
{
	BORDER-RIGHT: white 1px solid; 
	BORDER-TOP: white 1px solid; 
	BORDER-LEFT: white 1px solid; 
	BORDER-BOTTOM: white 1px solid;
}
.contourviolet 
{
	BORDER-RIGHT: purple 1px solid; 
	BORDER-TOP: purple 1px solid; 
	BORDER-LEFT: purple 1px solid; 
	BORDER-BOTTOM: purple 1px solid;
}
.contourgris
{
	BORDER-RIGHT: #CCCCCC 1px solid; 
	BORDER-TOP: #CCCCCC 1px solid; 
	BORDER-LEFT: #CCCCCC 1px solid; 
	BORDER-BOTTOM: #CCCCCC 1px solid;
}
.contourrose
{
	BORDER-RIGHT: #FDECFD 1px solid; 
	
	BORDER-LEFT: #FDECFD 1px solid; 
	
}

input
{ 
	font-size:11px; 
	font-family:Verdana,sans-serif;
}

input.login
{
	font-size:12px; 
	font-family:Verdana,sans-serif;
	background-color:transparent;
}

.simple
{
 position: relative;
 width: 95%;
 text-align:justify;
 padding: 10px;
}

.templatedroit
{
 position: relative;
 background:#000000;
 text-align:center;
 height:724px;
}

.templategauche
{
 position: relative;
 background:#000000;
 text-align:center;
 height:382px;
}

.panelmessage
{
 position: absolute;	
 width: 95%;
 text-align:center;
 margin-left:2%;
 margin-top:2%;
}

/*- Menu Tabs D--------------------------- */

    #tabsD {
      float:left;
      width:100%;
      background:#000000;
      font-size:90%;
      line-height:normal;
          border-bottom:1px solid #F4B7D6;
		  font: 11px/1.5em Verdana;

      }
    #tabsD ul {
        margin:0;
        padding:10px 10px 0 10px;
        list-style:none;
      }
    #tabsD li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsD a {
      float:left;
      background:url("interface/tableftD.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
       
      }
    #tabsD a span {
      float:left;
      display:block;
      background:url("interface/tabrightD.gif") no-repeat right top;
      padding:1px 15px 1px 6px;
      color:#000000;
  
      }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsD a span {float:none;}
    /* End IE5-Mac hack */

    #tabsD a:hover span {
      color:#000000;
      }

    #tabsD a:hover {
      background-position:0% -42px;
      }
    #tabsD a:hover span {
      background-position:100% -42px;
      }

    #tabsD #current a {
      background-position:0% -42px;
        }
    #tabsD #current a span {
      background-position:100% -42px;
        }

.commentaire {
	BORDER-TOP: #EF7BF2 1px dashed; 
	PADDING: 10px;
	TEXT-ALIGN: justify;
	}




