@charset "utf-8";
/* CSS Document */
html{
font-size: 100%;
} 

body {
	background-attachment: scroll;
	background-color: #ddcc99;
	background-image: url(images/fundo.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Trebuchet MS",Arial,sans-serif; 
	font-size:16px;
}

a.article_title {
	text-decoration: underline;
	color:#00F;
	font-weight: normal;
	font-size: 17px; 
	text-align:center;
	margin-right:auto;
	margin-left:auto;
		}

a.article_title:hover {
	color:#009;
	}
a.article_title:visited {
	color:#00F;
		}
a.article_title:visited:hover{
	color:#00;
		} 	

#top_grey {
	margin-top: 0px;
	width: 100%;
	height: 28px;
	
	background-color:#ffcc00;
	background-image:
	url(images/fundo_top_grey.jpg);
	background-repeat: repeat;
	
	border-bottom:solid 1px #666;
	}	
#delimiter {
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 2px;
	padding: 4px;
	width:990px;
	
	}	



#gsearch { position:relative;
	margin-top:0px;
	float:right; 
	display:inline;
}

#gsearch input {
	border:0;
	background:transparent url(images/search.png) no-repeat scroll;
	background-position: 0px -25px;
	width:130px;
	height: 25px;
	
	padding:0px 10px;
	font-size:11px;
	outline: none;
	position:relative;
	top:1px;
	margin-right: 10px;
	margin-top: 1px;
}

#gsearch input:focus {
	background-position:0px 0px ;
}

#gsearch button {
	border:0;
	background: transparent url(../img/global/main.png) no-repeat scroll -8px -263px;
	text-indent:-999em;
	width:78px;
	height:23px;
	outline:none !important;
}

#gsearch button:hover {
	background-position:-8px -293px;
}
 
#gsearch button:focus {
	background-position:-8px -323px;
}

div#container{
	z-index:0;
	position:relative;
	width: 1000px; 
	margin-top: 110px; 	
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 2px;
	padding: 0px;
	}
div#title {
	position:relative;
	margin-top: -115px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	}
	img#logo { 
		width:200px;
		z-index: 100; 
		position:relative;
		margin-bottom:-80px;
		margin-left: -20px;
		}
	img#main_title { 
		margin-top: 50px;
		z-index: 1;	
		}
	div#flags{
		position:relative;
		float:right;
		display:inline;
		font-size: 15px; 
		text-align:center; 
		padding: 4px;
		margin-top: -22px;
		}
div#menu 
	{ 
	margin-top: 15px; 
	width 100%;
	height: 44px;
	
	border-top: 1px #aaa solid;
	border-bottom: 1px #aaa solid;
	border-left: 1px #aaa solid;
	
	margin-left: 180px;
	margin-right: 10px;
	}


div#search form	{
	padding: 0px; margin: 0px; 
	}
div#banners{
	margin-top: 55px;
	}
.title {
	
	font-size: 18px;
	color: #1A4085;
	font-weight: bold;
}
#image_gallery 
{ text-decoration:none; 
text-align:center; 
color:#900;
	font-size: 16px;
	font-weight: bold;
}
#image_gallery .a
{ text-decoration:none; 
text-align:center; 
color:#900;
	font-size: 16px;
	font-weight: bold;
}
#image_gallery .a:hover 
{ 
color:#f00;

}
.right_float { float:right}
.left_float { float:left}
.clear { clear:both}

.center_txt { text-align:center;}
.white_txt {color:#FFF;}
/* grafica */

.white { background-color:#FFF}
.white_opacity { background-image:url(images/white_over_opacity.png); background-repeat:repeat; }
.yellow {background:#FC0}
.yellow_gradient { background-image:url(images/yellow_gradient.jpg);}
.grey_gradient { background-image:url(images/grey_gradient.jpg);}
.blue { background:#0000FF}
.grey {background:#CCC}

.border { border:#777 solid 1px; }

.rounded {
 		-moz-border-radius:10px;
		-moz-box-shadow:1 1px 3px rgba(0,0,0,.15);
		-webkit-border-radius:5px;
		-webkit-box-shadow:0 1px 3px rgba(0,0,0,.15);
		-webkit-transition:all 0.15s ease-out;
		behavior:url(border-radius.htc); 

 }
 
.margin_bottom { margin-bottom:8px;}

/* 
_________________________________________________-
*/

ul#articles, ul#articles li , ul#articles ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	} 
ul#articles
{ 
margin-left:auto;
margin-right: auto;
}
ul#articles li { 
float:left;
list-style:none;
display:block !important;
display: inline; /*IE*/ 
width: 468px;
margin-left: 5px; 
margin-right: 5px;
margin-top: 10px;
padding: 10px;
height: 300px;
}
/*
FINESTRE LINK
###############################################################
*/
/*-- MENU --*/
/* Basic code - don't modify */
 #navigator {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 display: block;
	
	 padding: 0;
	 position: absolute;
	 margin: 0px;
	 top: 4px;
	 z-index: 10000!important;
	 }
  #navigator li { display: block; list-style: none; margin: 0 16px; padding: 0; float: left; position: relative; }
  #navigator ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #navigator ul { line-height: 0; } /* IE6 "fix" */
  	#navigator ul a { zoom: 1; } /* IE6/7 fix */
    #navigator ul li { float: none; }
    #navigator ul ul { top: 0; }
    
/* Essentials - configure this */

#navigator ul { width: 130px; margin: -1px 0 0 -10px; }
#navigator ul ul { left: 140px; }

/* Everything else is theming */
 
/*#nav { height: 24px; }
#nav *:hover { background-color: none; }*/
#navigator a {
	display: block;
	color: #00A;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	line-height: 1;
	
}
  #navigator li.hover a { color: #00F; text-decoration: none; }
  #navigator ul { top: 25px; }
    #navigator ul li { margin: 0!important;}
#navigator ul li a {
	background-color: #e1e1e1;
	line-height: 15px;
	color: #00A!important;
	padding: 5px 5px 5px 10px;
	text-align:left!important;
	font-size:11px;
	text-transform: none;
}
#navigator ul a.hover { background-color: #ccc; }
   #navigator ul a { opacity: 0.9; filter: alpha(opacity=90); }




 #navigator2 {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 display: block;
	
	 padding: 0;
	 position: absolute;
	 margin: 0px;
	 top: 25px;
	 z-index: 500!important;
	 }
  #navigator2 li { display: block; list-style: none; margin: 0 16px; padding: 0; float: left; position: relative; }
  #navigator2 ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #navigator2 ul { line-height: 0; } /* IE6 "fix" */
  	#navigator2 ul a { zoom: 1; } /* IE6/7 fix */
    #navigator2 ul li { float: none; }
    #navigator2 ul ul { top: 0; }
    
/* Essentials - configure this */

#navigator2 ul { width: 130px; margin: -1px 0 0 -10px; }
#navigator2 ul ul { left: 140px; }

/* Everything else is theming */
 
/*#nav { height: 24px; }
#nav *:hover { background-color: none; }*/
#navigator2 a {
	display: block;
	color: #00A;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	line-height: 1;
	
}
  #navigator2 li.hover a { color: #00F; text-decoration: none; }
  #navigator2 ul { top: 25px; }
    #navigator2 ul li { margin: 0!important;}
#navigator2 ul li a {
	background-color: #e1e1e1;
	line-height: 15px;
	color: #00A!important;
	padding: 5px 5px 5px 10px;
	text-align:left!important;
	font-size:11px;
	text-transform: none;
}
#navigator2 ul a.hover { background-color: #ccc; }
   #navigator2 ul a { opacity: 0.9; filter: alpha(opacity=90); }

