/*Ma feuille de style générique*/

/*Le corps du document 	*/
body {background-repeat : repeat;
	background-image : url("http://www-clips.imag.fr/geta/projets/ontologieTAO/Image/fond.gif");
	background-color : 	#FFF8DC;
	font-size:12.0pt;
	font-family:Verdana,serif;
	color : black;}
	
div {position:absolute;
	
	margin:10px;
	padding:10px;
	
	font-family:inherit;
	
	color:inherit;
	
	background-color:transparent;
	
	border-width:3px;
	border-color:#996600;
}

div#divtitre {left:0px;
	top:0px;
	width:500px;
	height:30px;
	font-size:14pt;
	font-weight:bold;
	border-style:groove;}

div.divcontenu {
	left:150px;
	top:70px;
	margin-left:4px;
	padding-bottom:20px;
	padding-left:20px;
	font-size:10pt;
	border-left-style:groove;}

	
span.other{margin:5px;
	padding:5px;
	font-size:7pt;}
	
/*Le sommaire*/	

div#divsommaire {left:0px;
	top:70px;
	width:130px;
	
	margin-right:0px;
	
	padding-right:0px;
	padding-top:30px;
	padding-bottom:70px;
	font-size:8pt;
	border-right-style:groove;}

	
h1.sommaire {margin:5px;
	text-indent:0pt;
	color:#996600;
	
	background-color:transparent;
	
	font-size:inherit;
	font-weight : bold;
	cursor:pointer}

	
h2.sommaire {margin:2px;
	text-indent:10pt;
	color:#006600;
	
	background-color:transparent;
	
	font-size:inherit;
	font-style : italic;
	cursor:pointer}


	
/*Les blocs de texte standards*/
p {margin:10px;
	text-align:justify;}

em {margin:10px;
	text-align:justify;
	font-weight:bold;
	font-style:italic;}
	
ol {margin-bottom:0px;}

ul {margin-bottom:0px;}
	
li {margin:5px;}

a:link {color:#006600;
	
	background-color:transparent;
	text-decoration:underline;}

a:active {color:#006600;
	
	background-color:transparent;
	text-decoration:underline;}
	
a:visited {color:#006600;
	
	background-color:transparent;
	text-decoration:underline;}	


	
img {margin:10px;
	padding:0px;
	border-style:solid;
	border-width:1px;
	border-color:#996600;}
	
	
/*Les titres */
h1 {margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	
	margin-right:20px;
	page-break-after:avoid;
	font-size:12.0pt;
	color:#996600;
	
	background-color:transparent;
	font-weight : bold;}
	
h2 {margin-top:5px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:0px;
	page-break-after:avoid;
	font-size:inherit;
	color:#006600;
	
	background-color:transparent;
	font-weight:normal;
	font-style : italic;}

h3 {margin-top:5px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:0px;
	page-break-after:avoid;
	font-size:inherit;
	color:black;
	
	background-color:transparent;
	font-weight:bold;}
	
/*Les formulaires */
form {color : black;
	
	background-color:transparent;
	font-family : Helvetica,serif;}

/*Les tableaux*/

table{margin:10px;

	font-size:inherit;

	border-style:solid;

	border-width:1px;
	border-color:#996600;}

	
table.centre{position:absolute;
    top:20%;
    left:20%;
    padding:10%;
    width:60%;}
	
table.boite{width:80%;}

tr.titreboite, td.titreboite{
	background-color:#996600;
	font-size:inherit;
	color:white;}
		
tr.contenuboite{
	width:100%;
	font-size:inherit;
	color:inherit;
	
	background-color:transparent;}	
	
tr.contenuboite2{
	width:100%;
	font-size:inherit;
	color:inherit;
	
	background-color:#DEB887;}
	
