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


body {
	scrollbar-face-color: #CCC;
	scrollbar-shadow-color: #000;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #000;
	margin: 0;
 	padding: 0;
	background-color: #889648;
	font-family: Arial;
	font-size:11px;
	color: #5c5542;
}


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


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

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

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

li {
	list-style-image: url(../images/deco/puce.gif);
}



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


#general{
	margin:0 auto;
	padding:0;
	width:100%;
}

/*Haut de page*/

#header{
	margin:0 auto;
	padding:0;
	width:910px;
	height:192px;
	background-color: #889648;
}

/*Contenu de page*/

#content_index {
	margin:20px auto 0;
	padding:0%;
	width: 476px;
}

#content {
	margin:0 auto;
	padding:0;
	width: 910px;
	background-color:#f3f2de;
}


/*Bas de page*/

#footer_index{
	margin:0 auto;
	padding:0;
	height:30px;
}

#footer_index a{
	color:#5c5542;
	text-decoration:none;
}

#footer_index a:hover{
	color:#889648;
}

#footer{
	margin:0 auto;
	padding:0;
	width:910px;
	height:30px;
}

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

#footer a:hover{
	color:#5c5542;
}


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

#plan img {
 margin-top: 10px;
	margin-bottom: 10px;
}

/*pop up plans*/
#popup_plan {
 margin-top:20px;
	width: 550px;
	position: absolute;
	left: 50%;
	margin-left: -275px;
}

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

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

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




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

  }
  
   h2 {
   	margin: 0px;
    padding: 0px;
	   color: #5c5542;
  }
  
   h3 {
   	margin: 0px;
    padding: 0px;
  	 color:#05c5542;
  }
  
   h4 {
   	margin: 0px;
    padding: 0px;
  	 color:#2e7571;
  }
  
   h5 {
	margin: 0 0 20px 0;
	padding: 0px;
	color:#5c5542;
	font-size: 12px;
	font-weight: bold;
  }
  
   h6 {
   	margin: 0px;
    padding: 0px;
  	 color:#5c5542;
  }
  
.titre_tableau {
	color:#3e392c;
	font-size:11px;
	font-weight:bold;
	background:#bbbba4;
	text-align:center;
  }
  
.titre_tarif {
	color:#f3f2de;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
  }

.concours {
	text-align:center;
  }
  
.concours a {
  color:#3399FF;
  }
  
.concours a:hover {
  color:#996633;
  }
  
.concours td{
	text-align:center;
	color:#000;
	font-size:12px;
  }
  
  
 /*------------------------------------------------------*
  *-----------------------------------     CSS MENU     ----*
  *------------------------------------------------------*/

.menu
{
	display: block;
	height:32px;
	color:#f3f2de;
	font-size:10px;
	text-decoration:none;
	background-image:url(../images/deco/menu.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}

.menu:hover
{
	background-image:url(../images/deco/menu_roll.gif);
	background-repeat:no-repeat;

} 

.lien
{
	display: block;
	width: 100%;
	color:#5c5542;
	font-size:10px;
	text-decoration:none;
}

.lien:hover
{
	background-color:#e5921c;

} 
 

.lien_retour
{
	color:#5c5542;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}

.lien_retour:hover
{
	text-decoration:none;
} 

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

.image {
	border: 5px solid #bbbba4;
}
	

#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;
}
