
/*
 * CSS du site Hectron.com 
 *
 * Auteur DJ 
 *
 * Date 10/23/2008 
 *
 */


/* Positionement des invariants */

#baniere
{
	position: absolute;
	top: 0px;
	left: 180px;
}

#gauchebaniere
{
	position: absolute;
	top: 8px;
	left: 0px;
	width:173px;
}

#menu
{
	position: absolute;
	top: 89px;
	left: -1px;
	width:959px;
	
	border-spacing: 0px;
}

#pub
{
	position: absolute;
	top: 330px;
	left: 10px;
	width:173px;
}

#contenu
{
	position: absolute;
	top: 115px;
	left: 183px;

	max-width: 776px;
}

#contenudecale
{
	position: absolute;
	top: 115px;
	left: 350px;

	max-width: 609px;
}

#contenudecaleplus
{
	position: absolute;
	top: 230px;
	left: 560px;

	max-width: 399px;
}

#footer
{
	position: absolute;
	top: 1250px;
	left: 200px;
}

#menudev
{
	position: absolute;
	top: 230px;
	left: 180px;
	width:340px;
}

#menusecond
{
	position: absolute;
	top: 160px;
	left: 9px;
	width:172px;
	
	border-spacing: 1px;
}

#titremenusecond
{
	position: absolute;
	top: 140px;
	left: 10px;

}


#imageaccueil
{
	position: absolute;
	top: 200px;
	left: 600px;

}

/* Design du menu */

	/* couleur et taille */
#menu td
{ 
	background-color: #cc0000;
	
	padding-left: 10px;

	height: 12px;

}
	/* Texte */
#menu 
{
	font-family: verdana, arial, serif ;
	font-size: 11px ;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}


	/* liens */
#menu a
{ 
	font-family: verdana, arial, serif ;
	font-size: 11px ;
	color: #ff9999;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover{ 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}

.menumargegauche
{
	width: 141px;
	text-align: right;
	padding-right: 20px;
}


.menumilieu
{
	width: 30px;
	text-align: middle;
	padding-right: 15px;
	padding-left: 15px;
}

.menulangue
{
	text-align: right;
	padding-right: 10px;
}


/* Design du menu  développé*/

.lignegrisegauche
{ 
	background-color: #DDDDDD;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 110px;
	width: 80px;

}

.lignegrisegauche img
{
	margin-bottom: -3px;
}

.lignegrisedroite
{ 
	background-color: #DDDDDD;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	font-family: arial, serif ;
	font-size: 12px ;
	color: #242424;
	text-align: left;
	text-decoration: none;

}

.lignegrisedroite a
{
	text-decoration: none;
	font-family: arial, serif ;
	font-size: 12px ;
	color: #242424;
}

.lignegrisedroite a:hover
{ 
	text-decoration: underline;
	font-family: arial, serif ;
	font-size: 12px ;
	color: #242424;
}

.titremenudev
{
	height: 25px;
	background-color: #DDDDDD;
	padding-left: 10px;
	padding-right: 10px;
	font-family: verdana, arial, serif ;
	font-size: 11px ;
	font-weight: bold;
	color: #242424;
	text-align: left;
	text-decoration: none;
}

.titremenudev a
{
	font-family: verdana, arial, serif ;
	font-size: 11px ;
	font-weight: bold;
	color: #242424;
	text-decoration: none;
}

.titremenudev a:hover
{ 
	font-family: verdana, arial, serif ;
	font-size: 11px ;
	font-weight: bold;
	color: #242424;
	text-decoration: underline;
}

.ligneblanche
{ 
	background-color: #FFFFFF;
	padding-left: 0px;
	height: 20px;
	text-align: top;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;

}

.colblanche
{ 
	background-color: #FFFFFF;
	padding-left: 0px;
	text-align: top;
	padding-top: 0px;
}


/* Design du menu secondaire */

	/* couleur et taille */
#menusecond td
{ 
	background-color: #DDDDDD;

	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 20px;

}
	/* Texte */
#menusecond
{
	font-family: arial, serif ;
	font-size: 11px ;
	color: #000000;
	text-align: left;
	text-decoration: none;
}

	/* liens */
#menusecond a
{ 
	font-family: arial, serif ;
	font-size: 11px ;
	color: #646464;
	text-align: left;
	text-decoration: none;
}

#menusecond a:hover{ 
	color:#000000;
	text-decoration: none;

}


