/* CSS Document */

* {
margin: 0;
padding: 0;
border: 0;
font-size: 1em;
font-weight: normal;
font-style: normal;
text-decoration: none;
list-style-type: none;
color:#000000;
}

html, body
{
	font-size:11px;
	background-color:#E4EBF9;
	font-family: Arial, Helvetica, sans-serif;
}

#content { min-height:350px; }

* html #content {
	height: 350px;
}

#main {

width:780px;
background-color:#FFFFFF;
border:5px solid #004080;
margin:5px;
margin-right:auto;
margin-left:auto;
}

#header {
	height:170px;
}


#footer {
	height:50px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	text-align:center;
	font-size:1.1em;
	background-position: center bottom;
	margin-top:20px;
}

#footer p {
line-height:1em;
height:auto;
font-size:0.9em;
}

#txt {
margin:5px 5px 5px 10px;
}

.img-txt {
float:left;
margin:0 5px 0 0;
}

#news {
	float:right;
	width:200px;
	height:auto;
	background-color: #ffcc66;
	background-image: url(images/news_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

#news-text {
	padding:5px 10px;
	}

.newstop {
	background-image: url(images/news_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:30px;
}



h2 {
font-size:1.7em;
margin:5px 0;
width:500px;
}

h4 {
font-size:1.7em;
margin:5px 0;
width:300px;
}

h3 {
font-size:1.2em;
margin:5px 0;
font-weight:bold;
text-transform:upper;
}

p {
line-height:1.5em;
margin:5px 0;
}

#sousmenu {
height:20px;
}


h1 {
font-size:0.8em;
color:#666666;
margin:5px 0 0 5px;
}

#newsletter {
float:right;
}

#newsletter form {
margin:0;
padding:0;
}

#newsletter input {
padding:1px;
border:1px solid black;
font-size:0.8em;
background-color:#FFFFFF;
margin:1px;
}

#navcontainer
{
margin: 0 auto;
width:100%;
background-color:#004080;
border-bottom: 2px solid #ffcc66;
border-top: 2px solid #ffcc66;

}

#navlist
{
width: 100%;
text-align: center;
margin: 0 auto;
padding: 5px 0 10px 0;
text-indent: 0;
list-style-type: none;
font-size:0.9em;

}

#navlist li
{
padding: 0;
margin: 0 5px;
text-indent: 0;
display: inline;
color: white;
}


#navlist li a:link, #navlist li a:visited
{
text-decoration: none;
color: white;
font-size: 1em;
padding: 0 2px;
border-top: .5em solid #004080;
}

#navlist li a:hover, #navlist a#current
{
color: #ffcc66;
border-top: none;
font-size: 1.4em;
}
#navlist a#current { 
color: #ffcc66;
}

#copyright {
font-size:0.8em;
text-align:center;
margin-right:auto;
margin-left:auto;
}

div.img-dec {
	background: url('images/shadow.gif') no-repeat bottom right;
	float: left;
	margin: 5px 5px 5px 0;
	padding: 0;
	position: relative;
}

div.img-dec img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

#main a:link, a:visited {
text-decoration: none;
color: #004080;
}

#txt a:hover
{
text-decoration:underline;
}

#footer a:hover
{
text-decoration:underline;
}

#copyright a:hover
{
text-decoration:underline;
}

 #content input, #content textarea {
 margin:0 10px;
 padding:2px;
 font-size:1em;
 border:1px solid black;
 background-color:#FFFFFF;
 color:#004080;
  }
  
  #txt label {
   }
   
  #txt form {
  margin:10px 0;
   }
   .spacer {
clear:both;
margin-top:5px;
}


#txt dl
{
margin : 10px 5px;
line-height:1.4em;
}

#txt dt
{
font-weight:bold;
margin:5px 0;
}

#txt dd
{
border-left: 1px solid #004080;
margin-left: 20px;
padding-left: 5px;
}

.detail { float:right; text-align:right; cursor: pointer; margin: 10px 5px 0 0;}

.picture_big
{
margin: 5px;
border: 1px solid #004080;
text-align:center;
}
	
.picture_det
{
	float:left;
	margin: 5px;
	border: 1px solid #004080;
	cursor: pointer;
}

.hide_link { visibility:hidden; }