@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "actualites.css";
@import "produits.css";
@import "../lightbox/lightbox.css";
/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/

/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web 03-04-2009 --*
 *------------------------------------------------*/


html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #141414;
	color: #d9cfbe;
	background-image: url(../images/deco/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

p, form, input, div, dl, dt, dd, ul, ol, li, blockquote, fieldset, th, td {
	margin: 0;
	padding: 0;
}

select {
	color: #000;
	background-color: #fff;
}



 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/


#general{
	margin:0 auto;
	padding:0;
	width:860px;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:860px;
	height:200px;
	background-image: url(../images/deco/header.jpg);
	margin-bottom: 1px;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:10px 0 10px 0;
	width: 860px;
	background-color:#2c2119;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:599px;
	left:10px;
}


/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	width:230px;
	right:11px;
}
#postit {
	width: 230px;
	background-image: url(../images/deco/bg_postit.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 44px 0 0 0;
	background-color: #19130E;
	margin-bottom: 10px;
}
.bloc_img {
	width: 210px;
	margin: 0 auto;
	margin-bottom: 12px;
}
#postit p {
	padding: 0 10px 10px 10px;
	line-height: 18px;
}
#postit .p {
	padding: 0 10px 10px 10px;
	line-height: 18px;
}
#postit a {
	color: #a6723b;
}
#postit a:hover {
	text-decoration: none;
}
#liens {
	width: 230px;
	background-image: url(../images/deco/bg_liens.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 49px 0 0 0;
	background-color: #564131;
}
#liens ul {
	margin: 0 0 10px 0;
	list-style-type: none;
	padding: 0 0 0 10px;
}
#liens li {
	background-image: url(../images/deco/puce_liens.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 13px;
	padding: 0 0 0 20px;
	display: block;
	height: 16px;
	margin-bottom: 5px;
}
#liens li a {
	text-decoration: none;
	color: #dad1c0;
}
#liens li a:hover {
	text-decoration: underline;
}








/*///    partie du centre   ///*/

#contenu {
	width: 599px;
	background-image: url(../images/deco/bootom_txt.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #382a20;
	padding: 0 0 15px 0;
}
#contenu h1 {
	background-image: url(../images/deco/H1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 48px;
	font-size: 14px;
	text-transform: uppercase;
	color: #4e331e;
	line-height: 34px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}
#contenu p {
	padding: 0 10px 10px 10px;
	line-height: 18px;
}
#contenu div .p {
	padding: 0 10px 10px 10px;
	line-height: 18px;
}

#contenu strong, #nuancier strong  {
	color: #d39b64;
}
.left {
	width: 184px;
	position: relative;
	float: left;
	left: 10px;
}
.left img {
	border: 10px solid;
	border-color: #dad1c0;
	margin-bottom: 10px;
}

.right {
	width: 384px;
	float: right;
	position: relative;
	right: 10px;
}
.right p{
	line-height: 18px;
	padding: 0 0 10px 0!important;
}


#nuancier {
	width: 599px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 10px;
	background-color: #382A20;
	background-image: url(../images/deco/bootom_txt.gif);
	padding: 0 0 10px 0;
}
#nuancier p {
	padding: 0 10px 10px 10px;
}

#nuancier h2 {
	font-size: 12px;
	color: #2C2119;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 34px;
	background-image: url(../images/deco/H2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 48px;
}
.nuance {
	background-color: #19130E;
	padding: 5px 0 0 5px;
	margin: 0 10px 15px 10px;
}
.nuance img {
	margin: 0 5px 5px 0;
}









/*/// fin des colonnes ///*/	


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0;
	width:860px;
	background-color:#231a14;
	text-align: center;
	color: #dad1c0;
	line-height: 18px;
}

#footer a{
	color:#9d7759;
	text-decoration:none;
}

#footer a:hover{
	color:#dad1c0;
}

/*classe clear*/

.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}
#player {
	margin: 0 0 10px 0;
	padding: 0;
}


 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 20px;
}
  
h2 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 18px;
}
  
h3 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 16px;
}
h4 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 14px;
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 12px;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
	font-size: 10px;
}

#menu-home
{
	float:left;
	margin:0px;
	padding:0px;
	width:160px;
}

#right-home
{
	float:right;
}
/*------------------------------------------------------*
 *--------------------------     CSS TITRES FIN     ----*
 *------------------------------------------------------*/
