* { font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; }

body { 
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	}
	
#general {
	background: url(../images/background.jpg) repeat-x #175470;
	margin-left:0px;
	margin-right:0px;
}

#global { 
	width: 900px;
	height:auto;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

#header { 
	width: 900px;
	height: 150px;
	background: url(../images/bg_top.jpg) no-repeat #175470;
	color: #175455;
	font-size: 9px;
	position: relative;
	}
	#header img { z-index: 1000; width: 900px; height: 150px; position: absolute; top:0px; left: 0px; }
	
#top {
	width: 900px;
	height: 130px;
	background: url(../images/bg_top.jpg) no-repeat;
	position: relative;
	}
	#top_navigation {
		position: absolute;
		width: 170px;
		height: 76px;
		right:100px;
		top:25px;
		background: url(../images/bg_top_navigation.jpg) no-repeat;
		}
		#button_nav { 
			position: relative;
			width:170px;
			height:76px;
			}
			.left { 
				position: absolute;
				top:0px;
				left: 0px;
				height:49px;
				width:52px;
				}
			.center { 
				position: absolute;
				top:0px;
				left: 59px;
				height:49px;
				width:52px;
				}
			.right { 
				position: absolute;
				top:0px;
				right: 0px;
				height:49px;
				width:52px;
				}	
#contenu {
	width: 900px;
	min-height:200px;
	background: url(../images/bg_global.jpg) repeat-y #FFFFFF;
	overflow:hidden;
	}
	
#footer {
	background: url(../images/bg_footer.jpg) repeat-x #FFFFFF;
	width:100%;
	height:100%;
	}
	
	#footer_contains {
		width:900px;
		height:191px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		position:relative;
		}
	#bottom { 
		width: 900px;
		height: 91px;
		background: url(../images/bg_bottom.jpg) no-repeat;
		}
		#logo_footer {
			position: absolute;
			top: 91px;
			right:20px;
			width: 110px;
			height: 100px;
			}
#link_footer_left {
	width: 350px;
	height: 80px;
	position: absolute;
	top:96px;
	left: 40px;
	text-align:left;
	color: #8dbe48;
	font-size:10px;
	}

	#link_footer_left p{
		color: #8dbe48;
		font-size: 10px;
		text-align: left;
		}
	#link_footer_left b{
		color: #175470;
		font-size: 11px;
		text-align: left;
		font-weight:bold;
		}
	
#link_footer_right {
	width: 350px;
	height: 80px;
	position: absolute;
	top:96px;
	left: 400px;
	text-align:left;
	color: #8dbe48;
	font-size:10px;
	}
#footer_contains ul {
	display: block;
	width: 350px;
	padding-bottom:10px;
	}
	#footer_contains ul li {
		display: block;
		list-style: none;
		}
		#footer_contains ul li a{
			color: #8dbe48;
			text-decoration: none;
			font-weight: bold;
			background:url(../images/arrow_link.gif) no-repeat left center;
			padding-left: 20px;
			}
		#footer_contains ul li a:visited{
			color: #8dbe48;
			text-decoration: none;
			background:url(../images/arrow_link.gif) no-repeat left center;
			}
		#footer_contains ul li a:hover{
			color: #175470;
			text-decoration: none;
			background:url(../images/arrow_link_ahover.gif) no-repeat left center;
			}
dl { margin:0px; padding:0px; width:500px; text-align:left;}
dd { margin:5px 0px; padding:0px; display:inline-block; width:500px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; text-align:left;}	
fieldset { border: 1px solid #e5e5e5; }
label { width:150px; display: block; float: left; text-align:left;}	
input[type="text"] {display: block; float: left; color:#8dbe48; font-size:11px; font-family:"Courier New"; margin-bottom:5px;}
textarea { height:60px; display: block; float: left; color:#8dbe48; font-size:11px; font-family:"Courier New";}
.button { margin-top:20px; margin-bottom:10px; width:100px; height:25px; color:#175470; padding-bottom:5px;}
.red { color:#FF0000; font-size:11px; text-align:left;}

#go_top { position: fixed; bottom:220px; right:0px; display:block; width:30px; height:66px;}
#go_top img{border:none; margin:0px 0px 10px 0px;}

.legal { color:#8dbe48;}
.legal a:link { color:#8dbe48; font-weight:bold; text-decoration:underline;}
.legal a:visited { color:#8dbe48; font-weight:bold; text-decoration:underline;}
.legal a:hover { color:#015671; font-weight:bold; text-decoration:none;}
