/* Ifat CSS !*/

  body {
  	background-color: #fefefe;
  	margin: 10px;
  	padding: 10px;
  }

a {
cursor:hand;
}

.message {
color:#FF0000;
font-weight:bold;
}  

  #container {
  	padding: 0px; 
	margin: 0px; 	
  /*	border:2px solid #ddd;*/
  }
  
  #header {
  	padding: 0px 0px 0px 0px;
  	margin: 0px 0px 0px 0px;
  	height: 90px;
  	/* width: 250px; */
  	background: #fff;
  }
.bord {
	border: 1px solid #4d5c68;
}
  
  #login {
  	padding: 0px 20px 0px 0px;
  	margin: 0px 0px 0px 0px;
  	text-align: right;
  }
  
  #login .box {
      font-family: Verdana,Arial,Helvetica,sans-serif;
      font-size: 10px;
      width: 70px;
      color: rgb(0, 0, 0);
      background-color: rgb(249, 249, 249);
      border-top-width: 1px;
      border-right-width: 1px;
      border-bottom-width: 1px;
      border-left-width: 1px;
      border-top-style: solid;
      border-right-style: solid;
      border-bottom-style: solid;
      border-left-style: solid;
      border-top-color: rgb(77, 92, 104);
      border-right-color: rgb(77, 92, 104);
      border-bottom-color: rgb(77, 92, 104);
      border-left-color: rgb(77, 92, 104);
      vertical-align: middle;
  }
  
  #menu {
  	padding: 5px;
  	width: 150px;	
  	float: left;
  }
  
 
	#menu a {
		color: #555; /* Couleur des liens du menu !*/
	}
  
  
  #content {
  	margin: 0;
  	margin-left: 170px;
  	margin-right: 20px;
  	padding: 0 5px 5px 5px;		
  }
  
  #content-admin {
  	margin: 0;
  	margin-left: 0px;
  	margin-right: 150px;
  	padding: 0 5px 5px 5px;		
  }
  
  #footer {
  	clear: both;
  	border-top: 1px solid #eee;
  	height: 20px;
  	padding: 5px 0 0 0;
  	margin: 5px 0 0 0;
  	text-align: right;
  }
  
  
  
  body, table {
  	font-family: Trebuchet MS, Verdan, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  	font-size: 12px;
  	color: #555;
  }
  
  img {
  	border: 0px;
  	padding: 0;
  	margin: 0;
  }
  
  a {
  	color: #F49817; /* Orange */
  	text-decoration: none;
  }
  
  a:hover {
  	color: #F49817;
  	text-decoration: underline;
  }



/*** titres ***/

	#content h1 {
		padding-top :0;
		padding-left: 5px;
		margin-top: 0;
		font-size: 14px;
		font-color: #FFFFFF;
		height:20px;
		background-attachment: fixed;
		background-image: url(../../img/interface/degrader_titre.gif);
		background-repeat: repeat-y;

	}
	

/*** articles ***/

	#content div.post {
	}
  
  #content div.post span.label {
		margin-left: 10px;
	}

	/* titre */

	#content div.post h1.post-title a, #content div.post h1.post-title a:hover{
		color: #90857D;
		text-decoration: none;
	}

	/* infos */
	#content div.post p.post-info {
		margin: 0;
		padding: 2px;
		text-align : right;
		background-color: #f0f0f0;
	}

	#content div.post div.post-content{
		padding: 10px 0 10px 0;
		border-bottom: 1px solid #eee;
	}
	
	#content div.post-message{
		padding: 10px 0 10px 0;
		height: 400px;
		border-bottom: 1px solid #eee;
	}
	
	
	
	#content div.post select.box {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    width : 150px;
    color: #000000;
    background-color: rgb(240, 240, 240);
    border: 1px solid #4D5C68;
    vertical-align : middle; 
  }
 
  
	/* cet effet fonctionne uniquement sous Firefox !*/
	
	#content div.entry{
	border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    min-height: 170px;
    background-color: rgb(255, 255, 255);
	}
	
	#content div.entry:hover{
	border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    min-height: 170px;
    background-color: rgb(250, 250, 250);
	}

	#content div.post p.post-print {
		text-align: right;
	}


	#content p {
		margin-left: 10px;
	}
	

/* ------------------------------- Formulaire ------------------------------------ */
	#register-form label.labelTab {
		display: block;
		width: 400px;
		float: left;
		margin-bottom: 10px;
	
  }
  
  #register-form input.labelTab, #register-form select.labelTab{
  	
	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    width: 130px;
    color: rgb(0, 0, 0);
    background-color: rgb(249, 249, 249);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(77, 92, 104);
    border-right-color: rgb(77, 92, 104);
    border-bottom-color: rgb(77, 92, 104);
    border-left-color: rgb(77, 92, 104);
    vertical-align: middle;
	}
	
	#register-form textarea.labelTab{
  	
	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 10px;
    width: 350px;
    color: rgb(0, 0, 0);
    background-color: rgb(249, 249, 249);
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(77, 92, 104);
    border-right-color: rgb(77, 92, 104);
    border-bottom-color: rgb(77, 92, 104);
    border-left-color: rgb(77, 92, 104);
    vertical-align: middle;
	}

	#register-form label.labelTab {
		text-align: right;
		width: 140px;
		padding-right: 10px;
	}

	#register-form br.clear {
		clear: left;
	}
.lien {
color:#666666;
}