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

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


html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color: #000;
}

p, form, input {
	margin: 0;
	padding: 0;
}

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



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


#general{
	margin:0 auto;
	padding:0;
	width:100%;
}

/*Haut de page  HEADER*/

#header{
	padding:0;
	width:945px;
	height:166px;
	background-color: #FFFFFF;
	background-image: url(../images/deco/bas_header.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 950px;
	background-color:#FFFFFF;
}

.bloc_accueil{
	margin: 0px;
	height: 369px;
	width: 190px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
}

.separator {
	height:25px;
	background-image: url(../images/deco/puce_h1.jpg);
	padding: 0;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	width: 112px;
	
}

/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:180px;
	left:0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
/*#left_content h1{
	margin:0;
	padding:0;
	color:#FFF;
}
#left_content h4{
	margin:0;
	padding:0;
	color:#FFFF00;
}*/
/*/// partie de droite ///*/

#right_content{
	float:right;
	position:relative;
	width:190px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
	margin: 0px;
}

#right_content  img{
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	margin: 0px;
}

#right_content_confort{
	float:right;
	position:relative;
	width:190px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
}

#right_content_confort img{
	margin: 0px;
	padding: 0px;
	float: left;
}

#right_content p{
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

/*#right_content h1{
	margin:0;
	padding:0;
	color:#000;
}
#right_content h4{
	margin:0;
	padding:0;
	color:#00FF00;
}*/
/*///    partie du centre   ///*/
#middle_content{
	float:left;
	position:relative;
	background-color:#FFF;
	width:500px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-right: 20px;
	margin-left: 50px;
}

#middle_content img{
	float:right;
}

#middle_content li{
	color: #191919;
	font-weight: normal;
	text-align: left;
	list-style-image: url(../images/deco/puce.gif);
	text-indent: 5px;
	list-style-position: outside;
	padding: 3px 0;
}
#middle_content ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#middle_content p{
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 7px;
	padding-left: 7px;
}

#middle_content a{
	color: #942361;
	text-decoration: none;
	font-weight: bold;
}

#middle_content a:hover{
	color: #D67D25;
}

strong{
	font-weight: bold;
	color: #68153D;
	letter-spacing: 0.1em;
}
/*#middle_content h1{
	margin:0;
	padding:0;
	color:#000;
}
#middle_content h4{
	margin:0;
	padding:0;
	color:#900;
}*/

#swf_accueil{
	width: 150px;
	padding-left: 12px;
}
/*/// fin des colonnes ///*/	

/*Bas de page  FOOTER*/

#footer{
	width:950px;
	text-align: center;
	color: #FFF;
	background-image: url(../images/deco/footer.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
	letter-spacing: 0.1em;
}

/*#footer a{
	color:#4F5300;
	text-decoration:none;
}

#footer a:hover{
	color:#993300;
}*/


/*classe clear*/
br{
	line-height: 0px;
}

.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}
/*/// debut encart ///*/	
#cadre_menu_vertic{
	width: 180px;
	background-image: url(../images/deco/fond_menu_vertic_haut.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 16px;
	float: left;
	margin: 0px;
}
#cadre_menu_vertic p {
	margin: 0 0 0 20px;
	padding: 0 0 3px 0;
	color: #773C00;
}
ul.menu_vertical_contact {
	margin:0px;
	width:151px;
	color:#773C00;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	list-style-image: none;
	list-style-type: square;
}
ul.menu_vertical_contact li{
	margin:0px;
	padding: 0 0 3px 0;
}
#bloc_cadre_menu_vertic{
	background-image: url(../images/deco/fond_menu_vertic_bas.jpg);
	background-repeat: no-repeat;
	padding-bottom: 16px;
	width: 180px;
	background-position: left bottom;
}

#contenu_cadre_menu_vertic{
	background-image: url(../images/deco/fond_menu_vertic_milieu.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-bottom: 1px;
	width: 180px;
}

#cadre_postit{
	width: 180px;
	background-image: url(../images/deco/fond__postit_haut.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 16px;
	float: left;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#bloc_cadre_postit{
	background-image: url(../images/deco/fond__postit_bas.gif);
	background-repeat: no-repeat;
	padding-bottom: 13px;
	width: 180px;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#contenu_cadre_postit{
	background-image: url(../images/deco/fond__postit_milieu.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-bottom: 1px;
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#contenu_cadre_postit a img, #contenu_cadre_postit img {
	border: none;
}

#root{
	width: 171px;
	font-size: 12px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

#handle{
	width: 171px;
	cursor:move;
	color: #E6E6E6;
	letter-spacing: 0.1em;
	line-height: 20px;
	font-weight: bold;
	background-color: #d2257e;
	padding: 0px;
	float: left;
	margin: 0px;
}
/*/// fin encart ///*/
 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin: 0;
	color:#4F5300;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: 0.1em;
	background-image: url(../images/deco/puce_h1.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 35px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
}
h1 a{
	color:#4F5300;
	text-decoration: none;
}

h1 a:hover{
	color:#993300;
	text-decoration: none;
}
  
h2 {
	margin: 0;
	color:#787D0D;
	font-size: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(../images/deco/puce_h2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-weight: normal;
	background-position: 7px 4px;
}
h2 span {
	margin: 0;
	color:#9B2477;
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left:0px;
	background-image: none;
	background-repeat: no-repeat;
	text-align: left;
}

  
h3 {
	margin: 0;
	color:#252525;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#left_content h4 {
	margin: 0px 0 5px 0;
	color:#006600;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	background-color: #F1F3A9;
	border-color: #D5DC2C;
	text-transform: uppercase;
}
h4 {
	margin: 5px 0 5px 0;
	color:#9B2477;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	background-color: #F1F3A9;
	border-color: #D5DC2C;
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
}
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
