
/* ===========================
   ======= Body style ======== 
   =========================== */
   
body {
	/*background-image:url(../img/bg.png);background-repeat:repeat-x;*/
	background-color:#E6E6EF;
	color: #000305;
	font-size: 87.5%; 
	font-family: Arial, sans-serif, 'Lucida Sans Unicode';
	line-height: 1.429;
	margin: 0;
	padding: 0;
	text-align: left;
	}
	
.body {
	clear: both; 
	margin: 0 auto; 
	width: 78%;
}
.ok{
background:#D6EFA1;
color:#4F7307;
border : 1px solid #C1D779;
padding : 5px;
margin:5px;
border-radius : 5px;
-webkit-border-radius : 5px;
-moz-border-radius : 5px;
}
.ok2{
background:#FFFFFF;
color:#000040;
border : 1px solid #C1D779;
padding : 5px;
margin:5px;
border-radius : 5px;
-webkit-border-radius : 5px;
-moz-border-radius : 5px;
}
/*****************************************************************************
/ SliderTron
*****************************************************************************/

	#slidertron
	{
		width: 400px;
		height: 300px;
		position: relative;
	}

	#slidertron .navigation
	{
		position: absolute;
		display: block;
		z-index: 100;
		color: #ffffff;
		top: 315px;
		right: 210px;
		margin: 10px;
		padding: 10px;
		background-color: #303030;
		opacity: 0.75;
	}

	#slidertron .navigation a
	{
		color: #ffffff;
		text-decoration: none;
		outline: none;
	}

	#slidertron .viewer
	{
		width: 600px;
		height: 400px;
	}

	#slidertron .viewer .reel .slide
	{
		position: relative;
		opacity: 0.06;
		
	}
	
	#slidertron .viewer .reel .slide img {
		padding: 10px;
	}

	#slidertron .viewer .reel .slide-active
	{
		opacity: 3.00;
	}

	#slidertron .viewer .reel .slide-active img
	{
		border: 0px dotted;
		width: 600px;
		background: #fff;
	}
	
	#slidertron .viewer .reel .slide span
	{
		position: absolute;
		display: block;
		width: 780px;
		opacity: 0.40;
		height: 30px;
		bottom: 39px;
		left: 0px;
	}

	#slidertron .indicator
	{
		width: 200px;
		text-align: center;
		margin: 0 auto;
		padding: 0;
		font-size: 6px;
		position: absolute;
		bottom: 10px;
	}

	#slidertron .indicator ul
	{
		margin: 0 auto;
		list-style: none;
		padding: 20px 0 0 0;
	}

	#slidertron .indicator ul li
	{
		display: inline-block;
		background: #fff;
		color: #303030;
		width: 10px;
		height: 10px;
		margin: 0 10px 0 0;
		text-indent: -9999px;
		border-radius: 10px;
	}

	#slidertron .indicator ul li.active
	{
		background: #cb0087;
		color: #cb0087;
	}

	#slidertron .captionLine1
	{
		font-size: 2.25em;
		font-weight: bold;
		text-align: center;
		position: absolute;
		top: 10px;
		left: 30px;
		color: #000;	

		font-size: 1.05em;
	}

	#slidertron .captionLine2
	{
		position: absolute;
		top: 80px;
		left: 30px;
		font-size: 1em;		
		width: 300px;	
		text-align: left;
		color: #000;
	}
	
	
	
/* ===========================
   ========= Headings ======== 
   =========================== */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}

/* ===========================
   ======= Anchor style ====== 
   =========================== */
a {
	outline: 0;
	}

a img {
	border: 0px; 
	text-decoration: none;
}

a:link, a:visited {
	color: #408dcf;
	padding: 0 1px;
	text-decoration: none;
	
}

a:hover, a:active {
	background-color: #CF5C3F;
	color: #fff;
	text-decoration: none;
}

/* ===========================
   ===== Main Navigation ===== 
   =========================== */
   
