body {
	background-color:black;
	/*background:url('/images/stripe.png');*/
}

div#header {
	background:url('/images/header.png');
	background-repeat:no-repeat;
	height:200px;
	border:1px solid #bbb;
	border-top:none;
}
div.info {
	margin-left:6px;
	text-decoration: none;	
	color:white;
}

/*TOP LINKS - BEGIN**/
/********************/
.toplink-container {
	float:right;
	margin:0 auto;
	border:1px solid #bbb;
	border-top:none;
	border-right:none;
	padding-left:10px;
}
.toplink {
	float:left;
	margin-right:10px;
	text-align:center;
	padding-right:10px;
}
.toplink a {
	color:#888;
	font-variant: small-caps;
	text-decoration: none;
	font-weight:bold;
}
.toplink a:hover {
	color:white;
	background-image:url('/images/header.png');
	background-repeat:repeat-x;
}
/*TOP LINKS - END****/
/********************/

/*ENTETE - BEGIN*****/
/********************/
.entete {
	background-image:url('/images/trans80.png');
	top:-12px;
	padding:10px;
	width:348px;
	float:right;
	color:black;
	font-weight: bold;
	border:1px solid black;
}
.entete form label {
	font-weight: bold;
}

/*TOP LINKS - END****/
/********************/

/*MENU LINKS - BEGIN*/
/********************/
.mainlink-container {
	border:1px solid #bbb;
	border-top:none;
	background-image:url('/images/menu_bg_light.gif');
	background-repeat:repeat-x;
	height:35px;
	text-align:center;
}
.mainlink-div {
	height:30px;
	color:black;
	padding-top:5px;
}
.mainlink-div-hover {
	background-image:url('/images/menu_bg_gray.gif');
	color:black;
}
div.selected {
	background-image:url('/images/menu_bg_dark.gif');
	background-repeat:repeat-x;
	color:white;
}
.mainlink {
	font-size:18px;
	font-family: 'Arial';
	font-variant: small-caps;
	text-decoration: none;	
	text-align:center;
	color:black;
}
a.selected {
	font-weight:bold;
	color:white;
}
/*MENU LINKS - END***/
/********************/

/*MODAL MAP - BEGIN**/
/********************/
.grayfilter {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:8;
	background-color:black;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#doc_divmap {
	position:absolute;
	z-index:9;
	left:50%;
	top:50%;
	margin-left:-225px;
	margin-top:-200px;
	width:450px;
	padding:15px;
	background-color:gray;
	float:left;
}
#doc_map a.close {
	clear:both;
	display:block;
	text-align:right;
}
/*MODAL MAP - END****/
/********************/


/* ============== */
/* = Accueil = */
.accueil_titre {
	color:white;
	border-bottom:1px solid red;
	font-weight:bold;
}
/* ============== */

/* ============== */
/* = Actualités = */
.date {
	float:right;
	padding-right:5px;
	border-bottom:1px solid red;
}
/* ============== */

/* ============== */
/* = Promotions = */
.prod_type {
	font-size:1.5em;
	color:red;
	font-variant:small-caps;
	padding-left:5px;
	border-bottom:1px solid #bbb;
	font-weight:bold;
}
.prod_description {
	padding-left:5px;
	padding-right:5px;
	text-align:justify;
}
.prod_periode {
	padding-left:5px;
	padding-right:5px;
	font-style:italic;	
}
/* ============== */

/*PRODUCTS - BEGIN***/
/********************/
.description {
	padding-left:10px;
	padding-right:10px;
}
.rangee {
	overflow:hidden;
}
.products {
	border:1px solid #bbb;
}
.product {
	border-top:10px solid black;
	background-image:url('/images/produit_bg.gif');;
	background-color:white;
	padding-bottom: 510px;  /* X + padding-bottom */
	margin-bottom: -500px;  /* X */
	/*height:300px;*/
}
.product .prix {
	background-color: red;
	float:right;
	margin-left:5px;
	padding-left:5px;
	padding-right:5px;
	color:white;
	font-size:18px;
	font-weight:bold;
}
.product .image {
	margin-left:30px;
}
.product .title {
	background-color:red;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	text-align:center;
	width:100%;
	color:white;
}
/*PRODUCTS - END***/
/********************/

