/* ***** BEGIN LICENSE BLOCK *****
Mini planet
Sylvain Saleur syeric1@gmail.com
Licence : GNU GPL v3
Thème de Michel Eudes
*/
 
/* Les éléments HTML en général
*******************************************************************************/
  	/*IE 7 and below Font Size*/
    *:first-child+html {FONT-SIZE: 86%} * html {FONT-SIZE: 86%}
	/* End IE 7 and below Font Size */

body {
	margin : 0;
	padding : 0;
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.8em;
	line-height:1.6em;
	background : #666;/*#778899;*/
}

h1 { font-size : 2.2em; margin : 0.67em 0; }
h2 { font-size : 1.4em; margin : 0.83em 0; }
h3 { font-size : 1.1em; margin : 1em 0; }
h4 { font-size : 0.8em; margin : 1.33em 0; }
h5 { font-size : 0.6em; margin : 1.67em 0; }
h6 { font-size : 0.5em; margin : 2.33em 0; }

p {padding: 0 5px;
	margin : 1em 0;
	text-align : justify;
	text-decoration: none;	
}

a{
	color: #4a629f;
	text-decoration: none;	
}

a:visited{
	color:#4a629f;
	text-decoration: none;	
}

a:hover{
	color: #4a629f;
	text-decoration: none;	
}

img {border:none;}

/* La page
*******************************************************************************/
#page{
	background: #fff;
	max-width:930px;
	min-width:750px;
	margin:20px auto;
	border-left : 2px solid #fff;
	border-right : 2px solid #fff;
	border-bottom : 2px solid #fff;
}
 
/* L'entête
*******************************************************************************/
#top {
	background :  #0059ff url(/blog/images/figaro.jpg) 3% 50% no-repeat ;
	border-top : 2px solid #fff;
/*	border-bottom : 2px solid #000;*/
	color : #ff6309;
	height:8em;
}
#top h1 {
	margin : 0;
	padding : 1.5em 0 1em 0 ;
	text-align : center;
	font-weight: bold;
	color:#fff;
}
#top a {
	background : transparent;
	text-decoration : none;
	color : #fff;  /*#ff6309*/
	font-weight: bold;
}

/* menu horizontal */

#prelude {
	height:3.6em;
	background:transparent;
	border-top : 3px solid #fff;
}

 
#prelude a{
	color: #000;
	text-decoration : none;
	font-weight: bold;
	padding:5px 10px;
	margin-left:10px;
	background:#dcdcdc;
}
#prelude a:hover {
   color : #fff;
	background : #000;
	text-decoration : none;
	font-weight: bold;
}	

/* l'affichage
**************************************************************/

/*les deux colonnes */

#gauche {
	float: left;
	width:50%;
	background:#fff;
}

#droite {
	float:right;
	width:50%;
	background: #fff;
}

/* Le contenu */

.post{
	background:transparent;
	padding:0px 10px;
	text-decoration: none;
}

.post-title {
	padding-top:5px;
	text-decoration: none;	
}

.post-title h2{
	color: #4a629f;
	text-align:center;
	text-decoration: none;	
}

.post-title h2 a{
	color:#4a629f;
	text-decoration: none;
}

.post-title h2 a:hover {
	color:#fff;
	background:#4a629f;
	text-decoration: none;
}
.post-title img{
	border: none;
	text-decoration: none;	
}

.post-title:first-letter {
	color:#4a629f;
	font-style: italic;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;	
}

.post-title a:first-letter {
	color:#4a629f;
	font-style: italic;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.post-content{
	min-height:30em;
	height:auto;
	margin-left:10px;
	margin-right:10px;
	text-align: justify;
	text-decoration: none;
}

.post-content a{
	font-size: 1em;
	text-decoration : none;
	font-weight: bold;	
}

.post-content a:hover {
   color : #fff;
	background : #4a629f;
	text-decoration : none;
	font-weight: bold;
}


/* Le pied de page
****************************************************************/	

#footer{
	clear : both;
	background: #0059ff;
/*	border-top:1px dotted #000;*/
/*	margin-bottom:-2em;/*alignement avec la page*/
	padding:1em 0 1em 0;
	text-align : center;
}

#footer a{
	color: #425176;
	text-decoration : none;
	font-weight: bold;
}

#footer img{
	border: none;
}

#footer p {
	text-align : center;
}

