/* Designed by François PLANQUE - http://fplanque.net/ */
/* @import url("../../rsc/css/basic.css");	/* Import basic styles */
/* @import url("../../rsc/css/img.css");	Import standard image styles */
@import url("../../skins/robinart3/item_base.css");	/* Import standard blog elements styles */
/* @import url("../../rsc/css/forms.css");	Import default form styles */
 @import url("../../skins/robinart3/blog_base.css");	/* Default styles for the blog navigation */
/*  @import url("../../rsc/css/item_base.css");	Default styles for the post CONTENT */

body, html {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: 13px/17px Verdana, Arial, Helvetica, sans-serif;
    color: #003399;
    /* home  |  Expositions  |  PUBLICATIONS */
}

a {
text-decoration: none;
	color: #003399;
}
a:visited	{
	color: #003399;
}
a:active	{
	color: #6699FF;
}
a:hover		{
	color: #6699FF;
}


IMG {
	border-collapse: collapse;
      padding: 0px;
       border-spacing: 0px;
       border: none;
        
/* filter:alpha(opacity=80); */
}
.page{
  position: absolute; 
        top: 0px; 
        left: 0px;
        width: 100%;
}
.beforeimg {

		float: left;
		 margin-bottom: 30px;
        margin-right: 30px;
        margin-left: 0px;
}
.espace {
		float: left;
		height: 80%;
		width: 50px;
		}
		

/* fenetres */
.menuleft {
        
        width: 140px; 
        z-index: 2000;
         float: left; 
		}	
			

.mainpost {
        margin-left: 190px;
       

}



/* fin fenetres */

table.widget_grid {
	margin: 0ex auto;
}
table.widget_grid td {
	width: 80px;
	height: 80px;
	background: #ffffff;
	text-align: center;
	vertical-align: middle;
	
}

table.widget_grid td:hover {
	background: black;
}

TR TD {
	
	margin: 0px;
	padding: 0px;
	/* font-size: 10px; */
	/* line-height: 14px; */
}

.excerpt {
color: #000000;

}
/* Styles for posts */
.bPosts {
    
	
	margin: 0 auto;
}
.bText {
  color: #000000;
  }
  
 /* Styles for title subtitle dates */ 
.col_title {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	color: #5e76a9;
	font: 14px/16px Georgia, Times New Roman, Times, serif;
}

.highlight_title {
	text-transform: uppercase;
	font: 36px/30px Georgia, Times New Roman, Times, serif;
	margin-top: 15px;
    color: #000000;
}
.highlight_subtitle {
	margin-top: 6px;
	
	font: italic bold 16px/18px Georgia, Times New Roman, Times, serif;
}
.highlight_date {
	margin-top: 10px;
	font-size: 14px;
    
}



.news_date {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
    color: #6699FF;
    
}
.news_title {
font: bold  14px/17px Georgia, Times, "Hoefler Text", "Times New Roman", serif; 

text-transform: uppercase; 
margin-top: 10px; 
text-decoration: none; 
padding-right: 10px; 

}

.news_subtitle {
	
	font-size: 12px;
	line-height: 16px;
    color: #6699FF;
    font-style: italic;
}


/* Styles for separetors */

.hr_solid {
	width: 100%;
	line-height: 0px;
	border: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 1px;
	background-color: #fff;
	
}
.hr_invisible {
	width: 100%;
	line-height: 0px;
	border: 0px solid;
	border-bottom: 0px solid;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 1px;
}

/* Styles for comments */
div.bComment {
	border-color: #33CCCC; /* override */
}

/* Styles for comment form */
input.bComment,
textarea.bComment
{
	background-color: #f0f0f0;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: .5ex;
	width: 98%;
	margin: 0ex;
}
select.bComment
{
	background-color: #f0f0f0;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: .5ex;
	width: 100%;
	margin: 0ex;
}

/* 18/80% forms: comments and profile */
form.bComment fieldset
{	/* one form line */
	border: none;
	margin: 2ex 0ex;
	padding: 0ex;
	/* border: 1px solid #00f; */
}
form.bComment fieldset label {
	font-weight: bold;
}
form.bComment fieldset div.label
{ /* label of form line */
	float: left;
	width: 18%;
	text-align: right;
	padding-top: .5ex;
	font-weight: bold;
	/* border: 1px solid #f00; */
}
form.bComment fieldset div.input
{ /* input zone of form line */
	margin: 0 0 0 20%;
	/* border: 1px solid #f00; */
}
form.bComment fieldset.input{
	margin: 0;
	/* border: 1px solid #0f0; */
}
form.bComment fieldset div.info
{ /* info zone of form line */
	margin: 0 0 0 20%;
	padding-top: .5ex;
	/* border: 1px solid #f00;*/
}
