/*** Feuille de Style de CSSVision.com - Romain HUET ***/


/*** Mise en page XHTML ***/
@import url(layout.css);


/***Styles ***/
 
/* Les éléments XHTML en général
-------------------------------------------------------- */
body{
	background: #337FC6 url(img/bg.jpg) left top repeat-x;
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
	text-align: justify;
	line-height: 1.5em;
}

h1 {
	font-family: Georgia, "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 1.5em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.4em;
}

h4 {
	font-size: 1em;
}

acronym { 
	cursor: help;
	border-bottom: 1px dotted #BBB;
}

pre, code{
	font-size: 1.2em;
	color: #C33;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}


/* Images */

.bordered img {
	padding: 5px;
	margin: 10px;
	border: 1px solid #CCC;
}

.left{
	float: left;
	margin-right: 1em;
}

.center {
	text-align: center;
}

.right{
	float: right;
	margin-left: 1em;
}

a img, a.img:visited, a.img:hover {
	border-width: 0;
}

a.feed {
	background: transparent url(img/feed.png) no-repeat left center;
	padding-left: 18px;
}


/* Formulaires */

input, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	background: #F2F2F2;
	color: #333;
	padding: 2px;
	margin: 0;
}

input[type=text]:focus, textarea:focus {
	border: 1px solid #AAA;
}

input[type=text]:hover, textarea:hover {
	background-color: #FFF;
}

input[type=submit]:hover {
	cursor: pointer;
	background: #69C;
	color: #FFF;
}

fieldset {
	border: 1px solid #69C;
	padding: 0.5em 1em 1em 1em;
	margin-bottom: 1em;
}

fieldset label{
	display: block;
	cursor: pointer;
}

fieldset input {
	width: 250px;
}

label.nom, label.email, label.site, label.objet, label.message{
	padding-left: 18px;
}
label.nom {
	background: transparent url(img/icons/nom.png) left center no-repeat;
}
label.email {
	background: transparent url(img/icons/email.png) left center no-repeat;
}
label.site {
	background: transparent url(img/icons/web.png) left center no-repeat;
}
label.objet {
	background: transparent url(img/icons/objet.png) left center no-repeat;
}
label.message {
	background: transparent url(img/icons/message.png) left center no-repeat;
}

textarea{
	margin: 0;
	text-align: left;
	width: 400px;
	height: 120px;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

legend {
	font-size: 1.1em;
	font-weight: bold;
	font-variant: small-caps;
	color: #69C;
}

#dcwikibar {
	margin: 1em 0;
}

#dcwikibar img {
	cursor: pointer;
}

.comment-number {
	font: 1.6em Georgia, "Times New Roman", serif;  
	color: #69C;
}

.comment-number a {
	color: #69C;
	text-decoration: none;
}

/* La page
-------------------------------------------------------- */
#page{
	background: transparent url(img/page.png) repeat-y center top !important;
	background: transparent url(img/page.gif) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	background: transparent url(img/header.png) repeat-y left top !important;
	background: transparent url(img/header.gif) repeat-y left top;
}

#top h1 {
	text-indent: -5000px;
}

#logo a {
	display: block;
	width: 280px;
	height: 75px;
	background: transparent url(img/logo.png) left top no-repeat;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #FFF;
	text-align: center;
	font-size: 0.8em;
}

#prelude a{
	color: #FFF;
	background: transparent;
}

#prelude a:hover{
	color: #369;
	background: transparent;
}


/* Le menu horizontal
-------------------------------------------------------- */
#menu {
	border-top: 1px solid #CCC;
	clear: both;
	height: 21px;
}
#menu, #menu ul  {
	background: #FFF url(img/menu.png) left top repeat-x;
	font-family: "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	margin: 0 10px;
	padding-left: 10px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
}

#menu ul li {
	list-style-type: none;
	display: inline;
}

#menu ul li a {
	float: left;
	color: #777;
	line-height: 21px;
	padding: 0px 16px;
	text-decoration: none;
}

