/* CSS Document */

/* caractéristiques des liens -----------------------------------------------------------*/
a {
color:#000000;
	text-decoration: none;
}
a:hover/* Quand le visiteur pointe sur le lien */ {
	text-decoration: none; /* Le lien deviendra souligné quand on pointera dessus */
	color: #FF6600; /* Le lien sera écrit en orange quand on pointera dessus */
}

a:link {
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}

/* Menu  ----------------------------------------------------------------------------*/

.texteMenu {
	font-family: arial;
	font-size: 12px;
	color:#999999;
	text-align:left;
}

.texteMenuCentrer{
	font-family: arial;
	font-size: 12px;
	color:#999999;
	text-align: center;
}

.bull {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color:#FF6600;
}

/* Texte ----------------------------------------------------------------------------*/

.soustitre16pt{
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	color:#000000;
	margin-left:10px;
	margin-right:10px;
}
.soustitre18pt{
	font-family: arial;
	font-weight: bold;
	font-size: 18px;
	color:#000000;
	margin-left:10px;
	margin-right:10px;
}

.soustitreBull {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color:#FF6600;
}

.texte {
	font-family: arial;
	font-size: 14px;
	color:#000000;
	text-align:justify;
	margin-left:15px;
	margin-right:15px;
}
.texteArial-14 {
	font-family: arial;
	font-size: 14px;
	color:#000000;
	text-align:justify;
	padding:5pt 10pt 0 10pt;
	}
	
.texteArialBoldOrange-14 {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color:#FF6600;
	text-align:right;
	padding:5pt 10pt 0 10pt;
	}

.texteTimes {
	font-family: Times;
	font-size: 16px;
	color:#000000;
	margin-left:10px;
	margin-right:10px;
}

/* Tableau résumé ----------------------------------------------------------------------------*/

.Auteurs {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color:#000000;
	padding:2pt 5pt 2pt 5pt;
}
.TitreCom {
	font-family: Times;
	font-style:italic;
	font-size: 14px;
	color:#000000;
	padding:2pt 5pt 2pt 5pt;
}

