/* ###################### MISE EN PAGE GENERALE ###################### */
html, body {
	margin : 0;
	padding : 0;
}
body {
	text-align : center;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
* {
	margin: 0;
	padding: 0;
}
#cadre {
	margin : 5px auto;
	text-align : left;
	width: 950px;
	background-image: url(../images/commun/fond.png);
	background-repeat: repeat-y;
}
#entete {
	height: 292px;
	background: url(../images/commun/fond_top.png);
}
#page {
	/* margin : 0 40px 0 330px; */
	padding: 0;
	width: 620px;
	float: right;
}
#piedpage {
	clear : both;
	margin: 0;
	padding: 0;
	height: 90px;
	background-image: url(../images/commun/fond_bas.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff;
}
#gauche {
	width: 330px;
	margin: 0;
	padding: 0;
	float: left;
}
#cleaner {
	clear: both;
}


/* ######################## BALISES GENERALES #################### */
h1 {
	font-size: 18px;
	color: #999;
	background: transparent url(../images/commun/entete_titre.png) left top no-repeat;
}
h2 {
	font-size: 14px;
	margin: 10px 10px 0 0;
	padding: 0;
}
h2 a {
	color: #000000;
}
h3 {
	font-size: 13px;
}
h3 a {
	color: #000000;
}
h4 a {
	color: #999999;
	font-weight: normal;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #606;
}
.fontgrise {
	color: #999;
}
a.fontgrise {
	color: #999;
}
a.fontgrise:hover {
	color: #ffcc00;
}
.fontviolette {
	color: #660066;
	font-weight: bold;
}
.cadreunit {
	color: #00B6DF;
}
table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	/* border-color: red; */
}
hr {
	height: 1px;
	margin: 2px 40px 2px 0;
	padding: 0;
	color: #00B6DF;
	background-color: #00B6DF;
	border: 0;
}
input {
	font-size: 10px;
}
fieldset {
	border: 1px solid #00B6DF;
	margin: 10px 40px 10px 0;
	padding: 10px;
}
fieldset.fieldset_erreur {
	border-color: red;
	color: red;
}
.button {
	cursor: pointer;
	font-weight: bold;
	font-size: 10px;
}
.buttonannul {
	cursor: pointer;
	color: red;
	font-weight: bold;
	font-size: 10px;
}
label.clic {
	cursor: pointer;
}
#div_rech {
	position: absolute;
	margin: 10px 0 -10px 20px;
	/* border: 1px solid red; */
}

td.td_rech {
	background: url(../images/commun/rech-input.png) no-repeat top left #ffffff;
	vertical-align: middle;
}
input.rech {
	border: none;
	/* height: 28px; */
	padding: 0 5px;
	width: 190px;
	/* background: url(../images/commun/rech-input.png) no-repeat top left #ffffff; */
	font-size: 12px;
	background: none;
}
input.submit {
	border: none;
	height: 28px;
	width: 39px;
	background: url(../images/commun/rech-submit.png) no-repeat top left #ffffff;
	cursor: pointer;
}

table.panier {
	width: 580px;
	margin: 10px 0;
}
table.panier td.item {
	padding: 5px;
	border: 1px solid #00B6DF;
}
table.panier td.total {
	padding: 5px 5px 0 5px;
}


/* ######################### ENTETE ############################ */
#entete_langues {
	position: absolute;
	width: 870px;
	margin : 20px 40px 0 40px;
	text-align: right;
	color: #fff;
}
#entete_menurub {
	position: absolute;
	margin: 125px 0 0 165px;
	padding: 0;
	color: #fff;
}
#entete_menurub ul li {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
#entete_menurub ul li a {
	background: transparent url(../images/commun/entetemenu_puceoff.png) left center no-repeat;
	text-align: left;
	text-decoration: none;
	line-height: 16px;
	padding-left: 15px;
	color: #000;
	font-weight: bold;
}
#entete_menurub ul li a:hover {
	background: transparent url(../images/commun/entetemenu_pucebon.png) left center no-repeat;
	color: #FFFFFF;
}
#entete_menurub ul li a.current {
	background: transparent url(../images/commun/entetemenu_pucebon.png) left center no-repeat;
	color: #FFFFFF;
}
#entete_menurapide {
	position: absolute;
	width: 830px;
	margin : 55px 60px 0 60px;
	text-align: right;
	font-weight: bold;
	color: #666666;
}
#entete_menurapide a {
	text-decoration: none;
	font-weight: bold;
}
#entete_menurapide a:hover {
	color: #000000;
}
#entete_menurapide a.current {
	color: #000000;
}
a.deconnexion {
	color: red;
}
.nombre_panier {
	color: #000000;
}
#entete_etiquette {
	position: absolute;
	width: 100px;
	margin: 200px 0 0 205px;
	padding: 0;
	color: #fff;
	font-size: 18px;
	text-align: right;
}
#entete_etiquette .typo {
	color: #000;
	font-size: 22px;
}

