div.colonne#colonne_principale{
	width: 64%;
	float: left;
}
div.bloc h1{
	margin: 0 0 20px 0;
}
div.colonne#colonne_secondaire{
	width: 32%;
	float: right;
}

div.module#accueil{
	border: 1px solid #ffcc33;
	background-color: #ffffcc;
}

div.module#accueil ul{
	background-color: #ffcc33
}

div.articles p.infos_articles{
	font-size: 90%;
	margin-bottom: 40px;
}

div.commentaire{
	border: 1px solid rgb(204,204,204);
	padding: 0 5px 5px 5px;
	margin: 15px 0 10px 0;
	font-size: 90%;
}

div.commentaire img{
	border: none;
	vertical-align: middle;
}
div.bloc img.photo_droite_1{
	float: right;
	border: 1px solid grey;
}

div.bloc p.infos{
	font-size: 90%;
}

div.module#samecat, div.module#last_com{
	border: 1px solid #339900;
	background-color: #ffffff;
	margin-top: 0;
}

div.module#samecat h1, div.module#last_com h1{
	background-color: #339900;
}

div.module#samecat p, div.module#last_com p{
}

div.formulaire textarea.big{
	height: 600px;
}


div#commenter{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#commenter fieldset{
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;	
}



table.liste{
	width: 100%;
}
	
