/* Corps du document */
body {
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #336699;
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
}

#conteneur {
	position: relative;
	width: 977px;
	margin: 0 auto; 
	background: url(images/fond.gif) repeat;
}

#contenu {
	background: url(images/fond.gif) repeat;
	margin-left: 208px;
	padding: 20px;
	height: auto !important; /* pour IE */
	height: 750px; /* pour IE */
	min-height: 750px;
}

#menu {
	position: absolute;
	left:0;
	width: 208px;
}

#footer {
	height: 30px;
	/*background: url(images/fond.gif) repeat;*/
	text-align: center;
	font-size: 8pt;
}

/*************************/
/* PROPRIETES DES LIENS */
/*************************/
a {
	color: #336699;
}

a:visited {
	color: #800000;
}

/* Liens survolés */
#menu a:hover {
	text-decoration: underline;
}

/* Liens du menu */
#menu a {
	text-decoration: none;
	font-size: 120%;
	color: #336699;
}

.hexalogSA a {
	color: #336699;
	font-weight: bold;
}

.hexalogSA a:visited {
	color: #800000;
}

img {
	border : none;
}
/* Propriétés des liens sur les images */
a img {
	border: none;
}

.retour {
	font-size: 80%;
	color: #336699;
}

#retour a:visited {
	color: #336699;
}

.metier {
	color: #336699;
	font-weight: bold;
}

.metier a:visited {
	color: #336699;
}

/*************************/
/* PROPRIÉTÉS DU TEXTE */
/*************************/
p {
	text-align:justify;
}


.center-hexalogSA p {
	padding-left:200px;
}

/* Texte du footer */
#footer  p {
	text-align:center;
}

/* Centrer le tableau de la page Ergonomie */
#table-ergo-center  {
	margin-left: auto;
    margin-right: auto;
    width: 500px; /* largeur obligatoire pour être centré */
	text-align: left;
}

/* Centrer le logo Acrobat de la page Ergonomie */
#logo-ergo-center  {
	margin-left: auto;
    margin-right: auto;
    width: 500px; /* largeur obligatoire pour être centré */
}

/* Centrer le tableau de la page Métiers */
.table-metiers-center  {
	margin-left: auto;
    margin-right: auto;
    width: 500px; /* largeur obligatoire pour être centré */
	text-align: left;
}

/* Centrer le logo Microsoft de la page Partenaires */
#logo-micro-center  {
	padding-left:260px;
}

/* Centrer le logo Oracle de la page Partenaires */
#logo-oracle-center  {
	padding-left:330px;
}

/* Texte de l'accueil */
.accueilp {
	padding-top: 60px;
	text-align:center;
}

/* Début de paragraphe */
.debutp {
	color: #336699;
	font-weight: bold;
}

/* Pour le 2 de hexalog 2 */
.red {
	color: #FF0000;
	font-weight: bold;
}

/* Lettrines début de paragraphe */
.lettrine {
	color: #336699;
	font-size: 14pt;
	font-weight: bold;
}

.hexalog2 {
	color: #336699;
	font-weight: bold;
}

/* Titre de niveau 1 */
h1 {
	color: #000066;
	font-size: 18pt;
	text-decoration: underline;
	display: inline;
}

/* Titre de niveau 2*/
h2 {
	color: #336699;
	font-size: 14pt;
	display: inline;
}

/* Titre de niveau 3 */
h3 {
	text-align: center;
}

#hexalog2 h3 {
	font-size: 12pt;
	text-align: left; /* Pour IE */
}
/* Propriétés des listes */
ul {
	text-align: justify;
}

li {
	margin-left: 40px;
}

/***************************/
/* PROPRIÉTÉS DES LISTES   */
/***************************/
.nopuce {
	list-style-type:none;
}

.planN2 {
	margin-left: 10px;
}

.planN3 {
	margin-left: -15px;
}

/***************************/
/* PROPRIÉTÉS DES IMAGES */
/***************************/
/* Images du menu */
#menu img {
	/* Pour coller l'image en haut à gauche du menu */
	padding-left: 0;
	padding-top: 0;
}

/*****************************/
/* PROPRIÉTÉS DES TABLEAUX */
/*****************************/
th {
	color: #336699;
	font-size: 13pt;
	text-align: center;
}

td {
	text-align: left;
}

table.metiers  {
	width: 100%;
	border-style: none;
	display:table-cell;
	border-collapse: collapse;
}

table.metiers td {
	background-color:#3366FF;
	font-weight:bold;
	color:#FFFFFF;
	font-size:14pt;
	width: 100%;
}

table.metiers td.small {
	background-color:transparent ;
	font-weight:normal;
	color:#000000;
	font-size:8pt;
	width: 30%;
}

.ergo table {
	border-collapse:collapse;
	width: 70%;
}


