@import url("screen-admin.css");
@import url("menu.css");
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a {
	color:#7E1519;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#Page {
	margin-left:auto;
	margin-right:auto;
	width:920px;
}
#Entete {
	width:920px;
	height:104px;
	background-image:url(../images/entete.gif);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
}
.icone-entete {
	position:absolute;
	width:83px;
	height:25px;
	left: 824px;
}
.icone-entete a img {
	border:none;
}
.icone-entete a:hover img {
	border:none;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.txt-entete {
	position:absolute;
	width:175px;
	height:44px;
	left: 520px;
	top: 46px;
	color:#7e1519;
	font-size:11px;
}
#Menu {
	width:920px;
	height:35px;
	margin-bottom:15px;
}
#Menu ul {
	margin:0px;
	padding:0px;
}
#Menu ul li {
	list-style:none;
	margin:0px;
	padding:0px;
	display:inline;
	height:35px;
}
#Menu ul li ul li a:hover, #Menu ul li ul li a {
	height:14px;
}
#Menu a, #Menu a:link, #Menu a:active, #Menu a:visited {
}
#Menu ul li a:hover {
	height:35px;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
#Menu ul li a .SelectMenu {
	height:35px;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
#LiensBas {
	width:920px;
	height:177px;
	clear:both;
	margin-top:15px;
	float:left;
}
#LiensBas .bloc-info {
	width:284px;
	height:177px;
	float:left;
	text-align:left;
}
#LiensBas .spacer {
	width:32px;
	float:left;
}
#LiensBas .bloc-info .pad {
	font-size:12px;
}
#LiensBas .bloc-info h1 {
	margin:5px 0px 7px 0px;
}
#LiensBas ul {
	margin:0px;
	padding:0px;
}
#LiensBas ul li {
	list-style:none;
	padding-left:10px;
	background-image:url(../images/puce.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	margin-bottom:5px;
}
#LiensBas ul.blog {
	margin-bottom:5px;
}
#LiensBas ul.blog li {
	list-style:none;
	background-image:none;
	margin-bottom:0px;
	padding-left:0px;
}
#LiensBas ul.blog li a {
	text-decoration:none;
}
#LiensBas ul.blog li a:hover {
	text-decoration: underline;
}
#LiensBas ul li img {
	margin:0px;
	padding:0px;
}
#Contenu {
	width:920px;
	float:left;
	text-align:left;/*min-height:450px;
_height:450px;*/
}
#Pied {
	width:920px;
	height:57px;
	background-image:url(../images/pied.gif);
	background-repeat:no-repeat;
	background-position:top left;
	clear:both;
	text-align:center;
}
#Pied .Liens {
	float:left;
	width:920px;
	margin-top:28px;
}
/************** Page Intérieure ***************/
#ColonneGauche {
	margin-top:30px;
	float:left;
	width:150px;
	text-align:left;
	border-right:solid 1px #000000;
}
#ColonneGauche h1 {
	color:#660000;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px;
}
#ColonneGauche ul li {
	color:black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left:5px;
	font-size:10px;
	list-style:none;
	text-align:left;
}
#ColonneGauche ul {
	margin:0px 0 10px 0;
	padding:0px;
}
#ColonneGauche ul li ul li {
	list-style:disc;
	margin:0px;
	padding:0px;
	padding-left:5px;
	list-style:inside;
	height:15px;
}
#ColonneGauche ul li ul li a {
	color:black;
	text-decoration:none;
	font-weight:normal;
}
#ColonneGauche ul li ul li a:hover, #ColonneGauche ul li ul li a.SelectMenuDyn {
	color:black;
	text-decoration:underline;
	font-weight:normal;
}
#ColonneGauche ul li ul {
	margin:0px;
	padding:0px;
}
#ColonneDroite {
	float:left;
	width:769px;
	min-height:300px;
	_height:300px;
	text-align:left;
}
#ColonneDroite .pad {
	padding:30px 0px 30px 27px;
}
#ColonneDroite .photo_produit {
	width:209px;
	float:left;
	height:209px;
	overflow:hidden;
	border:1px solid black;
}
#ColonneDroite .desc {
	width:509px;
	float:right;
}
#ColonneDroite .produit h1 {
	font-size:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin:0px;
}
#ColonneDroite .produit h2 {
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	color:#660000;
	margin:0px;
}
#ColonneDroite .produit .prix {
	font-size:48px;
	font-weight:bold;
}
#ColonneDroite .produit .prix .prix_barre {
	text-decoration:line-through;
	font-size:24px;
}
#ColonneDroite .produit .euros {
	font-size:20px;
}
#ColonneDroite .produit .euros-barre {
	font-size:12px;
}
#ColonneDroite .produit .desc_height {
	min-height:190px;
	_height:190px;
}
#ColonneDroite .produit .desc {
}
.sep {
	font-size:11px;
	color:#660000;
	padding-top:10px;
	border-top:1px solid;
	text-align:right;
}
.commander, .commander a {
	font-weight:bold;
	text-align: right;
	color:#660000;
	font-size:14px;
	text-decoration:none;
}
.commander a:hover {
	text-decoration:underline;
}
.ContenuBas {
	clear:both;
	padding-top:15px;
	padding-left:22px;
}
.ContenuBas ul {
	margin:0px;
	padding:0px;
}
.ContenuBas ul li {
	margin:0px;
	padding:0px;
	padding-right:5px;
	padding-left:5px;
	float:left;
	width:230px!important;
	width:250px;
	border-right:#8a3c3c solid 1px;
	list-style:none;
	text-align:left;
}
.ContenuBas ul li.BorderNone {
	border:none;
}
.ContenuBas h2 {
	margin:0px;
	font-size:12px;
	text-align:left;
}
.ContenuHaut #PhotoProduit {
	float:left;
	margin:5px;
	width:220px;
}
.ContenuBas a, .ContenuBas a:link, .ContenuBas a:active, .ContenuBas a:visited {
	color:#660000;
}
.ContenuBas a:hover {
	color:#000000;
	text-decoration:none;
}
/*formulaire formulaire formulaire formulaire formulaire formulaire formulaire formulaire */
.rouge {
	color:#FF0000;
}
.formcontact input, textarea {
	border:1px solid white;
	background-color:#1a171b;
	color:white;
}
.formcontact textarea:focus, input:focus {
	background-color:#660000;
	color:white;
}
/* *************************** BUTTONS! */


