/***********************************************/
/* Defaut */
/***********************************************/
* {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	border: 0; 
	border-style: solid; 
	border-color: #000;
	border-spacing: 0;
	border-collapse: collapse;
}


/***********************************************/
/* Balises HTML */
/***********************************************/

html, body {
	height: 100%;
	font-size: 100%;
}
body {
	text-align: center;
	background-color: #FFF;
	background-image: url(../img/fd_body.gif);
	margin: 0;
}
p {
	padding-bottom: .5em;
	font-size: .7em;
}
h1 {
}
h2 {
}
h3 {
	padding-bottom: .2em;
	font-size: 1em;
	font-weight: bold;
	color: #0066A9;
}
h4 {
}
h5 {
	padding-bottom: .5em;
	color: #F00;
	font-size: .8em;
	font-weight: bold;
}
h5 a {
	padding-bottom: .5em;
	color: #F00;
	font-weight: bold;
	text-decoration:none;
}
img {
	font-size:.5em;
	color: #999;
	font-weight: bold;
}
ul {
	margin:0;
	padding:0;
	font-size: .7em;
}
li {
	padding-bottom: .3em;
	list-style-type: square;
}
form {
	font-size: .7em;
}
form select, form input {
	font-size: 1em;
}
form select {
	border: 1px solid #999;
}


/***********************************************/
/* LIENS COURANTS */
/***********************************************/

a {
	font-weight: bold;
	color: #0066A9;
	text-decoration: underline;
}
a:hover {
	color: #003399;
}
.classtop {
	padding: 20px 0 40px 0;
}
a.top {
	font-size:90%;
	color: #FFF;
	margin: 0;
	padding: 0 0 0 23px;
	background: url(../img/puce_top.gif) no-repeat left center;
}
.curseurdefaut {
	cursor: default;
}


/***********************************************/
/* GENERAL */
/***********************************************/

/* Divers */
/****************************/
.clearfloats {
	clear: left;
}
.ligneprix {
	font-weight: bold; 
	color: #0066A9;
	margin-top: .4em;
}
.prix {
	font-size: 1.3em;
	color: #000;
}
.legende {
	font-size: .65em;
	font-style: italic;
}
.encadre {
	border: 1px solid #999;
}
.CouleurRouge {
	color: #FF0000;
}
.Taille11 {
	font-size: 11px;
}



/* Conteneur */
/****************************/
#conteneur {
	margin: auto;
	width: 970px;
	text-align: left;
}

/* Têtière */
/****************************/
#tete {
	height: 134px;
	padding-top: 15px;
}
#tete h3 {
	color: #FFF;
	margin-left: 35px;
}

/* Corps */
/****************************/
#corps_haut {
	width: 950px;
	height: 10px;
	margin: 0 10px;
	background-image: url(../img/fd_corps_haut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0;
}
#corps_bas {
	float: left;
	position: relative;
	left: 10px;
	width: 950px;
	padding-bottom: 40px;
	background-color: #FFF;
}
#contenu {
	width: 640px;
	margin: 10px 0 0 270px;
}

/* Pied */
/****************************/
#pied {
	clear: both;
	width: 910px;
	height: 24px;
	margin: 0 10px;
	background-image: url(../img/fd_pied.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px 20px;
	color: #FFF;
	border: none;
}
#pied p {
	float: left;
	font-size: .6em;
	text-align: left;
	text-transform: uppercase;
}
#pied ul {
	float: right;
}
#pied li {
	float: left;
	list-style: none;
	font-size: .8em;
}
#pied a {
	padding: 0 8px;
	background: url(../img/fleche_blanc_d.gif) no-repeat left center;
	color: #FFF;
	text-decoration: none;
}
#pied a:hover {
	text-decoration: underline;
}

