/*
Theme Name: Pas besoin d'etre 25 
Description: Theme de l'atelier Pas besoin d'etre 25
Version: 1.0
Author: Nicolas Millot
Author URI: http://www.nicolasmillot.net
*/

/* General */


*{ margin: 0; padding: 0; border: 0; list-style: none; outline:none;}
body { font-size: 11px; line-height: 15px; font-family:  Verdana, sans-serif; color: #000; text-align: left;  background: #fff url("./gfx/trame.png"); }
a:link { text-decoration: none; color: #ff0061;   }
a:visited {text-decoration: none; color: #ff0061;  }
a:hover { text-decoration: none; color: #fff; background: #ff0061; }
a:active {  text-decoration: none; color: #fff; background: #ff0061; }

span.titlea{ font-weight: bold;  cursor: pointer;  color: #ff0061;}
span.titlea:hover { color: #fff; background: #ff0061; }
span.titlea:active {  color: #fff; background: #ff0061; }

span.titlea2{ font-weight: bold; display: block;  color: #ff0061;}

span.titleb{ font-size: 18px; font-weight: bold; display: block;}
span.titlec, div#blog_comment_page label{ 	
	font-family: "Courier New", Arial, sans-serif;
	 letter-spacing: 3px;
	 text-transform: uppercase;
	 }
	 

a.name:hover { background: none; }

img{display: block}


div#page{
	top : 10px;
	position: relative;
	width: 825px;
	margin: auto;
}

div#entete{
	width: 590px;
	font-size : 23px;
	line-height: 30px;
	color: #ff0061;
	font-family:  Georgia, serif;
	font-style : italic;
	font-weight: bold;
	border-bottom: 1px solid #000;
	padding : 5px 5px 10px 5px;
	margin-bottom: 10px;
}


div#sidebar{
	position: relative;
	float: right;
	width: 199px;
	padding: 5px;
	height: 100%;
	border-left: 1px solid #000;
}

input#email{
	 border: 1px solid #000;
	 background-color: transparent;
	 height: 17px;
	}
	
input#submit {
	 border: 1px solid #000;
	 background-color: transparent;

}


div#column{
	float: left;
	width: 600px;
	padding: 5px;
}

div#column img{
margin-bottom: 10px;
}

div.blog{
position: relative;
margin-bottom: 20px;
border-bottom: 1px solid #000;
overflow: hidden;
	 padding: 5px 0 5px 0;
}

div.blog_meta{
float: left;
width: 100%;
margin-bottom: 15px;
}

div.blog_content{
float: left;
width: 100%;
margin-bottom: 15px;
}


div.blog_more{
float: left;
width: 100%;
text-align: right;
}

div#blog_prevnext{
float: left;
width: 100%;
border-top: 1px solid #000;
}

div#blog_prev{
	 float: left;
	 padding: 5px 0 5px 0;
	}
	
div#blog_next{
	 float: right;
	 padding: 5px 0 5px 0;
	}

div#blog_nav{
	 position: relative;
	 float: right;
	 overflow: hidden; 
	 font-weight: normal;
	}
	
div.nav{
	 float: left;
	 width : 15px;
	 height: 22px;
	 line-height: 22px;
	 border: 1px solid #5e5850;
	 text-align: center;
	 margin: 10px 0 0 10px;
}
	
div.nav a{
	 width: 100%;
	 height: 100%;
	 display: block;
	 text-decoration: none;
}

div.nav_empty{
	 float: left;
	 border: 0;
	 width: 17px;
	 height: 23px;
	 margin: 10px 0 0 10px;
	}
	
	
div#blog_comment_page{
	 position: relative;
	 width: 100%;
	 float: left;
	}

div#blog_comment_num{
	border-top: 1px solid #000;
	padding: 5px 0 5px 0;
	}
	
div.blog_comment_list{
	 overflow: hidden;

	}

div.comment_list_infos{
	 float: left;
	 width: 90px;
	 min-height: 80px;
	 text-align: right;
	 padding: 5px;
	 border-top: 1px solid #000;
	}

div.comment_list_content{
	 float: right;
	 width: 480px;
	 min-height: 80px;
	 padding: 5px;
	 border-top: 1px solid #000;
	}

div#blog_comment_form{
	padding: 5px 0 5px 0;
	 margin-bottom: 10px;
	}

div#blog_comment_form input, div#blog_comment_form textarea{
	 border:1px solid #000;
	 background-color: transparent;
	}

div#blog_comment_form input#submit{
	 width: 100px;
	}



div#blog_comment_form textarea{
	 width : 98%;
	}

::selection {
	background: #ff0061; /* Safari */
	color: #fff;
	}
::-moz-selection {
	background: #ff0061; /* Firefox */
	color: #fff;
}





