 /*----------------------------------------*
  *---  WWW.ICARE-NET.COM - agence web ---  CSS  --*
  *----------------------------------------*/
		
html {
   margin: 0;
   padding: 0;
}


body {
	margin: 0;
 padding: 0;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
}


/*   

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
} 

*/


form, input {
	margin: 0;
	padding: 0;
}

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*/

#header{
	margin:0 auto;
	padding:0;
	width:770px;
	height:120px;
	background-color: #999;
}

/*Contenu de page  CONTENT */
#content_index {
	margin:0 auto;
	padding:0;
	width: 500px;
	height: 500px;
}
#content {
	margin:0 auto auto 0;
	padding:0;
	width: 1000px;
}
#content_bleu {
	padding:0;
	background-image: url(../images/deco/bleu.jpg);
	width: 815px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: left top;
	
}
#content_bleu p{
	font-size:16px;
	color: #000;
	font-weight: bold;
}
.texte_bleu{
	font-size:12px;
	color: #000;
	font-weight: bold;
}
#content_bleu li{
	font-size:16px;
	color: #000;
	font-weight: bold;
	list-style-type: disc;
}
#content_orange {
	margin:0 auto;
	padding:0;
	background-image: url(../images/deco/orange.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 815px;
	
}
#content_orange p{
	font-size:16px;
	color: #000;
	font-weight: bold;
}
#content_orange li{
	font-size:16px;
	color: #000;
	font-weight: bold;
	list-style-type: disc;
}
#fond_blanc{
	background: #FFF;
}
.fond_bleu{
	background-image: url(../images/deco/fond_bleu.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}
.fond_orange{
	background-image: url(../images/deco/fond_orange.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}
#page_bleu{
	margin:0 auto;
	padding:8px 0 0 100px;


}
.titres_comp{
	background: #FFF;
	text-align: center;
	color: #000000;
	border: 1px solid #000;
	font-size: 10px;
}
.textes_comp{
	text-align: center;
	color: #000;
	border: 1px solid #000;
	padding: 4px;
}

.actu{
	text-align: left;
	font-size: 12px;
	color: #000;
	border-bottom: 1px solid #659fb7;
	border-left: 1px solid #659fb7;
	border-right: 1px solid #659fb7;
	margin-left:20px;
	padding: 10px;
	width:290px;
}

a.lien_gras{
	text-align: center;
	color: #000;
	padding: 4px;
	text-decoration: underline;
}

a.lien_gras:hover{
	color:#999999;
}

#texte_comp{
	color: #000;
	border: 1px solid #000;
	margin:0 auto;
	padding:8px;
	font-weight: bold;
	background-color: #FFFFFF;
}

.pictos_bleu{
	border: 2px solid #10398C;
}

.pictos_rouge{
	border: 2px solid #EC1407;
}

#diapo{
	padding: 0 0 0 50px;
}
#diapo_01{
	border: 2px solid #10398C;
	width: 250px;
}
#diapo_02{
	border: 2px solid #10398C;
	width: 250px;
}
#diapo_03{
	border: 2px solid #10398C;
	width: 250px;
}
#diapo_04{
	border: 2px solid #10398C;
	width: 250px;
}
#diapo_05{
	border: 2px solid #10398C;
	width: 250px;
}
/*Bas de page  FOOTER*/
#footer_index{
	margin:0 auto;
	padding:0;
	width:500px;
	height:30px;
	text-align: center;
	color: #333333;

}


#footer{
	margin:0 auto;
	padding:0;
	width:770px;
	height:30px;
	background-color:#666;
	text-align: center;
	color: #FFFFFF;
}

#footer a{
	color:#CCCCCC;
	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 debut*/
#plan {
	width: 310px;
}

#plan img {
 	margin-top: 10px;
	margin-bottom: 10px;
}
.plan_imgs {
	border: 2px solid #2B6D88;
}
/*page plans fin*/



/*pop up plans DEBUT */
#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;
}

/*pop up plans FIN */


 /*------------------------------------------------------*
  *--------------------------     CSS TITRES DEBUT    ----*
  *------------------------------------------------------*/
.adresse_intro{
	font-size: 10px;
	font-weight: bold;
} 
.lien_intro{
	font-size: 11px;
	font-weight: bold;
	margin-top: 4px;
}  
.lien_intro a{
	font-weight: bold;
	color: #999999;
	text-decoration: none;
} 
.lien_intro a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
} 
   h1 {
   	margin: 0;
    padding: 0;
	   color:#000;

  }
  
   h2 {
	margin: 0 0 8px 0;
	padding: 0;
	color:#000;
	font-size: 20px;
	text-align: center;
	border: 1px solid #000;
	background-color: #DEEBF1;
  }
  
    h3 {
	margin:0 0 0 20px;
	padding:5px;
	color:#000;
	font-size: 14px;
	text-align: left;
	border: 1px solid #000;
	background-color: #DEEBF1;
	width: 300px;
  }
  
   h4 {
   	margin: 0;
    padding: 5px 0 10px 0;
	color:#000;
	font-size:15px;
	text-align:center;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
color:#000;
  }
		
		 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN    ----*
  *------------------------------------------------------*/
		
		

 

 /*------------------------------------------------------*
  *-----------    CSS EFFETS  DEBUT   ----*
  *------------------------------------------------------*/

#zone {
	margin:5px;
	width: 300px;
	height: 250px;
	overflow: auto;
	}


.transparence {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
	}
	
	 /*------------------------------------------------------*
  *-----------    CSS EFFETS  FIN   ----*
  *------------------------------------------------------*/
		
		
	
	/*------------------------------------------------------*
  *-----------    CSS POST IT  DEBUT   ----*
  *------------------------------------------------------*/

/*<div id="transparent" class="transparent" style="position: absolute; z-index: 10; left: 24px; top: 107px; width: 200px; padding: 0px; cursor:move"></div>*/

#post_it_header{
	width: 200px;
	height:80px;
	background:url(../images/admin/punaise.gif) no-repeat;
}

#post_it_content{
	width: 198px;
	border-bottom:#000 solid 1px;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	background:#3481A0;
}

#post_it_content a{
	color:#00FFFF;
	text-decoration: none;
}

#post_it_content a:hover{
color:#FFFFFF;
}

#post_it_content h4{
	margin:0;
	padding:10px 0 0 0;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
}

#post_it_content p{
	margin:0 auto;
	padding:15px 0 10px 0;
	width:180px;
	color:#CCCCCC;
	font-size:11px;
	text-align: center;
}

	/*------------------------------------------------------*
  *--------    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: #999;
	text-decoration: none;
}

#referencement a:hover {
	color: #666;
}

/*CSS REFERENCEMENT fin */
