/* @override 
	http://assets2.livres.im/uploaded/publienet.css
	http://librairie.immateriel.fr/stylesheets/immateriel.css?1261592882
	https://librairie.immateriel.fr/stylesheets/immateriel.css?1261612167
	http://assets1.livres.im/stylesheets/immateriel.css?1271496510
	http://assets2.livres.im/stylesheets/immateriel.css?1271496510
	http://assets2.livres.im/uploaded/publienet-store.css
	http://assets1.livres.im/uploaded/publienet.css
*/

body {
	font-family:  Arial, verdana, "Bitstream Vera Sans", Tahoma,sans-serif;
	color: #2F2F2F;
	background-color: #F9F9F9;
}

a {
	color: #2A2A2A;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #3F3F3F;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #880000;
		font-weight: bold;
}
a:hover {
	color: #3F3F3F;
	text-decoration: underline;
		font-weight: bold;
}

table tr td {
}


#usermenu
{
	font-size: 11px;
	font-weight:bold;
	top: 100px;
	right: 20px;
	position: absolute;
}

/* Liens menu utilisateur */
#usermenu
{
font-size:11px;
}

/* Bas de page */

#m_footer {
	background-color: #215499; 	
}

#footer {
	font-size:10px;
	color:#ddd;
	
}

#footer a {
	color: #ddd;
	font-weight:bold;
	font-size: 12px;
	
}

/* En-tête */
#m_header
{
	background-image:url(/uploaded/publienet/logo.gif);
	background-position:left top;
	background-repeat:no-repeat;

		 background-color:white; 
    height: 140px;
}

#logo
{
	display:none;
}

ul.maintab li.tabinactive a
{
color:#BE7613;

}


ul.maintab li a
{
			font-size: 15px !important;

	color:black;
	font-weight:bold;
	
}

.tabcontent {
padding:10px;
border: 1px solid #aaa;
border-radius: 10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;

-webkit-box-shadow: 1px 1px 2px rgba(135, 139, 144, 0.4);
-moz-box-shadow: 1px 1px 2px rgba(135, 139, 144, 0.4);
box-shadow: 1px 1px 2px rgba(135, 139, 144, 0.4);
}

/* Contenu */
#main
{
	font-family: "Lucida Grande", Arial,  Georgia, serif;
	font-size: 12px;
}

/* Page livre */

/* Texte titre 4 description livre */
.desc h4
{
	font-size: 14px;
	font-weight: bold;
	border: 0;
	font-style:normal;
	background:none;
}

table.protections tr td {
	font-size:12px;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;

}

table.protections tr th {
	font-size:12px;
	border-bottom: 1px solid #aaa;
}

/* panier */

ul.tab {
	font-size: 14px;
	color: #000;

}

ul.tab li {
		background-color: #dcf3b6;

	border: 1px solid #888;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
		color: #000;

}

ul.tab li.tabinactive {
	background-color: #eee;
	border: 1px solid #aaa;
}

ul.tab li#tabcurrent {
	font-size:17px;
	padding: 8px;
	font-weight: bold;
	border: 1px solid #000;
	
/*	height:24px; */
}

.tab a {
	color: black;
}


/* Bas de page */
#m_footer
{
	background-color:#black; 
	color:white;

}

#m_footer a
{
	color:white;
}

#m_footer td
{
	color:white;

}

/* texte accroche */
#summary {
}

/* boite */
.box
{
	border:1px solid #fafafa;
	background-color: #fafafa;

	border-radius: 16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px;
/*	behavior:url(/stylesheets/border-radius.htc); */
}

.box table tr td
{
	font-size:12px;	
}


/* Texte titres */

h1,h2,h3,h4,h5
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #333;
}

h1 {
	text-shadow: 1px 1px 1px #bbb;
	font-size: 21px;
	color: #333;
	text-align: right;
	border-bottom:1px solid #ddd;
}

h2 {
	font-size: 19px;
text-align:right;
font-style:italic;
}

h3 {
	font-size: 17px;
	text-shadow: 1px 1px 1px #ddd;	
}

h4 {
		font-size: 15px;

		font-style: italic;
		background-color: #ddd;
		background-image:url(/images/bg_inst.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	border-bottom: 3px solid #ddd;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;


}

h5 {
	font-size: 13px;
}


/* ecosysteme */
.post
{
	font-size: 12px;
	border-bottom: 1px solid #ddd;
	color:#888;
	
}

/* post interne */
.internal_post {
	border: 1px solid #ddd;
}

.internal_post_content {
	color: #666;
}

.internal_post_title {
	background-color: #ddd;
	border-bottom: 2px solid #ddd;
	background-image:url(/images/bg_inst.jpg);
}

/* tags */
.taglist {
	font-size: 13px;
}

.tagcloud {
	font-size: 13px;
	background-color: #eeeeee;
}

.resource  {
	font-size: 12px;
	
}

label
{
	font-size: 14px;
}

/* input */

input[type=text],input[type=password],textarea {
	font-size: 14px;
	padding: 2px;
	border: 1px inset #888;
	background-color: #fbfbfb;
}

input[type=text]:focus,input[type=password]:focus,textarea:focus {
	padding: 2px;
	border: 1px inset #888;
	background-color: #ffffcc;
}

input[type=submit] {
	background-color: #dcf3b6;
	border: 1px outset #777;
	
	padding: 6px;
	font-size:13px;
	font-weight:bold;
	-webkit-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	-moz-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius: 6px;
	color: #000;
}

input[type=submit]:active {
	
	border: 1px inset #777;
}


input[type=submit].grey {
	background-image:none;
	background-color: #ddd;
	border: 1px outset #aaa;
}

input[type=submit].grey:active {
	background-image:none;
	background-color: #aaa;
	border: 1px outset #999;
}

input[type=submit].blue {
	background-color: #8EBFFA;
	border: 1px outset #6183ae;
}


input[type=submit].blue:active {
	background-color: #769ecf;
	border: 1px inset #6183ae;
}



