@charset "utf-8";
/* Réinitialisation des attributs */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;*/
	font-weight:normal;
	/*font-style: inherit;*/
	font-style:normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	/*background-image: transparent;*/
}
/* se souvenir de définir les focus ! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* Les tables ont encore besoin de 'cellspacing="0"' dans le code xhtml */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
hr {
   height: 1px;
	width: inherit;
	margin:10px 0;
	border: 0; 
}


/* --- Balises globales - On --- */
body {
	font-size:62.5%; /* Ainsi 10px vaut exactement 1em, 11px = 1.1em, etc */		
}
strong {
	font-weight:bold;
}
em {
}
h1, h2, h3, h4, h5, h6, p {
	line-height:1.4em;
	font-weight:normal;
	padding-top:4px;
	padding-bottom:4px;
}
h2, h3 {
	text-transform:uppercase;
	font-weight:bold;
}
h1 {
	font-size:1.2em;
	line-height:1.1em;
	font-weight:bold;
	color:#4f7e98;	
}
h2 {
	font-size:1.1em;
}
h3 {
	font-size:1.1em;
}
/*h4 {
	font-size:1.1em;
	color:#b11116;
	text-transform:uppercase;
}*/
h5 {
	font-size:1.1em;
	color:#4f7e98;
	font-weight:bold;
}
h6 {
	font-size:1.1em;
	color:#474747;
	font-weight:bold;
}
p, ul, ol {
	font-size:1.1em;
	line-height:1.4em;
	color:#000;
}
ul li, ul ul, ul ol, ol li, ol ol, ol ul {
	font-size:1em;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#b11116;
}
hr {
	border:0;
	clear:both;
	width:100%;
	color:#b11116;
	background-color:#b11116;
	height:1px;
	margin:6px 0 18px 0;
}
/* --- Balises globales - Off --- */



/* --- Classes globales - On --- */
.retour {
	clear:both;
}
.retour2 {
	clear:both;
	height:10px;
}
.est {
	float:right;
}
.ouest {
	float:left;
}
.marge-haut {
	margin-top:10px;
}
.marge-droite {
	margin-right:10px;
}
.marge-bas {
	margin-bottom:10px;
}
.marge-gauche {
	margin-left:10px;
}
.champ {
	
}
.au-milieu {
	text-align:center;
}

/* --- Classes globales - On --- */


/* --- Formulaires - On --- */
form, fieldset, caption, input, textarea, select {
	font-size:1em;
	font-family:inherit;
}
/*caption, input, textarea, select {
	font-size:1em;
}*/
form {	
}
fieldset {
}
legend {
}
input, textarea, select {
	color:#303030;
	border-top:1px solid #adadad;
	background-color:#fefefe;
}
input, textarea {
	padding:5px;
}
input:hover, select:hover, textarea:hover {

}
input:active, select:active, textarea:active {
	
}
input:focus, select:focus, textarea:focus{

}
/* --- Classes pour les boutons submit - On --- */
input.bouton {
	display:block;
	width:auto;
	padding:3px 8px;
}
input.bouton:link {
	
}
input.bouton:visited {
	
}
input.bouton:hover {
	cursor:pointer;
}
input.bouton:active {
	
}
input.bouton:focus {
	
}
/* --- Classes pour les boutons submit - Off --- */
/* --- Classes pour les input checkbox et radio - On --- */
/* Pour les cases à cocher et les boutons radio des formulaires */
/* Pour écraser le style input définit plus haut */
input.case {
	width:auto;
	border:0;
	margin:0;
}
/* --- Classes pour les input checkbox et radio - Off --- */

/* --- Formulaires - Off --- */


/* --- Tableaux - On --- */
table {
	font-size:1.2em;
}
table table {
	font-size:1em;
}
table p {
	font-size:1em;
}
table caption {	
}
table thead {
}
table tbody {
}
table tfoot {
}
table tr {
}
table tr th, table tr td {
}
table tr th {
	font-weight:normal;
	text-align:left;
}
table tr td {
}
/* --- Tableaux - Off --- */