#menu ul li a:hover, #menu  ul li a.active {
	background: #BBB url(img/menu.png) left bottom repeat-x;
	color: #FFF;
	padding: 0px 15px;
	border-left: 1px dotted #FFF;
	border-right: 1px dotted #FFF;
}

/* La section
-------------------------------------------------------- */
#section {
	color: #FFF;
	border-top: 1px solid #CCC;
	margin: 0 10px;
	background: url(img/section.png) left bottom repeat-x;
	padding: 16px 20px;
}

#section h1 {
	color: #FFF;
	margin-top: 3px;
	margin-bottom: 3px;
}

#section span {
	font-style: italic;
}

#fontsize {
	float: right;
}

/* Le Fil d'Ariane
-------------------------------------------------------- */
ol.tree
{
	color: #888;
	font-size: 0.85em;
	position: relative;
	margin: 0 0 1em 0;
	padding: 0;
}

ol.tree li
{
	display: inline;
	list-style-type: none;
	padding-right: 0.4em;
	padding-left: 0;
}

ol.tree li:before
{
	content: "\00BB  ";
}

ol.tree a {
	color: #888;
	text-decoration: underline;
}

ol.tree a:hover {
	color: #555;
	text-decoration: none;
}

.resource{
	margin-bottom: 4em;
}

/* Le contenu
-------------------------------------------------------- */
.day-date {
	margin-top: 5px;
	font-family: Georgia, "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	color: #888;
	font-style: italic;
	text-align: right;
}

#content {
	text-align: justify;
	min-height: 400px;
}

#content ul li {
	list-style-image: url(img/li.png);
}

#content h2 {
	color: #69C;
	background: transparent;
	margin-top: 1em;
	margin-bottom: 0;
}

#content h2 a {
	color: #69C;
	background: transparent;
	text-decoration: none;
}

#content h2 a:hover{
	color: #369;
}

#content h3 {
	margin-top: 15px;
	font-size: 1.1em;
	color: #369;
	border-bottom: 1px solid #369;
}

#content dt {
	font-weight: bold;
}

p.erreur {
	font-weight: bold;
	background: url(img/icons/erreur.png) left top no-repeat;
	text-indent: 18px;
}
p.ok {
	font-weight: bold;
	background: url(img/icons/ok.png) left top no-repeat;
	text-indent: 18px;
}

.post-info, .art-info {
	margin-top: 0;
	padding-bottom: 1px;
	color: #888;
	font-size: 0.9em;
	background: transparent;
	border-bottom: 1px solid #69C;
}

.ressource-info a, .post-info a, .art-info a {
	border-left: 1px solid #CCC;
	padding-left: 0.7ex;
}

.post-info a, .post-info-co a, .art-info a {
	color: #888;
	background: transparent;
	text-decoration: none;
}

.post-info a:hover, .post-info-co a:hover, .art-info a:hover {
	color: #555;
}

.post-info span, .post-info-co span {
	display: none;
}

.art-description {
	margin-bottom: 1.5em;
}

.post-chapo a, .post-content a {
	color: #69C;
	text-decoration: underline;
}

.post-chapo a:hover, .post-content a:hover {
	color: #369;
	text-decoration: none;
}

.post-content a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color: #999;
	background: transparent;
	font-size: 0.85em;
}

.post-content blockquote {
	font-family: Georgia, serif;
	font-style: italic;
	background: #F2F2F2;
	color: inherit;
	border: 1px dotted #CCC;
	margin: 2em;
	padding: 1ex 1em;
}

.post-info-co{
	text-align: right;
}

.post-info-co a{
	padding-left: 16px;
	background: url(img/comment.png) left center no-repeat;
}

#trackbacks blockquote, #comments blockquote{
	background: #F2F2F2;
	color: inherit;
	border: 1px dotted #CCC;
	margin: 10px 0 25px 0;
	padding: 1em;
}

