/*
Theme Name: Asonblog.com
Theme URI: http://asonblog.com
Version: 1.0
Description: Thème officiel de Asonblog.com
Author: Webcd.fr
Author URI: http://webcd.fr
*/

body {
  text-align: center;
  margin-top:0px;
  margin-bottom:10px;
  color:#fff;
  background-color: #FFF;
  background-image:url(images/bg-page.png);
  background-position:top center;
  background-repeat:no-repeat;
}

A:link {
	COLOR: #990505; text-decoration: none;
}
A:visited {
	COLOR: #990505; text-decoration: none;
}
A:active {
	COLOR: #990505; text-decoration: none;
}
A:hover {
	COLOR: #FF0000; text-decoration: underline;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 955px;
  text-align: left;
  background: #171717;
  background-image:url(images/page-bg.png);
  background-repeat:repeat-y;
}

#header_wrapper {
  margin:0px; padding:0px;
  background-image:url(images/bandeau.png);
  background-position:top center;
  background-repeat:no-repeat;
  background-color:#FFFFFF;
}

#header {
  padding-top:35px;
}

#header h1 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 28px;
  color:#ffffff;
  letter-spacing: -1px;
}

#header h1 a {
	color:#ffffff;
	text-decoration:none;
}

#header h1 a :visited
{
	text-decoration:none;
	color:#ffffff;
}
#header h1 a:hover
{
	text-decoration:underline;
	color:#ffffff;
}


#sitename {
	margin:0px;
	font-family: verdana, arial, sans-serif;
	font-size: 28px;
	color:#ffffff;
	letter-spacing: -1px;
}

#header h2 {
	margin:0px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color:#B1C6EB;
	letter-spacing: 1px;
}

#left_side {
  float: left;
  width: 193px;
  background: #FFF url(images/menuG-bg.png) repeat-y;
}
#left_side ul{
	list-style:none;
	margin:0;
	padding:0;
}
#left_side li{
	list-style:none;
	list-style-image:url(images/puce.gif);
	margin-left:25px;
}

#left_side A:link {
	COLOR: #222222; text-decoration: none;
}
#left_side A:visited {
	COLOR: #222222; text-decoration: none;
}
#left_side A:active {
	COLOR: #990505; text-decoration: none;
}
#left_side A:hover {
	COLOR: #990505; text-decoration: underline;
}

#right_side {
	float: right;
	width: 150px;
	padding-right:15px;
}

#content {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 210px;
  margin-right: 190px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  text-align:justify;
}

#content p {
  margin-top:15px; margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

#content h3 {
  margin-top:5px; margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #2153AA;
}
#content h3 a{ color:#fff; }

#content h4 {
  margin-top:0px;
  margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  color: #2153AA;
}

#footer {
  height: 160px;
  clear: both;
  text-align: center;
  padding-top:12px;
  color: #B6CEF9;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 18px;
  background-image:url(images/page-bg.png);
  background-repeat:repeat-y;
}

#footer A:link {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:visited {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:active {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:hover {
	COLOR: #FFFFFF; text-decoration: underline;
}


/*
** Menu styles
*/
ul.menu {
  list-style: none;
  border: none;
  text-align:left;
}
ul.menu li {
  margin: 0 0 0 0.5em;
}
li.expanded {
  list-style-type: circle;
  list-style-image: none;
  padding: 0.2em 0.5em 0 0;
  margin: 0;
  color: #759ADB;
}
li.collapsed {
  list-style-type: circle;
  list-style-image: none;
  padding: 0.2em 0.5em 0 0;
  margin: 0;
  color: #759ADB;
}
li.leaf {
  list-style-type: disc;
  list-style-image: none;
  padding: 0.2em 0.5em 0 0;
  margin: 0;
  color: #759ADB;
}

#left_side p, #right_side p {
  margin:10px;margin-top:15px;margin-bottom:15px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #333333;
}

#left_side a, #right_side a {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

#left_side h3, #right_side h3 {
  padding:4px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color:#222222;
  text-align:right;
  padding-right:10px;
}
#right_side h3 { color:#FFFFFF; text-align:left; font-size:14px; line-height:14px;}
#left_side h4, #right_side h4 {
  margin-top:0px;margin-bottom:0px;margin-left:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #2153AA;
}
#navcontainer {
	position:relative;
	background-image:url(images/page-top.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#navlist
{
  text-align:center;
  font: bold 14px Arial, Helvetica, sans-serif;
  height:101px;
  margin:0;
  margin-left:20px;
}

#navlist li {
	list-style: none;
	margin: 0;
	padding:0;
	float:left;
	display:block;
	width:158px;
	height:75px;
}

#navlist li a {
	border-bottom: none;
	text-decoration: none;
	width:158px;
	height:75px;
	line-height:75px;
	color:#000000;
	display:block;
}

#navlist li a:link { color: #000000; }
#navlist li a:visited { color: #000000; }

#navlist li a:hover {
	color: #FFFFFF;
	background-image:url(images/btn-actif.png);
}
#navlist li a:active {
	color: #FFFFFF;
	background-image:url(images/btn-hover.png);
}
#navlist li a#current {
  color: #000;
  background: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
#identification {
	position:absolute;
	right:0;
	bottom:0;
	color:#000000;
	background-image:url(images/identification.png);
	background-repeat:no-repeat;
	right:0;
	float:right;
	width:255px;
	font-size:11px;
	height:86px;
}

input.champRouge { background:none; border:0; background-image:url(images/champ-txt.png); background-repeat:no-repeat; width:95px; height:24px; padding:0px 5px; font-size:11px; padding-top:5px; color:#FFFFFF;}
#identification input.btnEnvoie {
	border:0;
	background:none;
	margin:0;
	padding:0;
	cursor:pointer;
}
.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}

.featurebox_center {
  background-color: #fffff6;
  margin:0px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}

.featurebox_side {
  background-color: #fffff6;
  margin:0px;margin-left:10px;margin-right:10px;margin-bottom:15px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}


.post{ margin:0; padding:15px; background-color:#000000; }

.post .info{
	padding:2px 3px 3px 8px;
	font-size:0.9em;
	color:#505050;
}
.info{ text-align:center; }

/* Comments Styling */
#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
}

#commentform {
	margin: 1em 0;
	background: #ffffff;
	width: 280px;
}

#commentform textarea {
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform textarea:hover {
	background: #FFFFFF;
	border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
	background: #ffffff;
	border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #d6d3d3;
	width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #939793;
	width: 280px;
}
#commentform input{
	margin-bottom: 3px;
}

