/* Type :		Document CSS 									*/
/* Auteur :		Matthieu Perinet 	- STI Systems & Technology International		*/
/* Date :		19 Juin 2007 									*/
/* Société :	STI - Systems & Technology International 					*/
/* Informations :	principal document								*/
/* Site Web :	http://www.stifrance.com/							*/



	/* Début de la CSS */


/* -------------------------------------------------------------   Composants  ----------------------------------------------------- */
/* Zone total du navigateur + composants *//*	Body
*/
body{ 					/* Affichage total de la fenetre */
	margin:0;
	padding:0;
	background-image:url(images/fond.png);
	font-family:Arial, Helvetica, sans-serif;
	}
a:hover{ 					/* Affichage de tous les liens survollés */
	text-decoration:none;
	}
a:link{					/* Affichage de tous les liens non vivités */
	text-decoration:none;
	}
a:visited{ 					/* Affichage de tous les liens visités */
	text-decoration:none;
	}
ul, li { 					/* Bloc l'affichage des listes */
	margin:0;
	padding:0;
	}
/* ----  FIN  ----  Composants  ---- */


/* Les DIVs -------------------	Les DIVs -------------------	Les DIVs -------------------	Les DIVs

/* -------------------------------------------------------------   Div   ----------------------------------------------------------- */
/* Zone du haut du navigateur avec l'objet flash ou une image *//*	Head
*/
#head{
	position:absolute;
	top:0;
	height:139px;
	right:10px;
	left:10px;
	background-color:#FFF;
	}
/* ----  FIN  ----  Div  ---- */


/* -------------------------------------------------------------  Div  ------------------------------------------------------------- */
/* Zone comprenant le logo de STI Dans la zone head *//*	Logo
*/
#logo{
	position:absolute;
	left:0; 							/* A gauche dans son cadre */
	width:auto; 						/* La taille n'est pas importante car il n'y a que le logo */
	height:auto; 						/* De même pour la hauteur */
	top:-10px; 							/* Pour bien centré le logo */
	float:left; 						/* Pour afficher le logo à gauche */
	z-index:6;							/* Pour mettre par-dessus le cadre le  contenant */
	}
	#logo img{
		position:absolute;
		top:5px;
		left:0;
		}
	#logo a{
		background-color:#FFF;
		}
/* ----  FIN  ----  Div  ---- */

/* -------------------------------------------------------------   Div   ----------------------------------------------------------- */
/* Zone de l'animation flash *//*	Cadre
*/
#cadre{
	float:right;
	z-index:5;
	}
#cadreG{
	text-align:center;
	z-index:5;
	}
/* ----  FIN  ----  Div  ---- */
	
/* -------------------------------------------------------------   Div   ----------------------------------------------------------- */
/* Zone de Dégradé du haut de la zone de texte *//*	HautTexte
*/
#hautTexte{
	position:absolute;
	top:140px;
	right:10px;
	left:10px;
	height:30px;
	border-top:1px solid #000;
	background-image:url(images/barre.jpg);
	background-repeat:repeat-x;
	z-index:21;
	}
/* ----  FIN  ----  Div  ---- */

/* -------------------------------------------------------------   Div   ----------------------------------------------------------- */
/* Zone du contenu *//*	Contenu
*/
#Contenu{
	position:absolute;
	top:0;
	left:15%;
	right:15%;
	width:auto;
	bottom:0;
	height:auto;
	overflow:auto;
	background-image:url(images/coteG.png);
	background-repeat:repeat-y;
	z-index:4;
	}
/* ----  FIN  ----  Div  ---- */

/* -------------------------------------------------------------   Div   ----------------------------------------------------------- */
/* Zone de Texte *//*	texte
*/
#texte{
	font-size:16px;
	text-align:center;
	position:absolute;
	top:172px;
	left:10px;
	right:10px;
	bottom:26px;
	overflow:auto;
	background-color:#FFF;
	border-top:1px solid #000;
	z-index:10;
	}
	#texte h1{
		margin-left:3px;
		margin-right:3px;
		margin-top:3px;
		font-size:16px;
		text-align:left;
		border:1px double #666666;
		background-color:#92b9e8;
		text-align:center;
		color:#FFF;
		}
	#texte h2{
		border-bottom:3px groove #92b9e8;
		text-align:center;
		margin-left:3px;
		margin-right:3px;
		font-size:18px;
		font-weight:bold;
		}
	#texte p{
		margin-left:2%;
		width:96%;
		margin-top:8px;
		text-align:center;
		line-height:25px;
		font-size:16px;
		}
	#texte a{
		color:#92b9e8;
		font-size:16px;
		font-weight:bold;
		/*margin:2px;*/
		}
	#texte a img{
		color:#FFFFFF;
		}
	#texte p1{
		text-align:center;
		}
	#texte h2 a{
		color:#000000;
		}
	#texte h2 a{
		color:#000000;
		}
	#texte a:hover{
		color:#666666;
		border-bottom:1px dashed #92b9e8;
		}
	#texte h3{
		border-bottom:1px dashed #92b9e8;
		border-top:1px dashed #92b9e8;
		text-align:center;
		margin-left:3px;
		margin-right:3px;
		font-size:16px;
		}
	#texte h4{
		border-bottom:1px dashed #92b9e8;
		text-align:center;
		margin-left:3px;
		margin-right:3px;
		font-size:16px;
		}
