@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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #0D0D0D;
	color: #BBBBBB;
}

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

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



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


#general{
	margin:0 auto;
	padding:0 0 15px 0;
	width:900px;
	border: 1px solid #606060;
	margin-top: 50px;
	background-color: #303030;
}


/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0 15px 0 337px;
	height:157px;
	background-image: url(../images/deco/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#nav a {
	display: block;
	text-align: center;
	height: 27px;
	padding-top: 130px;
	color: #939393;
	text-decoration: none;
	background-image: url(../images/deco/bg_btn.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#nav a:hover, body#pres a#pres, body#ent a#ent, body#part a#part, body#gal a#gal, body#cont a#cont {
	background-repeat: repeat-x;
	background-position: bottom;
	color: #B7B7B7;
}

.sep {
	background-image: url(../images/deco/points.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 1px;
}


/*Contenu de page  CONTENT */

#content_home {
	margin:0 15px 0 15px;
	padding:0;
	background-image: url(../images/deco/fond_anim.gif);
	background-repeat: repeat-x;
	background-position: top;
}


#content {
	margin:0 15px 0 15px;
	padding:0;
	background-color:#242424;
	height: 340px;
}

#content strong{
 font-weight:bold;
 color:#F40342;
}


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

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



/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0 20px 0;
	text-align: center;
	color: #FFF;
}

#footer a{
	color:#999999;
	text-decoration:none;
}
.points {
	background-image: url(../images/deco/points_horiz.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin: 8px 0 8px 0;
}
#light {
	padding: 10px 0 0 0;
}



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


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

#support {
	position:relative;
	width:368px;
	height:318px;
	overflow:hidden;
	left:10px;
	top: 10px;
}

#support_right {
	position:relative;
	width:388px;
	height:318px;
	overflow:hidden;
	left:10px;
	top: 10px;
}

#contenu {
	width: 360px;
	text-align: justify;
}

#contenu_right {
	width: 340px;
	text-align: justify;
}

.scroll {
	width:17px;
	height:318px;
	position:absolute;
	right:0;
	background-image: url(../images/deco/vertic.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.scroll_right {
	width:17px;
	height:318px;
	position:absolute;
	right:0;
	background-image: url(../images/deco/vertic.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#wrap_scroll {
	height: 338px;
}

#map{
padding-top:10px;}

 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
   h1 {
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	color:#FFFFFF;
	font-size: 14px;
	background-image: url(../images/deco/H1.gif);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 26px;

  }
  
   h2 {
	margin: 0 0 8px 0;
	padding: 0 0 0 18px;
	color:#CCCCCC;
	font-size: 12px;
	background-image: url(../images/deco/H2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 14px;
  }
  
   h3 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h4 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
			 color:#000;
  }
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
