/* CSS Document */
/* COULEURS */
/* orange : #C8460C */
/* bleu : #377E9E */
/* police : gris #333 */
 * {
    margin                : 0;
    padding               : 0;
  }
body {
	background-image: none;
	background-color: #e7dfbb;
	font-family           : 'Trebuchet MS','Gill Sans', 'Palatino Linotype',sans-serif;

}
p {
	padding: 0;
	margin: 0;
}
a.liendiscret{
  	text-decoration: none;
  	color: #333;
  }
  img {
  	border: 0;
  }
 
 /* Page d'accueil */
  #accueil_main {
  	  position: relative;
	  width: 700px;
	  height: 597px;
	  float: left;
	  background-color: transparent;
	  background-image: url("../images/accueil_bck.jpg");
	  background-repeat: no-repeat;
	  background-position: 0px 0px;
	  padding-left: 150px;
  }
  
  #col_corps {
  	  background-color: transparent;
	  background-image: url("../images/intro_top.gif");
	  background-repeat: no-repeat;
	  background-position: 25px 20px;
  	  padding-top: 300px;
  	  position: relative;
  	  float: left;
  	  width: 400px;
  	  height: 297px;
  	  text-align: justify;
  }
  
  #col_news {
  	position: relative;
  	float: left;
  	padding-left: 50px;
  	padding-top: 150px;
  	width: 320px;
  }
  
  #accueil_news {
  	background-color: #d2c93e;
  	width: 200px;
  	height: 450px;	
  	border: solid 1px #e7dfbb;
  	padding: 7px;
  	text-align: left;
  	font-size: 12px;
  }
  h1 {
  	font-size: 17px;
  	text-align: left;
  }
  
  #col_news h1 {
  	color: #efff98;
  	width: 100%;
  	text-align: right;
  	font-size: 18px;
  	margin-bottom: 140px;
  	font-variant: small-caps;
  	font-family: "Georgia";
  }
  h2 {
  	color: #fff;
  	text-align: left;
  	font-size: 16px;
  	margin-bottom: 10px;
  }
  
  .en_savoir_plus {
  	position: relative;
  	float: left;
  	text-align: right;
  	font-style: italic;
	color: #377E9E;
	width: 100%;
	background-color: transparent;
  }
  .en_savoir_plus a {
  	color: #377E9E;
  }