/***********************************************/
/* MENU */
/***********************************************/
#menu {
	width: 210px;
	float: left;
	padding: 10px 0 0 20px;
}
#menu ul.niv1 {
	width: 220px;
	font-size: 0.8em;
}
#menu ul.niv2 {
	width: 200px;
	margin: 0 0 10px 5px;
	padding-bottom: 10px;
	border: 1px solid #999;
	border-top: none;
	font-size: 0.85em;
}
#menu ul.pdts {
	display: none;
	margin: 0 10px;
	border-bottom: 1px solid #CCC;
	font-size: 1em;
}
#menu ul.niv1 li, #menu ul.niv1 li.surmenu {
	list-style: none;
	margin-bottom: 10px;
	padding: 0;
}
#menu ul.niv1 li.surmenu {
	margin-bottom: 0;
}
#menu ul.niv2 li {
	margin: 0;
}
#menu ul.pdts li {
}
#menu ul.niv1 a {
	display: block;
	height: 27px;
	background: url(../img/bt_menu200.gif) no-repeat left top;
	padding: 8px 0 0 20px;
	color: #0066A9;
	text-decoration: none;
}
#menu ul.niv2 a {
	height: 100%;
	margin: 0 10px;
	padding: 4px 12px;
	background: url(../img/fleche_rouge_d.gif) no-repeat left center;
	border-bottom: 1px solid #CCC;
	color: #000;
	text-decoration: none;
}
#menu ul.pdts a {
	height: 100%;
	background: none;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 10px;
	border-bottom: none;
	color: #0066A9;
	text-decoration: none;
}
#menu ul.niv1 a:hover {
	background-position: left bottom;
}
#menu ul.niv1 li.surmenu a:hover {
	background-position: left top;
}
#menu ul.niv1 ul.niv2 li a:hover, #menu ul.pdts a:hover {
	background-position: left center;
	background-color: #CCE0EE;
}


/***********************************************/
/* HOME */
/***********************************************/
.ligne_bloc_home {
	margin-bottom: 20px;
	float: left;
}
.bloc_home {
	width: 300px;
	float: left;
	margin-right: 20px;
}
.bloc_home_haut {
	width: 300px;
	height: 5px;
	background: url(../img/bloc_home_haut.gif) no-repeat left top;
	font-size: 0;
}
.bloc_home_centre {
	width: 298px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding-bottom: 10px;
	text-align: center;
}
.bloc_home_centre .bt {
	padding-left: 15px;
	margin-top: .5em;
	text-align: left;
}
.bloc_home_centre h3, .bloc_home_centre p {
	padding: 0 20px;
	text-align: left;
}
.bloc_home_bas {
	width: 300px;
	height: 5px;
	background: url(../img/bloc_home_bas.gif) no-repeat left top;
	font-size: 0;
}


/***********************************************/
/* RUBRIQUES */
/***********************************************/

/* Divers */
/****************************/
.bloc_rub {
	width: 600px;
	float: left;
	margin-bottom: 30px;
}
.bloc_rub_haut {
	width: 620px;
	height: 5px;
	background: url(../img/bloc_rub_haut.gif) no-repeat left top;
	font-size: 0;
}
.bloc_rub_centre {
	width: 578px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 15px 20px;
}
.bloc_rub_bas {
	width: 620px;
	height: 5px;
	background: url(../img/bloc_rub_bas.gif) no-repeat left top;
	font-size: 0;
}

.contourImg {
	border: 1px solid #999;
}

/* Produits */
/****************************/
.col_gauche {
	float: left;
	width: 207px;
	height: 207px;
}
.col_gauche100 {
	float: left;
	width: 100px;
	height: 207px;
}
#cadre_photo {
/*	width: 202px;*/
	/*height: 200px;*/
	/*margin-bottom: 5px;*/
	border: 1px solid #999;
}
#cadre_photo_v {
	width: 48px;
	height: 48px;
	margin: 10px 10px 0 0;
	border: 1px solid #999;
	float:left;
}
/*img.photo {
	margin-top: 5px;
	margin-bottom: 5px;
}*/

img.vignette {
	margin-top: 2px;
	margin-bottom: 2px;
}
a.zoom {
	display: block;
	height: 16px;
	padding-left: 20px;
	background: url(../img/loupe.gif) no-repeat left center;
}
.col_droite {
	width: 340px;
	margin-left: 230px;
	padding-top: 20px;
}
.col_droite440 {
	width: 440px;
	margin-left: 130px;
	padding-top: 20px;
}
.col_droite h3 {
	font-size: 1.3em;
}
.col_droite li {
	list-style: url(../img/ptrouge_5px.gif);
	margin-left: 2em;
}
.col_centre h3 {
	font-size: 1.3em;
}
.video {
	margin: 20px 0;
}
form#panier, form#panier img, form#panier input {
	margin-top: 5px;
}
	/*border: 1px solid #F00;*/
#equalizer {
	clear: both;
}
#accroche {
	width: 600px;
	float: left;
}
#panier {
	padding: 0 10px;
}
#panier a {
	color: #FFF;
	text-decoration: none;
	font-size: 0.7em;
}
#panier a:hover {
	text-decoration: underline;
}
.FondBleu {
	color: #FFFFFF;
	background-color: #006EAE;
}
.FondBlanc {
	background-color: #FFFFFF;
}
.BordNoir {
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
}
a.LienNoir:link {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a.LienNoir:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a.LienNoir:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
a.LienNoir:active {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.Gras {
	font-weight: bold;
}
.Centrer {
	text-align: center;
}
