/* Designed by François PLANQUE http://fplanque.net/ */

@import url(basic.css);	/* Import basic styles */
@import url(forms.css);	/* Import default form styles */
@import url(comments.css);	/* Import default comment styles */
@import url(img.css);	/* Import standard image styles */
@import url(blog_elements.css);	/* Import standard blog elements styles */

div.main {
	margin-right: 0px;
	margin-left: 0px;
	overflow:hidden;
}

/* Styles for main area (left) */
h2 {
	margin-left: 18px;
}

/* Styles for posts */
.bPosts {
	vertical-align: top;
	float: left;
	width: 66%;
	overflow: hidden;
	
}
.proba{
/*border:inset;
border-color:#000099;*/
width:63%;
float:left;
/*background-color:#CCCCCC;
-moz-border-radius : 15px; */

}
.data{
width:100px;
border:thin;
border-color:#FF00FF;
}
.bPost, .bPostpublished
{
	clear: both;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	/*border: 1px dashed #F00;*/
	padding-right: 8px;
	padding-left: 8px;
	/*background-color:#FFFFfC;*/
	border: 5px ridge;
	background-color:#ffc;
	
	border-radius : 25px;
	box-shadow: rgba(0, 0, 128, 0.25) -5px -9px 3px;



}
.bPostSide
{
	margin-bottom: 8px;
	border-bottom-width:20px;
	/*border-bottom:4px dashed #FF9900;*/
	border-bottom-color:#CCCCCC;
	
}
.bSmallHead {
	font-size: 80%;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #339999;
}
.bTitle {
	margin-top: 8px;
	margin-bottom: 8px;
	color:#F90;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;

}

.bSmallPrint
{
	clear: both;
	font-size: 80%;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* 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;
}


/* Styles for stats */
div.statbloc
{
	float: left;
	width: 44%;
	margin-left: 2%; 
	margin-right: 0%; 
	margin-bottom: 2ex;
	border: 1px solid #33BBBB;
}
div.statbloc h3
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	text-align: center;
	background: #33BBBB;
	padding: 1ex;
}


