	/*PARAMÈTRES DES COLONNES
	=========================================
	Inclus les divs sans hauteur fixe*/


	.col_home
	{
		margin:35px 0 0 0;
	}

	.col_home div
	{
		width:662px;
	}

	.col_main
	{
		width:623px;
	}

	.col_prj_vignette
	{
		width:289px;
		margin:0 44px 0 0;
	}

	.col_prj_vignette.last
	{
		margin-right:0;
	}

	.col_blogue
	{
		margin:0 0 30px 0;
	}

	.col_blogue_content
	{
		width:330px;
		margin:0 0 15px 0;
	}

	.col_blogue_content.full
	{
		width:620px;
		margin:25px 0 30px 0;
	}

	.col_sidebar,
	.col_sidebar .block_grey
	{
		width:190px;
		padding:32px 28px;
		margin:0 0 25px 0;
	}

	.col_comment_text
	{
		width:490px;
	}

	.col_totem_head
	{
		width:150px;
	}
	
	.col_totem_core
	{
		border-left:1px dotted #a5a5a5;
		padding-left:25px;
	}
	
	.col_totem
	{
		background:url(/assets/images/totem.jpg) top right no-repeat;
		width:460px;
		height:900px;
		margin:70px 0 -35px 0;
	}
	
	.col_totem_info
	{
		width:414px;
		overflow:hidden;
		margin-bottom:-50px;
	}
	
	.col_totem_text
	{
		background-color:#64696f;
		width:364px;
		padding:30px 25px 15px;
	}

	/*PARAMÈTRES DES BLOCKS
	=========================================
	Inclus les divs sans hauteur fixe*/

	.block_titles_blogue
	{
		width:560px;
		border-bottom:1px solid #dbdedb;
		margin-bottom:15px;
		padding:0 0 5px 0;
	}

	.block_grey
	{
		background-color:#f0f1f1;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}



	/*PARAMÈTRES DES IMAGES
	=========================================*/

	.img_prj_vignette
	{
		width:269px;
		height:160px;

		border: 14px #fff solid;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}

	img.img_border
	{
		margin:0 0 0 0;

		border: 14px #eceeed solid;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}

	a.img_border_link:hover img.img_border
	{
		border: 14px #b5bbb8 solid;
	}

	.comment_line
	{
		height:1px;
		width:620px;
		border-bottom:1px solid #cfd3cf;
		margin:0 0 15px 0;
	}

	.gravatar
	{
		margin-right:20px;
	}
