/*
Theme Name: WordPress Simple Clean Fr
Theme URI: http://cedric.weben.fr/
Description: Un thème simple et propre par <a href="http://cedric.weben.fr/">Cedric Weben</a>.
Version: 1.0
Author: Cedric Weben
Author URI: http://cedric.weben.fr/
*/
@import url("http://concours-referencement.net/css/reset.css");
/* Begin Typography & Colors */
body{
	background :		#ccc;
	font-family	:		arial, sans-serif;
}
a{
	color		:		black;
	font-weight	:		bold;
}
a:hover{
	color :			red;
}
h1 a{
	text-decoration:none;
}
h1,h2,h3{
	font-size :			1.2em;
	font-weight	:		bold;
}
h2,h3,#header{
	border-bottom :		1px solid black;
}
h2,h3{
	margin-top :		1em;
	margin-bottom :		0.5em;
}
hr {
	display		:			none;
}
#page{
	background	:		#fff;
	margin		:		1em 8%;
	padding		:		2em 5%;
	border 		:		1px solid black;
	border-right:		3px solid black;
	border-bottom:		3px solid black;
}
#content{
	float	:			right;
	width	:			65%;
	overflow:			hidden;
	display :			inline;
}
#sidebar{
	float	:			left;
	width	:			30%;
	overflow:			hidden;
	display	:			inline;
}
#footer{
	clear		:			both;
	text-align	:			center;
	border-top	:			1px solid black;
}
#content, #sidebar,#footer{
	font-size :			small;
}
#content, #sidebar{
	margin-top :		2em;
}
#content p{
	text-align :		justify;
	font-family	:		verdana,sans-serif;
}
#sidebar a{
	display :			block;
	width :				100%;
	line-height :		2em;
	text-decoration :	none;
	border-top :		1px solid #ccc;
	border-bottom :		1px solid black;
}
#sidebar a:hover{
	background :		#ccc;
}
#headerimg a{
	font-size:			1.2em;
}
@media print{ 
	#sidebar{
		display : 	none;
	}
	#page{
		width :	100%;
		margin :	0;
		padding :	0;
		border :	none;
	}
	#content{
		float :	right;
		width :	100%;
	}
}