/* Styles for sidebar (right) */
.bSideBar {
	width: 33%;
	vertical-align: top;
	float: right;
	overflow: hidden;
	
}
.bSideItem {
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom: 3px dashed #030303;
	padding: 8px;
overflow:auto;
}
.bSideItem h3 {
	margin-top: 0px;
	margin-bottom: 8px;
	
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #f0f0f0;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* Styles for Calendar: */
caption.bCalendarCaption
{
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
	margin: auto;
	white-space: nowrap;
}
table.bCalendarTable
{
	margin: auto;
	font-size: 84%;
	border: solid 1px #ccc;
}
tr.bCalendarRow
{
	text-align: center;
}
th.bCalendarHeaderCell
{
	font-size: 84%;
}
td.bCalendarCell
{
}
td.bCalendarEmptyCell
{
}
.bCalendarLinkPost
{
	font-weight: bold;
}
#bCalendarToday
{
	background-color: #DEF;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 8px;
	color: #000;
/*	font-size: 84%; 	poussé vers l'extérieur pour éviter des combinaisons en trop grand nombre */
}
div.main {
	margin: 8px;
	font-size: 84%;
}
caption {
	font-weight: bold;
}

A 			{
}
A:link		{
	color:#000;
}
A:visited	{
	color: #F93;
	font-weight:bolder;
}
A:active	{
	color: #000;
}
A:hover		{
	color: #003399;
}
em a:link{color:#FF3399;}
em a:active{color:#FF3399;}
em a:visited{color:#FF3399;}
em a:hover{ font-size:larger; font-weight:bold;}

h1 {
	color:#000000;
	font-size: 400%;
}
h2 {
	color: #00F;
	font-size: 180%;
}
h3 {
	font-size: 120%;
}
h4 {
	text-align:justify;
	color: #00F;
	font-size: 180%;
	margin-bottom: 0ex;
}
h5 {
	font-size: 80%;
	
}
table.wide {
	width: 100px;
	clear: both;
}
td.cartouche {
	font-size: 84%;
	color: #009999;
	background-color: #FFFFFF;
	padding: 1px 4px;
	border: 1px solid #33CCCC;
}
table.thin
{
	/*border: 1px solid #33CCCC;*/
	margin: auto;
	border-collapse: collapse
}
table.thin td
{
	border-bottom: 1px solid #33CCCC;
	padding: .3ex 1ex;
}
table.thin th
{
	color: #FFFFFF;
	background-color: #33CCCC;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	padding: .3ex 1ex;
}

table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}
p.baseline {
	font-size: 65%;
	color: #000000;
	text-align: center;
	margin-top: 8px;
}
hr {
	height: 40px;
	width: 100%;
	border-top: 1px solid #33CCCC;
	border-right: 1px none #33CCCC;
	border-bottom: 1px none #33CCCC;
	border-left: 1px none #33CCCC;

}
dt {
	font-weight: bold;
	color: #009999;
}
blockquote {
	border: 2px dotted #33CCCC;
	background-color: #DDEEEE;
}

del {
	color: #999999;
}
ins {
	color: #009999;
	text-decoration: none;
}

table.menu_nagusia {
font-size:8px;
	border:1px dotted #33CCCC;
	border-radius : 25px;


	box-shadow: rgba(0, 0, 128, 0.25) -3px -3px 0px;
	background: -webkit-gradient(radial, 430 50, 0, 430 50, 739, from(Cornsilk), to(#fff));
}
table.menu_nagusia a {
color:#000000;
}
table.menu_nagusia a:hover{
color:#9900FF;
background-color:#FFFFFF;
}
form.search{
font-size:10px;
}
body {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
div.pageHeader {
	background-color: ##1E5320;
	width: 100%;
}
div.pageHeaderContent {
display:inline;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	font-size: 84%;
	width: 90ex;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	/* border: 1px solid #990000; */

}
div.pageTitle {
text-align:center;
font-size:26px;
	white-space: nowrap;
	padding-left: 2.5ex;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	background-color: #1E5320;
	border: 1px solid #FFFFFF;
	margin-top: 3px;
	float: left;
	width: 100%;
}
h1#pageTitle {
	color: #FFFFFF;
	font-size: 270%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

div.NavBar {
	clear: both;
	height: 1ex;
	width: auto;
	
}
.pageHeaderEnd {
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 5px;
	font-size: 0ex;
}
a.NavButton {
	text-decoration: none;
	background-color: #33AAAA;
	border: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	white-space: nowrap;
	margin-right: 3px;
	margin-top: 3px;
	display: block;
	width: 14ex;
	float: left;
}
a.NavButtonCurr {
	text-decoration: none;
	background-color: #33CCCC;
	border: 1px solid #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	white-space: nowrap;
	margin-top: 3px;
	margin-right: 3px;
	display: block;
	width: 14ex;
	float: left;
}
a.NavButton2 {
	text-decoration: none;
	background-color: #33BBBB;
	border: 1px solid #FFFFFF;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	white-space: nowrap;
	margin-top: 3px;
	margin-right: 3px;
	display: block;
	width: 14ex;
	float: left;
}
a.NavButton2Curr {
	text-decoration: none;
	background-color: #33CCCC;
	border: 1px solid #FFFFFF;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	white-space: nowrap;
	margin-top: 3px;
	margin-right: 3px;
	display: block;
	width: 14ex;
	float: left;
}

A.NavButton:link		{
	color: #FFFFFF;
}
A.NavButton:visited	{
	color: #FFFFFF;
}
A.NavButton:active	{
	color: #FFFFFF;
}
A.NavButton:hover		{
	color: #FFFFFF;
	background-color: #33CCCC;
	/* text-decoration: underline; */
}
A.NavButtonCurr:link		{
	color: #FFFFFF;
}
A.NavButtonCurr:visited	{
	color: #FFFFFF;
}
A.NavButtonCurr:active	{
	color: #FFFFFF;
}
A.NavButtonCurr:hover		{
	color: #338888;
	/* text-decoration: underline; */
}
A.NavButton2:link		{
	color: #FFFFFF;
}
A.NavButton2:visited	{
	color: #FFFFFF;
}
A.NavButton2:active	{
	color: #FFFFFF;
}
A.NavButton2:hover		{
	color: #FFFFFF;
	background-color: #33CCCC;
	/* text-decoration: underline; */
}
A.NavButton2Curr:link		{
	color: #FFFFFF;
}
A.NavButton2Curr:visited	{
	color: #FFFFFF;
}
A.NavButton2Curr:active	{
	color: #FFFFFF;
}
A.NavButton2Curr:hover		{
	color: #33AAAA;
	/* text-decoration: underline; */
}
.pageSubTitle {
	font-size: 109%;
	color: #009999;
	letter-spacing: 4px;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
