@charset "utf-8";
/* CSS Document */

/* --- STYLES DE BASE --- */ 
 
/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
} 
body { 
  margin: 0; 
  padding: 0;
  font-size: 0.8em;
  color:#333; 
  font-family:Tahoma, Geneva, sans-serif;
} 
@font-face {
	font-family: "augie.ttf";
	src: url('../font/augie.ttf');
}
h1{
	font-family: "augie.ttf",Georgia, Times, serif;
	color: #4d0293;
	margin:0;
}
/* Titres */ 
.DesignA #ColmnRight h1, .DesignB #ColmnRight h1{
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	font-size: 1.9em; 
}
#footer h1{
	font-family:Tahoma, Geneva, sans-serif;
	color:#FFFFFF;
}
h2, h3, h4, h5, h6 {	
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-style: normal;
	color:#000;
} 
h1 { 
  font-size: 1.8em; 
} 
h2 { 
  font-size: 0.9em; 
} 
h3 { 
  font-size: 1em; 
} 
#ColmnRight h3 {
	font-family:Tahoma,Geneva,sans-serif;
	font-size: 1.9em; 
}
#contenu h1 {
	text-align:left!important;
	background: transparent url(../images/flv.gif) no-repeat scroll 0 0;
	padding:0 0 0 28px!important;
}

#contenu h2 {
	background: transparent url(../images/flvsmall.gif) no-repeat scroll 0px -1px;
	padding:1px 0 0 18px!important;
}
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 32px; 
  padding: 0; 
} 
 
/* Paragraphes */ 
p { 
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */ 
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 

#contenu a { 
  text-decoration: underline;
  color:#005070;
} 
a:link { 
  color: #11C; 
} 
a:visited { 
  color: #339; 
} 
a:hover, a:focus, a:active { 
  color: #00F; 
} 
/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}
/* Met en évidence les abréviations (ayant un attribut title) */ 
abbr[title] { 
  border-bottom: 1px dotted; 
  cursor: help; 
} 
 
/* Met en évidence les citations */ 
blockquote { 
  margin: .75em 0 .75em 20px; 
  padding: 0 0 0 10px; 
  border-left: solid 2px #ddd; 
} 
q, cite { 
  font-style: italic; 
} 
q cite, q q { 
  font-style: normal 
} 
 
/* Supprime les guillemets automatiques (citations courtes) */ 
q { 
  quotes: none; 
} 
q:before, q:after { 
  content: ""; /* Nécessaire pour Safari/Chrome */ 
} 
 
/* Rapproche les paragraphes dans les listes et citations */ 
blockquote p, li p { 
  margin: .5em 0; 
} 
 
/* Styles de base pour les listes de définition */ 
dl { 
  margin: .75em 0; 
} 
dt { 
  margin: .75em 0 0 0; 
  font-weight: bold; 
} 
dd { 
  margin: .25em 0 .25em 32px; 
} 
 
/* Mise en forme simple pour les tableaux */ 
table { 

} 
table td, table th { 
	vertical-align:top;
}
 
/* Conteneurs sémantiques de HTML 5 */ 
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section { 
  display: block; 
}

.temporaire {
	background-color:#FFEF95;
}

/* Agenda */ 
.ag_date {
	font-size:12px;
}
/* Panier boutique */
#connecte {
background-color:#E7E7BC;
border:5px solid #B1B120;
font-size:0.9em;
margin-bottom:10px;
padding:5px 15px;
}
#connecte .user {
 color:#4D0293;
 font-weight:bold;
}
.tabprod {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin:25px 0px 25px 0px;
}

.tabprod th {
	background: #F0F0F0 url(../images/fd_tab.gif) 0px 0px repeat-x;
	height:26px;
	font-weight: bold;	
	font-size: 9pt;
	padding-left:5px;
}

.tabprod td {
	padding:5px 5px 0px 5px;
}
.titre  {
	font-weight: bold;	
}
.boutons_actions {
 	margin:25px 0px 25px 0px;
}
.bouton_suivant {
	padding-left:175px;
	font-weight: bold;	
}
/* style du footer*/
.sitemap1{
	float:left; 
	margin:0px 5px 0 0; 
	padding:0; 
	width:600px;
}
.sitemap2{
	float:left; 
	margin:0 0 0 0; 
	padding:0; 
}