body
{
	margin: 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background-color: #FFFFFF ;
}

div#conteneur-conteneur
{
	width: 1000px ;
	margin: 0 auto ;
	text-align: left ;
	border: 0 ;
}

div#conteneur
{
	width: 1000px ;
	margin: 0 auto ;
	text-align: left ;
	border-top: 0px solid #000000 ;
	border-left: 0px solid #000000 ;
	border-right: 0px solid #000000 ;
	border-bottom: 2px solid #212867 ;
	background: #fff ;
	background-color: #EAEAEA ;
}

div#conteneur-footer
{
	height: 10px ;
	
	margin: 4px auto;
	text-align: right ;
	border: 0px ;
}

h1#header
{
	height: 110px ;
	background: url(../img/logo_alseal_petit.png) no-repeat left top ;
	background-color: #FFFFFF;
	border: 0px red;
	margin: 0 ;
}

h1#sep-header
{
	height: 3px ;
	background: url(../img/header-sep.png) repeat-y center top ;
	background-color: #D27B04 ;

	margin: 0 ;

}

h1#header a
{
	width: 400px ;
	height: 70px ;
	display: block ;
	background: url(title.gif) no-repeat ;
	background-color:#FFFFFF;
	position: relative ;
	left: 350px ;
	top: 15px ;
	text-indent: -5000px ;
}/* On donne les mêmes dimensions au lien, chose
 possible grâce à la propriété display: block ; qui transforme le lien
  en élément de type block, auquel on peut donner des propriétés de taille.
   On met aussi l'image de fond qui a les mêmes dimensions que le cadre ainsi créé */
/* Le text-indent négatif est fait pour pouvoir ne
 cacher le texte hors de la page, ce que nous voulons. Ainsi il reste
  exploitable pour les syntèses vocales */

  
ul#menu
{
	height: 25px ;
	margin: 0 ;
	padding: 0 ;
	background: url(../img/bg_menu2.gif) repeat-x 0 -32px ;
	list-style-type: none ;
}
/* On donne une hauteur au menu, correspondant a
 la taille de l'image utilisée en fond, on met ensuite l'image de fond
  avec un décalage de 25 pixels vers le haut pour utiliser la technique de roll over expliquée dans un autre tutoriel; */

 ul#menu li
{
	float: left ;
		text-align: center ;
}/* On rend les li en flottant pour pouvoir les
 afficher horizontalement, on cache les puces, et on centre le texte */




ul#menu li a
{
	line-height: 25px ;
	font-size: 1em ;
	font-weight: bold ;
	letter-spacing: 1px ;
	color: #8c8c8c ;
	display: block ;
	text-decoration: none ;
	border-right: 0px solid #2b3478 ;
	padding-left: 15px;
	padding-right: 15px;
}/* C'est sur les liens que le gros du travail est
 effectué, largeur, hauteur de ligne, taille de police, graisse de police,
  espacement des lettres, couleur, bordure et decoration du texte. 
  Nous pouvons dimensionner les a grâce à la propriété display: block ; */

  ul#menu li a:hover
{
	background: url(../img/bg_menu3.gif) repeat-x 0 0 ;
	padding-left: 15px;
	padding-right: 15px;
	color: #000000;
}/* Et pour finir on décale l'image de fond au passage
 de la souris pour laisser aparaître l'état survolé de l'image, 
 voir le tutoriel sur les roll over pour plus de détails */

 ul#menu li.actif a
{
	border:0px solid black;
	color: #bb0000 ;
}

ul#sous-menu
{
	padding: 0px 0px 0px 20px ;
	margin: -12px 0px 0px 0px ;
	border : 0px solid black;
	list-style-type: none ;

}
 
ul#sous-menu li
{
	float: left ;
	text-align: center ;
	border-bottom:1px solid black;
	background-color:#f18f29;
}
 
 ul#sous-menu li a
{
	padding-left: 15px;
	padding-right: 15px;
	display: block ;
	text-decoration: none ;
	color: #000000 ;
}

