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

/*------------------------------------------------------*
*-- appel des css formulaire contact -  referencement et navigation  ----*
*------------------------------------------------------*/



/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web ---  CSS 03 mars 08 - MAJ : arno --*
 *------------------------------------------------*/





html {
 /*margin: 0;
 padding: 0;*/
}


body {
	/*margin: 0;
	padding: 0;*/
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #870000;
	color: #FEFBBA;
	
}

p, form, input, H1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

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

img, a img {
	border: none 0;
	padding: 0;
	margin: 0;
}


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


#general{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/*Haut de page  HEADER*/

#header{
	float: left;
	width: 250px;
	height:210px;
	text-align: left;
	background:#870000 url(../images/deco/bg_top.jpg) top left no-repeat;
}
.nota-bene{
	color: #FF9900;
}
.accroche{display:block;width:800px;height:150px;text-decoration:none;cursor:pointer;}

#header a{
	color:#990000;
	text-decoration:none;
}

#header a:hover{
	color:#999;
}

/*Contenu de page  CONTENT droite */

#content {
	float: right;
	margin: 0;
	padding: 0;
}

#top-content {
	margin: 0 20px 0 20px;
	width: 675px;
	height: 13px;
	background:#870000 url(../images/deco/bg_top-contenu.gif) bottom right no-repeat;
}
	
#center-content {
	width: 675px;
	height: auto;
	min-height: 375px;
	margin: 0 20px 0 20px;
	padding: 0 0 70px 0;
	background-color:#2c0000;
	background:#2c0000 url(../images/deco/bg_contenu.gif) bottom right no-repeat;
}

* html #center-content {
	height: 375px;
}
   
#content p {
	text-align: justify;
	padding: 5px 20px;
	line-height: 18px;
}

#content p img.img-gch {
float: left; 
margin: 0 8px 2px 0;
padding: 5px;
border: 1px solid #491515;
}

#content p img.img-dte {
float: right; 
margin: 0 0 2px 8px;
padding: 5px;
border: 1px solid #491515;
}

#content ul {
	padding: 0 0 0 20px;
	margin: 0;
	list-style: none;
}
#content ul li{
	padding-left: 20px;
	line-height: 18px;
	background:transparent url(../images/deco/puce_h3.gif) 0 0 no-repeat;
}

#content {
	font-weight:bold;
	color:#FFF061;
}

#content abbr,#content acronym {
	cursor: help;
	border-bottom: 1px dashed #fff;
}
#content a{
	color:#F09E2E;
	text-decoration:none;
}

#content a:hover{
	color:#F09E2E;
	text-decoration:underline;
}


#content div.hr {
	width: 635px;
	height: 20px;
	border: none 0;
	margin: 10px 0 10px 0;
	background:transparent url(../images/deco/bg_hr.jpg) no-repeat scroll center;
}
#content div.hr hr {
	display: none;
	border: none 0;
	border-top: 1px dotted #fff;
	width: 70%;
	height: 1px;
	text-align: center;
	
}
.bloc_menu {
	width:600px;
	border-bottom:1px dashed #870000;
	margin: 10px 0 10px 20px;
	padding: 0 0 5px 0;
}
.bloc_menu h4 {
	padding: 9px 0 0 40px;
	color:#FEF262;
	font-size: 12px;
	background:transparent url(../images/deco/puce_h3.gif) 20px 7px no-repeat;
	margin: 0;
}
.bloc_menu p {
	padding: 0;
	color:#fff;
	font-size: 10px;
	margin: 0;
	font-weight: normal;
}
/*Rotation images  CONTENT gauche */
#rotation {
	float: left;
	text-align: center;
	margin: 120px 0 0 25px;
}
* html #rotation {
	margin-left: 10px;
}

#top-rotation {
	width: 230px;
	height: 18px;
	background:transparent url(../images/deco/bg_top-rotation.gif) top right no-repeat;
}

#center-rotation {
	width: 230px;
	min-height: 295px;
	background:#2c0000 url(../images/deco/bg_rotation.gif) bottom right no-repeat;
	padding: 0 0 18px 0;
}

* html #center-rotation {
	height: 295px;
}

/*Bas de page  FOOTER*/