/* ----  FIN  ----  Div  ---- */

/* -------------------------------------------------------------   Div   ----------------------------------------------------------- */
/* Zone de Dégradé de la droite du texte *//*	DroitTexte
*/
#droitTexte{
	position:absolute;
	top:0;
	bottom:0px;
	right:0px;
	width:10px;
	background-repeat:repeat-y;
	background-image:url(images/coteD.png);
	}
/* ----  FIN  ----  Div  ---- */

/* -------------------------------------------------------------   Div   ----------------------------------------------------------- */
/* Zone grise avant le pied de page avec le dégradé *//*	AvantPied
*/
#avantPied{
	position:absolute;
	left:0px;
	right:0px;
	bottom:30px;
	height:5px;
	background-image:url(images/pied.jpg);
	}
/* ----  FIN  ----  Div  ---- */

/* -------------------------------------------------------------   Div   ----------------------------------------------------------- */
/* Zone gauche du pied de page *//*	piedGauche
*/
#piedGauche{
	position:absolute;
	left:30%;
	width:10px;
	bottom:0;
	height:25px;
	background-image:url(images/Gauche2.png);
	background-repeat:no-repeat;
	background-color:#FFF;
	border-top:1px solid #000;
	z-index:15;
	}
/* ----  FIN  ----  Div  ---- */

/* -------------------------------------------------------------   Div   ----------------------------------------------------------- */
/* Zone droite du pied de page *//*	piedDroit
*/
#piedDroit{
	position:absolute;
	right:30%;
	width:10px;
	bottom:0;
	height:25px;
	background-image:url(images/Droit2.png);
	background-repeat:no-repeat;
	background-color:#FFF;
	border-top:1px solid #000;
	z-index:14;
	}
/* ----  FIN  ----  Div  ---- */

/* -------------------------------------------------------------   Div   ----------------------------------------------------------- */
/* Zone de pied de page *//*	Pied
*/
#pied{
	position:absolute;
	left:10px;
	right:10px;
	bottom:0;
	height:25px;
	background-image:url(images/barre.jpg);
	background-repeat:repeat-x;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	z-index:13;
	}
	#pied p,a{
		color:#FFF;
		margin-top:0;
		}
	#pied a:hover{
		color:#92b9e8;
		}
/* ----  FIN  ----  Div  ---- */

/* -------------------------------------------------------------   Div   ----------------------------------------------------------- */
/* Zone du menu *//*	listmenu
*/
div#listmenu{ 
	width:100%;
	float:left; 
	font-size:16px; 
	margin-top:5px;
	font-weight:bold;
	z-index:inherit;
	}
	div#listmenu a:hover{
		color:#FFF;
		}
		* html div#listmenu ul{ 
			float:left; 
			margin-left:15px; 
			}
	div#listmenu ul, ul li{
		list-style:none;
		}
	div#listmenu li{
		float:left;
		height:20px;
		position:relative;
		list-style-type:none;
		border-right:1px solid #92b9e8;
		}
		div#listmenu li:hover{ 
			background-color:#92b9e8;
			color:#FFF;
			}
	body div#listmenu ul li ul{
		display:none;
		}
	div#listmenu ul li:hover ul, div#listmenu ul li ul:hover{ 
		display:block;
		position:absolute;
		top:20px;
		}
		div#listmenu ul li ul{
			text-align:center;
			margin:0;
			position:absolute;
			width:10em;
			left:-1px;
			}
			* html div#listmenu ul li ul{
				border-left:0px;
				}
			div#listmenu ul li ul li{
				width:100%;
				border-left:1px solid #000;
				border-bottom:1px solid #000;
				border-right:1px solid #000;
				width:10em;
				display:block;
				}
				div#listmenu ul li ul li:first-child{
					border-top:1px solid #000;
					}
				div#listmenu ul li ul li:hover{
					/*display:block;*/
					}
		div#listmenu a{
			display:block;
			padding:0 6px;
			border:0px;
			text-decoration:none;
			color:#FFF;
			}
		div#listmenu ul li ul li a{
			height:100%;
			border:0px;
			background-color:#92b9e8;
			display:block;
			padding:0 6px;
			text-decoration:none;
			}
		div#listmenu ul li ul li a:hover{
			height:100%;
			background-color:#92b9e8;
			color:#000;
			border:0px;
			}
