@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: #e9e9cf;
	color: #6a756d;
	background-image: url(../images/deco/bg.gif);
	background-repeat: repeat-x;
	background-position: 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:920px;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:920px;
	height:147px;
	background-image: url(../images/deco/header.gif);
}
#bloc_diapo {
	width: 920px;
	background-image: url(../images/deco/bg_diapo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 10px;
}
#diapo_right {
	float: right;
	position: relative;
	right: 25px;
}



/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:13px 0 0 0;
	width: 920px;
	background-image: url(../images/deco/bg_content.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	background-color:#e8e9d8;
	width:208px;
	left:25px;
	padding: 60px 17px 15px 17px;
}
.francais{
	background-image: url(../images/deco/titre_actu_fr_BE.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.anglais{
	background-image: url(../images/deco/titre_actu_en_GB.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#left_content img {
	margin: 0 0 10px 0;
}
#left_content p {
	color: #54762b;
	line-height: 18px;
	padding: 0 0 10px 0;
}
#left_content a {
	color: #6a756d;
	text-decoration: none;
	font-weight: bold;
}
#left_content a:hover {
	color: #48514A;
}





/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	width:605px;
	right:25px;
}
#right_content h1 {
	color: #5d8230;
	font-size: 18px;
	margin: 0 0 18px 0;
}
#right_content p {
	line-height: 18px;
	padding: 0 0 10px 0;
}
#right_content strong {
	color: #7ca446;
}
.right img {
	border: 6px solid #e8e9d8;
}




.left {
	float: left;
	position: relative;
	width: 294px;
}
.left_contact {
	float: left;
	position: relative;
	width: 275px;
}
.right {
	width: 293px;
	float: right;
	position: relative;
}
.right_contact {
	width: 314px;
	float: right;
	position: relative;
}
#tarifs td {
	padding: 2px 0 5px 0;
	border-bottom: 1px solid;
	border-color: #E8E9D8;
}
.tarif {
	color: #7ca446;
	text-align: right;
}







/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:40px 0 10px 0;
	width:920px;
	text-align: center;
	color: #6a756d;
	background-image: url(../images/deco/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 18px;
}

#footer a{
	color:#6c8f3d;
	text-decoration:none;
}

#footer a:hover{
	color:#6a756d;
}

/*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;
	padding: 0;
	position: relative;
	float: left;
	width: 547px;
	left: 25px;
}

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


