﻿@import url(../../../styles.css);
* {
	margin: 0;
	padding: 0;
	/*border: 0;*/
}
body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #383d44;
	/*background: #AFCCDF;*/
	/*background: #C7D5DF;*/
	background: #0c2b77;
}


/* Styles par défaut
-------------------------------------------------------- */


ul {
	list-style: none;
}
ul li {
	list-style: none;
}
a:link, a:visited {
	color: #23698F;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #373737;
}
pre {
	overflow: auto;
	width: 100%;
	height: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}


/* Page
-------------------------------------------------------- */


#page {
	margin: 0 auto;
	text-align: left;
	width: 100%;
}


/* En-tête
-------------------------------------------------------- */


#top {
	height: 165px;
	background: #D1C1B2 url(img/top.jpg) no-repeat right top;
	/*background: #D1C1B2 url(img/top.jpg.gif) no-repeat right top;*/
	margin:10px;
	border:1px solid #B3967B;

}
#top h1 {
	/*margin: 0 auto;*/
	margin:10px auto;
	font: 35px Georgia, serif;
	height: 114px; /* idem que pour #top */
	/*padding: 50px 0 0 0;*/
	width: 760px;
}
#top h1 a {
	/*color: #FFF;*/
	color: #000000;
	text-decoration: none;
}
#top a:hover {
	text-decoration: underline;
}


/* MENU HORIZONTAL
-------------------------------------------------------- */


#nav {
	width: 760px;
	margin: -34px auto 0 auto;
	padding: 0;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #383d44;
}
#nav li {
	float: left;
	font-size: 85%;
}
#nav li a {
	float: left;
	padding: 10px 8px;
	text-decoration: none;
	border: none;
	color: #FFF;
	font-weight: bold;
	background: url(../img/1206/nav-bg.gif) no-repeat bottom right;
}
#nav li a:hover {
	color: #000;
	background: #FFF;
}


/* PRELUDE (LIENS D'ACCESSIBILITÉ)
-------------------------------------------------------- */


#prelude {
	width: 760px;
	position: absolute;
	top: 0;
	padding: 15px 0 0 0;
	color: #000;
	margin: 0 auto;
	text-align: left;
}
#prelude a:link, #prelude a:visited {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#prelude a:hover {
	text-decoration: underline;
}
#prelude a:focus, #prelude a:active {
	background: yellow;
	color: red;
	padding: 5px 8px;
}


/* Wrapper
-------------------------------------------------------- */


#wrapper {
	margin: 15px auto;
	width:99%;
}
#main {
	width: 100%;
	margin: 0 -380px 0 0;
	float: left;
}
#content {
	margin: 0 380px 0 0;
	background: #ffffff;
	/*background:#ffffff url(http://www.neababeloued.fr/images/newyear2009/guirl2.gif) repeat-x;*/
	padding:10px 10px 20px 10px;
	/*padding:20px 10px 20px 10px;*/
	border:1px solid #577B9D;	
}
#sidebar {
	width: 360px;
	/*float: right;*/
	line-height: 1.5em;
	position: absolute;
	right: 5px;
	top: 250px;
}
#sidebar a {
	color: #000;

}
#blognav, #blogextra {
	margin: 0 0px;
float:left;
width:160px;
}

#blogextra {
	margin: 0 5px;
}
/* SIDEBAR
-------------------------------------------------------- */


#sidebar a:link, #sidebar a:visited {
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#blogextra a:link, #blogextra a:visited {
	text-decoration: none;
}
#blogextra a:hover {
	text-decoration: underline;
}
#sidebar li {
	background: url(img/sosimple.png) no-repeat left 5px;
	padding: 0 0 1px 16px;
}
#sidebar #topnav ul {
	margin: 0;
}



/* Style des blocs de la sidebar
-------------------------------------------------------- */


#blognav div, #blogextra div{
	margin: 0 0 5px 0;
	background: #F2EBE1;
	border: 1px solid #D4CCC2;
	padding: 10px;
	border-width: 1px 1px 2px 1px;
}


/* Style des titres (h2, h3) des blocs de la sidebar
-------------------------------------------------------- */

