/**********************************************************************************************
				TECHNETEA 	Style Sheet
				Version : 16/04/09 
**********************************************************************************************/


body
{	
	background-color : #FCFCFF;
	cursor : default;
	font-family: Arial,sans-serif;
	font-size:10pt;
}

.clsMessage
{	display: none;
	width: 100%;
	margin : 5px 5px 5px 5px;
	border: 2px solid #000000;
	frameborder: 0;
}

.clsBody2
{	background-color: #ffe060;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:black;
	font-weight: bold;
}

table
{
	font-family: Arial,sans-serif;
	font-size:10pt;
}

h1
{	font-family: serif;
}

h3
{	font-family: serif;
	margin: 0 0 19px 0;
}


p.normal
{	
	margin : 5px;
	text-align : justify;
	text-indent : 1em;
}
p.new
{	margin : 20px 5px 0 5px;
	text-align : justify;
	text-indent : 1em;
}
p.next
{	margin : 0 5px 0 5px;
	text-align : justify;
	text-indent : 1em;
}


p.enum
{	
	margin : 0 5px 0 50px;
	text-align : justify;
	text-indent : -15px;
}
p.enum2
{	
	margin : 5px 5px 0 50px;
	text-align : justify;
	text-indent : -15px;
}


p.highlight
{	
	text-align : center;
	font-weight: bold;
}


div.headline
{	background-color:#b0d0ff;
	padding:6pt 0 6pt 8pt;
}




ul.small1
{	font-family: arial, sans serif;
	font-size: 9pt;
	line-height:15pt;
	list-style-type:circle;
}
ul.small2
{	font-family: arial, sans serif;
	font-size: 9pt;
	line-height:15pt;
	list-style-type:disk;
}

li.linone
{	text-decoration: underline;
	list-style-type:none;
	position:relative;
	left:-12pt;
}


.legende
{	font-family: arial;
	text-align : center;
	font-size  : 9pt;
	color:#000080;
}


.clsSmall
{	
	font-size  : xx-small;
}



.clsT1
{	font-family: Times;
	font-size:28px;
	font-weight: bold;
	color:black;
	text-align:left;
	cursor:default;
}

.clsT2
{	font-family: Times;
	font-size:18px;
	font-weight: bold;
	color:black;
	text-align:left;
	cursor:default;
}
	

.clsExemple		
{	background-color:#FFFF80;
	border:1px solid #000000;
	font-family: Courier;
	font-size:10pt;
	text-align:left;
	cursor:text;
	margin:20px 50px 20px 50px;
	padding: 20px 20px 20px 20px;
}

.clsExemple2		
{	background-color:#F4F4FF;
	border:1px solid #000000;
	font-size:9pt;
	text-align:left;
	cursor:text;
	margin:10px 10px 10px 10px;
	padding: 10px 20px 10px 20px;
}

.clsPostit
{	transform: rotate(-6deg);
	-ms-transform: rotate(-6deg); 
	-moz-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg); 
	-o-transform: rotate(-6deg); 
}


a
{	outline:none;
}

a:link
{
	color:#0000ff;
	text-decoration: none;
	font-weight:normal;
}


a:active
{
	color:#e8a000;
	text-decoration: underline;
	font-weight:normal;
}

a:visited
{
	color:#e8a000;
	text-decoration: none;
	font-weight:normal;
}

a:hover 
{
	color:#0000ff;
	text-decoration: underline;
	font-weight:normal;
}



/****	barre de menu	****/

.clsSubMenu 
{	background-color: #c0c0d6;
	border-spacing: 3px;
}

#id_menu td
{	background-color: #c0c0d6;
}

#id_menu td a
{	color: #000000;
	margin-left: 15pt;
	margin-right: 15pt;
	cursor: pointer;
	font-family: Arial,sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-decoration: none;
}

#id_menu td a:hover
{	color: #ffffff;
}




.clsNoAnchor
{	color: #f8f8f8;
	margin-left: 15pt;
	margin-right: 15pt;
	font-family: Arial,sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-decoration: none;
}


