 /*------------------------------------------------------*
  *-------------    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: #161616;
	font-family: Arial;
	font-size:11px;
	color: #FFFFFF;
}


* {
	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:944px;
	height:211px;
	background-color: #161616;
}

#header a{
	color:#fff;
	text-decoration:none;
}

#header a:hover{
	color:#CCC;
}

/*Contenu de page*/

#content_index {
	margin:0 auto;
	padding:0;
	padding-top:10%;
	width: 546px;
	color:#494949;
	background-color:#161616;
}

#content {
	margin:0 auto;
	padding:0;
	width: 944px;
	background-color:#161616;
}

/*Bas de page*/

#footer{
	margin:0 auto;
	padding:0;
	color:#fff;
	width:944px;
	height:29px;
}

#footer a{
	color:#fff;
	font-size:9px;
	text-transform:uppercase;
	text-decoration:none;
}

#footer a:hover{
	color:#bb5d14;
}


/*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;
}

/*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:#494949;

  }
  
  h1.saillies {
   	margin: 0px;
    padding: 20px 0 20px 0;
	color:#494949;
	font-size:18px;

  }
  
   h2 {
   	margin: 0px;
    padding: 0px;
	   color: #494949;
  }
  
   h3 {
   	margin: 0px;
    padding: 0px;
  	 color:#494949;
  }
  
   h4 {
   	margin: 0px;
    padding: 0px;
  	 color:#bb5d14;
  }
  
   h5 {
   	margin: 0px;
    padding: 0px;
  	 color:#FFFFFF;
	 font-size:12px;
  }
  
   h6 {
   	margin: 0px;
    padding: 0px;
  	 color:#bb5d14;
	 font-size:10px;
  }

  /*------------------------------------------------------*
  *-----------------------------------     CSS MENU    ----*
  *------------------------------------------------------*/
  
  
.menu_index {
	display: block;
	width: 100%;
	height:29px;
	color:#FFFFFF;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	background-image:url(../images/menu_index.gif);
	background-position:top;
}
.menu_index:hover{
	color:#bb5d14;
	background-image:url(../images/menu_index_roll.gif);
	background-position:top;
}

.menu{
	display: block;
	width: 100%;
	height:28px;
	color:#FFFFFF;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	background-image:url(../images/menu.gif);
	background-position:top;
}
.menu:hover{
	color:#bb5d14;
	background-image:url(../images/menu_roll.gif);
	background-position:top;
}

.sous_menu{
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
.sous_menu:hover{
	color:#bb5d14;
}

.lien{
	color:#bb5d14;
	text-decoration:none;
}
.lien:hover{
	color:#FFFFFF;
}


 /*------------------------------------------------------*
  *-----------------------------------     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;
}

/* Styles spécifiques */

#reproduction {
font-size:120%;
}

#reproduction dl {
width:300px;
padding:10px;
display:block;
float:left;
border-left:1px solid #FFFFFF;
}

#reproduction dl dt {
font-weight:bold;
letter-spacing:1.5;
}

dd.pedigree {
color:#bb5d14;
font-weight:bold;
}


div.photos {
width:80%;
margin:0 auto;
}

div.photos a img {
padding:5px;
float:left;
}