/* ----  FIN  ----  Div  ---- */

/* -------------------------------------------------------------   Div   ----------------------------------------------------------- */
/* Zone de la barre ajoutée dans la liste des fournisseurs *//*	barreBack
*/
#barreBack{
	position:absolute;
	bottom:25px;
	height:20px;
	border-top:1px solid #000;
	background-color:#FFF;
	left:10px;
	right:10px;
	text-align:center;
	z-index:12;
	}
	#barreBack p{
		margin:0;
		color:#92B9E8;
		font-size:16px;
		font-weight:bold;
		margin-left:2px;
		}
	#barreBack a{
		color:#92B9E8;
		}
/* ----  FIN  ----  Div  ---- */

/* Les Classes -------------------	Les Classes -------------------	Les Classes -------------------	Les Classes

/* --------------------------------------------------------   Classe   ---------------------------------------------------------------- 
/* Classe SousLien *//*	SousLien
*/
.sousLien{
	margin:0;
	padding:0;
	text-align:left;
	font-weight:normal;
	color:#92b9e8;
	}
/* ----  FIN  ----  Classe  ---- */

/* --------------------------------------------------------   Classe   ---------------------------------------------------------------- 
/* Classe qui fait l'affichage des numéro de téléphone et de fax *//*	telEtFax
*/
.telEtFax{
	font-size:12px;
	}
/* ----  FIN  ----  Classe  ---- */

/* --------------------------------------------------------   Classe   ---------------------------------------------------------------- 
/* Zone du flash *//*	Flash
*/
.flash{
	margin-left:10px;
	}
/* ----  FIN  ----  Classe  ---- */

/* --------------------------------------------------------   Classe   ---------------------------------------------------------------- 
/* Tableaux des fournisseurs *//*	tabLP1
*/
.tabLP1{
/*	text-align:center;
	margin-left:10%;
	width:70%;*/
	margin-left:10%;
	max-width:77%;
	min-width:250px;
	height:10%;
	}
	.tabLP1 td{
		border:1px solid #CCC;
		width:247px;
		top:5px;
		margin-top:0;
		margin-bottom:0;
		}
	.tabLP1 p{
		margin-top:0;
		margin-bottom:0;
		}
	.tabLP1 a{
		color:#92b9e8;
		margin-top:0;
		margin-bottom:0;
		}
	.tabLP1 a:hover{
		text-decoration:none;
		}
/* ----  FIN  ----  Classe  ---- */

/* --------------------------------------------------------   Classe   ---------------------------------------------------------------- 
/* Tableaux des fournisseurs *//*	tabLP1
*/
.tabLP2 tr{
	border-bottom:1px solid #666666;
	}
.tabLP2 p{
	text-align:justify;
	}
/* ----  FIN  ----  Classe  ---- */

/* --------------------------------------------------------   Classe   ---------------------------------------------------------------- 
/* Titres dans les tableaux des fournisseurs *//*	titreLP
*/
.titreLP{
	border-bottom:1px dashed #92b9e8;
	font-size:16px;
	font-weight:bold;
	}
/* ----  FIN  ----  Classe  ---- */

/* --------------------------------------------------------   Classe   ---------------------------------------------------------------- 
/* Titres dans les tableaux des fournisseurs *//*	titreLP
*/
.listFourn{
	text-align:justify;
	list-style-type:circle;
	color:#000;
	margin-left:15px;
	}
/* ----  FIN  ----  Classe  ---- */

/* --------------------------------------------------------   Classe   ---------------------------------------------------------------- 
/* Listes utilisées dans le site *//*	maListe
*/
.maListe{
	width:97%;
	margin-bottom:5px;
	}
	.maListe ul, .maListe ul li{
		text-align:justify;
		list-style:url(images/puce.jpg);
		margin-left:25px;
		}
/* ----  FIN  ----  Classe  ---- */