#trackbacks blockquote a, #comments blockquote a {
	color: #369;
	border-bottom: 1px solid #369;
	text-decoration: none;
}

#trackbacks blockquote a:hover, #comments blockquote a:hover {
	color: #69C;
	border-bottom: 1px solid #69C;
	text-decoration: none;
}

#trackbacks h3, #comments h3 {
	color: #69C;
	border-bottom: 1px solid #69C;
}

#comments a {
	color: #69C;
	text-decoration: underline;
}

#comments a:hover {
	color: #369;
	text-decoration: none;
}

#pagination {
	text-align: center;
	color: #369;
	margin-bottom: 15px;
}

#pagination a {
	color: #369;
	text-decoration: none;
	padding: 0 5px 1px 5px;
	border: 1px solid #69C;
}

#pagination a:hover {
	border-color: #69C;
	background: #69C;
	color: #FFF;
}

#art-pages-list {
	background-color: #E5EFF8;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #337FC6;
	padding: 0 0 10px 0;
	margin: 20px 0 15px 0;
	-moz-border-radius: 6px;
}

#art-pages-list h4 {
	color: #369;
	background-color: #FFF;
	border-style: dotted;
	border-color: #69C;
	border-width: 0 1px 1px 0;
	margin: 0;
	padding: 5px;
	width: 60%;
}

#art-pages-list a {
	color: #369;
	text-decoration: underline;
}
#art-pages-list a:hover {
	text-decoration: none;
	color: #69C;
}

#art-pages-list li {
	text-align: left;
	text-indent: 0;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar {
	color: #369;
}

#sidebar a {
	color: #69C;
	text-decoration: underline;
}

#sidebar a:hover {
	color: #369;
	text-decoration: none;
}

#sidebar div{
	border-left: 1px solid #F0F0F0;
}

#sidebar div ul{
	margin: 0;
	padding-left: 15px;
	list-style-image: url(img/li.png);
}

#sidebar div ol, #sidebar div ol li {
	margin: 0 0 0 10px;
	padding: 0;
}

#sidebar h2, #sidebar h3{
	color: #369;
	margin: 0 0 1ex 0;
}

#sidebar h2 {
	background: transparent url(img/sidebar.png) top left repeat !important;
	background: transparent url(img/sidebar.jpg) top left repeat;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar li a {
	color: #69C;
	text-decoration: none;
}

#sidebar li.current {
	font-weight: bold;
}

#sidebar li a:hover {
	color: #369;
	text-decoration: underline;
}

#sidebar a img {
	display: block;
	margin: 10px 65px;
}

#sidebar img a:hover {
	text-decoration: none;
	border: none;
}

#sidebar div#search {
	background: transparent;
	color: inherit;
	line-height: 2.3em;
	border-left: none;
}

#search fieldset, #search p {
	margin: 0;
	padding: 0;
}

#q {
	padding-left: 18px;
	background: #FFF url(img/q.png) no-repeat 4px 4px;
}

#sidebar div#calendar table {
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption {
	margin: 0 auto;
	font-size: 1.1em;
	color: #369;
}

#sidebar div#calendar table caption a {
	font-size: 1.8em;
	font-weight: bold;
	color: #69C;
	text-decoration: none;
}

#sidebar div#calendar table caption a:hover {
	color: #369;
	text-decoration: none;
}

#sidebar div#calendar table th{
	color: #69C;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #FFF;
}

#sidebar div#calendar table td a{
	display: block;
	background: #FFF;
	color: #69C;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #69C;
	color: #FFF;
}

#sidebar div#calendar td.active {
	background: #69C;
	color: #FFF;
}

#stats, #stats li {
	color: #69C;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	position: relative;
	margin: 0 10px;
	height: 25px;
	color: #999;
	padding: 0 55px 0 15px;
	font-size: 0.9em;
	border-bottom: 1px solid #999;
}

#footer a{
	color: #999;
}

#footer a:hover {
	text-decoration: none;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer p.dotclear, #footer p.plume {
	float: right;
}