/* Bienvenue dans la CSS de v4ny32. Ce thème est una adaptation Wordpress pour Dotclear, réalisée par Uncommonmanfrommars.
Bloc de license et de copyright:  

	Theme Name: v4ny32
	Theme URI: http://v4ny.net
	Description: This is the description
	Version: 1.0 
	Author: Vanessa Ferreira
	Author URI: http://v4ny.net

/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude et la nav-box
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 
/* Les éléments HTML en général (prenez garde, c'est le souk là-dedans)
*******************************************************************************/
body{
	background-color: #E6E6E6;
	text-align: center;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 0.8em;
}

h2{
	margin-bottom:10px;
	background: transparent;
	text-align: left;
	font-size: 12px;
	color: #A9A9A9;
	border-bottom:1px solid #CCCCCC;
	font-weight: bold;
	font-variant: small-caps;
	padding-bottom: 1px;
}

h2 a:link, h2 a:visited, h2 a:hover{
	color:  #82A2CB;
	text-decoration: none;
	border: none;
}

h3{
	margin-bottom:10px;
	background-color: #e6e6e6;
	padding-bottom: 1px;
	text-align: left;
	font-size: 12px;
	color: #B2B2B2;
	border-bottom:1px solid #CCCCCC;
	font-variant: small-caps;
	letter-spacing: 2px;
}

h4{
	background-color: #fff;
	padding-bottom: 1px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #B2B2B2;
	border-bottom:1px solid #CCCCCC;
	font-variant: small-caps;
	letter-spacing: 2px;
}

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

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

html>body pre {
	overflow: auto;
	width: auto;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

ul{
	list-style-image:url(images/ul.gif);
  	padding-left: 12px;
 	margin-left: 5px; 
}
td,th{
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#A9A9A9;
}

input,select, input.submit{
	background-color:#FFFFFF;
	border: 1px solid #ccc;
	padding: 2px;
	color: #666666;
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 2px;
}

textarea{
	background-color:#FFFFFF;
	border: 1px solid #ccc;
	padding: 2px;
	color: #666666;
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 2px;
	width: 98%;
}

a img{
	border: 0;
}

img:smiley{
	border: none; /* Car un grosse bordure orange autour d'un smiley définissant un lien, c'est moche*/
}

a:link, a:visited{
	color: #82A2CB;
	text-decoration: underline;
}

a:hover{
	color: #D3DFED;
	text-decoration: underline;
}

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color : #82A2CB;
	font-size: 8px;
	vertical-align: top;
}

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

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

blockquote, code{
	background-color: #F0F0F0;
	color: #5B99C1;
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-size: 10px;
}

/* La page
*******************************************************************************/
#page{
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	width: 100%;
	max-width: 1280px;
	text-align: left;
	border: 1px solid #CCCCCC;
}
 
/* L'entête
*******************************************************************************/
#top{
	margin-bottom: 15px;
	margin-top: 15px;
	background-image: url(images/header.jpg);
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	border-bottom:1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	text-align: center;
}

	#top h1, #top h1 a:link,#top h1 a:visited,#top h1 a:hover {
	margin-top: 20px;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.3em;
	color:#EEEEEE;
	background: transparent;
	border: 0;
	text-decoration: none;
}

/* Le prélude et la barre de navigation horizontale
*******************************************************************************/

#prelude{
	margin-bottom:10px;
	background: transparent url(images/mwa.png);
	text-align: center;
	margin-top: -5px;
	font-size: 12px;
	margin-bottom: 30px;
}

#prelude a{	
	display: inline;
	text-align: center;
	margin: 0 5px;
	font-size: 11px;
	padding: 1px 7px;
	color: #CCCCCC;
	background: #fff;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	text-decoration: none;
}

#prelude a:hover{
	color: #7CA6CC;
	border:  #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 2px solid #7CA6CC;
	border-bottom: 2px solid #7CA6CC;
}	
/* Le contenu
*******************************************************************************/

#main{
	width: 100%;
	float:right;
	color: #A9A9A9;
	font-size: 11px;
	margin: -6px -210px 0 0;
}

#wrapper{
	margin-right: 210px;
	padding: 5px 0 0 0;
}
	
#content {
	margin: 0 215px 0 5px;
	padding : 3px 0 0 0;
}
	
.day-date{
	text-align: right;
	font-size: 9px;
	color: #8EADD1;
	padding: 1px;
	margin-top: -3px;
	letter-spacing: 3px;
}

.post{
	margin-bottom: 2em;
}

.post-title{
	padding-bottom: 1px;
}

