/* Votre Style */
body {
	background: #202228 url(../img/bg.png) 0 0 repeat ;
	font-size: 1.45em;
	color: #CCCFD7;
	font-family: trebuchet, arial, sans-serif; }
 
#header { 
	position: relative;
	background: url(../img/logo.png) 0 1px no-repeat;
	}

#header .maintitle, #header .subtitle { 
	padding-left: 140px;
	}
 
div a.maintitle {
	font-size: 3.8em;
	color: #cccfd7;
	font-weight: 400;
	line-height: 1.8em;
	text-decoration: none;
    margin-left: 30px;	}
 
.subtitle {
	line-height: 1em;
	color: #cccfd7;
	font-size: 16px; }
 
a { color: #fff; }
 
	a:hover { color:  #30BF2E; }

a .lang {float : right}	
 
aside h3 {
	font-size: 1em;
	font-weight: 700;
	padding: 0;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left; }
 
.icon-asteri:before,
.icon-asteri.after:after { color: #fff; }
 
p.more a {
	float: right;
	border: 1px solid #dcdcdc;
	background:  #007700;
	text-shadow: #000 1px 1px 2px;
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
	border-radius: 6px 6px 6px 6px; 
	margin-top: 40px;}
 
	p.more a:hover {
		background: #10F204 ;
		color: #fff; }
 
article, aside div, blockquote, div#form { 
    background:#111111;
    box-shadow: .2em .2em .3em rgba( 0, 0, 0, 0.45 ); 
	border: 1px solid #444855; 
	border-radius: 7px;
	
	 }
 
	article > footer {
		height: 4em;
		bottom: 0; }
 
	article.header h1,h1 a {
		text-decoration: none;
		color: #ffffff;
		font-weight: bold;
		clear: both;
		/*font-size: 30px;*/
		line-height: 52px;
		
		text-transform: uppercase; }
 
	article >.header, aside h3, .info_comment {   
	border-bottom: 1px solid #434343; 
	background-color: #202228; 
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;}
 
	article section a { color: blue; text-decoration: underline; }
	.directory { }

 th {color: #fff; background-color:#631111;}
 td { background: #f2f2f2; }

.entry-byline {
	background: #009700;
	border: 1px solid #007700;
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	margin-top: -75px;
	left: 50px;
	text-shadow: #000 1px 1px 2px;
}
.entry-byline a {
	color: #fff;
	font-style: italic;
}
.entry-byline span,
.entry-byline {
	display:block;
	float: left;
	padding: 2px 4px ;
}
.entry-byline {
	background: #007700;
	font-style: normal;
}
 
#pagination  a:hover { background: #fff; }
 
.pages-aside, .tags-aside ,  #pagination  a{
	text-decoration: none;
	color: #006F00 }
 
a.pages-aside:hover, a:hover.tags-aside, .small a:hover{
	color: #12F906 ;
	text-decoration: underline; }
 
#pagination { margin: 10px 0 10px 0; }
 
 /* ---------- PAGINATION ---------- */

#pagination {
	margin-bottom: 50px;
	text-align: center;
}

#pagination span,
#pagination a {
	display: inline-block;
	margin: 0;
	padding: 5px;
}

#pagination a {
	background-color: #0082b0;
	color: #eee;
}

#pagination a:hover {
	background-color: #444;
	color: #eee;
	text-decoration: none;
}

#pagination span:first-letter,
#pagination a:first-letter {
	text-transform: uppercase;
}

/* -- footer -- */
#footer {
	
	bottom: 0; }
 
	#footer a { color: #000000;  font-size: 16px;}
 
		#footer a:hover { color: #30BF2E; }
 
/* ---------- TAG ---------- */
.tag {
	display: inline-block;
	margin-bottom: 0;
	padding-right: 10px; }
 
.tag-size-1 { font-size: 1em; }
 
.tag-size-2 { font-size: 1.1em; }
 
.tag-size-3 { font-size: 1.2em; }
 
.tag-size-4 { font-size: 1.3em; }
 
.tag-size-5 { font-size: 1.4em; }
 
.tag-size-6 { font-size: 1.5em; }
 
.tag-size-7 { font-size: 1.6em; }
 
.tag-size-8 { font-size: 1.7em; }
 
.tag-size-9 { font-size: 1.8em; }
 
.tag-size-10 { font-size: 1.9em; }
 
.tag-size-max { font-size: 2em; }
 
/*===============================================*/
.img-haut {
	padding: 10px;
	background: white; }
 
#form { background: #111111; }
 
 
#comments {
	background: #111111;
	color: #ffffff;
	padding: 5px;
	}
	
 
.content_com { font-size: 14px; }
 
/* ==========================================*/
p.directory {
	font-size: 1.6em;
	margin-bottom: 25px;
     border-radius: 6px; 
	 background: #202228; 
	 color:#CCCFD7 ; 
	 box-shadow: .2em .2em .3em rgba( 0, 0, 0, 0.45 ); 
	border: 1px solid #444855;	}
 
.pagRss { background: grey; }
 td { padding: 5px;}


/*==========================================================================*/
@media (max-width: 640px) {
 
aside h3 { font-size: 15px; }
 
div a.maintitle { font-size: 2em; }

.entry-byline { left: 5px; }
article.header h1,h1 a { font-size: 20px; }
  }
 
/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {  }
 
/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) { 
 
.nav { padding-right: 0!important ; }
 
 }
 
/*Smartphone*/
@media only screen and (max-width : 320px) {  }


/* ===== Computing Froggy ===== */
p, ul, ol, dl, blockquote, pre, td, th, label, textarea, caption, details, figure {
    margin-top: 0.5em;
}
article section p, article section li  {
  color: #F40;
}
article section li {
    margin-left: 2em;
}
article section a, #footer a {
  color: green;
  text-decoration: underline;
}
#footer a.cf-text {
  color: #CCCFD7;
  text-decoration: none;
}
#langs {
  display: block;
  float: right;
}
#langs a{
	text-decoration: none;
	color: #006F00;
}
#langs a:hover{
	color: #12F906;
	text-decoration: underline;
}
#langsFtr {
	display: inline;
}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
	font-style : italic;
}
/* http://stackoverflow.com/questions/19109470/twitter-bootstrap-box-sizing-ruined-my-layout */
#jappix_mini *,
#jappix_mini *:before,
#jappix_mini *:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

/* CF extra */
span.marker {
    background-color: yellow;
}

/*input, button,*/ select/*, label, .btn */{
    color: white;
}
