@import "layout.css";

/* Style général
********************************************/
body{
	background: #EEE;
	color: #000;
	/*font-size: 76%; */
	font-family: Arial, Helvetica, sans-serif;
	/* border-top: 10px solid #DDD;	*/
}

pre {
	border: 1px solid #CCC;
	font-size: 1.1em;
	line-height: 1.2em;
	overflow: auto;
	width: 100%;
}

html>body pre {
	overflow: auto;
	width: auto;
}

acronym, abbr{
	border-bottom: 1px dotted;
	cursor : help;
}

a{
	color: #000;
	background: transparent;
}

a[hreflang]:after{
	content: " (" attr(hreflang) ")";
	color: #999;
	background: transparent;
}

a:visited{
	color: #333;
	background: transparent;
}

a:hover{
	color: #06C;
	background: transparent;
}

a img{
	border: 0;
}

fieldset{
	border: none;
	padding:0px;
}

label{
	cursor: pointer;
	cursor: hand; /* pour IE */
}

input[type=text], textarea{
	border: 1px solid #AAA;
}

input[type=text]:focus, textarea:focus{
	border: 1px solid #666;
}

textarea{
	width: 98%;
}

/* 
Classes spéciales pour insérer des images par exemple 
Les élements rendus "flottants" avec ces classes ne
dépassent pas du billet grâce à la classe .post-info-co
*/
.right{
	float: right;
	margin-left: 1em;

}

.left{
	float: left;
	margin-right: 1em;
}

 .title
 {
  text-align=center;
  font-size:11pt;
  font-weight:bold;
 }
/* Menus
********************************************/
 #menuleft
{	
	margin-left:5%;
	margin-right: 60%;
	text-align: center;
 	background:#F1FBFF;
	padding:0.1em ;
}
 #menuright 
{
	 margin-left: 65%; 
	 padding:0.3em ;
	 text-align: center;	
	 background:#F1FBFF;
}

#menuright a
{
	
	  text-decoration: none;
}
#menuright a[href]:hover
{
	 text-decoration: underline;
	 color:#999;
	 font-weight:bold;
	
}

#menuleft, #menuright
{
	/* padding: 6px; */
	border: 2px solid #344A62;
}
div.col-content
{
	 text-align:left;
	padding: 1em 10px;
	 border:2px solid #344A62; 
	 background:#F1FBFF;
}

div.col-content h2, div.col-content h3
{
	padding-bottom: 0;
	margin-bottom: 0.2em;
}
 div.col-content ul
{
	line-height:1em;
	
}
div.col-content li
{
	margin-left:1.5em;
	margin-top:0;
	list-style: none;
	 font-size:8pt;
	/* line-height:0.8em; */
}

div.col-content ol li
{
	list-style-type: decimal;
	margin-left: 1.2em;
}

div.col-content a
{
	text-decoration: none;
	line-height:1.3em;
	
}
div.col-content ul li a[href]:hover	
{
	 text-decoration: underline;
	 color:#999;
	 font-weight:bold;	
	
}


/* Page
********************************************/
#page{
	background: #FFF url(img/page.png) repeat-y;
}

/* Top
********************************************/
#top{
	color: #09F;
	background: #FFF url(img/top.jpg) no-repeat;
	text-align:center;
}

#top h1{
	margin: 0;
	line-height: 100px;
	padding-left: 30px;
}

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

#prelude{
	color: #DDD;
	background: transparent;
	text-align: right;
	padding-right: 30px;
}

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

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

/* Contenu
********************************************/



#content{
	font-family:Verdana, Helvetica,Arial,sans-serif;
	font-size:8pt;
	line-height: 1.4em;
	text-align:justify;
	margin-left:200px;
}
.titre{
  font-family:Verdana, Helvetica,Arial,sans-serif;
	font-size:11pt;
	font-weight: bold;
	text-align:center;
	 color:#344A62;
	background: #F1FBFF;
	border:2px solid #344A62 ;
	padding:9px;
}
#art-pages-list{
  font-family:Verdana, Helvetica,Arial,sans-serif;
	font-size:8pt;
	background: #F1FBFF;
	border:1px solid #344A62 ;
	padding-left:5px;
	margin-left:30px;
	margin-right:30px;
}
#art-pages-list  a[href]:hover {
	color: #09F;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}

