/* --------------------------------------------------------
    Main stylesheet
    Site: Neatliving
    Created by: Stéphanie Léveillé - stef@annotea.com
    Filename: css/main.css
   -------------------------------------------------------- */
   
/* --------------------------------------------------------
    COLORS
    Grey:      #666
   -------------------------------------------------------- */

@import url('menu.css');

* {
	border: 0;
	margin: 0;
	padding: 0;
}

:focus { outline: none;}

body {
	background: #999;
	color: #000;
	font: 62.5% Arial, Verdana, Helvetica, Tahoma, sans-serif;
}

.displayBlock { display: block !important; }
.noBullet { list-style: none !important; padding-left: 10px !important; }
.error { color: #ff0000 !important; }
.error strong { font-size: 1em !important; font-weight: bold !important; }

/* -------------------------------------------*/
/* ------------>>> Structure <<<--------------*/
/* -------------------------------------------*/

#container {
	background: #fff;
	margin: 0 auto;
	position: relative;
	width: 802px;
}

#mainContent { 
	padding: 10px;
}

#header {
	height: 70px;
	left: 296px;
	position: absolute;
	width: 495px;
}

#navigation {
	display: inline;
	float: left;
	margin-right: 10px;
	width: 276px;
}

#content {
	float: left;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 70px;
	width: 495px;
}

#content ul, #content ol {
	padding: 0 0 1.4em 30px;
}

#content li ul { margin-top: 10px; }
#content ol li ul li { list-style: disc; }

#footer {
padding: 20px 0 0 20px;
}

.pics {  
    height: 326px; 
	position: relative;
} 
 
.pics img {  
    width:  495px; 
    height: 326px; 
    top:  0; 
    left: 0;
} 

/* -------------------------------------------*/
/* --------->>> Titres + textes <<<-----------*/
/* -------------------------------------------*/

p { padding: 0 10px 15px;}

p strong { font-size: 1.4em; font-weight: normal; }
p strong.b { font-size: 1em; font-weight: bold; }

a { color: #990000; }

blockquote { margin: 0 30px 15px; }

h1 a{
	background: url(../img/logo.jpg) no-repeat;
	display: block;
	height: 108px;
	text-indent: -1000px;
	width: 276px;
}

h2 {
	background: #990000;
	color: #fff;
	font-size: 1.8em;
	margin: 10px 0;
	padding: 5px 0 5px 10px;
}

h3 { color: #990000; font-size: 1.4em; padding: 0 10px 15px; }
h4 { font-size: 1.2em;padding: 0 10px; }

#service1Page h2, #rangementPage h2 { background: #559fd3; }
#service2Page h2 { background: #ce7018; }
#service3Page h2 { background: #c3c09d; }

.boiteInfo {
	background: #ccc;
	border: 1px solid #777;
	color: #777;
	font-size: 1em;
	margin: 0 10px;
	padding: 20px 10px 5px;
}

hr {
	border: 1px solid #990000;
	margin: 20px 0;
}

/* -------------------------------------------*/
/* ----------->>> Formulaires <<<-------------*/
/* -------------------------------------------*/

fieldset { margin-bottom: 20px; }

fieldset p { font-weight: bold; }

#content form ul {
	list-style: none;
	padding: 0 !important;
}

form li { padding: 5px 10px; }

form li.selected { 
	background: #ccc;
}

form li label {
	float: left;
	margin: 5px 20px 0 0;
	width: 100px;
}

form li input {
	float: left;
	width: 200px;
}

form li.check input { border: none; width: auto !important; }
form li.check label { margin: -3px 0 0 10px; width: auto !important; }

form li.autre label, form li.autre input { width: auto !important; }

form li input.inputPlus { border: 1px solid #ccc; margin: -5px 0 0 10px; }

input, textarea {
	border: 1px solid #ccc;
	font-size: 12px !important;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	padding: 3px;
}

textarea {
	height: 75px;
	width: 400px;
}

input.inputBtn { 
	cursor: pointer;
	float: right; 
	margin: 0  75px 0 0;
}

/* -------------------------------------------*/
/* --------------->>> FAQ <<<-----------------*/
/* -------------------------------------------*/

dl { margin: 0 0 20px 10px; }

dt { 
	background: url(../img/arrow.gif) left -21px no-repeat; 
	color: #559fd3;
	cursor: pointer;
	margin: 0 0 10px;
	padding: 0 15px;
}

dd { margin: 0 0 0 5px; }

dd li { margin: 0 0 5px; }
dd ul ul { padding-bottom: 0 !important; }

/* -------------------------------------------*/
/* --------------->>> other <<<---------------*/
/* -------------------------------------------*/

.hautdepage {
text-align: right; 
margin: 0  75px 0 0;
padding-top: 10px;
}

.clearfix:after, form li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix, form li {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */