/* ---------------------------------------------------------------------------
				Feuille de style par de la home-page 
----------------------------------------------------------------------------*/

/* style par defaut */
body, p, td, div {
	color: #6A6A6A;
	font-family: Helvetica,Verdana;
	text-decoration: none;
	font-size : 12px;
}
a {
	color: #848486;
	text-decoration: none;
}
a:hover {
	color: #848486;
	text-decoration: underline;
}

/* style "txt_presentation" */
.txt_presentation {
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
}

/* style "txt_presentation2" */
.txt_presentation2 {
	font-size: 11px;
	/*font-weight: bold;*/
	text-align: justify;
}

/* style "coeur" */
.coeur {
	color: #151518;
	font-size: 15px;
	font-weight: bold;
}

/* style "intelligence" */
.intelligence {
	color: #ffffff;
	font-size: 23px;
	font-weight: bold;
	line-height: 28px;
}

/* style "adresse" */
.adresse {
	color: #FFFFFF;
	font-size: 11px;
}

/* style de listes 'competences' */
UL.liste_competences {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
UL.liste_competences LI {
	margin: 3px 0px 0px 25px;	/* top right bottom left */
	padding: 0px;
	border: 0px;
	line-height: 1.1;	/* 1.3 par defaut (?) */
}

/* style "fabrication" */
.fabrication {
	color: #30881E;	/* 00479B */
	font-size: 13px;	/* 15px */
	font-weight: bold;
}

/* style "rubriques" */
.rubriques, .rubriques a {
	color: #C74B00;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.rubriques a:hover {
	color: #30881E;	/* 00479B */
	text-decoration: underline;
}

/* style "sousrubriques" */
.sousrubriques {
	background-color: #FFFFFF; 
	border-style: solid; 
	border-width: 1px;  
	border-color: #86868A; 
	padding: 2px; 
	color: #848486;
	font-size: 11px;
	text-decoration: none;
}

/* style "secteurs" */
.secteurs, .secteurs a {
	color: #C74B00;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.secteurs a:hover {
	color: #00479B;
	text-decoration: underline;
}

/* style "english" */
.english, .english a {
	color: #C74B00;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.english a:hover {
	color: #00479B;
	text-decoration: underline;
}

/* Styles du copyright */
.copyright, .copyright a {
	color: #666666;
	font-family: Verdana,Helvetica;
	text-decoration: none;
	font-size : 9px;
	text-align : center;
}
.copyright a:hover {
	color: #C74B00;
	text-decoration: none;
}

