/*   
Theme Name: VDK
Theme URI: http://www.vdekeyser.be/
Description: Thème pour le site de Véronique De Keyser en rouge et gris
Author: C&eacute;dric Lemaire
Author URI: http://www.kissafrog.be
Version: 1.0
General comments/License Statement if any.
Licence: ce th&egrave;me peut &ecirc;tre distribu&eacute; sous licence CREATIVE COMMONS et de préférence en le demandant gentient de toute fa&ccedil;on il y en a de plus beaux sur le net
Tags: rouge, vert, one column, widgets 

Soyez indulgents, c'est mon premier thème WP déveoppé intégralement...

*/


/* mise en page globale */

* {
	margin: 0px;
	padding: 0px;
}

html {
	font-size: 100%;
}

body {
	background: #aaaaaa url(./images/bg_h3.gif) repeat-x;
	font-family: "Lucida Grande", Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 13px;
	color:#000;
	width:100%;
}

p {
	margin-top: 25px;
	text-align: justify;
}

.disapear {
	display: none;
}

/* titre du blog */
h1 {
	padding-top : 10px;
	margin-left: 50px;
	font-family: verdana;
	font-weight:bold;
	font-size : 45px;
	color: #FFF;
}


h1 a, h1 a:visited{
	color :#FFF;
	text-decoration: none;
}

h1 a:hover{
	color :#FFF;
	text-decoration: none;
}

/* titre des articles */

h2 {
	font-size : 22px;
	line-height:1.2;
}

h2 a, h2 a:visited {
	color :#d00000e;
	text-decoration: none;
}
h2 a:hover {
	color: #97000a;
	text-decoration: none;
}


/* H3 utilisé pour le nombre de commentaire */
h3 {
	font-size: 15px;
	padding-bottom:20px;
}

h4 {
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 15px;
}

h5 {
	font-size: 14px;
	text-decoration:underline;
	margin-top: 25px;
	margin-bottom:15px;
}

small {
	color : #777777 ;
}

a, a:visited {
	text-decoration:none;
	color : #d0000e;
}

a:hover {
	color : #97000a;
}

.rouge {
	color:#d0000e;
}

/* écrire en index, à terminer */
.index {
	font-size:12px;
	color:#777777;
}

.underline {
	text-decoration:underline;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #c2c2c2;
	color: #777777;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}


/* titre */
#titre {
	position: relative;
	height : 110px;
	width:100%;
}

#titre h2 {
	font-size : 25px;
	color:#fff;
	margin-left: 50px;
	margin-top: 4px;
	font-family: verdana;
	font-weight:bold;
}

#titre h2 a {
	color:#FFFFFF;
}

#titre h2 a:hover {
	color:#fff;
}

/* navigation */
#menu_top {
	position : relative;
	height : 60px;
	width:990px;
	margin:auto;
}

#menu_top ul {
	position: relative;
	list-style-type: none;
}

#menu_top li {
	postion : relative;
	display: inline;
	float: left;
	padding-right: 33px;
	padding-left: 10px;
}

#menu_top a {
	text-decoration:none;
	font-size:28px;
	color:#780404;
}

#menu_top a.active {
	color:#000;
	font-weight:bold;
}

#menu_top a:hover {
	color:#000;
}


#menu_top img {
	border: solid 5px #fff;
	margin-top:-99px;
	margin-left: 840px;
}

.imgvdk {
	background: #000000 url('./images/vdk1.jpg') no-repeat;
	border: 5px solid #FFF;
	margin-top:-62px;
	margin-left: -8px;
	width: 140px;
	height: 175px;
}

/* page de contenu de l'ensemble */

#page {
	position: relative;
	width:990px;
	margin:auto;
	margin-top:100px;
	background: #FFF;
	border: solid 1px #000;
	}

/* contenu */

#content {
	position:relative;
	top : 0px;
	left : 0px;
	padding: 10px 20px 30px 50px;
	width: 700px;
}

/* "post" est utilisé pour la gueule des postes publiés (comme c'est subtile) */
.post {
	clear:both;
	margin-bottom : 30px;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 15px;
	width: 680px;
	border-bottom: 1px solid #67a400;
}

.narrowcolumn .entry, .widecolumn .entry {
line-height: 1.4em;
}

.post li {
	list-style: none;
	background: url(images/bg_li1.gif) no-repeat left center !important;
	padding-left: 13px !important;
	padding-top : 2px;
}


/* articles précédents et suivants */
.navigation {
	clear: both;
	padding: 10px 0px;
}

.navigation a:hover {
	background: #d0000e;
	color: #fff;
}

/* / */


/* "tags" et "posté dans" */

.postmetadata {
	color:#777777;
	font-size:12px;
}

/* / */


/* zone de commentaire */

#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}

.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}

.commentlist li{
	padding: 10px 10px;
}

.commentlist .alt {
	background: #f1fedb;
}

.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #D0000E;
}

.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 85%;
}

#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}

#commentform p {
	padding: 6px 0px;
	margin: 0px;
}

#commentform label{
	color: #787878;
	font-size: 87%;
}

#commentform input {
	width: 200px;
	background:#f1fedb;
	border: 1px solid #67a400;
	padding: 3px;
	margin-top: 3px;
}

#commentform input:focus {
	background : #ffffea;
}

