/*   
	Kubrick v1.2.5  for  WordPress 1.2
	 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
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	background-color:#DDDDDD;
	padding:0px;
	}

li {
	list-style-image:url(arrow000.gif);

}

#page {
	text-align: left;
	background-image: url(bg000000.jpg);
	background-repeat: repeat-y;
	background-position:left top;
	border: none;
	}

#header {
	background-color: white;
	background:  url(header00.jpg) no-repeat top center;
	margin: 0 !important; margin: 0 0 0 1px;
	}

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

#content {
	font-size: 1.2em;
	padding:0px;
	width:737px;
	overflow:hidden;
	}


#presentation {
	/*background-color: white;*/
	margin: 0px;
	padding: 8px;
	width: 934px ;
	height:114px ;
	background: url(bgIndrod.jpg) no-repeat top left;
	vertical-align:middle;
	text-align:justify;
	font-size:10px;
}

#presentation h2{
	margin-top:8px;
	padding-top:0px;
	margin-bottom:5px;
	/*background-color: white;*/
	line-height: 0em;
}




#footer {
	background-color: #eee;
	background: url(footer00.jpg) no-repeat bottom center;
	border: none;
	}

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

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	fontremote:/-weight: bold;
	}


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

h2 {
	font-size: 1.6em;
	}

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

h2.post {
	background:none;
}
	
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	color:630707;
	border-bottom:solid 1px #e0d9b8;
	}


h3 {
	font-size: 1.3em;
	}

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

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}

#sidebar h3 {
	margin-left:15px;
	font-size: 1.0em;
	

}

h5 {
	font-size: 0.9em;
	}



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

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #1D1D1D;
	}
	
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: #06C;
	text-decoration: none;
}

a:visited {
	color: #666699;
	text-decoration: none;
}	
	
a:hover {
	color: #147;
	text-decoration: underline;
}
	

	

/* End Typography & Colors */



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

#page {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 180px;
	width: 950px;
	}

#header a img{
	margin:15px;
	border:0px;
	}

.narrowcolumn {
	float: left;
	margin: 0px;
	width: 737px;
	}


	
#footer {
	padding: 0;
	margin: 0 auto;
	width: 950px;
	height:151px;
	clear: both;
	}

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



/*	Begin Headers */

#header h1 {
	padding:0px;
	margin:0px;
	font-size: 30px;
	font-size:15px;
	color:#c4b46d;
	text-align:right;
	margin-right:260px;
	margin-top:-130px;
	}


.description {
	text-align: center;
	vertical-align:middle;
	}

h2 {
	margin: 8px 0 0;
	}

h2.pagetitle {
	margin-top: 5px;
	text-align: center;
}

#sidebar h2 {
	margin: 20px 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
	}
	


		

		
		
		#prelude {
	position : relative;
	top : -190px;
	margin : 0;
	padding-right : 25px;
	padding-top:15px;
	font-size : 0.85em;
	text-align : right;
	color : white;
}
#prelude a {
	color : white;
}
#prelude a:hover, #prelude a:focus {
	color : #0373A1;
}
/* End Images */



/* Begin Lists




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



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

#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;
	}
/* End Entry Lists */



/* Calendar */
#calendar {
	padding-bottom:20px;
}
#calendar h2 {
	display : none;
}
#calendar table {
	border-collapse : collapse;
	font-size : 0.85em;
	margin : 0 auto;
}

#calendar caption {
	padding : 0 0 0.3em 0;
	font-size : 1.2em;
	margin : 0 auto;
}
#calendar abbr {
	border : none;
	font-style : normal;
}

#calendar th, #calendar td {
	border : none;
	padding : 1px;
}
#calendar td {
	text-align : center;
}

#calendar td.active {
	border : 1px solid #0373A1;
}
#calendar td.active a {
	font-weight : bold;
}

#calendar a {
	font-weight : bold;
}

/* Search form */
#search {
}
#q {
}

/* Categories box */
#categories li {list-style-type: circle; 
margin-left:5px;
}

