﻿body {
	margin: 0;
	padding: 0;
	background: #F0F0F0;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#bandeau {
	width: 1040px;
	margin: 0 auto;
    height: 127px;
}


#menu-haut {
    padding: 10px;
	text-align: center;
	font-size: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #00376d;
	letter-spacing: 3px;    
}

#menu-haut a {
	color: #00376d;
}

#header-search {
	background: #fff;
	width: 1040px;
    height: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* form  */
.form-search 
{
	display: inline;
}
	
.input-search {
    float:left;
    margin-left:10px;
    margin-top:20px;
}

.label-search {
    float:left;
    margin-left:10px;
    margin-top:20px;
	font-size: 13px;
	color: #00376d;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
}


/* Logo */

#logo {
	width: 1040px;
	height: 127px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#logo h1, #logo p {
	display: block;
	margin: 0;
	padding: 0;
}

#logo h1 {
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 54px;
	font-weight: bold;
	color: #FFFFFF;
}


#logo h1 a {
	color: #3B3B3B;
}

#logo p {
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.90em;
	color: #8F8F8F;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #8F8F8F;
}

/* Menu */

#nav {
	width: 1040px;
	height: 40px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #00376d;
	line-height: 100%;
	z-index: 10;
}

#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
	z-index: 12;
}

/* main level link */
#nav a {
  	font-family: oswald;
	font-size: 12pt;
	font-weight: 300;
    text-decoration: none;
	text-transform: uppercase;
	color: #5d90ce;
	text-decoration: none;
	display: block;
	padding: 7px 15px;
	margin: 0;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
}

#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #5d90ce;
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #5d90ce;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#nav ul a:hover {
	background: #5d90ce -100px !important;
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #F0F0F0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a 
{
	font-size: 12pt;
	font-weight: 300;
	font-weight: normal;
	text-shadow: 0 0px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: 3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#nav {
	display: inline-block;
} 

html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}

/* Page */

.pub {
	width: 1040px;
	height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin: 0 auto;
	padding: 20px  0 0 0;
	background-color: #FFFFFF;
    text-align: center;
    z-index: 0;
}

#page {
	width: 1040px;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

#page-bgtop {
}

#page-bgbtm {
	margin: 0px;
	padding: 30px 10px 0px 30px;
}

/* Content */

#content {
	float: left;
	width: 650px;
	padding: 0px 0px 0px 0px;
}

.post {
	clear: both;
	padding-bottom: 10px;
}

.actu-titre 
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
	font-size: 2.4em;
    font-family: oswald;
	color: #00376d;
	letter-spacing: -2px;
	}
	
.actu-titre a:link
{
	color: #00376d;
}

.actu-titre a:visited
{
	color: #00376d;
}

.actu-titre a:hover {
	color: #FF9000;
	text-decoration: none;
}
	
.actu-date
{
	letter-spacing: 0.10em;
    width: 80px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #fff;
    background-color: #e40000;
    clear: both;
    padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 0 0 0;
	}

.entry {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color: #161918;
	text-align: justify;
	margin-bottom: 3px;
	padding: 0px 0px 0px 0px;
}

.entry a:link {
	color: #5593CE;
	font-weight: 400;
	border: none;
	text-decoration: none;
}

.entry a:visited {
	color: #5593CE;
	font-weight: 400;
	border: none;
	text-decoration: none;
}

.entry a:hover {
	color: #FF9000;
	font-weight: 400;
}

.suite {
	clear: both;
	padding: 3px 0px 3px 0px;
	text-align: right;
	}

#page-titre {
	 margin-bottom: 20px;
	}

.page-mid 
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color: #181B20;
	text-align: justify;
	margin-bottom: 20px;
	padding: 0px 0px 0px 0px;
	min-height: 600px;
}

.page-mid a:link {
	color: #00376d;
	border: none;
	text-decoration: none;
}

.page-mid a:visited {
	color: #00376d;
	border: none;
	text-decoration: none;
}

.page-mid a:hover {
	text-decoration: underline;
}

.pager {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 300;
	color: #181B20;
	margin-bottom: 3px;
	padding:  5px 0px 20px 0px;
}

.pager a:link {
	color: #00376d;
	border: none;
	text-decoration: none;
}

.pager a:hover {
	text-decoration: underline;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	padding: 0px 20px 0px 0px;
	background-color: White;
}

.postbar {
	clear: both;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 300;
}

.postbar h2 
{
    font-family: oswald;
	margin-bottom: 0px;
	letter-spacing: -1px;
	font-size: 24px;
	color: #00376d;
	border-bottom: 1px solid #B6BFD0;
}

.postbar p {
	text-align: justify;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
}

.postbar a:link {
	color: #00376d;
	/* color: #5593CE; */
	border: none;
	text-decoration: none;
}

 .postbar a:visited {
	color: #00376d;
	border: none;
	text-decoration: none;
} 

.postbar a:hover {
	color: #FF9000;
}

.iframe {
	background-color: White;
	}

/* Footer */

#footer {
	width: 1040px;
	margin: 0em auto;
	padding: 2em 0em;
	background: url(images/shadow.png) no-repeat center top;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 300;
}

#footer p {
	letter-spacing: 0.10em;
	text-align: center;
	font-size: 0.70em;
	color: #999999;
}

#footer a {
	color: #5795d0;
}

#logo-ffe {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Traits */

hr.style {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

hr.rubrique {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.75));
    background-image:    -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.75));
    background-image:     -ms-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.75));
    background-image:      -o-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.75));
}

/* Images Ancien */

img.float {
	float:left; 
	margin-left:4pt; 
	margin-right:4pt; 
	margin-top:4pt;
	margin-bottom: 2pt
}

img.floatleft {
	float:left; 
	margin-left:4pt; 
	margin-right:4pt; 
	margin-top:4pt;
	margin-bottom: 2pt
}
  
img.floatright {
	float:right; 
	margin-left:4pt; 
	margin-right:4pt; 
	margin-top:4pt;
	margin-bottom:2pt
}