/* --- Tableaux dans les formulaires - On --- */
form table {
}
form table caption {
}
form table thead {	
}
form table tbody {	
}
form table tfoot {	
}
form table tr {	
}
form table tr th {	
}
form table tr td {	
}
/* --- Tableaux dans les formulaires - Off --- */


/* --- Listes - On --- */
ul, ol {
	
}
ul ul, ol ol, ul ol, ol ul{
	
}
ul {
}
ol {
}
ul li, ol li {
}
ul li a, ol li a {
}
ul li a:hover, ol li a:hover {
}
/* --- Listes sans bulles - On --- */
	ul.sansbulle, ol.sansbulle {
		list-style-type:none;
	}
/* --- Listes sans bulles - Off --- */
/* --- Listes sans bulles - On --- */
	ul.sansbulle, ol.sansbulle {
		list-style-type:none;
	}
/* --- Listes sans bulles - Off --- */
/* --- Premiers éléments des listes  - On --- */
	.premier {	
	}
/* --- Premiers éléments des listes - Off --- */
/* --- Derniers éléments des listes  - On --- */
	.dernier {	
	}
/* --- Derniers éléments des listes - Off --- */
/* --- Listes avec affichage horizontal - On --- */
ul.horizontal li {
	float:left;
}
/* --- Listes avec affichage horizontal - Off --- */
/* --- Listes avec affichage vertical - On --- */ 
ul.vertical li {
}
ul.vertical li a {
}
ul.vertical li a:link {	
}
ul.vertical li a:visited {	
}
ul.vertical li a:hover {	
}
ul.vertical li a:active {	
}
ul.vertical li a:focus {		
}
ul.vertical li .separateur {
	display:none;
}
/* --- Listes avec affichage vertical - Off --- */
/* --- Liste de type menu - On --- */
ul.menu {
}
ul.menu li {	
}
.menu a {
	text-decoration:none;
}
.menu a:hover {
	text-decoration:underline;
}
ul.menu li ul {
}
ul.menu li ul li {
}
ul.menu li ul li a {
}
/* --- Liste de type menu - Off --- */
/* --- Liste de plusieurs niveaux - On --- */
.deux-niveaux ul li {
	text-transform:uppercase;
	font-weight:bold;
}
.deux-niveaux ul li ul li {
	text-transform:none;
	font-weight:normal;
	font-size:1em;
	padding:0 0 0 10px;
	margin:0 0 0 6px;
	background:transparent url(/wp-content/themes/verre-select/img/boulet.gif) 0px 7px no-repeat; 
}
.bleue {
	padding:10px;
	background:transparent url(/wp-content/themes/verre-select/img/liste-bleue-fond.png) bottom left repeat-x;
}
.bleue .fond-blanc {
	padding:10px;
	background-color:#fff;
}
.bleue .retour {
	height:10px;
}
.bleue ul li {
	color:#78BBFF;
}
.bleue ul li ul {
	padding:5px 0 0 0;
}
.bleue ul li ul li {
	color:#474747;
}
.deux-colonnes ul li ul {
	width:400px;
}
.deux-colonnes ul li ul li {
	width:180px;/* largeur totale = 200px */
	float:left;	
}
/* --- Liste de plusieurs niveaux - Off --- */
/* --- Listes - Off --- */
/* --- Liens à afficher/masquer au survol - On --- */
ul.survol a {	
}
ul.survol a img {
	display:block;
}
ul.survol a span img {
	display:none;
}
ul.survol a:hover img {
	display:none;
}
ul.survol a:hover span img {
	display:block;
}
a.survol {	
}
a.survol img {
	display:block;
}
a.survol span img {
	display:none;
}
a.survol:hover img {
	display:none;
}
a.survol:hover span img {
	display:block;
}
/* --- Liens à afficher/masquer au survol - Off --- */

/*Historique des commandes*/
#historique-commande .pair td{}
#historique-commande .pair td{background-color:#fff;}
#historique-commande .impair td{background-color:#fafafa;}
#historique-commande table tr td{border-bottom:1px solid #eeeeee;padding-top:4px;padding-bottom:4px;}
#connexion-historique-commande{}
#details-commande{}