/* ###################### GAUCHE ###################### */
#gauche p {
	margin: 10px 10px 10px 40px;
	padding: 0;
}
#gauche_top {
	width: 290px;
	height: 137px;
	background-image: url(../images/commun/colgauchetop_fond.png);
	float: right;
}
#gauche_top p {
    width: 100px;
	margin:  10px 0px 15px 165px;
	padding: 0;
	color: #FFF;
	font-size: 18px;
	text-align: right;
}
#gauche_top .typo {
	color: #000;
	line-height: 30px;
	font-size: 22px;
}
#gauche_menu {
	width: 290px;
	background-image: url(../images/commun/colgauche_fondbas.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: right;
}
#gauche_menu ul {
	margin:  40px 10px 20px 20px;
	padding: 0;
}
#gauche_menu ul li {
	list-style-type: none;
	text-align: left;
}
#gauche_menu ul li a {
	background: transparent url(../images/commun/entetemenu_puceoff.png) left center no-repeat;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
	padding-left: 15px;
	color: #000;
	font-weight: bold;
}
#gauche_menu ul li a:hover {
	background: transparent url(../images/commun/entetemenu_puceon.png) left center no-repeat;
	color: #00B6DF;
}
#gauche_menu ul li a.current {
	background: transparent url(../images/commun/entetemenu_puceon.png) left center no-repeat;
	color: #00B6DF;
}
#gauche_bas {
	width: 290px;
	height: 150px;
	margin: 5px 0 0 0;
	padding: 0;
	float: right;
	color: #999;
	font-size: 11px;
	text-align: left;
}
#gauche_bas p {
	margin: 0 10px 0 20px;
}
#gauche_bas table tr td {
	margin: 0;
	padding: 0;
}
#gauche_bas a {
	margin: 0;
	padding: 0;
}
#gauche_bas a:hover {
	margin: 0;
	padding: 0;
}


/* ###################### PAGE ###################### */
#page p {
	margin: 0px 40px 0px 0;
	padding: 0;
}
#page h1 {
	width: 200px;
	margin: 0;
	padding: 0 0 0 15px;
}
#liens_ancres {
	margin: 10px 0px 0 335px;
	padding: 0;
}
#page h2 {
	margin: 10px 40px 0 0;
	padding: 0 75px 0 35px;
	height: 30px;
	background: transparent url(../images/commun/fond_soustitre.png) left center no-repeat;
}
.page_table {
	margin: 0 40px 0 0;
	padding: 0;
}
#page_topgauche {
	height: 100px;
	width: 100px;
	padding: 0;
	margin: 0;
	float: left;
	background-image: url(../images/commun/petale_jaune.png);
	background-repeat: no-repeat;
	background-position: top;
}
#page_topgauche p {
	margin: 15px 0px 0px 15px;
	font-size: 18px;
	text-align: left;
}
#page_topgauche .typo {
	color: #FFF;
	line-height: 22px;
	font-size: 24px;
}
#page_topdroit {
	margin: 50px 0 0 5px;
	padding: 0;
	width: 220px;
	float: left;
}



/* ###################### PIED DE PAGE ###################### */
#piedpage_textes {
	text-align: center;
	padding: 40px 10px 10px 10px;
}
#piedpage_textes a {
	text-decoration: none;
	color: #666;
}
#piedpage_textes a:hover {
	color: #000;
}