.art-title{
	font-family:Verdana, Helvetica,Arial,sans-serif;
	font-size:11pt;
	font-weight: bold;
	text-align:center;
	 color:#344A62;
}
.day-date{
	padding-bottom: 5px;
	background: transparent url(img/day-date.png) repeat-x left bottom;
	color: #999;
}

.post{
	margin-bottom: 4em;
}

#content ul li{
	/* list-style-image: url(img/li.png); */
}

#content h2{
	padding-left: 18px;
	color: #09F;
	background: transparent url(img/h2.png) no-repeat left center;
	margin-bottom: 0;
}

#content h2 a{
	color: #09F;
	background: transparent;
	text-decoration: none;
}

#content h3, #content h4, #content h5, #content h6{
	color: #666;
}
#content h4{
	margin-bottom:0;
	 line-height:1pt;
}
#content ol li {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	}
.post-info{
	padding-left: 18px;
	color: #999;
	margin-top: 0;
}

.post-info span{
	display: none;
}

.post-info a{
	color: #666;
	background: transparent;
	border-left: 1px solid #CCC;
	padding-left: 0.5ex;
	text-decoration: none;
}

.post-content p{
	text-align: justify;
}

.post-content img{
	max-width: 510px;
}

.post-info-co{
	clear: both;
	text-align: right;
}

.post-info-co span{
	display: none;
}

.post-info-co a, .post-info-co a:visited{
	text-decoration: none;
	color: #666;
	padding-left: 12px;
	background: transparent url(img/bulle.png) no-repeat left center;
}

.post-info-co a:hover{
	color: #333;
	padding-left: 12px;
	background: transparent url(img/bulle.png) no-repeat left center;
}

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

#comments blockquote, #trackbacks blockquote{
	margin: 0;
	padding: 0 1em;
	text-align: justify;
	border: 1px dotted #CCC;
}

.field label{
	display: block;
}

/* Sidebar
********************************************/
#sidebar div{
	color: #666;
	background: #F1FBFF;
	border:2px solid #344A62 ;
	padding:0.4em;
}
#sidebar
 p{
line-height:1em;
 font-size:10pt;
margin-top:5px;
margin-bottom:0.7em;
font-weight:bold;
}
#sidebar h2{
	margin: 0pt;
	padding-left: 4pt;
	color: #344A62;
	background: transparent url(img/sidebarh2.gif);
	font-weight: normal;
	
	font-size: 12px;
}

#sidebar h3{
	padding-left: 16px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	background: transparent url(img/linkscat.png) no-repeat left center;
}


#sidebar a{
	color: #666;
	background: transparent;
	text-decoration: none;
}

#sidebar a:hover{
	color: red;
	background: #C0C0C0;
/* font-weight:bold;   */
	text-decoration:none;
}

#sidebar ul{
	margin-top:0px;
	margin-bottom:0px;
	margin: 8px;
	padding: 0em;
	list-style: none;
	 line-height:1em;
}

#sidebar ul li{
	/* padding: 5px 0;*/
	 line-height:1em;
	/* border-bottom: 1px solid #EEE;*/
	margin-top:0px;
	margin-bottom:0px;
}

#sidebar ul li a{
	display: block;
}

#calendar{
	text-align: center;
}

#calendar h2{
	text-align: left;
}

#calendar table{
	margin: 0 auto;
	font-size: 0.8em;
}

#calendar table caption{
	margin: 0 auto;
}

#calendar abbr{
	border-bottom: none;
}

#calendar th{
	border-bottom: 1px solid #CCC;
}

#calendar a{
	color: #FF009A;
	background: transparent;
	font-weight: bold;
}

#search #q{
	border: 1px solid #CCC;
	background: #FFF url(img/search.png) no-repeat 2px;
	padding-left: 14px;
}

#selection h2{
	color: #333;
}

/* Footer
********************************************/
#footer{
	background: #FFF url(img/footer.jpg) no-repeat;
	color: #999;
	text-align: center;
}

#footer a{
	color: #999;
	background: transparent;
	text-decoration: none;
}
