/*!
 CSS MAIN
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v15/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(http://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUZBw1xU1rKptJj_0jans920.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(http://fonts.gstatic.com/s/roboto/v15/mnpfi9pxYH-Go5UiibESIpBw1xU1rKptJj_0jans920.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(http://fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0at4gp9Q8gbYrhqGlRav_IXfk.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(http://fonts.gstatic.com/s/roboto/v15/vPcynSL0qHq_6dX7lKVByXYhjbSpvc47ee6xR_80Hnw.woff2) format('woff2');
}


body{
	font-family: "Roboto",Helvetica,Arial,sans-serif;
	background-color:#CFBCBC;
	}
	
.clear{	clear: both;}
.fondgris{background-color:#e1e1e1;}
.fondblanc{background-color:#ffffff;}

.ligneseparation{
	background-image:url(../img/point_ligne.jpg);
	background-repeat:repeat-y;
	background-position:right;
	}
	
ul{list-style-type: none;}

.titre_rubrique{
	text-transform: uppercase;
	font-size:40px;
	font-weight: 300;
	text-align:center;
	padding-bottom:20px;
	}
.icone_titre_rubrique{}

.lien_rubrique {
 text-align:right;
 }
.lien_rubrique a{
 text-transform: uppercase;
 color:#b12822;
 font-weight: 300;
 font-size:14px;
 text-align:right;
 }
.lien_rubrique a:hover{
 texte-decoration:underline;
  color:#b12822;}
.lien_rubrique_fleche{
	font-weight:bold;	
	}
.btacheter a{
	width:35px;
	height:36px;
	background-image:url(../img/bt_acheter.png);
	text-indent:-9999px;
	display:block;
	padding:0px;
	margin:0px;
	background-position:center;

	}