/* Feuille de style pour le contenu des pages 
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";

/* styles globaux
**********************/
*{
  margin: 0;
  padding: 0;
  }
.clearer{
  clear: both;
  }
a{
  color: #BC0005;
  text-decoration: none;
  }
a:hover{
  color: #4F8102;
  }
a, a:focus, a:active{
  outline: none;
  }
a img{
  filter: alpha(opacity=100);
  -moz-opacity: 1.00;
  opacity: 1.00;
  border: none;
  }
a:hover img{
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity:0.70;
  }
#contenu h1{
  margin: 10px 0;
  font-size: 22px;
  letter-spacing: 2px;
  color: #AA0000;
  }
#contenu h2{
  padding: 4px 0 0;
  font-size: 16px;
  color: #1CA404;
  }
#contenu h3{
  border-bottom: 1px solid #1CA404;
  font-size: 24px;
  line height: 24px;
  color: #1CA404;
  letter-spacing: 2px;
  }
#contenu h4{
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 5px;
  color: #AA0000;
  line-height: 12px;
  margin: 0 0 5px;
  }
#contenu .petit{
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #4F8102;
  }
#contenu .bold{
  color: #BC0005;
  font-weight: bold;
  }
#contenu .center{
  text-align: center;
  }
#contenu hr{
  background: #1CA404;
  border: none;
  height: 1px;
  margin: 4px 0 17px;
  }
#contenu .rawtxtbloc{
  margin: 5px 40px 10px 20px;
  text-align: justify;
  }
#contenu .centerimg{
  text-align: center;
  }
#contenu .centerimg img{
  margin: 10px;
  }

/* item pleine ligne
**********************/
#contenu .itemfull{
  border-bottom: 1px solid #1CA404;
  padding: 0 0 5px;
  margin: 0 0 20px;
  }
#contenu .itemfull .floatleft{
  background: #F5F5F5;
  float: left;
  }
#contenu .itemfull .floatleft img{
  border: 1px solid #DB2D45;
  margin: 0 16px 16px 0;
  }
#contenu .itemfull p{
  margin: 10px 20px 0 0;
  text-align: justify;
  }
#contenu .itemfull .prix{
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #47A4A5;
  }
#contenu .itemfull .prix .stroke{
  text-decoration: line-through;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #DE3047;
  }
#contenu .itemfull .prix .promo{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #1CA404;
  margin: 0 0 0 5px;
  }

/* item demi ligne
**********************/
#contenu .itemhalf{
  border-bottom: 1px solid #1CA404;
  padding: 0 0 5px;
  margin: 0 5px 20px;
  float: left;
  width: 265px;
  }
#contenu .itemhalf h3{
  font-size: 18px;
  line height: 18px;
  }
#contenu .itemhalf .center{
  background: #F5F5F5;
  display: block;
  text-align: center;
  }
#contenu .itemhalf .center img{
  border: 1px solid #DB2D45;
  margin: 16px 0;
  }
#contenu .itemhalf p{
  margin: 10px 10px 0 0;
  text-align: justify;
  }
#contenu .itemhalf .prix{
  margin: 10px 10px 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #47A4A5;
  text-align: right;
  }
#contenu .itemhalf .prix .stroke{
  text-decoration: line-through;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #DE3047;
  }
#contenu .itemhalf .prix .promo{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #1CA404;
  margin: 0 0 0 5px;
  }

/* popup ccm
**********************/
#ccm{
  background: url(../images/charte/pop_bck.png);
  }
#ccm div{
  margin: 50px 0;
  padding: 15px 25px;
  background: url(../images/charte/pop_bck2.png);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  }
#ccm div p{
  font: 12px Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: justify;
  }

/* contact
**********************/
#formContact{
  width: 457px;
  float: right;
  padding: 0 10px 0 0;
  margin: 25px 15px 15px 0;
  }
#formContact .row, {
  text-align: right;
  }
#formContact .row label{
  text-align: right;
  font: 12px Arial, Helvetica, sans-serif;
  }
#formContact .row input, #livreor input{
  width: 177px;
  height: 22px;
  border: none;
  background: url(../images/contact/form_input.png) no-repeat;
  padding: 7px 15px 0;
  font-size: 9px;
  }
#formContact .row input:focus, #livreor input:focus{
  background-position: 0 -29px;
  }
#formContact #rowadresse label, #formContact #rowcommentaire label {
  margin: 0 5px 0 0;
  }
#formContact .row textarea, #livreor textarea{
  width: 438px;
  border: none;
  padding: 4px 4px 4px 15px;
  font-size: 11px;
  font-family:Arial, Helvetica, sans-serif;
  }
#formContact .row textarea#adresse{
  height: 51px;
  background: url(../images/contact/form_textarea1.png) no-repeat;
  }
#formContact .row textarea#commentaire, #livreor textarea#message {
  height: 95px;
  background: url(../images/contact/form_textarea2.png) no-repeat;
  }
#formContact .row textarea#adresse:focus{
  background-position: 0 -59px;
  }
#formContact .row textarea#commentaire:focus, #livreor textarea#message:focus {
  background-position: 0 -103px;
  }
#formContact #rowsubmit input{
  width: 207px;
  height: 29px;
  background: none;
  padding: 0;
  margin: 0 0 0 5px;
  }
#formContact #rowsubmit input:active, #formContact #rowsubmit input:focus{
  outline: none;
  }
.champRequis{
  color: #FF0000;
  }
  
  
  .bouton{
  border:1px solid #000000;
  font-size:10px;
  color:#000000;
  background-color:#F5F5F5;
  }
  

/*****************************************************/
/* 		Livrre d'or
/*****************************************************/

#contenu .mesge {	
	width:542px;
	float:left;
	margin-top:15px;
}
#contenu .msgebas{	
	width:542px;
	height:17px;
	float:left;
	background-image:url(../images/charte/livrebas.jpg);
	background-repeat:no-repeat;
}
#contenu .msgecont {	
	width:510px;
	float:left;
	background-image:url(../images/charte/livrecont.jpg);
	background-repeat:repeat-y;
	padding:0 15px;
}
#contenu .msgetop {	
	width:542px;
	height:15px;
	float:left;
	background-image:url(../images/charte/livretop.jpg);
	background-repeat:no-repeat;
}
#contenu .mesge .msgecont p.titremsg1 {
	font-weight:bold;
	color:#d1223b;
	border-bottom:1px dotted #d1223b;
	width:510px;
	margin-bottom:10px;
}
#contenu .txt_bas3 {
	font-size:11px;
	width:97%;
	
	line-height:1.2em;
}
#contenu .dectab{
	margin-left:50px;
}
#livreor label {
	font-size:12px;
}
#livreor #rowsubmit input{
  width: 207px;
  height: 29px;
  background: none;
  padding: 0;
  margin: 0 0 0 5px;
  } 
/*****************************************************/
/* Pagination 
/*****************************************************/


#contenu #pagination{
	width:420px;
	float:left;
	height:29px;
	text-align:center;
	margin-top:20px;
	margin-left:50px;
}
#contenu #pagination p{
	text-align:center;
}
.prev{
	float:left;
	width:45px;
	height:29px;
}
.next{
	float:right;
	width:34px;
	height:29px;
}
