/*style des liens par defaut*/
a {
	background-color: transparent;
	color: #003366;
	text-decoration: none;
}

/* le style du texte ayant un lien mais n'ayant pas encore été visité */
a:hover {
	background-color: transparent;
	color: #FF9900;
	text-decoration: none;
}

a:link {
	background-color: transparent;
	color: #003366;
	text-decoration: underline;
}
/*style par defaut*/
body, td, tr, p, input {
	color: #003366;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


a.barredemenu { /* Couleur des caractères du menu dynamiques : marre de menu et dans les menus déroulants */
	font-size: 12px;
	font-weight: bold;
	color: #003366; /* en bleu, 003366 */
}

a.barredemenu:visited {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

a.barredemenu:hover { /* Couleur des caractères lorsque la souris est dessus */
	background-color: transparent;
	color: #9F9F9F; /*#FFFFFF;*/
	text-decoration: none;
}

a.barredemenu:link { /* Couleur des caractères lorsque la souris est dessus */
	background-color: transparent;
	color: #003366; /*#FFFFFF;*/
	text-decoration: none;
}

a.leftmenu
{
	font-size: 12px;
	background-color: Transparent;
	color : #003366;
	text-decoration : none;
}


a.leftmenu:hover 
{
	font-size: 12px;
	background-color: Transparent;
	color : #FFFFFF;
	text-decoration : none;
}

a.leftmenu:visited 
{
	font-size: 12px;
	background-color: Transparent;
	color : #003366;
	text-decoration : none;
}


a.liendiscret {
	font-size: 10px;
	color: #808080;
}

a.liendiscret:hover {
	background-color: transparent;
	color: #808080;
	text-decoration: underline;
}

a.lienimage {
	font-size: 10px;
	color: #808080;
}

a.lienimage:hover {
	background-color: transparent;
	text-decoration: none;
}

a.lienbarrenavigation {
	font-size: 10px;
	color: #808080;
}

a.lienbarrenavigation:hover {
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

a.liencategindex {
	font-size: 11px;
	font-weight: bold;
}
a.simpletext, a.simpletext:hover{
	color: #000000;
	text-decoration: none;

}
.titreactiontab {
	color: #009700;
	font-weight: bold;
}

.nomcat {
	font-size: 18px;
	font-weight: bold;
}

.textegris {
	color: #808080;
}

.texteitalic {
	font-style: italic;
}
.texteitalicpetit {
	font-style: italic;
	font-size: 10px;
}

.textegras {
	font-weight: bold;
}

.textemoyen {
	font-size: 12px;
}

.textegrasrouge {
	font-weight: bold;
	color: #FF0000;
}
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
ul.bb-list-unordered { }
ol.bb-list-ordered { }
ol.bb-list-ordered-d { list-style-type:decimal; }
ol.bb-list-ordered-lr { list-style-type:lower-roman; }
ol.bb-list-ordered-ur { list-style-type:upper-roman; }
ol.bb-list-ordered-la { list-style-type:lower-alpha; }
ol.bb-list-ordered-ua { list-style-type:upper-alpha; }
ol.bb-listitem { }

.bb-php {
  border: 1px solid black;
  padding: 10px;
  font-family: Courier;
  white-space: nowrap;
}

.bb-quote {
  border: 1px solid black;
  padding: 10px;
}

.bb-email { }
.bb-url { }

.bb-image {
  border-width: 0;
  border-style: none;
}
.phpdigHighlight { color: #000099;
                   background-color: #FFFFFF;
                   font-weight: bold; }
.textegrand {
	font-size: 14px;
}
a:visited
/* style des liens déjà vus */
{
	background-color: transparent;
	color: #808080;
	text-decoration: none;
}
