
 
@import "layout.css";

/* Global style
********************************************/
html, body{
	margin: 0;
	padding: 0;
}

body{
	background: #EEE url(img/background.png) repeat-x;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 0.8em;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}
h1{font-size: 1.4em; margin: 1em 0;}
h2{font-size: 1.2em; margin: 1em 0;}
h3{font-size: 1em; margin: 0.8em 0;}
h4{font-size: 1em; font-weight: normal}
.titre, titre h1{ font-family: arial, sans-serif ; font-size: 11pt ; font-weight: bold ; font-style: italic ; line-height: 12pt ; }
a:link{color:#000; background:transparent;}
a:visited{color:#000; background:transparent;}
a:hover{color:#844; background:transparent;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"; color:#999; background:transparent;}
a img{border: none;}

abbr, acronym{
	border: none;
	background: transparent url(img/dotted.png) repeat-x bottom;
	cursor : help;
}

code, pre, kbd {
	font-family:"Courier New", Courier, monospace; font-size : 1em;
}

pre {
overflow: visible;
width: 100%;
}
html>body pre {
overflow: visible;
width: auto;
}

fieldset{
	border: none;
}

.field label{
	display: block;
	cursor: pointer;
	cursor: hand; /* pour IE */
}

input, textarea{
	border: 1px solid #999;
	background: #FCFCFC;
	/* -moz-border-radius connu pour ne pas etre valide */
	-moz-border-radius: 4px;
}

textarea{
	width: 100%;
}

.left{
	float: left;
	margin: 0 1em 1em 1em;
}

.right{
	float: right;
	margin: 0 1em 1em 1em;
}

/* Header
********************************************/
#top{
	background: #CCCCCC; 
	width: 750px;
	height: 102px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
border: none; 

}




#top h1{
	line-height: 12px;
	margin: 10;
	font-size: 1em;
		padding-top: 1px;

}

#top h1 a{
	text-decoration: none;
	color: #000066;
	background: transparent;
}

#prelude{
	color: #CD5C5C;
	background: transparent;
	text-align: center;
	margin: 0;
}

#prelude a{
	color: #CD5C5C;
	background: transparent;
	text-decoration:none;
}

#prelude a:hover{
	color: #F0E68C;
	background: transparent;
}

/* Post
********************************************/

#content{
	display: block;
	color: #333;
background: #ffffff url(img/fondbleu.gif);
	width: 490px;
	margin: 20px 0px 20px 0;
	padding-right: 20px;
	float: right;
}

#content h2{
	padding-left: 20px;
	border-bottom: 1px solid #999;
	background: #FFF url(img/sstar.png) no-repeat left;
	background-position: 0 0.1em;
	color: inherit;
		margin-bottom : 0.8em;
}

#content .post p{
	margin: 1em 0;

}

#content .post blockquote, #content .chapo blockquote{
	font-style : italic;
	border-left : 5px solid #999;
	padding-left : 1em;
}

#content p.post-info{
	clear: both;
	text-align: right;
	font-size: 0.8em;
	border: 1px solid #E0E0E0;
	background: #FFF url(img/postinfo.png) repeat-x;
	color: inherit;
	
	margin-top: 0.5em;
	margin-bottom: 3em;
	padding: 0.5ex;
	-moz-border-radius: 5px;
}

#content p.post-info a{
	text-decoration: none;
}

#content form p.field{
	margin: 1em 0;
}

#content form p.field label{
	display: block;
}

#content form input, #content form textarea{
	border: 1px solid #999;
	-moz-border-radius: 4px;
}

#content form input:focus, #content form textarea:focus{
	background-color: #EEE;
}

#content ul{
	list-style-image: url(img/puce.png);
	padding-left: 3em;
}

#content ol{
	list-style-position: inside;
}g

.post{
	margin-top: 10px;
}

.day-date{
	display: none;
}

