/*
annulation du padding du content
*/
#content{
	padding:0px;
	height:1000px;
	width:1017px;
}

#template_articles {
	margin-top:25px;
	width:1000px;
	position:absolute;
}

/**
séparateurs traits
*/
#template_articles hr{
	height:3px;
	background-color:#cac8c8;
	color:#d9c37d;
	border: 0;
	position:absolute;
}
#template_articles hr.separateur-haut{
	height:2px;
	width:240px;
	left:380px;
	top:5px !important;
	top:9px;
}
#template_articles hr.separateur-bas{
	height:2px;
	width:240px;
	left:380px;
	top:40px !important;
	top:44px;
}
#template_articles hr.separateur-gauche{
	height:3px;
	width:240px;
	left:100px;
	top:20px !important;
	top:24px;
}
#template_articles hr.separateur-droite{
	height:3px;
	width:240px;
	left:660px;
	top:20px !important;
	top:24px;
}
#template_articles hr.separateur-footer{
	height:3px;
	width:892px;
	top:550px;
	left:40px;
}
#template_articles .titre-sommaire{
	text-align:center;
	font-size:22px;
	margin-top:15px;
}
#template_articles .image-separateur-gauche{
	position:absolute;
	top:12px;
	left:350px;
}
#template_articles .image-separateur-droite{
	position:absolute;
	top:12px;
	left:625px;
}

/**
pour chaque article
*/
#template_articles .article{
	cursor:pointer;
}
/**
les tables qui contiennent chacunes 4 articles
*/
#template_articles .table_articles{
	margin-left:20px;
	margin-top:20px;
}
#template_articles .table_articles td{
		padding:20px;
}

/**
là où c'est ki a le tesxtmstmsk
*/
#template_articles .cartouche{
	width:420px;
	height:150px;
	border:2px solid #cac8c8;
}
/**
eh bé l'imageu, té, fan de chichoune
*/
#template_articles .cartouche .image{
	width:150px;
	height:100%;
	float:left;
	margin-right:8px;
}
#template_articles .cartouche .image td{
	text-align:center;
		padding:0px;
}
/**
le titre de l'article
*/
#template_articles .cartouche .titre{
	font-size:14px;

	line-height:110%;
	margin-top:7px;
	margin-bottom:8px;
}
/**
le chapeau de l'article
*/
#template_articles .cartouche .chapo{
	font-size:14px;
}
/**
et pis l'encart de la date
*/
#template_articles .date{
	position:relative;
	left:340px;
	border:2px solid #cac8c8;
	border-bottom:0px;
	width:80px;
	line-height:190%;
	text-align:center;
}

/**
boutons de nav entre articles
*/
#template_articles .navigation_articles{
	font-size:13px;
	position:absolute;
	top:520px;
	width:890px;
	left:40px;
}
#template_articles .navigation_articles a{
	color:#cac8c8;
	text-decoration:none;
}
#template_articles td.btn_precedent{
}
#template_articles td.btn_suivant{
	text-align:right;
}