/****************************************************************
general
*****************************************************************/
body {
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	font-family: Arial;
	color: #000000;
}
p {
	font-size: 12px;  
/* lorsque je mets le font-size directement dans le style body, il n'est pas pris en compte....
tu auras peut-etre plus de chances que moi !!!*/
}
a:link {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}

/* Si tu as moyen, ce serait bien de pouvoir remplacer les selecteurs suivants, par des styles de balises h1,h2,...h7	*/
/* texte de niveau : normal+3	=> titre de page */
.titre1 {
	font-size: 20px;
	color: #FF9900;
	font-weight: bold;
}
/* texte de niveau : normal+2	*/
.titre2 { 
	font-size: 16px;
	color: #006699;
	font-weight: bold;
}
/* texte de niveau : normal+1	*/
.titre3 { 
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
/* texte normal	*/
.texte { 
	font-size: 12px;
	color: #000000;
}
/* texte de niveau : normal-1	*/
.petit{
	font-size: 9px;
}
/* texte de niveau : normal-2	*/
.legende { 
	font-size: 9px;
	color: #999999;
}
/*inscription sur les onglets des pages 'portfolio par domaines d'application' */
.label_onglet {
	font-size: 11px;
	color: #FFFFFF;
}


/****************************************************************
menu gauche
*****************************************************************/

#left_menu{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	top: 190px;
	left:0px;
	width: 190px;
	height: 535px;
	z-index:0;
	visibility: visible;
	position: absolute;
	background-color: white;
	border:0px;
	background-image: url(pamcast/left_artwork.jpg);
}
#left_menu ul{
	padding-left:0px;
	margin:0px;
	text-align: center;
}
#left_menu ul li{
	list-style: none;
	width: 190px;
}

#left_menu ul li a{
	display: block;
	text-decoration: none;
	color: black;
	background-color: #C4D5DD;
	margin-top: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#left_menu ul li a:hover{
	display: block;
	text-decoration: none;
	color: white;
	background-color:#FF9900;
}

/****************************************************************
menu gauche histoire
*****************************************************************/

#left_menu_hist{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	top: 190px;
	left:0px;
	width: 190px;
	height: 535px;
	z-index:0;
	visibility: visible;
	position: absolute;
	background-color: white;
	border:0px;
	background-image: url(company/left_artwork.jpg);
}
#left_menu_hist ul{
	padding-left:0px;
	margin:0px;
	text-align: center;
}
#left_menu_hist ul li{
	list-style: none;
	width: 190px;
}

#left_menu_hist ul li a{
	display: block;
	text-decoration: none;
	color: black;
	background-color: #C4D5DD;
	margin-top: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#left_menu_hist ul li a:hover{
	display: block;
	text-decoration: none;
	color: white;
	background-color:#FF9900;
}
