 /*----------------------------------------*
  *---  WWW.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: #610103;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	background-image: url(../images/deco/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

img {



	margin: 0; padding: 0; border: 0;

	

}


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

select {
	color: #000;
	background-color: #fff;
}
.info {
	color: #480204;
}


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

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



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


#general{
	margin:0 auto;
	padding:0;
	width:800px;
	margin-top: 145px;
}
#general_index{
	margin:0 auto;
	padding:0;
	width:800px;
	margin-top: 10px;
	background-color: #610103;
	background-image: url(../images/deco/pixeltriche.jpg);
}
#nav {
	padding-top: 5px;
	height: 31px;
}
#nav td {
	border-left: 1px solid #;
	border-right: 1px solid #FFFFEE;
	border-left: 1px solid #FFFFEE;
}


#nav a {
	display: block;
	text-align: center;
	height: 31px;
	line-height: 31px;
	text-decoration: none;
	color: #610103;
	text-transform: uppercase;
}
#nav a:hover {
	background-image: url(../images/deco/navhover.jpg);
	background-position: center;
}




/*Haut de page*/

#header{
	margin:0 auto;
	padding:0;
	height:20px;
	text-align: right;
	line-height: 20px;
	color: #FFFF99;
	font-size: 11px;
}

#header a{
	color:#FFFF99;
	text-decoration:none;
}

#header a:hover{
	color:#FFFF66;
}

/*Contenu de page*/

#content {
	padding:20px 0 8px 0;
	background-color: #F2F7EA;
}
#content_intro {
	padding:20px 0 0 0;
}
.texte {
	padding-right: 15px;
	text-align: justify;
}

#slide {
	width: 786px;
	height: 120px;
	padding: 6px;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#flash_intro {
	width: auto;
	height: 480px;
	background-color: #610103;
	margin-top: 10px;
	text-align: center;
}



/*Bas de page*/

#footer{
	padding:0;
	background-color: #FFFF99;
	color: #610103;
	line-height: 15px;
	text-align: center;
	border-top: 4px solid #FFFFCC;
}

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

#footer a:hover{
	color:#CC0000;
}
#liste {
	margin: 0px 10px 0px 10px;
}

#footer_index{
	padding:0;
	color: #FFFFCC;
	line-height: 20px;
	text-align: center;
}

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

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



div.contour {
	float: left;
	margin-right: 15px;
	width: 64px;
	}
	
div.contour_gd {
	float: left;
	margin-right: 15px;
	width: 264px;
	}
	
	
	
div.contour a, div.contour_gd a {
	display: block;
	margin: 0;
	padding:6px 6px 6px 6px;
	overflow:hidden;
	background-color: #EEE;
	border: 1px solid #CCC;
	}

div.contour a:hover, div.contour_gd a:hover {
	background-color: #610103;
	border: 1px solid #B88DA8;
	}

.espace {
	height: 4px;
}
#pages {
	text-align: right;
	line-height: 25px;
	color: #610103;
	font-weight: bold;
	margin-right: 10px;
}
#pages a {
	color: #CC0000;
}
#pages a:hover {
	background-color: #610103;
	color: #F3F6EB;
}

#illus{
	margin: 0px 5px 10px 0px;
	
}





/*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: 314px;
	margin-right: 15px;
}

#plan img {
 
}
div.contourvert {
	float: left;
	margin-top: 10px;
	width: 314px;
	}
	
div.contourvert a {
	display: block;
	margin: 0;
	padding:6px;
	overflow:hidden;
	background-color: #DFBD7E;
	border: 1px solid;
	border-color: #F3F4BB;
	}

div.contourvert a:hover {
	background-color: #BF8315;
	border: 1px solid #A0B25E;
	}




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

#popup_plan a {
	color:#F1DA72;
	text-decoration:none;
	font-weight: bold;
}

#popup_plan a:hover {
	color:#F3F6EB;
	background-color: #610103;
}

#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:#000;
  }
  
   h5 {
   	margin: 0px;
    padding: 0px;
  	 color:#000;
  }
  
   h6 {
	padding: 0px;
	color:#610103;
	font-size: 10px;
	font-weight: bold;
	margin-right: 10px;
  }
  
    h7 {
	padding: 0px;
	color:#610103;
	font-size: 10px;
	font-weight: bold;
  }
  
#liste .texte a {
	margin: 0px;
	padding: 0px;
	color:#610103;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;

}
#liste .texte a:hover {
	color: #F3F6EB;
	background-color: #CC0000;
}



 

 /*------------------------------------------------------*
  *-----------    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  DEBUT   ----*
  *------------------------------------------------------*/


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

	/*------------------------------------------------------*
  *--------    CSS POST IT  FIN   ----*
  *------------------------------------------------------*/



/*CSS REFERENCEMENT debut */

#referencement {
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	text-align: center;
	padding-top: 50px;
}

#referencement a {
	color: #FFFF99;
	text-decoration: none;
}

#referencement a:hover {
	color: #F2F5E2;
}

/*CSS REFERENCEMENT fin */

/*CSS ANNONCES debut */

.liens_annonces {
	padding: 5px;
	padding-bottom: 10px;
	margin: 10px;
	background-color: #D4C399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	text-align: left;
}

.liens_annonces a{
	text-decoration: none;
}

.liens_annonces h1{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

.liens_annonces .annonce{
	width: 180px;
	float: left;
	margin-right: 5px;
}


.liens_annonces .annonce .nom_site{
	color: #610103;
}

.liens_annonces .annonce .txt_lien{
	color: #000000;
	font-size: 10px;
}

.liens_annonces .annonce .url_site{
	color: #CC6633;
	font-size: 10px;
}

/*CSS ANNONCES fin */