.mainHeader nav {
	background: #171C4C; /* Or try #94a7b0 */
	font-size: 1.143em;
	height: 40px;
	line-height: 30px;
	margin: 0 auto 20px auto;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear:both;
	box-shadow: 8px 8px 12px #aaa;
    -moz-box-shadow: 8px 8px 12px #aaa;
    -webkit-box-shadow: 8px 8px 12px #aaa;
}
	
.mainHeader nav ul {
	list-style: none; 
	margin: 0 auto;
	
}

.mainHeader nav ul li {
	float: left; 
	display: inline; 
	box-shadow: 8px 8px 12px #aaa;
    -moz-box-shadow: 8px 8px 12px #aaa;
    -webkit-box-shadow: 8px 8px 12px #aaa;
}
	
.mainHeader nav a:link, .mainHeader nav a:visited {
	color: #fff;
	display: inline-block;
	height: 30px;
	padding: 5px 23px;
	text-decoration: none;
}
.mainHeader nav a:hover, .mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	background: #fff;
	color: #171C4C;
	text-shadow: none !important;
}
	
.mainHeader nav li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mainHeader img {
	width: 20%;
	height: auto;
	margin: 1% 0;
	float:left;
}

.authentication {
	display:inline-block;
	text-align:right;
	margin: 1% 0;
	width: 50%;
	/*background-color:#FFF;*/
	margin-left:30%; 
	/*margin-top:1%;
	margin-right:2%;*/
}

.authentication  a{
	font-size: 1.143em;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.0625em;
}

.bar { 
	font-size: 1.5em; 
	margin: 0 1%;
	color: #85969E; /* Or try #94a7b0 */
	font-weight: 600;
	}

/* ===========================
   ======= nav journal ====== 
   =========================== */
#menu {
    padding: 4px 10px; 
    font-weight: bold;
    text-decoration: none;
    color: #91BD09;       
}
#menu ul {
    height: auto;
    padding: 8px 0px;
    margin: 0px;
}
#menu li { 
display: inline; 
padding: 20px; 
}

#menu a {
    text-decoration: none;
    color: #00F;
    padding: 8px 8px 8px 8px;
}
#menu a:hover  {
   text-decoration: underline;
    color: #91BD09;;
}
#menu #en-cours a {
    background-color: #91BD09;
    color: #fff;
	}
/* ===========================
   ======= Content Area ====== 
   =========================== */

