body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

form {
	padding:0;
	margin:0;
}

.a_footer {
	font-weight: bold;
	color: black;
	text-decoration:none;
}
.a_footer:visited {
	font-weight: bold;
	color: black;
	text-decoration:none;
}
.a_footer:hover {
	text-decoration:none;
}

.MenuLine{
	border-bottom:1px solid #D9AD89;
}


.menu_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	/*padding-left:3px;*/
}

.menu_titre a {
	color: black;
	text-decoration:none;
}

.menu_titre a:hover {
	text-decoration:none;
}


.menu_sous_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left:14px;
	line-height: 10px;
}

.menu_sous_titre a {
	color: black;
	text-decoration:none;
}

.menu_sous_titre a:hover {
	text-decoration:none;
	/*background-color:white;*/
}

.menu_sous_titre p {
	margin: 0px;
	margin-top:2px;
	margin-bottom:3px;
	/*border-left:4px solid black;*/
}
.cadre_noir {
	border: 1px solid black;
	margin: 4px;
}
.cadre_orange {
	border: 1px solid #e18927;
	margin: 4px;
}
.separation {
	border-bottom: 1px dotted #3774B7;
}

.SousTitre {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	font-style: italic;
	border-bottom:2px solid red;	
}

.panier_title {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}

.TextCourant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.TextCourant p {
	margin: 0px;
	margin-bottom:8px;
}
.TextCourantNj {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.TextCourantNj p {
	margin: 0px;
	margin-bottom:8px;
}
.TextEdito {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;	
	font-weight: bold;	
	padding:3px;		
}
.TextEditoNj {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;	
	font-weight: bold;	
	padding:3px;		
}
.TextColonneDroite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;	
}

.TexteRouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
	text-align: center;
}
.GrosTitreRouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: red;
}
.ContourImage {
border: 2px solid black;
}
.TextDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}

.cadre{
border:1px solid #000000;
}
.cadre2{
border:2px solid #000000;
padding : 0px 3px;
}
.LienRouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: red;
	text-decoration:none;
}
.LienRouge:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: red;
	text-decoration:none;
}
.txt_petit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
ul {
	list-style-type: none; 
width: 90%; 
}
li { 
	float: left;
}

/******************************************************************************************************************/
/* MENU DU HAUT DE LA BOUTIQUE */
#menu ul {
	padding:0;
	margin:0;
	margin-left:5px;
	margin-top:10px;
	
}

#menu li {
	background:url("img/ong_l.gif") no-repeat left top;
	padding-left:5px;
}
#menu li.m_selected {
	background:url("img/ong_l_selected.gif") no-repeat left top;
	padding-left:5px;
}

#menu li.special {
	background:url("img/ong_l_red.gif") no-repeat left top;
	padding-left:16px;
}
#menu li.specialm_selected {
	background:url("img/ong_l_red_selected.gif") no-repeat left top;
	padding-left:16px;
}

#menu li a {
	background:url("img/ong_l.gif") no-repeat right top;
	font-family:sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	padding-right:5px;
	padding-bottom:2px;
	float: left;
	font-weight:bold;
	display: block;
	text-align: center;
	
	text-decoration: none;
	color: #000;
}

#menu li.m_selected  a {
	background:url("img/ong_l_selected.gif") no-repeat right top;
	color:white;
}

#menu li.special a {
	background:url("img/ong_l_red.gif") no-repeat right top;
}

#menu li.specialm_selected a {
	background:url("img/ong_l_red_selected.gif") no-repeat right top;
	color:white;
}
 
#menu a:hover {
	text-decoration:underline;
     /*background: #D2691E;*/
     }

#article{
   border:1px solid black;	
	width:550px;
	text-align: justify;
	/*padding: 0 10px 10px 10px;*/
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display:block;
}


.titre_sousmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	position: relative;
	top:2px;
	left:8px;
	background-color: White;
}

#sousmenu{
   border:1px solid black;	
	width:550px;
	display:block;
	padding: 0 2px 2px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

#bouton_sousmenu {
	/*border:1px solid black;*/
	background:url("img/fond_sousmenu.gif");
	float:left;
}

#sousmenu a{
	padding:1px 5px 1px 5px;
	font-size: 10px;
	color:black;
	text-decoration: none;
}
#sousmenu a:hover{
	color:#D2691E;
	text-decoration: none;
}

#titre_article{
	background:url("img/ong_article.gif") no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:white;
	padding:0 0 0 4px;
}
#titre_article b{
	background:url("img/ong_article.gif") no-repeat right top;
	padding:0 5px 0 0;
}

.entete_tableau_article{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-color: #695A4C;
	text-align:center;
	height:20px;
}
.entete_tableau_article_last{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6A5A4D;
	background-color: #B5AEA8;
	text-align:center;
	height:18px;;
}

.tableau_article{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align:center;
}


#nb_articles {
	font-size:10px;
}

hr {
  clear: both;
  height:1px;
  visibility: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 0;
}
.navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:black;
	padding:0;
	margin:3px 10px 3px 10px;
	text-align:right;
}
.navigation a{
	color:black;
	text-decoration: none;
}
.page_sel{
	border:1px solid black;
	background-color:#e18927;
	padding: 0 2px 0 2px;
	color:white;
}
.fond_orange{
	background-color:#e18927;
	padding: 0 2px 0 2px;
	color:white;
	font-weight:bold;
}
.little_button{
	font-size:11px;
	background-color:#FFF2CA;
	border:1px solid black;
	height:18px;
}

.bigbig{
	font-size:18px;
}

#recherche{
	vertical-align:middle;
}
#recherche input{
	line-height: 10px;
	font-size: 10px;
	height:10px;
	margin:0px;
	padding:0px;
	
}

#paybox {
	border:1px solid red;
	background-color:#FFF2CA;
	padding:0 0 8px 0;
	margin:5px;
}

#paybox h1{
	margin:0;
	padding:2px;
	margin-bottom:8px;
	background-color:#FFC48C;
	font-size:15px;
}

.TextCourant li{
	padding-bottom:5px;
	width:100%;
}

.avantagesPub {
	border:1px solid #FFC48C;
	width:550px;
	padding:2px;
	font-size:12px;
	background-color:#FFF2CA;
	border-left-width:3px;
}

.avantagesPub blink {
	color:red;
	font-weight:bold;
}

.annonce {
	padding:20px;
	background-color:#ffcc01;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	/*
	font-weight: bold;
	*/
}

.annonce a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	color:#000;
	text-decoration:none;
}

.annonce a:hover {
	text-decoration:underline;
}

.avantagesPub a:link {
	text-decoration: none;
	color: #000000;
}

.avantagesPub a:visited {
	text-decoration: none;
	color: #000000;
}

.avantagesPub a:hover {
	text-decoration: none;
	color: #888888;
}

.pictoRemise {
	position:absolute;
	width:32px;
	height:32px;
	top:5px;
	right:5px;
	font-size:11px;
	font-weight:bold;
	line-height:32px;
	text-align:center;
	
	color:white;
	background-color:red;
}

.prix_barre {
	text-decoration:line-through;
	font-size:90%;
}