/* Archives box */
#archives li {list-style-type: circle; 
margin-left:5px;
}

/* Links box */ 
#links li {list-style-type: circle; 
margin-left:5px;
}

/* Syndication box */
#syndicate li {list-style-type: circle; 
margin-left:5px;
}

/* Boite de la campagne anti-verrous */
#logoantiverrous {
  margin: 0 auto;
  text-align: center;
}



/* Post
-------------------------------------------------------- */
.day-date {
	margin-top : 2em;
	padding-bottom : 4px;
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 1.2em;
	font-weight : bold;
	text-align : right;
	color : #999;
	background : transparent url(line-100.png) repeat-x bottom left;
	position:relative;
	top:-20px;
}

.post {
	margin-bottom : 30px;
	width:700px !important;
	padding-left:20px;
	padding-right:17px;
	background: url(bgPost00.jpg) no-repeat top left;
	padding-top:5px;
}
.post-title {
	color : #39455B;
	background : transparent url(ico_entr.png) no-repeat 0 40%;
	padding-left : 12px;
}
.post-title a {
	color : #394558;
	text-decoration : none;
}
.post-info {
	font-size : 0.85em;
	clear : both;
	color : #666;
	margin : 0;
}
.post-chapo {
	margin-bottom : 2em;
}
.post-content {
	margin-top:20px;
}
.post-info-co {
	font-size : 0.85em;
	clear : both;
	color : #666;
	background : transparent url(ico_comm.png) no-repeat 0 40%;
	padding-left : 13px;
}

.post-info-co span {
	background : transparent url(ico_tb00.png) no-repeat 100% 40%;
	padding : 0 15px 0 0;
}


#comments {
padding-left:10px;
}

.comment-content{
	border-left:solid 4px #CCCCCC;
	margin-left:10px;
	padding-left:10px;
	padding-right:20px;
	margin-bottom:30px;
	margin-top:0px;
}

#comment-preview {
}

#trackbacks, #comments, #comment-preview {
	margin : 0 ;
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
	display : block;
	margin : 0 0 1em 0;
	padding : 1px 15px;
	font-style : normal;
	color : #666;
	background : transparent url(line-100.png) repeat-x 0 0;
}

#trackbacks {
	margin-left:10px;
}

.comment-info {
	margin : 0;
	padding : 0.3em 0 0.3em 18px;
}
#trackbacks .comment-info {
	background-image : url(ico_tb00.png);
	background-position : 4px 60%;
	background-repeat : no-repeat;
}
#comments .comment-info {
	background-image : url(ico_comm.png);
	background-position : 4px 60%;
	background-repeat : no-repeat;
}
.comment-number {
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 1.8em;
}
.comment-number a {
	text-decoration : none;
}

.comment {

}

/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid #c00;
	background : #fee;
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}


/* Interactions
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}

input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border-width : 1px;
	border-color : #ccc;
}

#q {
	
	width:150px;
}

input[type], textarea[name] {
	background: #f1f0ed;
}

input[type=submit], input[type=reset] {
	background : #ccc;
	color : #000;
}

input[type=submit]:hover {
	background : #598F9A;
	color : #fff;
}

textarea {
	width : 95%;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}

.form-help {
}

#comment-form {
}

input.preview {
}
input.submit {
}

#c_nom {
}
#c_mail {
}
#c_site {
}
#c_content {
}
#c_remember {
}


/* Extra blocks
-------------------------------------------------------- */
#block1 {
}
#block2 {
}
#block3 {
}
#block4 {
}
#block5 {
}
#block6 {
}

/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 742px;
	width: 190px;
	}

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




