 /*------------------------------------------------------*
  *-------------    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-color: #F2F0E3;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/deco/bande_bleue.gif);
	background-repeat: repeat-x;
}

#global{
	margin: 12px auto;
	width:764px;
	background:url(../images/deco/content.gif) repeat-y;
}

#header{
	width:764px;
	height:171px;
	background-image: url(../images/deco/header.jpg);
	background-repeat: no-repeat;
}

#content{
	width:764px;
}


h1{
	color:#930;
	font-size:2em;
	padding:20px;
}

#content_menu{
	margin-left:20px;
	width:136px;
	height:165px;
	background-image: url(../images/deco/bg_menu.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
}

#content_accueil {
	width:128px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #154F9D;
	font-size: 11px;
	text-align: left;
	padding-right: 4px;
	padding-left: 4px;
	background-color: #F2F0E3;
	margin-top: 20px;
}


#content_droit{
	width:199px;
	height:400px;
	
	background-color:#FFFFFF;
	background-image: url(../images/deco/deco_gauche.gif);
	background-repeat: no-repeat;
	float:left;
	margin-top:25px;
}

#clear{
	clear:both;
}

#footer{
	height:58px;
	background-image:url(../images/deco/footer.gif); 
	background-repeat:no-repeat;
}




 /*------------------------------------------------------*
  *-----------------------------------     CSS TABLEAU     ----*
  *------------------------------------------------------*/

.tableau_1{
	background-color: #990000;
	border: thin solid #333;
	width: 300px;
}



 /*------------------------------------------------------*
  *-----------------------------------     CSS BORD IMAGE     ----*
  *------------------------------------------------------*/


.bord_image {
	border: 1px solid #6C6D67;
}

.bord_image_plan {
	border: 1px solid #000;
}



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

	border: 4px solid #FFFFFF;
}
