<!--
/* css : pakea 
// author : s. gander 
// update : 17/10/2008
// file : packmain.css */

body { margin:0; font-family: Arial,Verdana,sans-serif; font-size: 11px;
	background: #FFFFFF url('images/bg_pakea.jpg') repeat-x; }

/* DIVISION */
#ContentBloc { width: 730px; MARGIN: auto; }
#HeaderBloc { width: 730px; height: 110px; }
#MainBloc { clear: both; width: 730px; border: 1px solid #C0C0C0; padding-left: 1px; padding-right: 1px; padding-top: 1px; padding-bottom: 2px; }
#FooterBloc { clear: both; width: 730px; height: 28px; }

/* In the MainBloc */
#LeftBloc { float: left; width: 730px; }
#RightBloc { float: left; width: 230px; }

/* In the LeftBloc */
#TopBloc { float: left; width: 730px; height: 35px; background-position:left top; background-image: url(../images/entete1_01.jpg); background-repeat: no-repeat;}
#ImageBloc { clear: both; width: 730px; height: 133px; border-bottom: 1px solid #cccccc; }
#PageBloc { clear: both; margin-top: 5px; margin-left: 2px; width: 727px;  border: 1px solid #C0C0C0; }

/* Use in the MainBloc */
.nsc { background-position: right bottom; background-image: url('images/logoNSC2.gif'); background-repeat: no-repeat}


/* divisions used in the Home page */
#presentation { float: left; margin-top: 20px; margin-left: 20px; width: 690px; }
#plant1 { float: left; margin-top: 20px; margin-left: 40px; width: 200px; border: 1px solid #C0C0C0; }
#plant2 { float: left; margin-top: 20px; margin-left: 40px; width: 200px; border: 1px solid #C0C0C0; }


/* HTML TAG */
table { border-collapse: collapse; }

td { font-family: Arial,Verdana,sans-serif; font-size: 11px; font-weight: normal; color: #OOOOOO;}

p { margin-top: 0px; margin-bottom: 8px; }

h1 {font-family: Tahoma, sans-serif; 
	font-size: 22px; font-weight: normal; letter-spacing:4px;
	color: #C0C0C0;   
	margin-top: 0px; margin-bottom: 0px;}

h2 {font-family: Tahoma, sans-serif; 
	font-size: 18px; font-weight: normal; 
	color: #FFFFFF;
	margin-top: 0px; margin-bottom: 0px;}



/* HTML TAG - HYPERTEXT LINK */
a		{ font-family: Tahoma,Arial,sans-serif; text-decoration: none; color: #555566; }
a:hover { text-decoration: underline; color: #000000; }

/* color classes */
.rouge { background-color: #EB0813; }
.orange { background-color: #FF9C00; }
.vert { background-color: #A9BC05; }
.violet { background-color: #B105BC; }
.jaune { background-color: #FDE413; }
.gris { background-color: #888888; }
.grisclair { background-color: #EEEEEE; }
.vertClair { background-color: #EBF9C1; }

.bordGris { border: 1px solid #C0C0C0; }

.champ { font-size: 11px; }

ul.circle { margin-left:16; margin-top:3; margin-bottom:10; list-style-type:circle; }

-->

