/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#722e74;
	background-image:url(images/bgcolor.jpg);
	background-repeat:repeat-y;
	background-position:center;
	color: #333;
	text-align: center;
	}

#page {
	background: #FFFFFF url('images/nav_02.jpg') no-repeat top center;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/nav_01.jpg') no-repeat bottom center;
	}

#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 42px; 
	width: 740px; 
	} 

#content {
	font-size: 1.2em
	
	}

.widecolumn .entry p {
	font-size: 1.05em;
	margin-bottom:5px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #eee url('images/nav_04.jpg') no-repeat top; 
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Georgia, "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.9em;
	line-height:27px;
	}

h2.pagetitle {
	font-size: 1.9em;
	}

#sidebar h2 {
	font-family: Georgia, "Lucida Grande", Verdana, sans-serif;
	font-size: 1.8em;
	color:#722e74;
	font-weight:bold;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h3, h3 a {
color: #722e74;
text-decoration:none;
}

h2 a:visited, h3 a:visited {
color: #b41d8d;
text-decoration:none;
}

h2 a:active, h3 a:active {
color: #722e74;
text-decoration:underline;
}

a, a:active {
	color:#5d5d5d;
	text-decoration:underline;
}

a:visited {
text-decoration:none;
}


/*h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}*/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}
.commentlist ul.notation, .commentlist ul.notation li {
margin:0px;
padding:0px;
}

.commentlist cite, .commentlist cite a {
	/*font-weight: bold;*/
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #722e74;
	text-decoration: none;
	}

a:hover, a:active {
	color: #722e74;
	text-decoration: underline;
	}

a:visited {
	color: #b41d8d;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0; 
	}

#page {
	position:relative;
	margin: 0px auto;
	padding: 0;
	width: 931px;
	
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 0px; 
	padding: 0; 
	height: 42px; 
	width: 100%;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 20px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 0px 0px 20px 0px;
	margin: 0px auto 0 20px;
	width: 555px;
	float:left;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 0px auto 0 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height:30px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 30px 0 30px 0;
	}



h2.pagetitle {
	margin-top: 0px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin: 0px;
	padding: 0 0 0 8px;
	list-style-image:url(images/puce.jpg);
	list-style-type:disc;
	
	}
blockquote p {
margin: 0 0 5px 0px;
}

blockquote li {
line-height:15px;
}
html>body .entry li {
	margin: 0px 0 0px 8px;
	}

.entry img {
padding:5px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#sidebar ul.envaleur {
margin-bottom:0px;
padding-bottom:0px;
}
#sidebar ul.envaleur li a {
	font-size:1.2em;
	color:#722E74;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

#sidebar ul.envaleur li {
margin-bottom:0px;
	padding-bottom:0px;
}
#sidebar ul.envaleur li:before {

content: "\003E \0020";
}

/* End Entry Lists */



/* Begin Form Elements */
.searchform {
	margin: 0px auto;
	padding: 2px; 
	
	}
	


.searchform .s {
	width: 150px;
	height:10px;
	padding: 1px;
	margin-top:2px;
	font-size:0.9em;
	}

.searchsubmit {
	margin-top:3px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
	
#commentform {
margin-left:0px;

}
#commentform label {
float: left; width: 120px;
height:20px;
padding-top: 8px;
line-height:15px;
vertical-align:middle;
}
#commentform input {
	width: 180px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform textarea {
	width: 540px;
	padding: 2px;
	margin-left:0px;
	}

#commentform #submit {
	margin: 0;
	float:left;
	width:150px;
	margin-left:200px;
	
	}


/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	margin:0px;
	}
.commentlist ol {
margin:0px;
padding: 0px;
}
.commentlist li {
	margin: 5px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	clear:both;
	padding:0px;
	margin:0px;
	width: 100%;
	height:415px;
	background-image:url(images/nav_03.jpg);
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;

	width:540px;
	}
	
#sidebar_pave1, #sidebar_pave2, #sidebar_pave3 {
float:left;

}

#sidebar_pave1, #sidebar_pave2 {
margin-left:100px;
margin-top:50px;
width:190px;

}

#sidebar_pave1 {
margin-left:25px;
}

#sidebar_pave1 .page_item a, #sidebar_pave2 .page_item a {
color:#5D5D5D;
}

#sidebar_pave1 .current_page_item a, #sidebar_pave2 .current_page_item a {
font-weight:bold;
}

#sidebar_pave3 {
margin-left:100px;
margin-top:10px;
width:255px;
color:#5D5D5D;
list-style-type:square;
}
#sidebar_pave3 ul li ul li {
list-style-type:square;
list-style:square;
list-style-position:inside;
}
a.actutitre {
color:#B41D8D;
}



#buybar, .buybar_simple {
float:right;
width:306px;
margin:auto 9px 0px 0px;

font-size:1em;
padding-left:15px;
line-height:12px;
}

#tagline {
float:left;
width:548px;
height:91px;
margin-top:25px;
padding:0px;
margin-bottom:30px;
}

.fond_gris {
background-color:#F6F5F4;
padding:10px;
margin-top:0px;
}

.bouton_violet {
	background-image: url(images/bouton.jpg);
	width:272px;
	height:44px;
	color:#FFFFFF;
}

.line_small, .line_long {
border-top: 1px solid #CCCCCC;
padding-top:25px;
padding-bottom:5px;
width:540px;
margin-bottom:5px;

}

.line_long {
width:100%;

}

.listmodeles {
	font-size:1.5em;
}

.acheter_modele {
font-family:Arial, Helvetica, sans-serif;
background-color:#722174;
color:#FFFFFF;
font-size:2em;
height:25px;
padding-top:7px;
text-align:center;
}

.acheter_modele a {

color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
}

.reducewidth {
width:540px;

}

#commentform fieldset {
border:none;
}

.breadcrumb {
padding-top: 5px;
padding-left:3px;
width:650px;
float:left;
font-family: "Trebuchet MS",arial,helvetica,sans-serif;
font-weight:bold;
}

.recherche {
float:right;
/*margin-right:10px;*/
width:auto;
text-align:right;
}

#rssbook {
position:absolute;
bottom:70px;
right:55px;
font-size:0.9em;
text-align:right;
}

#rssbook a {
text-decoration:underline;
}

.imgbuy {
width:269px;
height:42px;
}

.previsualiser {
text-decoration:underline;
cursor:pointer;
color:#722E74;
font-size:1em;
margin-bottom:30px;
float:left;
width:200px;

}

.commentkarma {

}
.modifcomment {
text-align:right;
}
.modifcomment a {
color:#FF0033;

}
.navalignright {
float:right;
text-align:right;
}

.navalignleft {
float:left;
text-align:left;
}
.navalignright, .navalignleft {
	font-size:0.9em;
	color:#777;
	width:50%;
	line-height:10px;
	margin-bottom:30px;
	
	}

.navalignright a, .navalignleft a {
color:#777;
text-decoration:underline;

}

ul.tagcloud li {
display:inline;
margin:0px;
padding:0px;
}

.gris {
color:#777;
}

.smaller {
	font-size:0.8em;
	color:#777;
}

#retourhaut {
float:left;
width:250px;
padding-top:5px;
padding-left:5px;
}


.ssimage {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
.marge2 {
	font-size: 12px;
	font-style: italic;
	color: #660066;
}


.itw {
	
	background-color: #EDECEA;
	margin: 6px;
	padding: 3px;
}




/* End Various Tags & Classes*/
