@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	font-size:12px;
	font-family: Verdana, "Trebuchet MS", Arial;
	color:#999;
	background:fff;
	
}

a {
    color:#098BF7;
	text-decoration: none;
}
a:hover {
    color: #F9283E;
	text-decoration: none;
}
.nav{
	margin:0;
	padding:10px 0;
	width:100%;
	border-bottom:1px solid #ccc;
	background:url(../images/nav-bg.png) repeat-x left top;
}

.logo{
	margin:55px auto 10px 535px;
	width:398px;
	height:80px;
	background:url(../images/logo.png) no-repeat;
}
/*Search Styles*/
.search{
	margin:0 auto;
	padding:10px 32px;
	border:1px solid #ccc;
	width:540px;
	background:url(../search-bg.png) repeat-x left bottom;
}
.search p{
	margin:0;
	font-size:14px;
	font-weight:bold;
}
.search-form{
	margin:5px 0;
	width:100%;
}
.input-box{
	margin:0;
	padding:6px 8px;
	width:300px;
	color: #FE5458;
    font-size:18px;
    padding-left:15px;
}
.button{
	margin:0 0 0 5px;
	padding:8px 0;
	font-family: Verdana;
	font-weight:bold;
	color:#666;
	background-color: #EAFBFF;
	border:1px solid #3AC2EF;
}
.button:hover{
	background-color: #FFF4F5;
}
.footer{
	margin:90px auto 10px auto;
	width:500px;
}

#header_left{float:left;width:500px;padding-left:10px;line-height: 25px;}
#header_right{float:right;width:200px;text-align:right;line-height: 25px;color:#999;font-size:11px;padding-right:10px;	background: url(/images/info.png) center no-repeat;background-position: 15px 50%;}
#header_top{height:22px;width:100%; vertical-align:bottom; font-size:11px; border-bottom: 1px solid #E8E8E8;}
#header_top .left{text-align:left; float:left; margin-left:20px; vertical-align:bottom;}
#header_top .right{text-align:right; float:right; margin-right:20px; vertical-align:bottom;}
#Top{width:720px;margin:10px auto;}
#Top a {padding-right:10px;font-size:10px;color:green;}

/* Dacou */
#tag a {
color: #66FF99;
text-decoration:none;
}
#tag a:hover {
color: #0033CC;
}

.tag a {
color: #66FF99;
text-decoration:none;
}
.tag a:hover {
color: #0033CC;
}

#right{
    float:right;
	margin-right:25px;
	width:140px;
	/*background:url(../search-bg.png) repeat-x left bottom; */
	}

#bouton {
background-image:url(../images/download.png);
background-repeat:no-repeat;
height:21px;
padding-top:4px;
text-align:center;
width:110px;
float:right;
margin-right: 30px;
}
#bouton a {
color:#098BF7;
vertical-align:top;
text-decoration:none;
}
#bouton a:hover {
color: #FF0033;
text-decoration:none;
}