/*  
Theme Name: JourDePluie 3
Theme URI: http://blog.jour-de-pluie.com
Description: Le thème original de Jour de pluie
Version: 3.0
Author: Leporé Thibault
Author URI: http://www.jour-de-pluie.com
Comment: Be original, don't steal it
*/


body 
{
	font-family: Arial, Sans-serif;
	font-size : 12px;
}

/****************************** TITRES ******************************/

h1, h2, h3, h4, h5
{
	font-weight : normal;
	font-size : 12px;
}

h1
{
	margin : 35px 0 70px 0;
}

/****************************** LIENS ******************************/

a
{
	text-decoration: none;
	outline: none;
}

a:hover
{
	text-decoration: line-through;
	outline: none;
}

a img
{
	border: none;
}

/*************************** GENERIQUES ***************************/

acronym, abbr 
{
	cursor: help;
	background: #DDDDDD;
	border: none;
}

blockquote
{
	margin-bottom: 10px;
	font-style: italic;
}

li
{
	list-style-type: none;
}

hr 
{
	display: none;
}

strong
{
	font-weight: bold;
}

/****************************** GENERAL ******************************/

*
{
	margin: 0;
	padding: 0;
	list-style: none;
	
}

body
{
	background : url(images/background.jpg) fixed top left;
}

/****************************** STRUCTURE ******************************/

#page 
{
	width: 600px;
	margin : auto;
	padding :  0 50px 0 50px;
}

#header 
{
	width : 600px;
	overflow : hidden;
	margin-bottom : 10px;
}

#centre
{
	overflow: hidden;
}

#content
{
	float: left;
}

/****************************** POST ******************************/

	.post 
	{
		overflow: hidden;
		margin-bottom : 70px;
	}

/**************************** POSTHEAD ****************************/


			.post_head .infos h3
			{
				
				height : 14px;
				font-size : 10px;
				text-transform : lowercase;
			}

			
/************************* REALCONTENT **************************/
		
	.real_content
	{
		text-align: justify;
		float : left;
		width : 600px;
	}
	
		.real_content h2
		{
			margin-top : 1px;
			text-align: left;
			display : block;
			font-size : 12px;
			margin-bottom : 17px;
			font-weight : bold;
		}
			
		.real_content img
		{
			margin-top : 10px;
			margin-bottom : 10px;
		}

		.real_content li
		{
			list-style:square;
			margin-left: 20px;
		}
			
		.real_content ul
		{
			margin-bottom: 10px;
		}
		
		.real_content p
		{
			margin-bottom: 10px;
		}
			
		.real_content h3
		{
			font-weight : bold;
			margin-top : 15px;
			margin-bottom : 15px;
		}

/************************* NAVIGATION **************************/

	.navigation
	{
		float: left;
		width : 600px;
		overflow : hidden;
	}
	
	.navigation a
	{
		width : 250px;
		float : left;
		text-align : left;
		margin-bottom : 13px;
		font-weight : bold;
	}
	
	.navigation .alignright a
	{
		float : right;
		text-align : right;
	}
	
/************************* COMMENT **************************/
	
	.comment
	{
		float : left;
		width : 600px;
		margin-top : 30px;
	}
		
		.comment h3
		{
			margin-bottom : 15px;
			font-weight : bold;

		}
		
		.comment_unit
		{
			float : left;
			width : 600px;
			margin-bottom : 40px;
		}
		
			
			.comment_title h4
			{
				font-size : 10px;
				font-weight : bold;
float : left;
		width : 600px;
margin-bottom : 3px;
			}
		
		.comment_content
		{
			width : 600px;
			margin-top : 1px;
		}
			
			.comment_content p
			{
			}
		

/************************* LETCOMMENT **************************/

	.let_comment
	{
	}
		
		.let_comment p
		{
			margin-bottom : 15px;
		}
		
		.let_comment input, .let_comment textarea
		{
			border: none;
			margin-top : 3px;
			margin-right: 10px;
			padding : 2px 4px;
			color : #494949;
		}
		
		.let_comment input#searchsubmit
		{
			border : none;
			font-weight: normal;
			cursor: pointer;
			margin-left : 268px;
			background : #000000;
			color : #ffffff;
			margin-top : 10px;
		}
			
/**************************** ALIGNEMENT ****************************/
	
.alignright 
{
	float: right;
}

.alignleft 
{
	float: left;
}

.center 
{
	text-align: center;
}

.hors_champ
{
	position: absolute;
	left: -5000px;
}

a
{
color : #999999;
}

h2 a, .navigation a
{
	color : #000000;
}
