@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "produits.css";
@import "../lightbox/lightbox.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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #010000;
	color: #FFFFFF;
	background-image: url(../images/deco/bg_body_gd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

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

select {
	color: #FFFFFF;
	background-color: #240209;
}



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


#general{
	margin:0 auto;
	padding:0;
	width:100%;
	background-image: url(../images/deco/bg_header_rp.jpg);
	background-repeat: repeat-x;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0 0 10px 0;
	width:960px;
	height:160px;
	clear: both;
}

#header p{
 color:#000;
}

/*
#header a{
	color:#F0F0F0;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	padding: 10px 0 0 85px;
}

#header a:hover{
	color:#999;
}
*/
/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:10px 0 15px 0;
	width: 960px;
}

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0 0 0;
	width:960px;
	height:30px;
	text-align: center;
	color: #F0F0F0;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #80313f;
}

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

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


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

/* style propres*/
#bloc_gauche{
	float: left;
	width: 450px;
	margin: 0;
	padding: 0;
}
#bloc_droite{
	float: right;
	width: 450px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#plan {
	height: 280px;
	text-align: center;
}

.txt_general{
	color: #F0F0F0;
	padding: 10px;
	margin: 0;

}
.txt_general a{
	color: #F0F0F0;
	font-weight: bold;
	text-decoration: underline;
}
.txt_general a:hover{
	color: #F4CA00;
	text-decoration: none;
}
.txt_contact{
	margin: 4px 15px;
	padding: 5px;
	color: #F0F0F0;
	font-size: 14px;
	background-color: #240209;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.75;
}
.signature{

	font-style: italic;
	float: right;
	margin: 0;
	padding: 3px;
}
.img_deco{
	border: 1px solid #80313f;
	padding: 2px;
	color: #70081D;
}
.img_paragraphe{
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #80313f;
	background-image: url(../images/deco/deco_paragraphe2.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 71px;
}
.img_head{
	margin: 0 0 0 350px;
	padding: 0;
}
/*inclusion flash*/
#flash_anim{
	width: 450px;
	margin: 0 auto;
	padding: 0;
	height: 105px;
}
#diapo1{
	width: 370px;
	height: 280px;
	margin: 0 auto;
	padding: 2px;
	border: 1px solid #80313f;
}
 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
   h1 {
	margin: 0;
	padding: 4px 0 0 0;
	color:#EDAE04;
	background-image: url(../images/deco/picto_piercing.gif);
	background-repeat: no-repeat;
	text-indent: 31px;
	background-position: top left;
	font-size: 24px;
	height: 30px;
  }
     h1.rep {
	margin: 0;
	padding: 4px 0 0 0;
	color:#CECECE;
	background-image: url(../images/deco/picto_horloge.gif);
	background-repeat: no-repeat;
	text-indent: 42px;
	background-position: top left;
	font-size: 24px;
	height: 40px;
  }
  
   h2 {
	margin: 0;
	padding: 5px 0 0 0;
	color:#EDAE04;
	background-image: url(../images/deco/picto_piercing2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 33px;
	text-indent: 32px;
  }
  
   h3 {
	margin: 0;
	padding: 0;
	color:#F0F0F0;
  }
  
   h4 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
			 color:#000;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
  /*postit dragable*/
  /****************/
#root {
	position:absolute;
	height:200px;
	width:200px;
	padding:5px;
	border:solid 1px #FF9900;
	background-color: #7E0A21;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background-image: url(../images/deco/bg-postit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#root a{
	color: #EDAE04;
}
#root a:hover{}
#handle {
	color:#FFFFFF;
	padding:3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	height: 30px;
	cursor:move;
}

.code {
	margin:0 auto;
	padding:20px;
	width:400px;
	border:1px dotted #FFCC66;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}
