@import url(rdf.css) all;

/*  Black */ 

* {
	padding: 2px 1px 1px 1px;
	font-size: 2pt/22pt ;
	font-family: verdana;
	font-weight: bold;
	font-weight: normal;
	margin-top: 0px; 
	text-align: left;
}


.owlEntityTitle {
	font-size: 18pt ;
	font-style: verdana;
	color: rgb(180,0,0);
}
a {
	color: rgb(255,255,255);
	display : inline;
	text-decoration : underline;
	color: rgb(200,200,255);
	display : inline;
}
a:link {text-decoration:none;}
a:visited {text-decoration:none; color: rgb(255,255,0);font-size: 12pt}
a:active {background-color: #FFFF00;}
a:hover {color: orange;font-style: italic;}


.owlClass:before {
	font-size: 12pt ; 
/*  content : "Classe : "*/ 
	
}

.owlClass{
	border: 0px solid #ffffff;
	font-size: 12pt ; 
	background-color : #000000;
	font-family: verdana;
	color: rgb(255,255,255);
	text-align: left;
}

.individual:before {
	font-size: 10pt ; 
	color: rgb(0,0,0);
}   

.individual {
	border: 0px solid #ffffff;
	background-color : #000000;
	font-family: verdana;
	font-size: 12pt ; 
	color: rgb(255,255,255);
}

.owlhasValue:before {
	content : "A pour valeur : "
	font-size: 10pt ; 
	color: rgb(0,0,0);
}
.owlhasValue {
	background-color: rgb(150,150,255);
 color: rgb(255,255,255);
}

.owldisjointWith:before {
	content : "Est différent de : "
	font-size: 10pt ; 
	color: rgb(0,0,0);
}
.owldisjointWith {
	background-color : #99CC99
}

.owlRestriction:before {
	content : "Redefinition de la propriété : "
	font-size: 8pt ; 
	color: rgb(0,0,0);
}
.owlRestriction {
	background-color: rgb(0,100,100);
}

.owlFunctionalProperty:before {
/*	content : "Propriété fonctionnelle : "*/
	color: rgb(255,255,255);
	background-color: rgb(230,200,200);
	font-size: 8pt ; 
}
.owlFunctionalProperty {
	background-color : #000000;
	font-size: 10pt;
	font-size: 12pt;
	font-weight: bold;
}

.owlInverseFunctionalProperty:before {
	font-size: 8pt ; 
	color: rgb(255,255,255);
	background-color: rgb(230,200,200);
	content : "Propriété inverse : "
}
.owlInverseFunctionalProperty {
	background-color: rgb(80,185,120);
	font-size: 10pt;
	font-weight: bold;
}

.owlsomeValuesFrom:before {
	content : "Une des valeurs suivantes : "
}

.owlsomeValuesFrom {
	background-color :#337733
}

.owldomain:before {
	content : "A pour domaine : "
}

.owldomain {
	background-color :#eeff88 
}

.owlinverseOf:before {
	content : "Est l'inverse de : "
}

.owlsubPropertyOf:before {
	font-size: 8pt ; 
	content : "Est une sous-propriété de : "
}

.owlsubPropertyOf {
	background-color : #6666CC
}

.owlunionOf:before {
	content : "Est l'union de : "
}

.owlunionOf {
	background-color : rgb(220,220,0);
}

.owlequivalentClass:before {
	content : "Est équivalent a :"
}

.owlequivalentClass {
	background-color : rgb(220,220,0);
}

.owlonProperty:before {
    font-size: 10pt ; 
	content : "La propriété : "
}

.owlonProperty {
	background-color : #339999;
}

.owlobjectProperty:before {
	font-size: 8pt ; 
	color: rgb(255,255,255);
/*	content : "Propriété" */
}

.owlobjectProperty {
	font-size: 10pt;
	font-weight: bold;
	background-color :#000000;
	font-size: 12pt;
	font-weight: bold;
}

.owlTransitiveProperty:before {
	font-size: 8pt ; 
	color: rgb(255,255,255);
/*	content : "Propriété transitive : " */
}

.owlTransitiveProperty {
	background-color :#000000;
	font-size: 12pt;
	font-weight: bold;
}

.owlallValuesFrom:before {
	content : "Toutes les valeurs : "
}

.owlallValuesFrom {
	background-color :#337733
}

.owlAllDifferent:before {
	content : "Different de tous : "
}

.owlAllDifferent {
	background-color :#337733
}

.instanceOf .owlClass:before {
	content : "Est une instance de : "
}

.owlDatatypeProperty:before {
	font-size: 8pt ; 
	color: rgb(255,255,255);
/*	content : "Propriété type de donnée :"*/
}

.owlDatatypeProperty {
	font-size: 10pt;
	font-weight: bold;
	background-color :#000000;
	font-size: 12pt;
	font-weight: bold;
}

.owlSymmetricProperty:before {
    font-size: 8pt ; 
/*	content : "Propriété symétrique : "*/
}
.owlSymmetricProperty {
	font-size: 10pt;
	font-weight: bold;
	background-color :#000000;
	font-size: 12pt;
	font-weight: bold;
}

.valeur:before {
}

.valeur {
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	font-weight: bold;
	font-style: italic;
}