#sidebar h2 {
	font-weight: bold;
	line-height: 1.2em;
	color: #000;
	font-size: 1.1em;
	padding: 0;
	margin: 0 0 10px 0;
}
#sidebar h3 {
	color: #000;
	padding: 4px 8px 4px 0;
	font-size: 1em;
}
#sidebar .categories h2 {
	background: url(img/folder.png) no-repeat left top;
	padding: 0 0 0 23px;
}
#sidebar .lastposts h2 {
	background: url(img/date.png) no-repeat left top;
	padding: 0 0 0 23px;
}
#sidebar .tags h2 {
	background: url(img/tag_blue.png) no-repeat left top;
	padding: 0 0 0 23px;
}
#sidebar #search h2 {
	background: url(img/magnifier.png) no-repeat left top;
	padding: 0 0 0 23px;
}
#sidebar .syndicate h2 {
	background: url(img/feed.png) no-repeat left top;
	padding: 0 0 0 23px;
}
#sidebar .selected h2 {
	background: url(img/attach.png) no-repeat left 4px;
	padding: 0 0 0 23px;
}
#sidebar .links h2 {
	background: url(img/world.png) no-repeat left top;
	padding: 0 0 0 23px;
}
#sidebar p, #blogextra p {
	padding: 0 0 4px 10px;
}


/* Champ de recherche
-------------------------------------------------------- */


#search fieldset p {
	padding-left: 0px;
}
#search #q {
	width: 120px;
	border: 1px solid #8F8F8F;
	font-size: 1em;
}
#search .submit {
	color: #000;
	background: #EFEFEF;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #8F8F8F;
}
#search .submit:hover {
	background: #000;
	color: #FFF;
	border: 1px solid #EFEFEF;
}


/* Liens de navigation de la sidebar
-------------------------------------------------------- */

#sidebar #topnav ul{
text-align: center;
}


#sidebar #topnav ul li {
	padding: 0;
	margin: 0;
	background: none;
	display: inline;
}


/* Widget - Tags
-------------------------------------------------------- */


#sidebar .tags {

}
#sidebar .tags ul {
  margin-bottom: 5px;
	font-size: 110%;
}
#sidebar .tags ul li {
	display: inline;
	background: transparent;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
#sidebar .tags ul li a:link, #sidebar .tags ul li a:visited {
	/*#005D99;
*/
}
#sidebar .tags p {
	margin: 0;
	padding: 0;
}
#sidebar .tags p strong a:link, #sidebar .tags p strong a:visited {
	padding: 0 0 0 18px;
	background: transparent url(img/tag.png) no-repeat 0 2px;
	margin: 5px 0 10px 5px;
}
#sidebar .tags p strong a:hover {
}
.tag0 {
	font-size: 75%;
}
.tag10 {
	font-size: 80%;
}
.tag20 {
	font-size: 90%;
}
.tag30 {
	font-size: 100%;
}
.tag40 {
	font-size: 110%;
}
.tag50 {
	font-size: 120%;
}
.tag60 {
	font-size: 140%;
}
.tag70 {
	font-size: 150%;
}
.tag80 {
	font-size: 160%;
}
.tag90 {
	font-size: 170%;
}
.tag100 {
	font-size: 180%;
}
#informations p {
	margin: 0;
	padding: 0;
}


/* Article
-------------------------------------------------------- */

.post {
	margin: 0;
	padding: 0;
}
.post-content, .post-excerpt {
	padding: 10px 0 20px 0;
	margin: 0 0 20px 0;
	line-height: 1.5em;
	font-size: 1em;
}
.dc-post .post-content, .dc-post .post-excerpt {
	padding: 10px 0 0px 0;
	margin: 0 0 0 0;
	background: none;
}

.dc-post .post-excerpt {
	padding: 10px 0 0 0;
	margin: 0 0 -10px 0;
}
.post-content p, .post-excerpt p {
	padding: 0 0 10px 0;
}
.post-content strong, .post-excerpt strong {
	font-size: 1em;
}
.post-content acronym, .post-excerpt acronym {
	cursor: help;
	border-bottom: 1px dashed #666;
}
.post-content pre, .post-excerpt pre {
	font: 0.9em 'courier new', courier, monospace;
	background: #F5F5F5;
	padding: 10px 5px;
	margin: 6px 0;
	line-height: 40px;
}


