/* @override 
	http://192.168.0.50/aspirateur2000plus.com/css/aspirateur2000plus.css
*/

html,body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

body {
	font: 76% arial,sans-serif;
	text-align: center;
	background: #fae7c7 url(../images/main/background.jpg) repeat-x;
}

*, img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/*p {
	margin: 0 10px 10px
}*/

/*a {
	display: block;
	color: #981793;
	padding: 10px
}*/

h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0;
}

h5 {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0;
}

h6 {
	font-size: 8px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0;
}


/* @group Header */

#header {
	width: 768px;
	height: 120px;
	overflow: hidden;
}

#header-logo {
	width: 398px;
	height: 120px;
	float: left;
}

#header-la-reference {
	width: 370px;
	height: 70px;
	float: left;
}

/* @group Ventes */

#header-ventes {
	/*width: 121px;
	height: 39px;
	float: left;*/
}

#header-ventes a {
	width: 121px;
	height: 39px;
	float: left;
	text-decoration: none;
	background: url(../images/main/header_vente.jpg) no-repeat;
	/*display: block;*/
}

#header-ventes a:hover {
	background-position: 0 -39px;
}

#header-ventes-actif a {
	width: 121px;
	height: 39px;
	float: left;
	text-decoration: none;
	background: url(../images/main/header_vente.jpg) no-repeat;
	background-position: 0 -39px;
}

/* @end */

/* @group Installation */

#header-installation {
	/*width: 121px;
	height: 39px;
	float: left;*/
}

#header-installation a {
	width: 121px;
	height: 39px;
	float: left;
	text-decoration: none;
	background: url(../images/main/header_installation.jpg) no-repeat;
	/*display: block;*/
}

#header-installation a:hover {
	background-position: 0 -39px;
}

#header-installation-actif a {
	width: 121px;
	height: 39px;
	float: left;
	text-decoration: none;
	background: url(../images/main/header_installation.jpg) no-repeat;
	background-position: 0 -39px;
}


/* @end */

/* @group Réparation */

#header-reparation {
	/*width: 128px;
	height: 39px;
	float: left;*/
}

#header-reparation a {
	width: 128px;
	height: 39px;
	float: left;
	text-decoration: none;
	background: url(../images/main/header_reparation.jpg) no-repeat;
	/*display: block;*/
}

#header-reparation a:hover {
	background-position: 0 -39px;
}

#header-reparation-actif a {
	width: 128px;
	height: 39px;
	float: left;
	text-decoration: none;
	background: url(../images/main/header_reparation.jpg) no-repeat;
	background-position: 0 -39px;
}



/* @end */

#header-separation {
	width: 370px;
	height: 11px;
	float: left;
	background: url(../images/main/header_separateur.jpg) no-repeat;
}

/* @end */

#container {
	width: 768px;
	margin: 0 auto;
	background: url(../images/main/content_background.jpg) repeat-y;
	text-align: left;
}

#content {
	float: right;
	width: 501px;
	margin: 0;
	padding: 0;
}

#content img {
	margin: 0;
	padding: 0 0 0 3px;
}

#content-text-top {
	background: url(../images/main/content_text_background_top.jpg) no-repeat;
	width: 487px;
	height: 10px;
	margin: 0 0 -5px 0;
	padding: 0;
}

#content-text {
	line-height: 1.4;
	background: url(../images/main/content_text_background.jpg) repeat-y;
	margin: 0;
	padding: 0 15px 0 14px;
	width: 458px;
	overflow: visible;
	min-height: 600px;
	height:auto !important;
	height:600px;
}

#content-text ul {
	margin: 10px 0 10px 40px;
	padding: 0;
}

#content-text ul li {
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style-image: url(../images/main/pastille.gif);
	font-size: 12px;
	line-height: 18px;
}

/* Uniquement pour la page d'accueil */
#content-text-with-image {
	line-height: 1.4;
	background: url(../images/main/content_text_background.jpg) repeat-y;
	margin: 0;
	padding: 0 15px 0 14px;
	width: 458px;
	height: 450px;
	overflow: visible;
}