#footer{
	clear: both;
	float: right;
	height: 50px;
	width: 675px;
	margin: 0 20px 20px 0;
	font-size: 10px;
	text-align: center;
}

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

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


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


 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
   h1 {
	/*margin: 0;
	padding: 0;*/
	color:#fff;
	font-size: 28px;
  }
  
   h2 {
	color:#FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	padding: 10px 0 10px 45px;
	line-height: 20px;
	background:transparent url(../images/deco/puce_h2.gif) 15px 10px no-repeat;
	letter-spacing: 2px;
	margin: 0 0 20px 0;
  }
  
  
  
   h3 {
	/*margin: 0;*/
   	margin:  5px 20px 10px 20px;
	/*padding: 5px 0 10px 45px;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF9900;
	text-align: left;
	/*background:transparent url(../images/deco/puce_h3.gif) 20px 7px no-repeat;*/
	font-size: 17px;
	border-bottom: 1px solid;
	letter-spacing: 1px;
  }
  /*h3:first-letter {
  	color: #F09E2E;
  	font-size: 130%;
  	}*/
  	
   h4 {
	padding: 9px 0 5px 40px;
	color:#fff;
	margin: 0;
	
  }
  
   h5 {
   	/*margin: 0;
    padding: 0;*/
    
	   color:#000;
  }
  
   h6 {
   	/*margin: 0;
    padding: 0;*/
			 color:#000;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
  
  
  
/*------------------------------------------------------*
 *--------------------------     CSS CLASSES        ----*
 *------------------------------------------------------*/
  
.center {
  	text-align: center;
}
.left {
  	text-align: left;
}
.right {
  	text-align: right;
}
.justify {
  	text-align: justify;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.chiffres {
	font-family: Georgia,"Times New Roman",serif;
	padding:0 20px;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
}

.price {
	clear: both;
	margin: 20px 0 0 10px;
}

.bold {
	font-weight: bold;
}

.size-14 {
	font-size: 14px;
}


table.liste-prix {
	clear: both;
	margin: 20px 0 10px 20px;
	padding: 0;
	width: auto;
	white-space:nowrap;
	vertical-align: bottom;
}



td.libelle{
	background:transparent left center url(../images/deco/puce_h3.gif) 0px 0px no-repeat;
	padding: 0 10px 0 20px;
	line-height: 18px;
/*	width: 170px;*/
}

td.separateur-prix {
	border-bottom: 1px dotted #fff;
/*	width: 280px;*/
	font-weight:normal;
}

* html td.separateur-prix {
	border: 1px solid blue;
	background:transparent url(../images/deco/point.gif) bottom left repeat-x;
}
*+ html td.separateur-prix {
	border: 1px solid blue;
	background:transparent url(../images/deco/point.gif) bottom left repeat-x;
}

/* FORMULES */
#formule-1 {
	background: url(../images/deco/bg_formule1.gif) top center repeat-y;
	color: #870000;
	float: left;
	border-style: double;
	border-width: 4px;
	border-color: #d19494;
	padding: 15px;
	margin: 10px 0 0 20px;
	width: 260px;
	height: auto;
	min-height: 150px;
	background-color: #FEFDFD;
}
* html #formule-1 {
	height: 150px;
}

#formule-1 h4{
	padding: 5px;
	margin: 0;
	text-align: center;
	color: #870000;
	font-family: Garamond, Georgia,"Times New Roman",serif;
	font-size: 18px;
}

#formule-1 ul{
	list-style: square;
	padding: 0 0 0 20px;
}

#formule-1 ul li {
  	background: none;
  	padding: 0;
}

#formule-2 {
	background: url(../images/deco/bg_formule2.gif) top center repeat-y;
	color: #870000;
	float: left;
	border-style: double;
	border-width: 4px;
	border-color: #F1EE78;
	padding: 15px;
	margin: 10px 0 20px 20px;
	width: 260px;
	height: auto;
	min-height: 150px;
	background-color: #FFFFFE;
}
* html #formule-2 {
	height: 150px;
}

#formule-2 h4{
	padding: 5px;
	margin: 0;
	text-align: center;
	color: #870000;
	font-family: Garamond, Georgia,"Times New Roman",serif;
	font-size: 18px;
}

#formule-2 ul{
	list-style: square;
	padding: 0 0 0 20px;
}

#formule-2 ul li {
  	background: none;
  	padding: 0;
}

#formule-2 p {
	color: #870000;
}
