10:13 25/05/2006/* 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: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 0.9em;
	height: 100%;
}

h2{
	margin-bottom:10px;
	background: transparent;
	text-align: left;
	font-size: 12px;
	color: #888888;
	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;
}

h5{
	color: #313131;
	font-size: 12px;
	font-variant: small-caps;
	font-family: "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.blue {
  color: #8080ff;
}


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;
}

td,th{
	font-size: 11px;
	font-family: : "Trebuchet MS", 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: "Trebuchet MS", 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: "Trebuchet MS", 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{
	width: 750px;
	text-align: left;
	margin: 0 auto 0 auto;
	min-height: 100%;
}
 
/* L'entête
*******************************************************************************/
#top{
	margin-bottom: 5px;
	margin-top: 8px;
	background-image: url(images/header.jpg);
	height: 75px;
	background-repeat: no-repeat;
	border: 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{
	float: right;
	width: 740px;
	color: #909090;
	font-size: 14px;
	margin-right: 5px;
}
	
.day-date{
	text-align: right;
	font-size: 9px;
	color: #8EADD1;
	padding: 1px;
	margin-top: -3px;
	letter-spacing: 3px;
}

.post{
}

.post-title{
	padding-bottom: 1px;
	color: #000095;
	font-size: 14px;
}

.post-info{
	padding: 10px 0 10px 0;
	background:transparent;
	text-align: left;
	color: #3E6C99;
	font-size: 10px;
}

.post-content{
	position: absolute;
	width: 740px;
	text-align: left;
	overflow: auto;
	top: 130px;
	height: auto;
	bottom: 70px;
	z-index:0;
	border: 1px solid #CCCCCC;
}

.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{
	float: left;
	width: 200px;
	color: #A9A9A9;
	font-size: 11px;
	margin-left: 5px;
}



#sidebar2 h3{
	padding-bottom: -2px;
}

#sidebar div{
	color:  #A9A9A9;
	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;
	}
	
#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: 199px;
}

#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 */
}

/* Le pied de page
*******************************************************************************/
#retour{
	text-align: center;
	font-size: 11px;
}

#foot{
	position: absolute;
	width: 750px;
	left: 50%;
bottom: 0;
     margin-left: -375px;
	backgound-color: #fff;
}

#footer{
	border: 1px solid #CCCCCC;
	color: #A9A9A9;
	padding: 5px 0 0 0;
	text-align: center;
	width: 750px;
	font-size: 11px;
}

#footer a:link, #footer a:visited, #footer a:hover{
	text-decoration: underline;
}


#footer2{
	border: 1px solid #CCCCCC;
	color: #A9A9A9;
	text-align: center;
	width: 750px;
	font-size: 10px;
}

#footer2 a:link, #footer2 a:visited, #footer2 a:hover{
	text-decoration: underline;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
	text-align: center; 
	font-size : 12px;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
	color: #313131;
	list-style-type: none;
	position: absolute;
	width: 750px;
	left: 50%;
	top: 80px;
     margin-left: -375px;
	z-index:1;
}
#menu dl {
	float: left;
	width: 187px;
list-style-type: none;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	background: #c6dbf6;
	border: 1px solid blue;
	margin: 1px;
list-style-type: none;
}
#menu dd {
	display: none;
	border: 1px solid blue;
}
#menu ul {
list-style-type: none;
}
#menu li {
	text-align: center;
	background: #e4eefc;
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #eee;
}