/*
Theme Name: netagence.com 2010
Theme URI: http://www.netagence.com/
Description: Custom NetAgence theme
Version: V 1.0
Author: tdm
Datum: June 24th, 2010
*/


* { 
  margin: 0; 
  padding: 0;
}

p { 
  margin-bottom: 1px; 
}

h1, .titre { 
  font-size: 22px; 
  line-height: 42px;
}

h2 {
  font-size: 17px; 
  line-height: 21px; 
  padding-bottom:5px;
}

h3 { 
  font-size: 12px; 
  line-height: 21px; 
}

h1, .titre, h2, h3 {
	color: #84a722;
}

ul, 
ol { 
	margin: 11px 0 10px 18px; 
}

/* GENERAL */

body {
	background: #FFF url(img/bg_body.gif) repeat-x;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
}
#wrap {
	width: 955px;
	margin: 0 auto 0 auto;
	/*background: #fff;
	border: 1px solid #3c3c3c;*/
}
#main {
	min-height:300px;
}

.breadcrumb {
	float: left;
	margin:15px 0 0 40px;
	font-size: 80%;
	color: #666;
}

#content {
	width: 890px;
	padding: 35px 0 0 40px;
	float: left;
}
#content_avec_sidebar {
	width: 668px;
	padding: 15px 15px 0 40px;
	float: left;
}
#content_avec_sidebar_competences {
	width: 608px;
	padding: 15px 15px 0 40px;
	float: left;
}

a {
	color: #d049c5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
br.clear {
	clear: both;
}

h2 a:link,
h2 a:visited,
h2 a:active {
	color: #84a722;
	text-decoration: none;
}


/* HEADER */

#head {
	height: 82px;
	padding: 0;
}
#head h1, .titre {
	background:  url(img/logo_netagence.gif) no-repeat;
	position: relative;
	top: 17px;
	left: 17px;
}
#head h1, .titre a {
	display: block;
	text-indent: -9000px;
	height: 60px;
	width:  260px;
}
#head span.baseline {
	float:right;
	margin: -16px 5px 0 0;
	color:#d049c5;
	font-size: 13px; 
}



/* Slogan */

#slogan {
	background: url(img/bg_slogan.gif) no-repeat;
	padding:6px 5px 0 0;
	margin:0;
	color: #fff;
	font-weight: normal;
	clear: both;
	height: 36px;
	text-align:right;
        float:right;
}
#slogan p {
	display:none;
}
#slogan img {
	border:0;
}

/* MENU */

#menu {
	float: left;
	width: 180px;
	margin: 0 0 20px 20px;
	/*border: 2px solid #3b3b3b;
	border-width: 2px 0;*/
	border-top: 1px solid #ececec;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	background: #fff url(img/bg_menu.gif) left bottom repeat-x;
}
#menu h2 {
	margin: 10px 0 0 0;
}

#menu ul{
	margin: 0;
}
#menu li {
	list-style: none;
	border-bottom: 0;
}
#menu li li {
	list-style: none;
	border-bottom: 1px dotted #999;
}
#menu li a {
	padding: 0 0 0 10px;
	display: block;
	line-height: 24px;
	text-decoration: none;
	background:  url(img/bullet_menu.gif) 0 8px no-repeat;
}
#menu li a:hover {
	background: #d049c5;
	color: #fff;
}

#menu ul ul li a {
	color: #333;
	font-size: 80%;
	background:none;
}
#menu ul ul li a:before {
	content: "» ";
}
#menu ul ul li a:hover {
	background: #ecb6e8;
	color: #333;
}

.page_item ul {
	display: none;
}
.current_page_item ul, .current_page_parent ul {
	display: block;
}
#menu .current_page_item li, #menu .current_page_parent ul li {
	border:none;
/*	border-top: 1px dotted #ccc;*/
}

/* WEBLOG */

.post {
	float:left;
	border-bottom: 1px dotted #ccc;
	padding-bottom:30px;
	margin-bottom: 10px;
}
.comment-list {
	width: 460px
}
.avatar {
	float: right;
}
#comment {
	width: 460px;
}

/* FOOTER */

#footer {
	height:80px;
	padding: 5px 0 10px 0;
	background:  url(img/bg_footer.gif) left top repeat-x;
	clear: both;
	text-align:center;
}
#footer p {
	font-size: 80%;
	color: #999;
}


/* Sidebar special page competences */

#sidebar_competences {
	float: left;
	width: 240px;
	margin: 0 0 20px 20px;
	/*border: 2px solid #3b3b3b;
	border-width: 2px 0;*/
	border-top: 1px solid #ececec;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
	background: #fff url(img/bg_menu.gif) left bottom repeat-x;
}
#sidebar_competences h2 {
	margin: 10px 0 0 0;
}

#sidebar_competences ul{
	margin: 0;
}
#sidebar_competences li {
	list-style: none;
	border-bottom: 0;

	font-size: 80%;
}
#sidebar_competences li li {
	list-style: none;
	border-bottom: 1px dotted #999;
}
#sidebar_competences li a {
	padding: 0 0 0 10px;
	vertical-align: bottom;
	display: block;
	line-height: 17px;
	text-decoration: none;
	background:  url(img/bullet_menu.gif) 0 6px no-repeat;
	font-size:11px;
}
#sidebar_competences li a:hover {
	background: #d049c5;
	color: #fff;
}
#sidebar_competences ul ul li a {
	color: #333;
	font-size: 80%;
	background:none;
}
#sidebar_competences ul ul li a:before {
	content: "� ";
}
#sidebar_competences ul ul li a:hover {
	background: #ecb6e8;
	color: #333;
}
#sidebar_competences #titre{
	margin:10px 0 0 0;
}
/* Mini images auto sur extrait post, plugin "Thumbnail For Excerpts" */
#content-list img {
	padding: 5px 10px 0 0;
	float: left;
	border:0;
}
/*************************************
					mix-words
***************************************/
#mix-words-formulaires{
	float: left;
	width: 48%;
	text-align: left;
}
#mix-words-reponse{
	float: right;
	width: 48%;
	text-align: left;

}

/* =Comments, copied from twentyten
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