#sous-menu a:hover
{
	color: #000000 ;
	background-color:#eaeaea;
}

 ul#sous-menu li.actifsp a
{
	color: #770000 ;
	background-color:#dadada;	
}

  ul#menu li.actifl a
{
	border:0px solid black;
	color: #440000 ;
}

 
div#contenu
{
	padding: 10px 0px 10px 0px ;
	background: url(../img/bg_page.gif) no-repeat 15px 15px ;
}

p#contenu
{
	margin-top: 0px 25px 0px 25px;
	padding-right: 10px ;
	text-align: right ;
	color: #000080 ;
	font-size: 2em ;
}



div#contenu ul
{
	color: #9b2 ;
	line-height: 1.4em ;
	text-align:justify;
}

div#contenu ol
{
	color: #555 ;
	line-height: 2em ;
	text-align:justify;
}

div#contenu h2
{
	padding: 0px ;
	margin: 0px ;
	line-height: 1.7em ;
	font-size: 1.4em ;
	background: url(little_apple.gif) no-repeat left bottom ;
	color: #9b2 ;
	border-bottom: 1px solid #9b2 ;
}

div#contenu h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid #9b2 ;
	border-left: 3px solid #9b2 ;
	color: #9b2 ;
}


div#contenu a
{
	color: #0B6BA8 ;
}

div#contenu a:hover
{
	color: #0B6BA8 ;
}


.produit-bloc
{


width: 200px;
height: 240px;
background: #A4DFFF ;
color:#000000;
text-align:center;
padding:2px;
margin-left:auto;
margin-right:auto;
display:inline-block;
}

.produit-bloc H6
{
color:#000080;
font-size: 1.4em ;
font-family:arial;
text-align:center;
margin-bottom:0;
margin-top:0;
padding-bottom:0px;
}

.produit-bloc H5
{
color:#BB0000;
font-size: 1.2em ;
font-family:arial;
text-align:center;
margin-bottom:0;
margin-top:0;
}

.produit-bloc img
{
 border:0;
}


.distri-bloc
{


float:cent.er;
width: 180px;
background: #A4DFFF ;
color:#000000;
text-align:center;
padding:2px;
margin-left:auto;
margin-bottom:3px;
margin-right:auto;
display:inline-block;
}

.distri-bloc2
{


float:cent.er;
width: 180px;
background: #f18f29 ;
color:#000000;
text-align:center;
padding:2px;
margin-left:auto;
margin-bottom:3px;
margin-right:auto;
display:inline-block;
}

.distri-bloc H6
{
color:#000080;
font-size: 1.4em ;
font-family:arial;
text-align:center;
margin-bottom:0;
margin-top:0;
padding-bottom:0px;
}

.distri-bloc2 H6
{
color:#000080;
font-size: 1.4em ;
font-family:arial;
text-align:center;
margin-bottom:0;
margin-top:0;
padding-bottom:0px;
}

.distri-bloc H5
{
color:#BB0000;
font-size: 1.2em ;
font-family:arial;
text-align:center;
margin-bottom:0;
margin-top:0;
}

.distri-bloc2 H5
{
color:#BB0000;
font-size: 1.2em ;
font-family:arial;
text-align:center;
margin-bottom:0;
margin-top:0;
}

h1#header
{
	height: 140px ;
	background: url(../img/logo_alseal_petit.png) no-repeat left top ;
	background-color: #FFFFFF;
	border: 0px red;
	margin-top: 10px ;
}

p#footer
{
	margin-top: -20px ;
	padding-right: 10px ;
	text-align: right ;
	color: #000080 ;
}

p#footer a
{
	color: #000080 ;
}

p#footer a:hover
{
	color: #aeaeae ;
}


pre
{
	overflow: auto ;
	background: #dea ;
	border: 2px solid #9b2 ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
}


form
{
	padding: 0px ;
	margin: 0px ;
}

pre span
{
	color: #560 ;
}

pre span.comment
{
	color: #b30000 ;
}