#commentform textarea{
	width: 485px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #67a400;
	padding: 2px;
	margin-top: 3px;
}

#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}

#commentform #submit{
	font-weight:bold;
	cursor: pointer;
}

/* fin de la zone de commentaire */


/* sidebar */

/* Lines PS */


#ps {
	float: left;
	width: 200px;
	height : 120px;
	border: none;
	margin-bottom: -15px;
}

#ps ul {
	list-style-type: none;
	}

#ps li {
	postion : relative;
	display: inline;
	float: left;
	padding-right: 20px;
}

#ps img {
	border:none;
}

#ps a {
	border: none;
}




#sidebar {
	position: absolute;
	width: 210px;
	margin-left: 770px;
	top: 0;
	color: #666666;
	padding-top : 30px;
	padding-right: 10px;
}

/*sidebar title (h2) */

#sidebar h2, #sidebar .sidebartitle {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 20px 0px 5px;
}

#sidebar h2 {
	display:block;
	border-top : solid 1px #758d38;
	border-bottom: solid 1px #758d38;
	padding-top : 3px;
	padding-bottom : 3px;
	text-align:center;
	margin-top : 30px !important;
	margin-bottom : 10px !important;
}

#sidebar ul, sidebar li {
	list-style:none;
}

/* mise en page sidebar */

#sidebar a:hover {
	background : #d0000e;
	color : #FFF;
}

ul.list-cat li, li.widget_categories li{
	background: url(images/bg_li_sb1.gif) no-repeat left center !important;
	padding-left: 13px !important;
}

ul.list-cat li, li.widget_archive li{
	background: url(images/bg_li_sb1.gif) no-repeat left center !important;
	padding-left: 13px !important;
}

ul.list-cat li, li.widget_links li{
	background: url(images/bg_li_sb1.gif) no-repeat left center !important;
	padding-left: 13px !important;
}


/* RSS */

#rss {
	float: left;
	width: 100px;
	height:78px;
	margin-top : 35px;
	margin-left : -5px;
	margin-bottom: 15px;
}

.RSS_lien  {
	display: block;
	width: 100px;
	height: 100px;
	background: #FFF url('images/rss-logo.jpg') no-repeat;
}

#rss img {
	border: none;
}

#rss a:hover {
	background: #FFF url('images/rss-logo.jpg') no-repeat;
}


/* FB */
#fb {
	float: left;
	width: 100px;
	height:78px;
	margin-top : 35px;
	margin-left : 15px;
	margin-bottom: 35px;
}

.fb_lien  {
	display: block;
	width: 100px;
	height: 100px;
	background: #FFF url('images/fb_100.png') no-repeat;
}

#fb img {
	border: none;
}

#fb a:hover {
	background: #FFF url('images/fb_100.png') no-repeat;
}






/* search */

.separation {
	margin-top : 15px;
	margin-bottom : 35px;
	border-bottom: 1px solid #67a400;
}

/* bouton de recherche */

#searchform input {
	background: #F0F0F0;
	border: 1px solid #67a400;
	width: 143px;
	height: 25px;
	margin-top: 10px;
	font-weight:bold;
	color: #000;
	vertical-align: middle;
}

/* / */


/* footer */

#footer {
	position:relative;
	width: 900px;
	margin:auto;
	height: 20px;
	background-color: #aaaaaa;
	color: #000;
	font-size: 95%;
	line-height: 120%;
}

#footer p {
	text-align: center;
}

.kaf {
	color:#67a400;
}

/* alignements en vrac */

.center {
	text-align: center;
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}

.alignright {
	float: right;
}

img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}

.clear {
	clear:both;
}

hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}



/* formail */

form.cmxform fieldset { margin-bottom: 10px; }
	
form.cmxform legend {
	padding: 5px 2px 0px 0px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
	}

form.cmxform label { width: 120px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

form.cmxform {
	width: 80%;
	font-size: 1em;
	color: #000;
	}
	
form.cmxform legend { 
padding-left: 0px;
}
	
form.cmxform legend,
form.cmxform label { color: #000; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #FF6200;
	background: url(../pics/fieldset1.gif) left top repeat-x;
	}

.field
{
	background: url(../pics/fieldset1.gif) left bottom repeat-x;
}


form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(../pics/divider.gif) left bottom repeat-x;
	}

input {
	background: #F0F0F0;
	border: 1px solid #67a400;
	width: 143px;
	height: 25px;
	font-weight:bold;
	color: #000;
	}

input:focus {
	background : #ffffea;
	}

textarea {
	background: #F0F0F0;
	border: 1px solid #67a400;
	font-weight:bold;
	color: #000;
}

textarea:focus {
	background: #ffffea;
	color:#000000;
	}
	
.hahaha
{
	width : 10px;
	height : 1000px;
}

.haha {
	width : 10px;
	height: 100px;
}

.hahahaha {
	width : 10px;
	height: 200px;
}

/* adresse */

.adresse {
	width: 100%;
	margin-bottom : 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #67a400;
}

.adresse ul
{	
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

.adresse li 
{
	background: url('../pics/ul_f.gif') left center no-repeat;
	padding-left: 15px;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

/* contact */

.txtform { 
	font-size: 12px; 
}

.txterreur {
	display:block;
	background: #FF0000;
	color : #FFF;
	font-weight:bold;
}