/* Titres internes aux articles (h3,h4,h5...)
-------------------------------------------------------- */


.post-content h3, .post-excerpt h3 {
	padding: 6px 0;
	font-size: 1.2em;
}
.post-content h4, .post-excerpt h4 {
	padding: 6px 0;
	font-size: 1.1em;
}
.post-content h5, .post-excerpt h5 {
	padding: 6px 0;
	font-size: 1.0em;
}

/* Listes internes aux articles (h3,h4,h5...)
-------------------------------------------------------- */

.post-content ul, .post-excerpt ul {
	padding: 4px 0;
	margin: 0;
}
.post-content ul li, .post-excerpt ul li {
	padding: 1px 0 1px 0px;
	list-style-type: square;
	margin-left: 35px;
	list-style-position: outside;
}
.post-content ol, .post-excerpt ol {
	padding: 4px 0;
	margin: 0 0 0 28px;
}
.post-content ol li, .post-excerpt ol li {
	padding: 1px 0;
}
.post-content blockquote, .post-excerpt blockquote {
	border-left: 8px solid #EFEFEF;
	margin: 4px 0 4px 5px;
	padding: 0 5px;
	font-family: Georgia, serif;
}
.post-content blockquote em, .post-excerpt blockquote em {
}


/* Classes
-------------------------------------------------------- */


.day-date {
	text-align: left;
	margin: 0;
	clear: left;
	color: #4F4F4F;
	font-size: 0.9em;
}
a.feed {
}
.post {
	color: #000;
}
.post-title {
	padding: 0px 0 0 0px;
	font-weight: 600;
	font-size: 1.8em;
	color: #000;
	background: url(img/posttitle.gif) no-repeat left 8px;
	text-indent: 20px;
}
.post-title a, .post-title a:visited {
	color: #000;
	text-decoration: none;
}
.post-title a:hover {
	text-decoration: underline;
}
.post-info {
	color: #4F4F4F;
	font-size: 85%;
	padding: 2px 0 0 0;
}
.post-info a,.post-info a:visited {
	color: #4F4F4F;
}
.post-info-co {
	clear: left;
	font-size: 0.9em;
}
.post-info-co a:link, .post-info-co a:visited {
	text-decoration: none;
	padding: 0 5px 0 0;
	color: #4F4F4F;
}
.post-info-co a:hover {
	text-decoration: underline;
}

.post-tags {
	position: relative;
	border: 0;
	overflow: hidden;
	height: 1%;
	font-size: 85%;
	margin: 1px 0;
}
.post-tags:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.post-tags li {
	display: inline;
}
.post-tags li a:link, .post-tags li a:visited {
	color: #4F4F4F;
	display: block;
	float: left;
	text-decoration: none;
	background: url(img/page_bookmark.gif) no-repeat left 3px;
	padding: 2px 8px 2px 18px;
	white-space: nowrap;
}
.post-tags li a:hover {
	text-decoration: underline;
}
.read-it {
	font-weight: bold;
	padding: 0 0 40px 0;
	margin: -45px 0 0 0;
	clear: left;
}
#attachments {
	clear: left;
	margin: 0px 0 6px 0;
}
#attachments * {
}
#attachments h3 {
	font-size: 1.2em;
}
#attachments ul {
	padding: 4px 0;
}
#attachments li {
	margin: 0 0 0.6em 0;
	padding: 2px 10px 2px 18px;
	background: transparent url(img/attach.png) no-repeat 0 50%;
	list-style-type: none;
}
#attachments li em {
}
#attachments li div {
}
#attachments li object {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#attachments li a {
	text-decoration: none;
}
#attachments li a:hover {
	text-decoration: underline;
}
.footnotes {
	padding: 5px 0;
	margin: 6px 0 0 0;
}
.footnotes h4 {
	background: transparent url(img/report.png) no-repeat 0 3px;
	padding: 2px 10px 2px 22px;
	margin: 0 0 6px 0;
}


/* Archives
-------------------------------------------------------- */