.mainContent {
	overflow: hidden;
	line-height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

.topcontent {
	background-color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 3% 5%;	
	margin-bottom: 3%;
	box-shadow: 8px 8px 12px #aaa;
    -moz-box-shadow: 8px 8px 12px #aaa;
    -webkit-box-shadow: 8px 8px 12px #aaa;
}

.bottomcontent {
	background-color: #FFF;	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 3% 5%;
	box-shadow: 8px 8px 12px #aaa;
    -moz-box-shadow: 8px 8px 12px #aaa;
    -webkit-box-shadow: 8px 8px 12px #aaa;
}

.content {
	width: 74%;
	float: right; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	margin-left: 2%;
	
	
}

.post-info {
	font-style: italic;
	color: #999;
	font-size: 85%;
	
}

/* ===========================
   ======== Sidebar ========== 
   =========================== */

.sidebar{
	width: 24%;
	float: left;
}   
   
.top-sidebar {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #F0FCFC;	
	padding: 2% 3%;
	margin-bottom: 4%;
	box-shadow: 8px 8px 12px #aaa;
    -moz-box-shadow: 8px 8px 12px #aaa;
    -webkit-box-shadow: 8px 8px 12px #aaa;
}

.middle-sidebar {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #F5FDFD;	
	padding: 2% 3%;
	margin-bottom: 4%;
	box-shadow: 8px 8px 12px #aaa;
    -moz-box-shadow: 8px 8px 12px #aaa;
    -webkit-box-shadow: 8px 8px 12px #aaa;
}

.bottom-sidebar {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	background-color: #F0F7F7;	
	padding: 2% 3%;
	box-shadow: 8px 8px 12px #aaa;
    -moz-box-shadow: 8px 8px 12px #aaa;
    -webkit-box-shadow: 8px 8px 12px #aaa;
}

/* ===========================
   ========= Footer ========== 
   =========================== */

.mainFooter {
	width: 100%;
	float: left;
	margin-top: 2%;
	margin-bottom: 2%;
	padding-left: 0;
	background-color: #171C4C;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	color: #FFF;	
	box-shadow: 8px 8px 12px #aaa;
    -moz-box-shadow: 8px 8px 12px #aaa;
    -webkit-box-shadow: 8px 8px 12px #aaa;
}

.mainFooter p {
	width: 91%;
	margin: 2% auto;
	text-align: center;
	
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

@media only screen and (min-width : 150px) and (max-width : 780px)
{
	.body {
		clear: both; 
		margin: 0 auto; 
		width: 90%;
		font-size: 90%;
	}
	
	.mainHeader nav {
		background: #666;
		font-size: 1.143em;
		height: 160px;
		line-height: 30px;
		margin-bottom: 0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
		
	.mainHeader nav ul {
		list-style: none; 
		margin: 0 auto;
		padding-left: 0;
	}
	
	.mainHeader nav li {
		margin-left: 0 auto;
		width: 100%;
	}
	
	.mainHeader nav a:link, .mainHeader nav a:visited {
		color: #FFF;
		display: block;
		height: 30px;
		padding: 5px 0;
		text-decoration: none;
	}
	
	.mainHeader nav a:active,
	.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
		background: #CF5C3F;
		color: #fff;
		text-shadow: none !important;
	}
		
	.mainHeader nav li a {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
			
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	.mainHeader img {
		width: 100%;
		height: auto;
		margin-bottom: 3%;
	}
	
	.mainContent {
		overflow: hidden;
		line-height: 25px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-top: 4%;
		margin-bottom: 2%;
	}
	
	.topcontent {
		background-color: #FFF;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		padding: 2% 5%;
		margin-bottom: 4%;
		
	}
	
	.bottomcontent {
		background-color: #FFF;	
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		padding: 2% 5%;
		margin-bottom: 4%;
	}
	
	.content {
		width: 100%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		
	}	

	.post-info {
		display: none;
	}
	
	.sidebar{
		width: 86%;
		float: left;
	}   
	
	.top-sidebar {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: #FFF;	
		margin-top: 4%;
		margin-left: 0;
		padding: 0 7%;
		margin-bottom: 0;	
			
	}
	
	.top-sidebar p {
		width: 90%;
	}

	.middle-sidebar {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: #FFF;	
		margin-top: 4%;
		margin-left: 0;
		padding: 0 7%;
		margin-bottom: 0;
		box-shadow: 8px 8px 12px #aaa;
        -moz-box-shadow: 8px 8px 12px #aaa;
        -webkit-box-shadow: 8px 8px 12px #aaa;
			
	}
	
	.middle-sidebar p {
		width: 90%;
	}
	
	.bottom-sidebar {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: #FFF;	
		margin-top: 4%;
		margin-left: 0%;
		padding: 0 7%;
		margin-bottom: 1%;
	}
	
	.bottom-sidebar p {
		width: 90%;
	}
		
	.mainFooter {
		width: 100%;
		float: left;
		margin: 2% 0;
		padding-left: 0;
		background-color: #666;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		color: #FFF;	
		box-shadow: 8px 8px 12px #aaa;
        -moz-box-shadow: 8px 8px 12px #aaa;
        -webkit-box-shadow: 8px 8px 12px #aaa;
		box-shadow: 8px 8px 12px #aaa;
       -moz-box-shadow: 8px 8px 12px #aaa;
       -webkit-box-shadow: 8px 8px 12px #aaa;
	}
	
	.mainFooter p {
		width: 86%;
		margin: 2% auto;
		box-shadow: 8px 8px 12px #aaa;
        -moz-box-shadow: 8px 8px 12px #aaa;
        -webkit-box-shadow: 8px 8px 12px #aaa;
		box-shadow: 8px 8px 12px #aaa;
        -moz-box-shadow: 8px 8px 12px #aaa;
        -webkit-box-shadow: 8px 8px 12px #aaa;
	}
	


}