body{
  background: #FAFAFA;
  color: #000000;
  font: 1em Arial, Helvetica, sans-serif;
  margin: 0 auto;
  }
h1, h2, h3, h4, h5, h6{
  /* clear: both; */
  }
h1{
  padding: 0 0px;
  margin: 0px 0 0px 0;
  text-indent: 0px;
  height: 30px;
  color: #740E0E; /* #3B6690 */
  font-size: 15px; /* 1.5 */
  text-align: left;
  }
  
h2{

  }
h3{
  padding: 0 0px;
  margin: 0px 0 0px 0;
  color: #6D1818;
  font-size: 13px;
  font-weight: bold;
  }

/* les modules */
h4{
  color: #306FCE;
  font-size: 1.1em;
  }
td {
	font-size: 12px;	
}

a{
	color: #2A7FFF;  
}
a:hover{
    color: #20A020;
    text-decoration: none;
}
a.lienmenu {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.lienmenu:hover {
	text-decoration: none;
	color: #FFFF00;
	font-weight: bold;
}

.obligatoire {
	color: #0069D2;	
}

p.erreur{
	width: 400px;
  clear: both;
  border: 1px solid red;
  background: rgb(255, 243, 207) 10px 0.5em;
  color: #0055FF;
  padding: 0.5em 30px;
  }
 
.index {
	float:left;
	width:960px;
} 
 
.colonne {
	float:left;
	background : #cbdeee no-repeat left bottom;
	border-color: black;
	border: 1px solid;
	/* 
	*/
	width:290px;
	height:450px;
	margin-top :20px;
	margin-left:10px;
	padding: 2px 2px 2px 2px;
}

.colonnespace {
	float:left;
	background : transparent no-repeat left bottom;
	width:10px;
	height:450px;
}

.titre {
	background : transparent url(titre.gif) no-repeat left top;
	margin-top :5px;
	padding: 4px 10px;
	margin-left: 0px;
	color: white;
	height:40px;
	font-weight: bold;
}