.post-info{
	padding: 10px 0 10px 0;
	background:transparent;
	text-align: left;
	color: #3E6C99;
	font-size: 10px;
}

.post-content{
	text-align: left;
}

.post-info-co{
	padding: 10px 0 10px 0;
	background:transparent;
	text-align: left;
	color: #3E6C99;
	font-size: 10px;
}

#trackbacks blockquote, #comments blockquote{
	background-color: #EDEDED;
	color: #a9a9a9;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	font-size: 10px;
	padding:10px;
}
/* La barre de navigation
*******************************************************************************/
#sidebar{
	width: 200px;
	float:left;
	color: #A9A9A9;
	font-size: 11px;
	margin-left: 5px;
}

#sidebar2{	
	float: right;
	width: 200px;
	color: #A9A9A9;
	font-size: 11px;
	margin-right: 5px;
}


#sidebar2 h3{
	padding-bottom: -2px;
}

#sidebar2 div{
	color:  #A9A9A9;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 10px;
	font-size: 11px;  
	background:transparent;
	margin-bottom: 15px;
	line-height: 16px;
	border-left:1px solid #CCCCCC;
}

#sidebar div{
	color:  #A9A9A9;
	padding-right: 5px;
	padding-bottom: 10px;
	font-size: 11px;  
	background:transparent;
	margin-bottom: 15px;
	line-height: 16px;
	border-right:1px solid #CCCCCC;
}

	#sidebar div ul{
		text-align: center;
		margin-top: -8px;
		padding: 0;
		position: relative;
		z-index: 2;
	}

	#sidebar2 div ul{
		padding-left: 20px;
	}
	
#sidebar div li{
	text-align: left;
	margin: 0 5px;
	font-size: 11px;
	margin-left: 15px;
}

#sidebar h3{
	margin-bottom:10px;
	background: transparent;
	text-align: left;
	font-size: 12px;
	color: #A9A9A9;
	border-bottom:1px solid #CCCCCC;
	font-weight: bold;
	font-variant: small-caps;
}

#sidebar h2{
	padding-bottom: 0; /* Règle un petit souci de float */
}

#sidebar2 h2 {
	margin-bottom:10px;
	background: transparent;
	text-align: right;
	font-size: 12px;
	color: #A9A9A9;
	border-bottom:1px solid #CCCCCC;
	font-weight: bold;
	font-variant: small-caps;
}

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

#sidebar div#search h2{
	height: 20px; /* Pour rétablir une erreur d'affichage */
}
		
	#search fieldset, #search p{
		margin: 0;
		padding: 0;
	}
	
#sidebar div#calendar{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	width: 194px;
}

#sidebar div#calendar table{
	padding-left: 5px; /* Ceci recentre de façon convenable le calendrirer vers la droite */
}

#sidebar div#calendar table td{
	padding-left: 5px; 
	padding-right: 5px;
	/* Mission "aération" du calendrier : padding's power */
}


#sidebar2 #tag ul { list-style-type: none;
 text-align: center;
 margin: 0 0.5em 1em 0.5em;
 padding: 0;
}
 
#sidebar2 #tag li {
 display: inline;
}
 
#sidebar2 #tag .level-1 {
 font-size: 0.8em;
}
 
#sidebar2 #tag .level-2 {
 font-size: 1.3em;
}
 
#sidebar2 #tag .level-3 {
 font-size: 1.5em;
}
 
#sidebar2 #tag .level-4 {
 font-size: 1.7em;
}
 
#sidebar2 #tag .level-5 {
 font-size: 2em;
}


/* Le pied de page
*******************************************************************************/	
#footer{
	clear:both;
	border-bottom: 1px solid #CCCCCC;
	border-top:  1px solid #CCCCCC;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 5px 0 5px 0;
	color: #A9A9A9;
	text-align: center;
	font-size: 9px;
}

#footer a:link, #footer a:visited, #footer a:hover{
	color: #A9A9A9;
	text-decoration: underline;
}



/* Dotmap */
.dotmappost {
        overflow: hidden;
        float: left;
        border: #e0e0e0 solid 1px;
        width: 100%;
        height: 200px;
        padding: 0px;
        margin: 10px 0px 0px 0px;
}

#dotmaphomecontent {
        margin-bottom: 4em;
        margin: 10px 10px 10px 10px;
        padding:5px;
        border: #e0e0e0 solid 1px;
}

.dotmaphomemap {
        overflow: hidden;
        width: 90%;
        height: 400px;
        margin-bottom: 4em;
        margin: 10px 10px 10px 10px;
        padding:5px;
        border: #e0e0e0 solid 1px;
}