/* Design des liens */

a
{
	text-decoration: underline;
	font-family: arial, serif ;
	font-size: 12px ;
	color: #000000;
}

a:hover
{ 
	color: #cc0000 ;
	text-decoration: none;
}

	/* specifique page applications */
.adapte a
{
	text-decoration: underline;
}

.mailto
{
	text-decoration: underline;
	color: #3366cc;
}


/* Design des textes */

strong 
{
	font-weight: normal;
	text-decoration: none;
}

em
{
	font-style: normal;
	text-decoration: none;
	font-size: 16px;
}

body
{
	font-family: arial, serif ;
	font-size: 12px ;
	text-align: justify;

}

.rouge
{
	color: #cc0000;
	font-weight: bold;
}

.rouge a
{
	color: #cc0000;
	font-weight: bold;
	text-decoration: underline;
}

.rouge a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

	/* specifique page d'accueil */
#intro
{
	line-height: 130%; 
	letter-spacing: 0pt;
	font-family: verdana, arial, serif ;
	font-size: 14px ;
	text-align: justify;
	color: #4B4B4B ;
}

#intro a
{
	line-height: 130%; 
	letter-spacing: 0pt;
	font-family: verdana, arial, serif ;
	font-size: 14px ;
	text-align: justify;
	color: #4B4B4B ;
}


	/* specifique page applications */
.adapte
{
	color :#cc0000;
	font-weight: bold;
}

.applications
{
	position: absolute;
	top: 250px;
}


/* Design des titres */

h1 
{
	color: #cc0000;

	font-family: verdana, arial, serif ;
	font-size: 20px ;
	font-weight: normal; 

	margin-top: 20px;
	margin-bottom: 40px;

}

h2 
{
	color: #cc0000;

	font-family: Arial, serif ;
	font-size: 16px ;
	font-weight: bold;

	margin-top: 10px;
	margin-bottom: 10px;


}

h3 
{
	
	color: #242424;

	font-family: Arial, serif ;
	font-size: 14px ;

	margin-top: 10px;
	margin-bottom: 10px;


}

h3 a
{	
	color: #242424;
	text-decoration: underline;
	font-family: arial, serif ;
	font-size: 14px ;
}

h4 
{
	color: #cc0000;

	font-family: Arial, serif ;
	font-size: 12px;
	font-weight: bold;

	margin-top: 10px;
	margin-bottom: 0px;

}


/* Design des images */

img
{
	border: none;
}


/* Gestion des colonnes */

	/* Colonnes sans tableau */
.col1 
{

	margin-bottom: 20px;

	width: 168px; 

}

.col2 
{

	margin-left: 175px;

	width: 600px; 

}

.col1et2 
{

	margin-bottom: 20px;

	width: 768px; 

}
	/* Colonnes avec tableau */
.produits td
{
	vertical-align: top;
}

.colonne1
{

	text-align: center;

	width: 169px;

	margin-top: 60px;
}

.colonne1b
{

	text-align: center;

	width: 169px;

	margin-top: 20px;
}

.colonne2
{

	margin-left: 0px;
	
	width: 604px;

	margin-bottom: 60px;
}

.colonne2b
{

	text-align: center;

	width: 609px;

	margin-bottom: 60px;
}


/* Design des tableaux de description des produits */

.technique
{
	width: 100%;
	border-spacing: 1px;

}

.technique td
{
	background-color: #dbdbdb ;
	font-weight: normal;
	vertical-align: middle;
	padding-left: 5px;
	height: 20px;
	

}

.technique th
{
	background-color: #cccccc ;
	font-weight: bold;
	padding-left: 5px;
	height: 20px;
}


.finesse
{
	width: 40px;
	text-align: center;
}

.finesse2
{
	width: 70px;
	text-align: center;
}

.modele
{
	width: 100px;
	text-align: left;
}

.debit
{
	width: 50px;
	text-align: right;
	padding-right: 20px;
}

.modele-plus
{
	width: 140px;
	text-align: left;
}

.debit-plus
{
	width: 100px;
	text-align: right;
	padding-right: 20px;
}

.dimensions
{
	width: 95px;
	text-align: right;
	padding-right: 20px;
}

.finesse-plus
{
	width: 100px;
	text-align: right;
	padding-right: 20px;
}


