html{
	height: 100%;
}

body{
	margin: auto;
	width: 1000px;
	padding: 0px;
	border: 1px solid #000000;
	font-size: 10pt;
	font-family: Arial;
}

#menu_edition{
	width: 450px;
	margin: auto;
	height: 25px;
	background-color: #FFFFFF;
	border: 1px dotted #868027;
}

#move_toolbar{
	cursor : move;
}

#menu_edition ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#menu_edition li{
	padding-top: 4px;
	margin: 0px;
	list-style-image: none;
	float: left;
	border-right: 1px solid #CCCCCC;
}

.outil{
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	cursor : pointer;
	height: 21px;
	background-color: #F0F2E5;
}

.separateur{
	float: left;
	width: 4px;
	height: 21px;
}

#main{
	width: 618px;
	min-height: 600px;
	margin-left: 150px;
	margin-right: 200px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
	padding-top: 0px;
}

#main .div_editeur{
	margin: 0px;
	position: absolute;
	border: 1px solid transparent;
	overflow: auto;
	z-index: 0;
}

.clear{
	clear: both;
}

#move{
	width: 30px;
	height: 100px;
	background-image: url('../../contenu/images/move.gif');
	background-position: 10px 0px;
	background-repeat: no-repeat;
	border: 0px !important;
	cursor: move;
	z-index: 2;
}

#resize{
	width: 30px;
	height: 30px;
	background-image: url('../../contenu/images/resize.gif');
	background-position: 11px 11px;
	background-repeat: no-repeat;
	border: 0px !important;
	cursor: nw-resize;
	z-index: 2;
}

#remove{
	width: 16px;
	height: 16px;
	background-image: url('../../contenu/images/cross.png');
	background-repeat: no-repeat;
	border: 0px !important;
	z-index: 2;
}

iframe{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 10pt;
}

#size{
	min-width: 20px;
	min-height: 20px;
	max-width: 20px;
}

#size ul{
	position: absolute;
	max-width: 40px;
	z-index: 2;
}

#size:hover li{
	display: inline;
}

#size li{
	float: left;
	width: 100px;
	background-color: #F0F2E5;
	display: none;
	margin: 0px;
	border: 0px;
}

#color{
	min-width: 20px;
	min-height: 20px;
	max-width: 20px;
}

#color ul{
	position: absolute;
	max-width: 96px;
	z-index: 2;
}

#color:hover li{
	display: inline;
}

#color li{
	float: left;
	width: 6px;
	height: 6px;
	display: none;
	margin: 0px;
	border: 0px;
}

#bgcolor{
	min-width: 20px;
	min-height: 20px;
	max-width: 20px;
}

#bgcolor ul{
	position: absolute;
	max-width: 100px;
	z-index: 2;
}

#bgcolor:hover li{
	display: inline;
}

#bgcolor li{
	float: left;
	width: 20px;
	height: 20px;
	display: none;
	margin: 0px;
	border: 0px;
}

#choix_taille img{
	border: 1px dotted black;
}
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/
/******************************************************************************/

.calage {
  display: inline;
  float: left;
  width: 180px;
  font-weight: bold;
  margin-left: 75px;
}

p{
	margin-top: 0px;
	margin-bottom: 10px;
}

a{
	color: #6C0303;
}

a:hover{
	text-decoration: none;
}

h1{
	margin-top: 0px;
	color: #CC3033;
	font-size: 15pt;
	background-color: #EAEAEA;
}

h2{
	font-size: 10pt;
	margin: 0px;
}

img{
	border: 0px;
}

textarea{
	width: 95%;
	height: 100px;
}

table{
	width: 95%;
}

th{
	background-color: #CCCCCC;
}

hr{
	background-color: #ECBB0F;
	border: 0px;
	height: 1px;
	width: 90%;
}

button{
	border: 0px;
	background-color: transparent;
}

#barre_haut{
	height: 10px;
	background-color: #CC3033;
	color: #FFFFFF;
	font-size: 6pt;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
}

#header{
	background-image: url('../../images/logo.gif');
	background-repeat: no-repeat;
	padding-left: 150px;
	padding-top: 30px;
	border-bottom: 1px solid #CC3033;
}

