/*
Theme Name: Creation Theme
Theme URI: http://www.apc.fr/
Description: The first theme created by A.P.C
Version: 0.1
Author: APC
 
Creation Theme by APC|| http://www.apc.fr
 
*/
html
{
	overflow-y: scroll;
}
body {
	font-family: �Helvetica Neue�, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	background: #ffffff;
	color: #000;
	width: 973px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	text-align: center;
}

#header_desc {
	font-family: �Helvetica Neue�, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000;
	background-color: #FFF;
	text-align: center;
	margin-top: 10px;
}

a img
{
border: none;
}

#header_desc a:link {
color: #000000;
text-decoration: underline;
}
#header_desc a:visited {
color: #000000;
text-decoration: underline;
}
#header_desc a:hover {
color: #000000;
text-decoration: none;
}
#header_desc a:active {
color: #000000;
text-decoration: underline;
}

#content {
	float: left;
	width: 720px;
	margin-top: 118px;
	margin-right: auto;
	margin-left: 127px;
}

#content h2 {
	font-size: 16px;
	font-family: �Helvetica Neue�, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #000;
	background-color: #FFF;
	margin: 0;
}

.post a{
	color: #000;
	text-decoration: none;
}

.post_content {
	padding-bottom:50px;
	font-size: 16px;
	color: #000;
	font-family: �Helvetica Neue�, Helvetica, Arial, sans-serif;
	/*margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;*/
}

.post_content p
{
	margin-top:0px;
	margin-bottom:3px;
}

.post_content a{
	font-size: 10px;
	color: #000;
	font-family: �Helvetica Neue�, Helvetica, Arial, sans-serif;
	font-weight: normal;
	background-color: #FFF;
	text-decoration: underline;
}

.ddet_div 
{
  /* margin: 8px 0 0 -50px;
  padding: 8px 8px 8px -50px;
  background: #F4F4F4;
  border: 1px solid #DDDDDD; */
  /* margin-top:-45px; */
	font-size: 11px;
	font-family: �Helvetica Neue�, Helvetica, Arial, sans-serif;
  
}

#sidebar ul{
	list-style-type: none;
	/*margin-top: -5px;*/
	line-height: 10px;
	font-family: �Helvetica Neue�, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	background-color: #FFF;
	text-align: right;
}
#sidebar a{
	color: #000;
	text-decoration: none;
}

