 /*------------------------------------------------------*
  *-------------    ICARE-NET.COM - agence web ---  CSS  ----*
  *------------------------------------------------------*/
		
html {
   margin: 0;
   padding: 0;
}


body {
	scrollbar-face-color: #CEC2A4;
	scrollbar-shadow-color: #CEC2A4;
	scrollbar-highlight-color: #CEC2A4;
	scrollbar-3dlight-color: #CEC2A4;
	scrollbar-darkshadow-color: #CEC2A4;
	scrollbar-track-color: #CEC2A4
	scrollbar-arrow-color: #000;
	margin: 0;
	padding: 0;
	background-color: #8D8572;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #4C483D;
	background-image: url(../images/deco/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
} 


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



p {
	margin: 0px;
 padding: 0px;
}





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


#general{
	margin:0 auto;
	padding:0;
	width:832px;
}

/*Haut de page*/

#header{
	padding:0;
	height:189px;
	background-repeat: no-repeat;
	background-position: center top;
}
#nav {
	height: 27px;
	position: relative;
	top: 129px;
	padding-left: 315px;
}
#nav a {
	color: #CFC1A4;
	text-decoration: none;
	padding: 0 3px 0 3px;
	line-height: 27px;
}
#nav a:hover {
	color: #554E3E;
}
#jpg_pres {
	width: 286px;
	height: 214px;
}

#jpg_chem {
	width: 500px;
	height: 375px;
}

#jpg_actualites {
	border:#c7b293 solid 3px;
	padding:5px;
	margin:0 0 0 5px;
}





/*Contenu de page*/

#content {
	padding:0 16px 0px 16px;
	background-image: url(../images/deco/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: center;
	/*height: 263px;*/
}
#content2 {
	padding:0 16px 10px 16px;
	background-image: url(../images/deco/bg_content.jpg);
	background-repeat: repeat-y;
	background-position: center;
	/*height: 424px;*/
}
#jpg_intro {
	width: 800px;
	height: 263px;
}

#nveau_magasin {
	width:800px;
	text-align:center;
	margin-bottom:20px;
	color:#963409;
	}
	
	#nveau_magasin p {
		font-size:20px;
		font-weight:bold;
		}
		
	.ouverture {
		font-size:19px;
		}
		
#evenement{
	width:800px;
	text-align:center;
	margin-bottom:20px;
	color:#4B473E;
}

.salon{
color:#963409;}
	
#evenement p{
	font-size:18px;
	font-weight:bold;
}
		
#contenu {
	padding: 10px 30px 0px 30px;
	background-color:#cfc1a4;
}
.texte {
	text-align: justify;
	color: #4C483D;
	background-image: url(../images/deco/bg_texte.gif);
/*	background-repeat: no-repeat; */
	padding: 10px 10px 10px 5px;
}



/*Bas de page*/

#footer{
	padding:0;
	height:170px;
	background-image: url(../images/deco/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	line-height: 20px;
	color: #4B473E;
}

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

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


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

 /*------------------------------------------------------*
  *--------------------------     CSS PLANS     ----*
  *------------------------------------------------------*/
  
/*page plans*/

#plan {
	width: 310px;
}

#plan img {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #8D8572;
}

/*pop up plans*/
#popup_plan {
 margin-top:10px;
	width: 700px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
}

#popup_plan a {
	color:#333;
	text-decoration:none;
}

#popup_plan a:hover {
	color:#F2EFEA;
}

#popup_plan img {
	border: 1px solid #333;
}




 /*------------------------------------------------------*
  *--------------------------     CSS TITRES     ----*
  *------------------------------------------------------*/
  
   h1 {
   	margin: 0px;
    padding: 0px;
	   color:#000;

  }
  
   h2 {
   	margin: 0px;
    padding: 0px;
	   color: #000;
  }
  
   h3 {
   	margin: 0px;
    padding: 0px;
  	 color:#000;
  }
  
   h4 {
	margin: 0px;
	padding: 0px;
	color:#4C483D;
	font-size: 12px;
  }
  
   h5 {
   	margin: 0px;
    padding: 0px;
  	 color:#000;
  }
  
   h6 {
   	margin: 0px;
    padding: 0px;
  	 color:#000;
  }

 

 /*------------------------------------------------------*
  *-----------------------------------     CSS EFFETS     ----*
  *------------------------------------------------------*/

#zone {
	margin:5px;
	width: 300px;
	height: 250px;
	overflow: auto;
	}


.transparence {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}
	
	/*------------------------------------------------------*
  *-----------------------------------     CSS POST IT     ----*
  *------------------------------------------------------*/


#post_it_header{
	width: 200px;
	height:80px;
	background:url(../images/admin/punaise.gif) no-repeat;
}

#post_it_content{
	width: 200px;
	height:120px;
	border-bottom:#000 solid 1px;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	background:#D1CFCF;
}

#post_it_content a{
	color:#3DAFEB;
	text-decoration: none;
}

#post_it_content a:hover{
color:#F67F00;
}

#post_it_content h4{
	margin:0;
	padding:10px 0 0 0;
	color:#F67F00;
	font-size:14px;
	text-align:center;
}

#post_it_content p{
	margin:0 auto;
	padding:15px 0 0 0;
	width:180px;
	color:#02468B;
	font-size:11px;
	
}

 select {
	background-color: #D8CDAD;
	color: #4C483D;
	font-size: 10px;
    }

/*--------------------------------------------------------*/
/*---------------------- BASE ACTU -----------------------*/
/*--------------------------------------------------------*/
#actus_short_content {
	width:175px;
	margin:0 10px 0 0;
	padding:5px;
	background-color:#b7a05a;
	color:#d9cfad;
	text-align:left;
	float:left;
}
#actus_short_content h2 {
	margin:0 0 7px 0;
	padding:5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	color:#362e2b;
	background-color:#ccb264;
}
#actus_short_content h3 a {
	color:#f4e8c2;
	text-decoration:none;
	font-size:14px;
}
#actus_short_content h3 a:hover {
	text-decoration:underline;
}
#actus_short_content a {
	line-height:30px;
	color:#5c5849;
	text-decoration:none;
}
#actus_short_content a:hover {
	text-decoration:underline;
}

#actus_short_content a img {
	border:none;
}
.actu_short {
	border-bottom:#cfc0a3 dashed 1px;
	margin:0 0 10px 0;
}
#module_actu {
	padding:25px 0 0 0;
}
#content_actu a {
	line-height:30px;
	color:#5c5849;
	text-decoration:none;
}
#content_actu a:hover {
	text-decoration:underline;
}
#content_actu h1 {
	font-size:16px;
	font-weight:bold;
	
}
#content_actu h2 {
	font-size:14px;
	font-weight:bold;
	
	
}

#plan a {
	text-decoration:none;
	color:#FFFFFF;
}