#content-info {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #F2EBE1;
	border: 1px solid #D4CCC2;
	border-width: 1px 1px 2px 1px;
	color: #000;
}
.content-inner {
	padding-bottom: 20px;
}
.dc-archive #content-info h2 {
	margin: 0 0 20px 0;
}
#content-info h2 {
	margin: 0 0 10px 0;
	padding: 5px 0 0 35px;
	font-weight: bold;
	font-size: 100%;
	color: #000;
	height: 30px;
	font-size: 145%;
	font-style: italic;
	background: url(img/mail-attachment.gif) no-repeat left top
}
#content-info p {
	padding: 5px 0;
	font-size: 0.9em;
	text-align: left;
	color: #8F8F8F;
}
#content-info p a.feed:link, #content-info p a.feed:visited {
	padding: 0px 0 4px 0px;
	text-align: right;
	color: #000;
}
#content-info p a.feed:hover {
}
.content-inner .day-date {
	text-align: left;
}
.content-inner .post-title {
	padding: 0;
	margin: 0;
	background: url(img/posttitle.gif) no-repeat left 12px;
	text-indent: 20px;
}
.content-inner .post-info {
	margin: 0 0 20px 0;
}
.content-inner ul {
	padding: 4px 0;
	margin: 0 0 0 10px;
}
.content-inner ul li {
	padding: 1px 0 1px 10px;
	background: transparent url(img/li.png) no-repeat 0 5px;
	font-size: 1em;
	line-height: 1.3;
}


/* Tags - Page des tags
-------------------------------------------------------- */


.dc-404 .content-inner p {
	margin: 10px 0 0 0;
}
.content-inner ul.tags {
	margin: 8px 0 20px 0;
	overflow: hidden;
	padding: 0;
	height: 1%;
	font-size: 120%;
}
.content-inner ul.tags:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.content-inner ul.tags li {
	/* display: inline;
*/
	display: block;
	float: left;
	margin: 4px;
	height: 18px;
	line-height: 18px;
	background: none;
}
.content-inner ul.tags li a:link, .content-inner ul.tags li a:visited {
	text-decoration: none;
	white-space: nowrap;
}
.content-inner ul.tags li a:hover {
	text-decoration: underline;
}
.content-inner ul.tags li a:focus, .content-inner ul.tags li a:active {
	background: #005D99;
	color: #FFF;
}


/* Commentaires
-------------------------------------------------------- */


#comments, #pings {
	padding-top: 10px;
	margin: 0 0 30px 0;
}
#comments h3, #pings h3, #pr h3 {
	clear: left;
	margin: 30px 0 12px 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 93%;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	border-bottom: 2px solid #dbd5c5;
}
#pings h3 {
	background: url(img/retrolien.png) no-repeat left 1px;
	padding: 0 0 0 22px;
}
#comments h3 {
	background: url(img/comment.png) no-repeat left 1px;
	padding: 0 0 0 22px;
}
#comments-feed#pr h3 {
	color: #5E9E14;
	margin: 30px 0 8px 0;
}


#comments-feed {
	text-align: center;
	font-weight: bold;
	margin: 0 0 15px 0;
	background: #F2EBE1;
	border: 1px solid #8F8F8F;
	padding: 5px;
}
#comments-feed a:link, #comments-feed a:visited {
	font-size: 0.8em;
	text-decoration: none;
	background: transparent url(img/rss.png) no-repeat 0px 50%;
	padding: 3px 0 3px 22px;
}
#comments-feed a:hover {
	text-decoration: underline;
}
#comments dl {
}

#comments dl p {
	font-size: 0.9em;
}

/* Header d'un commentaire
-------------------------------------------------------- */


#comments dt, #pings dt {
	position: relative;
	top: 1px;
	display: block;
	padding: 5px 10px;
	background: #D4CCC2;
	color: #000;
}

#comments dt a:link, #comments dt a:visited {
	font-weight: 600;
}
#comments dt a:hover {
	text-decoration: underline;
}
#pings dt a:link, #pings dt a:visited {
	text-decoration: none;
}
#pings dt a:hover {
	text-decoration: underline;
}

/* Contenu d'un commentaire
-------------------------------------------------------- */


#comments dd, #pings dd, dd.comment-preview {
	padding: 10px;
	margin: 0 0 20px 0;
	line-height: 1.4;
	background: #F2EBE1;
}