/* ======================== */
/* = Page de la compagnie = */
.div_gen {
	background-color:white;
}
#compagnie {
	background-color:white;
}
#compagnie img.equipe {
	float:right;
}
div.compagnie-titre {
	background-color:#EEE;
	text-align:center;
	font-size:1.8em;
	font-weight:bold;
	padding-left:10px;
	padding-top:8px;
	padding-bottom:8px;
}
div.presentation {
	padding-top:10px;
	background-color:white;
	padding-bottom:10px;
}
.pres-texte, .contact {
	padding-left:10px;
	padding-right:10px;
	background-color:white;
	text-align:justify;
}
.cinq {
	position:relative;
	top:12px;
	clear:left;
	float:left;
	left:60px;
}
.rapide {
	position:relative;
	top:20px;
	float:right;
	right:60px;
}
div.business {
	background-color:white;
	padding-top:10px;
	border-top:10px solid #CCC;
	clear:both;
	padding-bottom:10px;
	border-bottom:10px solid #CCC;
}
.business .imagemap {
	float:right;
}
.business .contact {
	clear:left;
}
.heures {
	padding-top:10px;	
	background-color:white;
	width:350px;
	text-align:center;
	font-size: 1.2em;
	float:left;
}
.heures .jour {
	clear:both;
	height:20px;
	text-align:left;
	padding-left:80px;
	padding-top:5px;
	padding-bottom:5px;
}
.heures .jour .nom {
	float:left;
}
.heures .titre {
	text-align:left;
	padding-left:80px;
}
.heures .ouverture {
	position:relative;
	width:140px;
	right:20px;
	float:right;
}
.heures .colonnes {
	clear:both;
	height:25px;
	text-align:left;
	font-weight:bold;
	border-bottom:1px solid black;
}
.heures .colonnes .un {
	float:left;
	padding-left:80px;
}
.heures .colonnes .deux {
	position:relative;
	width:140px;
	right:20px;
	float:right;
}
.contact {
	padding-top:10px;	
	font-size: 1.2em;
}
.contact-element {
	padding-top:5px;
	padding-bottom:6px;
}
.contact-element .valeur{
	font-size: 1.2em;
	font-weight:bold;
}
div.showroom {
	background-color:white;
	padding-top:10px;
	padding-bottom:10px;
}
div.showroom img{
	margin-left:25px;
}
div.jour-odd {
	background-color:#DDD;	
}
/* ======================== */


/* ========= */
/* = Liens = */
/* ========= */

div.lien {
	border-top:10px solid black;
	background-image:url('/images/produit_bg.gif');;
	padding-bottom: 510px;  /* X + padding-bottom */
	margin-bottom: -500px;  /* X */
	vertical-align:middle;
	/*height:300px;*/
}

.lien-image {
	margin-left: auto;
	margin-right: auto;
	width: 125px;
}
.lien-align {
	text-align:center;
}

/* ============ */
/* = Gallerie = */
/* ============ */
.gallerie_titre {
	color:white;
	font-weight:bold;
}
.gallerie_date {
	color:white;	
}

/* ========================= */
/* = formulaire pour ajout = */
.produit-edit, .actualite-edit, .promo-edit{
	background-color:white;
}
.produit-edit .titre, .actualite-edit .titre, .promo-edit .titre {
	font-weight:bold;
	font-size:18px;
	padding:0.5em;
	margin:0.5em;
	border:1px solid black;
}
.produit-edit .main-edit, .actualite-edit .main-edit, .promo-edit .main-edit  {
	width:500px;
	margin-left:225px;
}
.produit-edit .retour, .actualite-edit .retour, .promo-edit .retour {
	float:right;
}
/* ========================= */

/* ==================== */
/* = formulaire login = */
form label{
	float: left;
	width: 120px;
	font-weight: bold;
	margin: 0.5em 0px;
}

form input, form textarea{
	width: 180px;
	margin-bottom: 5px;
}
.inputgroup {
	float:left;
	margin-bottom: 5px;
}
.radio {
	width:auto;
	clear:both;
}

form textarea{
	width: 250px;
	height: 150px;
}

.boxes {
	width: 1em;
}

.submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 150px;
}

form br {
	clear: left;
}
form br.noclear {
	clear: none;
}
/* ===============
===== */

/* ========== */
div#footer {
	margin-top:10px;
	border-top:10px solid #CCC;
	height:50px;
	color:white;
}
/* = Banner = */
/* ========== */