 /*------------------------------------------------------*
  *-------------    ICARE-NET.COM ---  CSS DECO  ----*
  *------------------------------------------------------*/

body {
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/deco/bg.gif);
	background-repeat:repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}


form {
    margin: 0px;
    padding: 0px;
}

p{
	margin: 0px;
    padding: 0px;
}

 /*------------------------------------------------------*
  *-----------------------------------     CSS PAGES     ----*
  *------------------------------------------------------*/

#global{
	width:100%;
}

#header{
	margin:0 auto;
	width:800px;
	height:276px;
	background: url(../images/deco/header_pt.jpg) no-repeat;
}

#content{
	margin:0 auto;
	width:800px;
}

#footer{
	width:800px;
	margin:0 auto;
	height:50px;
	background-color:#2e4676;
	padding-right:5px;
}

#footer p{
	width:800px;
	color:#fff;
	text-align:right;
	font-size:0.8em;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
}

#footer a{
	color:#fff;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}


#ligne{
	margin:35px auto 0 auto;
	width:300px;
	border-top:#85943F dotted 1px;
}

#ligne2{
	margin:15px auto 0 auto;
	width:600px;
	border-top:#85943F dotted 1px;
}

#content_gamme{
	margin:0 auto;
	width:550px;
}

#footer_gamme{
	margin:0 auto;
	width:550px;
	height:25px;
	background: url(../images/gamme/bg_gamme.jpg) bottom left no-repeat;
}

 /*------------------------------------------------------*
  *-----------------------------------     CSS TABLEAU     ----*
  *------------------------------------------------------*/

.tableau_1{
	background-color: #990000;
	border: thin solid #333;
	width: 300px;
}



 /*------------------------------------------------------*
  *--------------------------     CSS BORD IMAGE / PUCES    ----*
  *------------------------------------------------------*/


.bord_image {
	border: 1px solid #000;
}

.bord_image_plan {
	border: 1px solid #000;
}

li {
	list-style-image: url(../images/deco/puce.gif);
}

 /*------------------------------------------------------*
  *-----------------------------------     CSS EFFETS     ----*
  *------------------------------------------------------*/

#zone_defilante {
	margin-top:5px;
	margin-left:5px;
	width: 370px;
	height: 250px;
	margin-bottom:5px;
	overflow: auto;
	}




.transparence {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}