.post-title{
	margin : 0.8em 0 0 0;
	color : #000033;
		

	padding-left : 12px;


}

.post-title2 {
	margin : 0.8em 0 0 0;
	color : #000033;


	padding-left : 12px;

}

.post-title a{
	color: #000;
	background: transparent;
	text-decoration: none;

}

.post-title a:hover{
	color: #990000;
	background: transparent;

}

.post-info{
	padding-left: 10px;
	margin-top: 10px;
	color: #666;
	background: transparent;

}

.post-info a{
	color: #666;
	background: transparent;
}

.post-content p{

	text-align: justify;
	overflow: auto;
}



.post blockquote{
	font-style : italic;
	border-left : 5px solid #999;
	padding-left : 1em;
}

.post blockquote p{
	width: auto;
}

.post-info-co{
	clear: both;
	text-align: right;
	font-size: 0.8em;
	border: 1px solid #E0E0E0;
	background: #FFF url(img/postinfo.png) repeat-x;
	color: inherit;

	margin-top: 0.5em;
	margin-bottom: 3em;
	padding: 0.5ex;
	/* -moz-border-radius connu pour ne pas etre valide */
	-moz-border-radius: 5px;
}

.post-info-co a{
	color: #222;
	background: transparent;
	text-decoration: none;
}

.post-info-co a:before{
	content: url(img/bulle.png);
	margin-right: 1ex;
}

/* Trackbacks et commentaires
********************************************/

#trackbacks, #comments{
	margin-top: 4em;
}

#trackbacks blockquote, #comments blockquote{
	background: #F5F5F5;
	color: inherit;
	border: 1px dotted #AAA;
	margin: 0.5ex 0 1em 0;
	padding: 1ex;
	overflow: auto;
}

#trackbacks blockquote p, #comments blockquote p{
	margin: 1ex 0;
}

.comment-info{
	margin-bottom: 0;
}

/* Sidebar
********************************************/
#sidebar{
	background: #DEE7EF ;
	color: #404040;
}

#sidebar div{
	/* aurait du etre #sidebar > div */
	margin: 0 10px 1em 10px;
}

#sidebar h2{
	margin: 0 0 1ex 0;
}

#sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar a{
	text-decoration: none;
}


#sidebar li a{
	display: block;
	color: #404040;
		text-decoration: bold;
	background: transparent;
}

#sidebar li a:hover{
	color: #844;
	background: transparent url(img/curseur.gif) repeat-y right; /* Bling Bling No Flash */
}

#sidebar ul li:first-child{
	/* :fisrt-child selector ne fonctionne pas dans IE */
	border-top: 1px solid #CCC;
	padding: 0.5ex 0;
}

#sidebar ul li{
	border-bottom: 1px solid #CCC;
	padding: 0.5ex 0;
}

#search p{
	text-align: center;
	margin: 0;
}

#search input{
	width: 15%;
}

#search input#q{
	width: 70%;
}

#calendar table{
	color: #666;
	background: transparent;
	margin: 0 auto;
	/* Desole pour la taille de fonte en pixel, mais IE craint trop */
	font-size: 10px;
	text-align: center;
}

#calendar table td a{
	color: #444;
	font-weight: bold;
}

/* Footer
********************************************/
#footer{
	clear: both;
	margin: 0;
	padding: 2em 0 1em 0;
	background: #FFF url(img/footer.png) no-repeat center bottom;
	text-align: center;
}

#footer a{
	text-decoration: none;
	color: #999;
	background: transparent;
}
.cattitle { color: #000; margin-bottom: 0; ; border-color: black black #666666; text-decoration: none; word-spacing: 5px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 16px; border-style: none}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 11px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(img/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
text-decoration: none;
}
.solidblockmenu li .current
{
color: white;
background: transparent url(img/blockactive.gif) center center repeat-x;

}
.solidblockmenu li a:hover
{
color: white;
background: transparent url(img/blockactive.gif) center center repeat-x;
}