
/* Layout Stylesheet */ 



 body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C9D0FF;
/*	background-position: 50%; */
 	text-align:center;
}

#outer {
 text-align:left;
 	background-image: url(../images/fond.jpg);
	background-repeat: repeat-y;
/*border:1px solid #000000;*/
 width:1024px;
 margin:auto;
 }

#hdr {
 height:130px;
 /*background:#eeeeee;
 color: #333333;*/
  filter:alpha(opacity=95);
 -moz-opacity:0.95;
 opacity: 0.95;
}

#bar {
 height:50px;
 /*background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;*/
 }

#bodyblock {
 position:relative;
 /*background: #dcdcdc;
 color: #333333;*/
 width:1024px;
 padding:0;
 }

#lsep {
	width: 45px;
}

#l-col {
border: thin solid 1px Green;
 float:left;
 margin-left: 10px;
 background:#DFF6C4;
 color: #253413;/**/
 width:230px;
  filter:alpha(opacity=95);
 -moz-opacity:0.95;
 opacity: 0.95;
 }

#cont {
margin-right: 10px;
padding-left: 15px;
padding-right: 15px;
 width:730px;
 color: #253413;
 text-align:left;
 background:#C9D0FF;
 border: thin solid Blue 1px;
  filter:alpha(opacity=95);
 -moz-opacity:0.85;
 opacity: 0.85;
 min-height: 560px;
}

#ftr {
 height:55px;
 text-align: center;
 vertical-align: bottom;
  width:1024px;
/*background:#c0c0c0;
 color: #333333;
 
 border-width:1px 0 0 0;*/
 margin:0;
 /*border:solid #253413;	
 border-width: 1px 1px 1px 1px;*/
 }
 
 .white {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

 .ACSIModulo {
 	display: none;
 }
 
a  {
 	color: Navy;/**/
 }

 .news {
	text-align: center;
	text-decoration: underline;
	font-size: larger;
	font-weight: bold;
   color: green;
 }