button.submit-button, button.submit-button-dark {
	background: transparent;
	border: none;
	cursor: pointer;
	height: 23px;
	line-height: 22px;
	overflow: visible;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	width: auto;
}
button.submit-button span, button.submit-button em, button.submit-button-dark span, button.submit-button-dark em {
	color: #FFFFFF;
	display: block;
	font-size: 0.93em;
	height: 22px;
	line-height: 22px;
	margin: 0;
	font-style: normal;
}
button.submit-button span, button.submit-button-dark span {
	margin-top: -2px;
	padding-left: 5px;
	background: transparent url(../images/activeden/buttons/button-left-light.png) no-repeat top left;
}
button.submit-button em, button.submit-button-dark em {
	padding-right: 20px;
	padding-left: 13px;
	background: transparent url(../images/activeden/buttons/button-right-light.png) no-repeat top right;
}
button.submit-button-dark {
	margin-left: 1px;
}
button.submit-button-dark span {
	background-image: url(../images/activeden/buttons/button-left-dark.png);
	padding-left: 5px;
}
button.submit-button-dark em {
	background-image: url(../images/activeden/buttons/button-right-dark.png);
	padding-right: 11px;
	position: relative;
	text-indent: -8px;
}
button.submit-button:hover span {
	background-position: bottom left;
	text-decoration: none;
}
button.submit-button:hover span em {
	background-position: bottom right;
	color: #ffffff;
}
button.submit-button-dark:hover span {
	background-position: bottom left;
	text-decoration: none;
}
button.submit-button-dark:hover span em {
	background-position: bottom right;
	color: #000000;
}
.rouge {
	color:#7e1519;
	font-weight:bold;
}
.Liens a {
	color:black;
	text-decoration:none;
}
.Liens a:hover {
	color:black;
	text-decoration:underline;
}

