/*
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 

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

 */
body {
margin: 0;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
font-size: 15px;
color: #000000;
font-weight: 500;
height:100%;
background:url(images/cpfp_bg.jpg) left top;
}
#banner{
width: 100%;
height: 7px;
background:#90b615;
}
#page {
background-color: white;
margin: 0 auto;
padding: 0;
width: 959px;
height:100%;
}

#header {
background: url(images/cpfp_header.jpg) top center no-repeat #FFFFFF;
margin: 0;
padding: 0;
height: 136px;
width: 959px;
}

.menu_haut ul {
list-style: none;
}

.menu_haut ul li {
margin: 0 0 0 32px;
padding: 0 15px 0 0;
float: right;
background:url(images/cpfp_puce_menu_haut.gif) right bottom no-repeat;
height:17px;
}

.menu_haut ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
text-decoration:none;
}

.menu_haut ul li a:hover{
color: #90b51a;
}

.menu_bas {
overflow:hidden;

}

.menu_bas ul {
position: absolute;
padding: 0;
left:50%;
margin-left: -190px;
margin-top: 20px;
list-style: none;
width:370px;
}

.menu_bas ul li {
float: right;
height:17px;
background:url(images/cpfp_sepe.gif) bottom right no-repeat;
padding: 0 10px 0 0 ;
margin: 0 0 0 10px;
}

.menu_bas ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
text-decoration:none;
}

.menu_bas ul li a:hover{
color: #90b51a;
}


.menu_filieres {
overflow:hidden;

}

.menu_filieres ul {
padding: 0;
margin-top: 20px;
list-style: none;
}

.menu_filieres ul li {
height:17px;
background:url(images/cpfp_sepe.gif) bottom right no-repeat;
padding: 0 10px 0 0 ;
margin: 0 0 0 10px;
}

.menu_filieres ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
text-decoration:none;
}

.menu_filieres ul li a:hover{
color: #90b51a;
}

.Link {
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
text-decoration:none;
}

.piclenselink{
display: none;
}

#headerimg {
margin: 0;
height: 200px;
width: 100%;
}
.narrowcolumn {
float: left;
padding: 0 0 20px 0px;
margin: 0 0 0 3px;
width: 635px;
height:100%
}
.widecolumn {
padding: 10px 0 20px 0;
margin: 5px 0 0 150px;
width: 445px;
}
.post {
margin: 0 0 40px;
text-align: justify;
}
.post hr {
display: block;
}
.widecolumn .post {
margin: 0;
}
.narrowcolumn .postmetadata {
padding-top: 5px;
}
.widecolumn .postmetadata {
margin: 30px 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: both; 
}
.clear { 
clear: both; 
}
#footer {
padding: 0;
margin: 0 auto;
width: 985px;
clear: both;
background-color:#000000;
background:url(images/cpfp_footer.gif) left top no-repeat;
height: 80px;
clear:both;
}
#footer p {
margin: 0;
padding: 20px 0;
text-align: center;
}
/* End Structure */
/*	Begin Headers */
h1 {
padding-top: 70px;
margin: 0;
}

h2 {
font-size: 32px;
margin: 55px 0 0 0;
padding: 12px 0 0 30px;
background: url(images/puce_titre.gif) center left no-repeat;
height: 50px;
}

.langue_fr {
position : absolute;
margin-top: 97px;
margin-left: 850px;
width: 43px;
height: 17px;
}

.langue_en {
position : absolute;
margin-top: 97px;
margin-left: 900px;
width: 43px;
height: 17px;
}

h2.pagetitle {
margin-top: 30px;
text-align: center;
}
#sidebar h2 {
margin: 5px 0 0;
padding: 0;
}
h3 {
padding: 0;
margin: 0 0 15px 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-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}
html > body .entry li {
margin: 7px 0 8px 10px;
}

.sep {
height: 1px;
width: 605px;
background:#000000;
margin: 0 0 0 30px;
}


.entry {
margin: 0 0 0 30px;
}

.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 {

}
#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}
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 li ul li{
list-style-image:url(images/cpfp_menu_puce.gif);
margin: 0 0 0 4px;
}

#sidebar ul li ul li a{
color: white;
text-decoration:none;
font-size:16px;
}

#sidebar ul li ul li a:hover{
color: #2b1c06;
text-decoration:none;
font-size:16px;
}

/* End Entry Lists */
/* Begin Form Elements */
#searchform {
margin: 10px auto;
padding: 5px 3px;
text-align: center;
}
#sidebar #searchform #s {
width: 108px;
padding: 2px;
}
#sidebar #searchsubmit {
padding: 1px;
}
.entry form {
/* This is mainly for password protected posts, makes them look better. */
text-align: center;
}
select {
width: 130px;
}
#commentform input {
width: 170px;
padding: 2px;
margin: 5px 5px 1px 0;
}
#commentform textarea {
width: 100%;
padding: 2px;
}
#commentform #submit {
margin: 0;
float: right;
}
/* End Form Elements */
/* Begin Comments*/
.alt {
margin: 0;
padding: 10px;
}

#respond{
margin: 0 0 0 30px;
}

.commentlist {
margin: -50px 0 0 20px;
padding: 0;
text-align: justify;
width: 600px;
}
.commentlist li {
margin: 10px 0 3px;
padding: 5px 10px 3px;
list-style: none;
}
.commentlist li .avatar {
float: right;
border: 1px solid #eee;
padding: 2px;
background: #fff;
}
.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 {
padding: 5px 0 0px 0px;
margin: 0 5px 0 0;
width: 267px;
float:right;
height:620px;
}

.leaf {
position: absolute;
padding: 0;
width:100;
margin-left: 900px;
margin-top: -70px;
}

#sous-sidebar {
margin: 0;
padding: 5px 0 0 30px;
width: 235px;
background: url(images/puce_sidebar.gif) top left no-repeat #90b615 ;
height:600px;
}

#sous-sidebar img {
margin: 10px 0 5px -17px;

}

#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;
}
.hidden { 
display: none; 
}
hr {
display: none;
}
a img {
border: none;
}
.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}
/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
It won't be a stylish marriage, I can't afford a carriage.
But you'll look sweet upon the seat of a bicycle built for two." */

