
/* Layout Stylesheet */ 



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

#outer {
 text-align:left;
/*border:1px solid #000000;*/
 width:1024px;
 margin:auto;
 background-color: #FF0000;
 }

#hdr {
 height:140px;
 /*background:#eeeeee;
 color: #333333;*/
}

#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 #991E00;*/
 float:left;
 margin-left: 10px;
 background:#ECDDC0;
 background-image: url(../images/fond_new.gif);
 background-repeat: no-repeat;
 color: #253413;/**/
 width:230px;
 }
 
#bas_news {
 float:left;
 background:#ECDDC0;
 background-image: url(../images/bas_news.gif);
 background-repeat: no-repeat;
 width:230px;
 height:40px;
 }

#cont {
margin-right: 10px;
padding-left: 15px;
padding-right: 15px;
 width:730px;
 color: #253413;
 text-align:left;
 background:#FFEDDB;
 background-image: url(../images/fond_article.gif);
 background-repeat: no-repeat;
 /*border: 1px solid #991E00;*/
 min-height: 450px;
}
#test {
margin-right: 10px;
padding-left: 15px;
padding-right: 15px;
 width:730px;
 color: #0000FF;
 text-align:left;
 background:#0000FF;
 background-image: url(../images/bas_article.gif);
 background-repeat: no-repeat;
 height: 40px;
}

#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: #991E00;/**/
 }

 .news {
	text-align: center;
	text-decoration: underline;
	font-size: larger;
	font-weight: bold;
   color: #991E00;
   padding-top: 21px;
 }
 
 .article{
padding-top: 1px;
}

.article a{
color:#333333;
}

.article a:hover{
color:#999999;
text-decoration:underline;
}

.article p{
margin: 0px;
}