/* Begin Various Tags & Classes */
code, pre {
        margin : 0 auto;
        margin-bottom : 1em;
        padding : 0.5em;
        text-align:left;
        white-space:normal;
                /* cache pour IE 5 Mac qui sait pas faire - Ne pas supprimer cette ligne  \*/
                white-space:pre;
                width: 90%;
                overflow : auto;


        /* Fin hack Ne pas supprimer cette ligne */
 }

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 {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/* Home
-------------------------------------------------------- */

.home .liens {
	font-size:10px;
	width:241px;
	
}
.home .liens h5 {
	margin-top:2px;
	margin-bottom:5px;
}
.home .liens ul {
	padding-left:20px;
}

.home .liens .bloc1 {
	/*background:  url(images/home-top.jpg) no-repeat top right;*/
	width:221px !important; width:241px;
	margin-top:8px;
	padding:10px;
	padding-bottom:20px;
	border-right:1px dotted #c4b46d;
}
.home .liens .bloc2 {
	/*background:  url(images/home-bottom.jpg) no-repeat bottom right;*/
	width:221px !important; width:241px;
	padding:10px;
	border-right:1px dotted #c4b46d;
	margin-bottom:60px;
}

.home .intro {
	font-size:12px;
	width:420px !important;width:440px;
	padding-right:20px;
	float:right;
	text-align:justify;
}
.home .intro img{
	float:left;
	margin:2px;
}
.home .intro .lien{
	margin-left:20px;
	padding-left:10px;
	background:  url(arrow000.gif) no-repeat left;
}
.home {
	/*margin:10px;
	margin-bottom:30px;
/* 	background:  url(images/bgPost.jpg) no-repeat top right;*/ */;
	width:710px !important; width:737px;
	padding-left:10px;
	padding-right:17px;
	background: url(bgPost00.jpg) no-repeat top left;
	padding-top:5px;
}


/* Menu
-------------------------------------------------------- */
@media print {
/*A l'impression on cache le menu, marche au moins pour IE, Moz et Op?a.*/
	.menu, .ssmenu {
		visibility:hidden;
	}
}

#conteneurmenu{
	padding-left:20px;
	margin-top:110px;
}
.menu{
	background-color:#e2dab9;
	color:black;
	font-size:11px;
	font-weight:bold;
	border:1px solid #c2c0ab;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity: 0.50;
/* width et margin sont au cas o le javascript est d?activ? */
	float:left;
	margin:4px;
}
.ssmenu {
	background-color:#FFFFFF;
	color:black;
	font-size:11px;
	border:1px solid #c2c0ab;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
}
/* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */
.menu {
	text-align:center;
}



.menu span, .ssmenu span {
/* Ne pas toucher
	C'est pour cacher les ; en fin de <li>, ce qui permet aux synth?e vocales de prendre une
	pause dans l'?ocution */
	display:none;
}

.menu a,  .menu a:visited{
/* Les liens qui ne sont pas sous le curseur. */
	font-family:"MS Sans Serif", "sans-serif", Verdana, Arial;
	text-decoration:none;
	color:black;
	padding-left:20px;
	padding-right:20px;
/*	Un width:100% fait planter Mozilla, sans le width:100% c'est IE et Opera... La combinaison
	aucun width et height:100% marche sur tous, donc ne pas toucher ces 2 lignes */
/*	height:100%;
	margin:0px;*/
	margin:0px;
}


.menu a:hover, .menu a:focus {
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enl?e le soulignement.
	*/
	background-color:#c4b46d;
	text-decoration:none;
}

.ssmenu a:hover, .ssmenu a:focus{
/* Les liens sous le curseur.
	On change les couleurs du texte et de fond, et on enl?e le soulignement.
	*/
	background-color:#edeae3;
	text-decoration:none;
}

.ssmenu a {
	display:block;
	padding-left:10px;
	padding-right:5px;
	background:  url(arrow000.gif) no-repeat left;
	color:#333333;
}
.ssmenu {
	padding:2px;
	display:none;
}
.ssmenu strong {
	font-weight:normal;
}

.ssmenu h3, .ssmenu h3 a {
	margin:0px;
	padding:0px;
	padding-top:5px;
	background: #ffffff;
	font-size:11px;
}

#helpUs input {
	border: 1px solid red;
}