* {font-family:Arial, Helvetica, sans-serif;font-size:12px;}
a {color:black;}
address {background-color:#FFF4E5;border:1px dashed orange;padding:10px;}
address strong {font-style:normal;color:black;}
body { 	margin-left : 125px;
		background-image:url(../images/fond_lamco_gauche.png);
		background-repeat:repeat-y;}
		
hr {width:90%;text-align:center;}
img {border:0;}
p {text-align:justify;}
strong {color:#F3AC18;}
ul li{list-style-image:url(../images/puce_listes.gif);}

#contenu {width:630px;}
/*********************** Centrage Prehome ********************************************/
body.prehome {background-color:#FFFF33;background-image:none;margin:0;}

#content      
	{
	background-color: transparent;
	text-align: center;
	margin-top: -150px;
	margin-left: -200px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 300px;
	visibility: visible
	}

/*********************** Navigation ********************************************/
#navlist ul{	margin-left: 0;
				padding-left: 0;
				white-space: nowrap;
				text-align:center;
				witdh:100%;
			}

#navlist li{	display: inline;
				list-style-type: none;
				margin-left : 5px;
			}

#navlist a { padding: 3px 7px; border : 1px solid black; }

#navlist a:link, #navlist a:visited{	background-color: #FDE0BE;
										text-decoration: underline;
										border : 1px solid black;}

#navlist a:hover{	background-color: #F99928;
					text-decoration: none;
					border : 1px solid black;
				}

/*********************** Applications ***************************************/
#applications img {margin : 20px 0 0 50px;}
ul.ulPopup li{display:inline;}
/*********************** Footer ********************************************/
#footer {margin-top:20px;}
#footer ul {list-style-type:none;text-align:center;}
#footer ul li{display:inline;font-size:9px;}
#footer ul li a:hover {text-decoration:none;}
/*********************** Form ********************************************/
label {
  float:left;
  width:150px;
  margin-right:0.5em;
  padding-top:2px;
  text-align:right;
  }
  
  input, select, textarea { width:250px; border:1px solid orange; margin:2px 0;}
 .radio {width : 20px; border:none;}
 #button {	border:1px solid black;
 			padding:5px;
			margin-left:160px;
			background-color:#FFF4E5;
			color:black;}

img#illustrationProcede {float:right;margin-bottom : 10px;}			
img.societe {float:right;margin-left:10px;}
img.valeurAjoutee {float:left;}
 
/********** Consultation des clients ***************************************/
ul#listeAffiche {list-style-type:none;margin:0;padding:0;text-align:center;}
ul#listeAffiche li {display:inline;}
 
/*********************** Titres ********************************************/
 h1 {text-align:center;}
 h2 {width : 197px ; height:15px; background-repeat:no-repeat;}
 h2 span {display:none;}
 h3 {background-image:url(../images/h3_fond.gif);background-repeat:no-repeat;background-position:0;font-size:16px;padding-left:15px;}
 #h2notreSociete {background-image: url(../images/h2_notre_societe.gif);}
 #h2leProcedeLamco {background-image: url(../images/h2_le_proceder_lamco.gif);}
 #h2lesApplications {background-image: url(../images/h2_les_applications.gif);}
 #h2nousContacter {background-image: url(../images/h2_nous_contacter.gif);}
 #h2nosPartenaires{background-image: url(../images/h2_nos_partenaires.gif);}
 #h2afficherClient{background-image: url(../images/h2_afficher_client.gif);}
 
 	/*

	while($liste = mysql_fetch_assoc($result)){
		for ($compteur=0; $compteur<20; $compteur++){
			echo "<table style='border-collapse:collapse;width:70%;margin-left:100px;'>";	
	 			foreach($relations as $champs => $label){
	 				if (($lineCheck%2)==0){
	  					echo "<tr style='background-color:#E5E5F8;'>\n\t<td style='padding:0.2em;width:20%'>".$label.'</td><td>'.$liste[$champs]."</td>\n</tr>\n";
	  				}else{echo "<tr>\n\t<td style='padding:0.2em;width:20%'>".$label.'</td><td>'.$liste[$champs]."</td>\n</tr>\n";}
					$lineCheck++;
	 				}
	 		echo "\n</table>\n<hr />";
		
		if ($compteur == 19 ){break 2;}
		echo $compteur."";
		}
	}
	*/