#header ul{
	margin: 0px;
	padding: 0px;
}

#header li{
	list-style-type: none;
	border-left: 1px solid #CC3033;
	display: inline;
	padding-left: 4px;
	padding-right: 10px;
}

#header a{
	color: #CC3033;
	font-weight: bold;
	text-decoration: none;
}

#header a:hover{
	color: #AA0000;
}

.gauche{
	float: left;width:250px;
}

.droite{
	float: right;
}

.centrer{
	margin: auto;
}

.center{
	text-align: center;
}

.message{
	text-align: center;
	font-weight: bold;
}

#centre{
	margin: 1px;
 	display: table;
 	background-image: url('../../images/fond_menu.gif');
 	background-repeat: repeat-y;
	margin-top: 10px;
	margin-bottom: 10px;
}

#menu{
	width: 150px;
	height: 100%;
 	background-color: #E0E0E0;
	float: left;
}

#menu h1{
	background-color: #CCCCCC;
	margin: 0px;
	font-size: 12pt;
	color: #494949;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul{
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
}

li{
	list-style-image:url('../../images/puce_menu.gif');
	margin-top: 2px;
}

#menu a{
	color: #CC3033;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover{
	text-decoration: underline;
}

#breves{
	width: 190px;
	float: right;
	margin-right: 10px;
}

#breves h1{
	margin: 0px;
	font-size: 10pt;
	background-color: #ECBB0F;
	color: #6C0303;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.breve{
	border: 1px solid #ECBB0F;
	margin-bottom: 10px;
	padding: 5px;
}

.breve p{
	margin: 0px;
	padding: 0px;
}

.clear{
	clear: both;
}

.prix{
	font-weight: bold;
}

.produit_ligne{
	margin-bottom: 10px;
	position: static !important;
	overflow: visible !important;
	min-height: 112px;
}

.produit_ligne div{
	position: static !important;
	overflow: visible !important;
}

.produit_ligne a{
	margin-right: 2px;
}

.produit_ligne img{
	float: left;
}

.produit_ligne p{
	margin: 0px;
}

.produit_ligne .prix{
	text-align: right;
}

.produit_ligne .description{
	margin-right: 120px;
	margin-left: 118px;
}

.lien_panier{
	background-image: url('../../images/panier.gif');
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-top: 1px;
	color: #EBB700;
	font-weight: bold;
}

.couleur1{

}

.couleur2{
	background-color: #EAEAEA;
}

.produit_case{
	width: 300px;
	border: 1px solid #ECBB0F;
	margin-bottom: 10px;
	padding-bottom: 10px;
	float: left;
	margin-right: 5px;
	position: static !important;
	overflow: visible !important;
}

.produit_case div{
	position: static !important;
	overflow: visible !important;
}

.produit_case h1{
	margin: 0px;
	margin-bottom: 10px;
	font-size: 10pt;
	background-color: #ECBB0F;
	color: #6C0303;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.produit_case img{
	margin-left: 5px;
	display: block;
}

.produit_case .description{
	margin-left: 122px;
}

.produit_case .prix{
	text-align: right;
	margin-right: 5px;
}

.images_produit{
	position: relative !important;
	float: left;
	overflow: visible !important;
}

.images_produit input{
	width : 225px;
}

.produit{
	margin-left: 250px;
	position: static !important;
	overflow: visible !important;
}


.produit div{
	position: static !important;
	overflow: visible !important;
}

.produit .prix{
	text-align: right;
}

.produit .lien_panier{
	float: right;
}

#image_cachee{
	display: none;
	position: absolute;
	float: left;
	z-index: 2;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid black;
	text-align: center;
}

#barre{
	border-bottom: 1px solid #CC3033;
	padding: 10px;
	padding-top: 5px;
	background-color: #EEEEEE;
}

#barre p{
	margin: 0px;
}

#barre form{
	margin: 0px;
	{margin-bottom: 5px;}
}

#authentification label{
  float: left;
	min-width: 100px;
}

#inscription label{
  float: left;
	min-width: 160px;
}


#inscription2 label{
  float: left;
	min-width: 120px;
}
