[class*="col-"]
{
	border:0px solid rgb(0,0,0);
}

.parent
{
	font-size:small;
}



.contenu .titre
{
	font-size:large;
	background-color:rgb(250,250,220);

}

.contenu .titre img
{
	margin-right:10px;
}

.contenu .content
{
	border:1px solid rgb(200,200,200);
	margin:10px;
	padding:5px;
}

.contenu li
{
	list-style-image: url('img/folder_small.png');
}
/*
h3
{
	font-size:x-large; 
	color:rgb(100,100,100);
	font-weight:bold;
}
*/
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top:7px;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 0px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
