/* RESET
-------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

acronym { border-bottom-style: dotted; border-bottom-width: 1px; }


/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
	background: url(/_boutiques/RENTASHOP//site_image/puce.gif) no-repeat 0px 1px;
	text-indent: 14px;
	margin-bottom:16px;
}


li  {
	list-style: none;
	background: url(/_boutiques/RENTASHOP//site_image/puce.gif) no-repeat 0px 1px;
	text-indent: 14px;
	margin-bottom:6px;
}

#nav  li, ul {
	list-style: none;
	background:none;
	text-indent: 0px;
	margin-bottom:0px;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*     initialisation : balises XHTML g‚ ö√ n‚ ö√ rales
/* --------------------------------------------------- */

html { font-size: 12px; height: 100%; }

body  {
	color: #5b5b61;
	margin:0;
	padding:0;
	background: #cdcdcd url(/_boutiques/RENTASHOP//site_image/rs_fond.png) 50% 0 repeat-y;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #5b5b61;
	height: 100%;
}

img {
	border:0px;
	margin: 0;
}

p {
	line-height: 18px;
	margin: 0 0 12px;
}



a {	
	color: #eb691b;
	text-decoration: none;
}

a:hover {
	color: #eb691b;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 { margin: 0 0 14px 0; padding: 0; }

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #ed5311;
}

h2 {
	color: #ed5311;
	font-size: 16px;
	font-weight: normal;
	margin-left: -10px;
}

h3 {
	color: #565859;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #eb691b;
}

table { margin: 0 auto;}

th {
	color: #FFFFFF;
	background-color: #565859;
	padding: 3px;
}

th a { color:#FFFFFF; }

input {		/* LES PROPRIETES SONT DEPLACEES VERS .form_text */
	color: #565859;
	font-size: 10px;
}

select, option {
	color: #565859;
	font-size: 10px;
	padding-left: 4px;
}

select {	/* Rajout de propri√ t√  par Roland */
	margin: 4px 0;
	border: 1px solid #6F6F74;
	padding: 2px 5px;
	font-family: Helvetica, Arial, sans-serif;
}

textarea {
	color:#565859;
	font-size: 10px;
	margin: 6px 0;
	
	/* Rajout de propri√ t√  par Roland */
	border: 1px solid #6F6F74;
	padding: 2px 5px;
	font-family: Helvetica, Arial, sans-serif;
}

strong { font-weight: bold;}



/*  structure : armature
/* --------------------------------------------------- */

#enveloppe-page {
	position: relative;
	width: 960px;
	margin: auto;
	background: #fff url(/_boutiques/RENTASHOP//site_image/rs_header.png) 50% 0 no-repeat;
	
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
html>body #enveloppe-page {
	height: auto;
}

#en-tete {
  color: #fff;
	position: relative;
	display: block;
	height: 121px;
}

#conteneur {
	position: relative;
}

#conteneur-interne {
	/*min-height: 500px;		ROLAND */
	overflow: hidden;
}

/* 
* html #conteneur-interne { height: 500px }		ROLAND
*/

#col-g {
	float: left;
	position: relative;
	display: block;
	width: 210px;
	left: 0;
	margin: 0;
	padding: 0;
}

#col-d {
	float: right;
	position: relative;
	display: inline;
	width: 184px;
	right: 0;
	margin: 0;
}

.col-interne {
	margin: 8px;
}

#contenu-principal {
	clear: both;
	height: 1%;
	margin: 0;
	position: relative;
	margin-bottom: 190px !important; /* 185 pour Ítre parfait */
}

.clearfloat {
	clear: both;
}




.droite { text-align: right;}
.gauche { text-align: left;}
.centre { text-align: center;}

.fl-droite { float: right; }
.fl-gauche { float: left; }

.txt-italique { font-style: italic; }

.nobr { white-space: nowrap; }

.overflow-hide { overflow: hidden;}

