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


body {
	margin: 0;
 	padding: 0;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #CCCCCC;
}

#popup {
background-color: #6D1102;
padding: 20px;
}
/*   

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

*/


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

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

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:677px;
	background-color: #000000;
	background-image: url(../images/deco/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 295px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: bold;
}

#header a{
	color:#999999;
	text-decoration:none;
	padding: 0  8px 0  8px;
}

#header a:hover{
	color:#FFFFFF;
	background-color: #666666;
	padding: 0  8px 0  8px;
}

#header_menu{
padding-top:257px;
text-align:center
 
}
.ligne_vertical{
margin-left:-3px;
margin-right:-4px;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 677px;
	background-image: url(../images/deco/fond_content.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


#content_index {
	margin:0 auto;
	padding:0;
	width: 866px;
	background-color:#000000;
}

img {
	margin:0;
	padding:0;
}

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:25px 0 0 0;
	width:866px;
	height:113px;
	background-color:#000000;
	text-align: center;
	color: #999999;
	background-image: url(../images/deco/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

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

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

#footer_index{
	margin:0 auto;
	padding:0;
	width:866px;
	height:30px;
	background-color:#000000;
	text-align: center;
	color: #999999;
}

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

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



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

.mini_plan {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left:92px;
	border:solid 1px #430603;
}

.photos {
	margin-top: 5px;
	margin-bottom: 5px;
	border:solid 1px #430603;
}

#liste a{
text-decoration:none;
color:#CCCCCC
}

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

/*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:#999999;
	text-decoration:none;
}

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

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

/*pop up plans FIN */


 /*------------------------------------------------------*
  *--------------------------     CSS TITRES DEBUT    ----*
  *------------------------------------------------------*/
  
   h1 {
	margin: 0;
	padding: 1px 0 2px 91px;
	color:#CCCCCC;
	font-size: 13px;
	font-weight: bolder;
	text-transform: uppercase;
	background-color: #000000;
	text-align: left;
	background-image: url(../images/deco/deco_titres.jpg);
	background-repeat: no-repeat;
	background-position: left center;

  }
  
   h2 {
	margin: 0;
	padding: 0;
	color:#FFFFFF;
	font-size: 12px;
  }
  
   h3 {
	margin: 0;
	padding: 0;
	color:#CCCCCC;
	font-size: 10px;
  }
  
   h4 {
  	margin: 0;
	padding: 1px 0 2px 0;
	color:#CCCCCC;
	font-size: 12px;
	font-weight: bolder;
	text-transform: uppercase;
	background-color: #000000;
	text-align: center;
	background-image: url(../images/deco/deco_titres.jpg);
	background-repeat: no-repeat;
	background-position: center center;
  }
  
   h5 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
   h6 {
   	margin: 0;
    padding: 0;
	   color:#000;
  }
  
.p_presentation {
	color:#FFFFFF;
	font-size: 11px;
	font-weight: bolder;
	text-align: center;
}  
		
		 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN    ----*
  *------------------------------------------------------*/
.titres_contact {
   	margin: 0;
    padding: 20px 0 0 173px;
	 
  }		
	

 

 /*------------------------------------------------------*
  *-----------    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   ----*
  *------------------------------------------------------*/
		
.ss_rub {
	font-size: 11px;
	color: #CCCCCC;
	background-color: #490C01;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.ss_ss_rub {
	color: #000000;
	background-color: #7A7A7A;
	font-weight: bold;
	padding-left: 4px;
	width: 214px;
}

.descriptif {
	color: #CCCCCC;
	border: 1px solid #430603;
	background-color: #333333;
	padding-left: 4px;
	width: 214px;
}

.bord_image {
	border: 1px solid #430603;
	width: 260px;
	padding-top: 0px;
	text-align: center;
}
	
.cellule_photo_submenu {
	background-color:#6D1102;
	padding: 30px;
	border:solid 1px #430603;
	
}

.cellule_descriptif {
	background-color:#6D1102;
	padding: 20px 7px 7px 7px;
	border:solid 1px #430603;
	
}

.cellule_retour{
	background-color:#6D1102;
	padding: 2px 7px 2px 0;
	border:solid 1px #430603;
	text-align:center;
	
}			
		
	
	/*------------------------------------------------------*
  *-----------    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: 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: 20px;
}

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

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

.lien_referencement {
	font-size: 11px;
	color: #FFFFFF;
}

/*CSS REFERENCEMENT fin */