/* @group Formulaire */

#cssform label {
	padding-right: 20px;
	border-width: 0px;
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 5px;
	text-align: left;
}

.input_text {
	display: block;
	width: 200px;
	margin-bottom: 5px;
	float: left;
}

.input_checkbox {
	display: block;
	margin-bottom: 5px;
	float: left;
}

.input_textarea {
	display: block;
	margin-bottom: 5px;
	float: left;
	width: 200px;
}

.input_select {
	display: block;
	margin-bottom: 5px;
	float: left;
	width: 200px;
}

#cssform br {
	clear: left;
}

.erreur_formulaire {
	display: block;
	color: #7c0509;
	background-color: #e6e6e6;
	margin: 0;
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
	border: 1px solid #ccc;
	font-weight: bold;
}

.erreur_champ {
	color: #ff0000;
	font-weight: bold;
}

/* @end */


/* @group Boutique */

.coordonnees {
	font-size: 11px;
}

.coordonnees-titre {
	font-weight: bold;
	font-size: 14px;
}

table.heure-d-ouverture {
	font-size: 11px;
	color: #fff;
	width: 150px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.heure-d-ouverture td {
	background-color: #fff;
	color: #000;
	padding: 2px 4px;
	text-align: left;
	border: 1px solid silver;
}

table.heure-d-ouverture td.header {
	background-color: #f2f2f2;
	color: black;
	padding: 2px 2px 2px 5px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid silver;
}

/* @end */

/* @group Navigation */

#navigation {
	padding-left: 28px;
	float: left;
	width: 200px;
	padding-top: 15px;
	color: #53524e;
}

#navigation p {
	margin: 0;
	padding: 0 30px 0 0;
	font-size: 10px;
	line-height: 14px;
}

#navigation img {
	margin: 10px 0;
	padding: 0;
}

#navigation ul {
	margin: 10px 0 10px 40px;
	padding: 0;
}

#navigation ul li {
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style-image: url(../images/main/bullet.jpg);
	font-size: 12px;
	line-height: 18px;
}

#navigation ul li a:link {
	color: #1b2640;
	text-decoration: underline;
	font-weight: bold;
}

#navigation ul li a:active {
	color: #1b2640;
	text-decoration: underline;
	font-weight: bold;
}

#navigation ul li a:visited {
	color: #1b2640;
	text-decoration: underline;
	font-weight: bold;
}

#navigation ul li a:hover {
	color: #315499;
	text-decoration: underline;
	font-weight: bold;
}



/* @end */

#extra {
	clear: both;
	width: 768px;
	height: 15px;
}

/* @group Footer */

#footer {
	width: 768px;
	height: 98px;
	clear: both;
	overflow: hidden;
	background: url(../images/main/footer_background.jpg) repeat-y;
}

#footer-logo {
	width: 267px;
	height: 50px;
	float: left;
}

#footer-links {
	width: 481px;
	white-space: nowrap;
	font: 11px/14px Helvetica, Arial, Geneva, sans-serif;
	float: left;
	color: #1b2640;
	margin-left: 20px;
	margin-top: 10px;
}

#footer-links a:link {
	color: #1b2640;
	text-decoration: underline;
}

#footer-links a:active {
	color: #1b2640;
	text-decoration: underline;
}

#footer-links a:visited {
	color: #1b2640;
	text-decoration: underline;
}

#footer-links a:hover {
	color: #315499;
	text-decoration: underline;
}

#footer-copyright {
	width: 481px;
	/*height: 25px;*/
	font: 10px/12px Helvetica, Arial, Geneva, sans-serif;
	float: left;
	color: #1b2640;
	margin-left: 20px;
}

#footer-bottom {
	width: 768px;
	background-image: url(../images/main/footer_background_bottom.jpg);
	clear: both;
	font-size: 10px;
	text-align: center;
	padding: 24px 0 12px 0;
}

/* @end */

.hide {
	visibility: hidden;
}
