/*
Theme Name: WordPress Default Fr
Theme URI: http://wordpress.org/
Description: Le thème par défaut de WordPress, basé sur le fameux thème <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets 



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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
background-color: #ffffff;
color: #333;
text-align: center;
}
#page {
background: #f2f2f3;
}
#header {
background: #000000 url('images/originall_final.gif') no-repeat bottom center;
height: 222px;
width: 750px;
}

#content {
font-size: 1.2em;
}

ul.navi {
        list-style: none;
        font-size: 1.2em;
	padding: 0px;
	color: #ffffff;
	text-decoration: none;
}

ul.navi li{		
	padding: 200px 12px 0px 4px;
	float: right;       
}

ul.navi a:link, ul.navi a:visited, ul.navi a {
        color: #ffffff;
	padding: 0px 4px 0px 4px;
        text-decoration: none;
}
ul.navi a:hover {
    color: #cc1f27;

}



.widecolumn .entry p {
font-size: 1.2em;
}
.narrowcolumn .entry, .widecolumn .entry {
line-height: 1.2em;
}

.narrowcolumn .entry img {
	float: left;
	margin: 5px 5px 5px 0;
	background: #ffffff;
	}
}

.widecolumn {
line-height: 1.2em;
}
.narrowcolumn .postmetadata {
font-size: 0.8em;
text-align: left;
}
.alt {
background-color: #f2f2f3;
}

#footer {
background: #ffffff url('images/originall_footer.gif') no-repeat  bottom center;
}

ul.navi2 {
float: center;
        font-size: 1.2em;

}

ul.navi2 a:link, ul.navi2 a:visited, ul.navi2 a {
        color: #ffffff;
        text-decoration: none;
	
}
ul.navi2 a:hover {
    color: #cc1f27;

}


small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 0.8em;
}
h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;

}
h1 {
font-size: 1.1em;

}
#headerimg .description {
font-size: 0.9em;
text-align: center;
}
h2 {
font-size: 2em;
line-height: 2em;
}
h2.pagetitle {
font-size: 2em;

}

h3 {
font-size: 1.6em;
}

h4 {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #cc1f27;
font-weight: bold;
font-size: 1.6em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
text-decoration: none;

}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #000000;
}
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 {
text-align: left;
font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
font-weight: bold;
}
.commentlist cite, .commentlist cite a {
font-weight: bold;
font-style: normal;
font-size: 0.9em;
}
.commentlist p {
font-weight: normal;
line-height: 1.2em;
text-transform: none;
}
#commentform p {
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color: #999999;
}
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: #6e0f01;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: #6e0f01;
text-decoration: underline;
font-weight: bold;
}
#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 {

}
#page {
background-color: #f2f2f3;
margin: 0px auto;
width: 750px;
}
#header {
background-color: #ffffff;
}

.narrowcolumn {
	float: left;
	padding: 0px 25px 0px 25px;
	width: 700px;

        background: #ffffff;
	}

.widecolumn {
	padding: 0px 0 0px 0;
	width: 700px;

	}
.post {
text-align: justify;
}
.post hr {
display: block;
background: #f2f2f3;
}

.narrowcolumn .titre {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #000000;
font-weight: bold;
font-size: 2em;
}
.narrowcolumn .titre a:link, .titre a:visited, .titre a {
color: #000000;
}

#sidebar {
float: right;
width: 300px;

}