#comments dd *, #pings dd *, dd.comment-preview * {
	padding: 5px 0;
	font-size: 1em;
}
#comments dt.me a:link, #comments dt.me a:visited, #comments dt.me a:hover {
}
#comments dd.me {
	border-left: 4px solid #23698F;
}
.comment-number, .ping-number {
	color: #3C8FD1;
	font-weight: bold;
	font-size: 1.2em;
}
a.comment-number {
	text-decoration: none;
}
#ping-url {
	border: 1px solid #E8E8E8;
	border-width: 1px;
	background: #EFEFEF;
	padding: 5px;
	margin: 30px 0 10px 0;
	font-weight: bold;
	text-align: center;
}
.error {
	border: 2px solid red;
	padding: 10px 5px;
	margin: 20px 0 0 0;
	background: #FFCCCC;
	font-weight: bold;
}
.message {
}
.pagination {
	text-align: center;
	margin: 0 0 10px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 93%;
	color: #000;
	background: #F2EBE1;
	border: 1px solid #D4CCC2;
	border-width: 1px 1px 2px 1px;
}
.pagination a:link, .pagination a:visited {
	color: #000;
	text-decoration: none;
}
.pagination a:hover {
	text-decoration: underline;
}
#navlinks {
	background: #F2EBE1;
	border: 1px solid #D4CCC2;
	border-width: 1px 1px 2px 1px;
	padding: 5px;
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: bold;
}
#navlinks a:link, #navlinks a:visited {
	color: #000;
	text-decoration: none;
}
#navlinks a:hover {
	text-decoration: underline;
}
/* Forms-------------------------------------------------------- */
#comment-form h3 {
	margin: 30px 0 12px 0;
	padding: 0 0 5px 0;
	font-weight: bold;
	font-size: 93%;
	line-height: 20px;
	text-transform: uppercase;
	color: #000;
	border-bottom: 2px solid #dbd5c5;
	background: url(img/comment_edit.png) no-repeat left top;
	padding: 0 0 0 22px;
}
#comment-form fieldset {
	background: #EEE;
	padding: 10px 0 0px 0;
}
#comment-form fieldset p {
	padding: 10px 0;
	background: #EEE;
}
#comment-form fieldset p.field {
	padding: 0px 0 5px 10px;
	width: auto;
}
#text-help {
	width: 100%;
	background: #EEE;
}
#comment-form .form-help {
	width: 60%;
	margin: 0 20px 0 10px;
	background: #EEE;
	text-align: left;
	font-size: 0.9em;
}
.form-help p {
	text-align: left;
	padding: 0 0 0 10px;
}
#comment-form p label {
	width: auto;
	font-size: 0.9em;
}
#comment-form p.field label {
	padding: 0 4px 0 0;
	margin: 0 0 0px 0;
	text-align: right;
	font-size: 0.9em;
}
#comment-form input, #comment-form textarea {
	color: #000;
	border: 1px solid #CDCDCD;
	padding: 1px 2px;
	margin: 5px 0 5px 0;
	font-size: 100%;
	width: 50%;
}
#comment-form input#c_remember {
	width: auto;
	font-size: 0.9em;
	border: 0;
	margin: 0 5px 0 10px;
}
#comment-form input.preview {
	margin-left: 10px;
}
#comment-form input.preview, #comment-form input.submit {
	width: auto;
	color: #000;
	background: #EEE;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #373737;
}
#comment-form input.preview:hover, #comment-form input.submit:hover {
	background: #000;
	color: #FFF;
	border: 1px solid #373737;
}
#pr .submit {
	margin: 0 0 20px 0;
}

.clear {
	clear: both;
}

/* Footer-------------------------------------------------------- */
#footer {
	/*margin-top:20px;*/
	/*margin:20px 10px 10px 10px;*/
	margin:10px;
	/*text-align: center;*/
	/*width: 90%;*/
	background: #D1C1B2;
	color: #000;
	/*margin:10px;*/
	border:1px solid #B3967B;
}
#footer p {
	text-align: center;
	/*line-height: 30px;*/
}
#footer a {
	color: #000;
	font-weight:bold;
}

 #oxado_frame_span_73444507 {
   background:#0000;
 }
