*{
 font-family: 			 Verdana, Arial, Helvetica, sans-serif;
 font-size:10px;
}
.center
{
		 text-align: center;
}
.left
{
		 text-align: left;
}
.right
{
		 text-align: right;
}
.justify
{
		 text-align: justify;
}

body {
	background-image: url(/gfx/repeat.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F2F2F2;
	height:100%;
}
html{
	height:100%;
}

.texte
{ 
    color: 		 				 #ae6747;
    font-style: 			 normal;
    font-weight: 			 normal;
    font-size: 				 10px;
    font-family: 			 Verdana, Arial, Helvetica, sans-serif;
    text-decoration: 	 none;
}

.tr_line 
{
	color: 		 				 #ae6747;
	font-style: 			 normal;
	font-weight: 			 normal;
	font-size: 				 10px;
	font-family: 			 Verdana, Arial, Helvetica, sans-serif;
	text-decoration: 	 none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #329F44;
	border-left-color: #006600;	
}

.titre
{ 
    color: 		 				 #ae6747;
    font-style: 			 normal;
    font-weight: 			 bold;
    font-size: 				 13px;
    font-family: 			 Verdana, Arial, Helvetica, sans-serif;
    text-decoration: 	 none;
}

.clair 
{ 
    color: 		 				 #ADDBB6;
    font-style: 			 normal;
    font-weight: 			 normal;
    font-size: 				 9px;
    font-family: 			 Verdana, Arial, Helvetica, sans-serif;
    text-decoration: 	 none;
}



.pad5
{
	padding: 5px;
}

.pad10
{
	padding: 10px;
}

.pad20
{
	padding: 30px;
}



.form_input 
{ 
  color: 								 #ffffff;
  border-right:  				 #754736 1px solid; 
  border-top: 					 #c08b78 1px solid; 
  border-left: 					 #c08b78 1px solid; 
  border-bottom: 				 #754736 1px solid; 
  font-weight: 					 bold; 
  font-size: 						 10px; 
  font-family: 					 Verdana, Helvetica, Arial; 
  background-color: 		 #9e644f 
}


a:link
{
  color:								 #ae6747;
  font-weight:800;
		text-decoration:			 none;
		font-size:10px;
}

a:visited
{
  color:								 #ae6747;
  font-weight:800;
  text-decoration:			 none;
  font-size:10px;
}

a:hover
{
  	color:								 #ae6747;
	text-decoration:			 underline;
	font-size:10px;
}
a.whitelink:link
{
	color:								 #ffffff;
	text-decoration:			 none;
	font-size:12px;
}

a.whitelink:visited
{
  color:								 #ffffff;
  text-decoration:			 none;
  font-size:12px;
}

a.whitelink:hover
{
  	color:								 #ffffff;
	text-decoration:			 underline;
	font-size:12px;
}
a.blacklink:link
{
	color:								 #000000;
	font-weight:normal;
	text-decoration:			 none;
	font-size:12px;
}

a.blacklink:visited
{
  color:								 #000000;
  font-weight:normal;
  text-decoration:			 none;
  font-size:12px;
}

a.blacklink:hover
{
  	color:								 #000000;
	text-decoration:			 underline;
	font-size:12px;
}

.border_active{
 border:2px #00FF00 solid;
}

.border_inactive{
 border:2px #FF0000 solid;
}





