@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";

/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/

/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web 02-04-2008 --*
 *------------------------------------------------*/


* {
 margin: 0;
 padding: 0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #066;
	text-align:center;
	background-color: #a8d1d7;
}

img, a img {
	border: 0 none;
	display: block;
}
select {
	color: #000;
	background-color: #fff;
}

address {
	font-style: normal;
	margin-top: 1ex;
	color: #056;
}

iframe {
	border: 1px solid #cee5e8;
	padding: 1px;
}
.left { float: left; }
.hide { display: none; }
.lineclear { 
	clear: both;
	height: 0;
	width: 1px;
	line-height: 0;
	font-size:0;
}


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

div#head100 { 
	height:195px;
	background: transparent url(../images/head-bg.png) left top repeat-x;
}
div#nav100 { 
	background-color: #cf1;
	border-bottom: 1px solid #9f0;
}

div#content100 {
	background: #a8d1d7 url(../images/content-bg.png) 0 0 repeat-x;
} 
div#footer100 { 
	background-color: #00a6b7;
}

div#head100,
div#nav100,
div#content100,
div#footer100 {
	text-align: center;
}

div#header,
div#nav,
div#content969,
div#footer {
	margin:0 auto;
	text-align: left;
}

div#header {
	width:969px;
	height:195px;
}

div#produits-flash {
	float: right;
	width: 568px;
	padding: 7px 13px 20px 19px;
	height: 168px;
	background: transparent url(../images/head-produits-bg.png) 0 0 no-repeat;
}

div#logo {
	float: left;
	width: 369px;
	height: 115px;
}

div#logo img {
	margin: 16px 0 0 1px;
}

div#header h2 {
	float: left;
	width: 359px;
	height: 40px;
	padding: 40px 0 0 10px;
	font: bold 2.2em/1.6em Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	color: #999999;
	background: transparent url(../images/fond_h2.png) 0 0 no-repeat;
	text-indent: 35px;
}

div#content969 {
	width: 969px;
	

}

div#content {
	background: #fff url(../images/content-bottom.gif) left bottom no-repeat;
	width: 950px;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 1em;
}

div#content_produit{
	background: #fff url(../images/content-bottom.gif) left bottom no-repeat;
	width: 950px;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 1em;
	float:left;
}

body#index div#content {
	padding: 0;
	background: none;
	margin: 0 auto;
}

div#content img {
	float: left;
	padding: 1px;
	margin: 0 2em 1.5em 0;
	border: 1px solid #cee5e8;
}
div#content p {
	font: normal 1.3em/1.6em Arial, Helvetica, sans-serif;
	color: #066;
	height: 1%;
}
div#content a {
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #066;
	text-decoration: underline;
}
div#content a:hover {
	text-decoration:none;
	background-color: #066;
	color:#FFF;
}

/* Produits */
div#content ul { 
	list-style-type: none ; 
}
div#content ul li img{
	float: none;
}

/* Références */
div#content dt { 
	font-size: 1.8em;
	padding-bottom: 1ex;
	margin-bottom: 1em;
	border-bottom: 1px dotted #00a6b7;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
div#content dl dd { margin-bottom: 1em; text-align: center;}
div#content dl dd ul li,
div#content dl dd ul li img {
	display: inline;
	border: 0 none;
}

/* Bas de page  FOOTER */

img#az {
	position: absolute;
	right: 9px;
	top: -20px;
	z-index: 1000;
}
div#footer {
	position: relative;
	width: 969px;
	color: #fff;
	margin-top: 40px;
	padding: 1ex 0;
}

body#index div#footer {
	text-align: center;
}

#footer a {
	letter-spacing: 0.1ex;
	color:#fff;
	text-decoration:none;
}

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


/* 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;
}


/* produits */

.produit1{
	width:925px;
	background-color:#cee5e8;
	float:left;
	color:#000;
	font-size:11px;
	margin-bottom:5px;
}

.produit2{
	width:925px;
	background-color:#a8d1d7;
	float:left;
	color:#000;
	font-size:11px;
	margin-bottom:5px;
}


.produit1 img, .produit2 img{
	float:left;
}

.produit_left{
	float:left;
	width:234px;
	padding-left:5px;
	padding-right:5px;
}


.produit_middle{
	float:left;
	width:234px;
	padding-left:5px;
	padding-right:7px;
}


.produit_right{
	float:left;
	width:300px;
}
