body {
	background:#000;
	font-family: Verdana;
	font-weight: 450; 	
	line-height: 13px;
	font-size:11px;
	color:silver;
	margin:0px;
	margin-top:0px;
}
#Menu {
	width:150px;
	position:absolute;
	left:20px;
	top:20px;
}
#Page {
	margin-left: 60px;
	margin-top:10px;
	width:680px;
	

}

#Footer {
	margin-top:100px;
	;
}


h1 {  
	font-size: 16px;
	font-weight: 650;
	
	
}

h2 { 	
	font-size: 12px;
	font-weight: 700;
}

h3 {  
	
	font-size: 13px;
	font-weight: 600;
	background-color: teal;
	display:inline;
	/*width:75px;*/
	/*padding:2px;*/
}

.orange{
	font-size: 12px;
	background-color: #FF9933;
	text-align:left;
	padding:10px;
	padding-top:15px;
	width:140px;
	height:170px;
	position:absolute;
	top:200px;
	left:68px;
}
.orange1{
	font-size: 12px;
	background-color: #FF9933;
	text-align:center;
	padding-top:4px;
	width:327px;
	height:21px;
	position:absolute;
	top:448px;
	left:237px;
}
.centre{  
	text-align:center;
	width:527px;
	position:relative;
	top:-5px;
	left:136px;
}
.chapeau{
	font-size: 13px; 
	font-weight: 600;
	border:2px solid #27303f;
	padding : 6px;
	text-align:center;
	
}
.rougeetcentre{  
	text-align:center;
	font-size: 13px; 
	font-weight: 600;
}
.rougeetcentre a{  
	background-color: red;
}
.vertetcentre{  
	font-size: 13px; 
	font-weight: 600;
	text-align:center;
}
.vertetcentre a{  
	background-color: teal;
}

table {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border:1px solid black;
	border-collapse:collapse;
	vertical-align:top;
}

tr.alternate {	
	border:1px solid #669900;
	background: #F9FFE6;
}
th {
	text-align:left;
	background:#ddd;
	color:#6A92DA;
	padding:5px;
	border:1px solid #aaa;
}
td {
	vertical-align:top;
	padding:5px;
	border:1px solid #aaa;
}
td.body_r {
	font-size:xx-small;
}

a      { 
	color: #ffc;  
	font-weight: 500; 
	text-decoration: none 
}
a:hover { 
	color: #ff3333; 
	text-decoration: underline overline 
}




img {
    	border: 0px;
	vertical-align: middle;
}

p {
    	margin: 0.4em 0em 0.5em 0em;
    	line-height: 1.5em;
}

hr {
    	height: 0px;
	border:0px;
	border-bottom: 1px solid red;
	margin: 0.2em 0 0.2em 0;
	clear:both;
}
hr.page_break {
	height:0px;
	visibility:hidden;
	clear:both;
	page-break-before:always;
}


ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: 0.5em 0 0.5em 1.5em;
	padding:0;
	list-style-image: url("bullet.gif");
	border-left:1px solid red;
}

ol {
	line-height: 1.5em;
	margin: 0.3em 0 0 3em;
	padding:0;
	list-style-image: none;
}

li {
	margin-bottom: 0.1em; 
	margin-left:1em;}

dt {
	font-weight: bold;
	margin-bottom: 0.1em;
}

dl{
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: 0.1em;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	background: White;
	padding: 0.5em;
}

label {
	font-weight:bold;
	padding-top: 10px;
}

form {
	border: none;
	margin: 0;
}

textarea {
	color: Black;
	background-color: #669900;
	border:1px solid #669900;
	padding: 0.1em;
	display:block;
	width:300px;  
	height:50px;
}

textarea.edit { 
	padding:1px; 
	width:99%;  
	height: 620px; 
}

textarea.section { 
	padding:5px; 
	width:98%;  
	height: 150px; 
}

input, textarea {
	border: 1px solid #669900;
	background: #F9FFE6;
}

input[type=submit], input[type=reset] {
	border: 1px solid #669900;
	background: #f9ffe6;
	cursor:pointer;
}

input[type=submit]:hover {
	border: 1px solid #669900;
	background: #669900;
	color: #fff;
}
input[type=reset]:hover {
	border: 1px solid #990000;
	background: #990000;
	color: #fff;
}

input.annulation:hover {
	border: 1px solid #990000;
	background: #990000;
	color: #fff;
}

input.apercu:hover {
	border: 1px solid #ffaa00;
	background: #ffaa00;
	color: #fff;
}

select {
	vertical-align: top;
}
	
abbr, acronym, {
	border-bottom: 1px dotted Black;
	color: Black;
	cursor: help;
}

q {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}

blockquote {
	border-left: 1px solid #28780A;
	padding-left:10px;
	margin: 0px;
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
}

/* %%
=====Casini=====
%%(css) */

.centre {
	text-align:center;
}
.copyright { 
	color: #333333; 
	font-size:9px;
	margin-left:10px;
}

.copyright a{  
	color:#333;
}

.error { 
	color: #CC3333; 
	font-weight: bold; 
}

.indent { 
	margin-left: 40px; 
}

.additions { 
	color: #008800; 
}

.deletions { 
	color: #880000; 
}

.add { 
	font-weight: bold; 
	color: #c00; 
	text-decoration: underline; 
}

.del { 
	font-style: italic; 
	color: #c00; 
	text-decoration: line-through; 
}

.com { 
	font-style: italic; 
	color:#666;
}

.prev_alert { 
	background-color: #7C9A08; 
	color: white; 
	font-size: 1.7em; 
	font-weight: bold; 
	margin-bottom: 5px; 
}

.code { 
	background: #f5f5f5; 
	border: 2px solid  #f0f0f0; 
	font-family: 'Courier New', Courier; color: black; 
	font-size: 10pt; 
	overflow:auto; 
	padding: 0px; 
}

.code_css { 
	background: #FFF; 
	border: none; 
	font-family: 'Courier New', Courier; color: black; 
	font-size: 10pt; 
	overflow:auto; 
	padding: 0px; 
}

.debug { 
	font-size: 11px; 
	color: #888888; 
}

.hr_clear { 
	clear: both; 
	visibility: hidden; 
}

.visualClear { 
	clear: both; 
}

/* %% */ 

