
body {
	margin: 0;
	padding: 0;
	background-image : url('../images/slice_degrade_v.png');
	background-repeat: repeat-x;
	background-color: #003462;
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}

#header_pub{
	background-color:black;
	color:white;
	margin-top: 518px;
}
.wrapper {
	min-height: 100%;
	height: auto;
	margin: 0 auto -210px;
}
.footer, .push {
	height: 210px;
}

.footer {
	background: #293e49 url('images/bg-footer.png') repeat-x;
}


a {
	color: #1f3b00;
	text-decoration: none;
}

a:hover {
	color: #EB4600;
}

h1.titrePrincipal {
	padding:0;
	margin:0;
	line-height:inherit;
	font: 21px 'FnyderRegular';
}


.niveau2 .menu ul li a.current {
	position:relative;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, #a7e13c),
	    color-stop(0.3, #609b2a),
	    color-stop(1, #d3d8d4)
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    #a7e13c 0%,
	    #609b2a 30%,
	    #d3d8d4 100%
	);
	background-image: -ms-linear-gradient(
	    bottom,
	    #a7e13c 0%,
	    #609b2a 30%,
	    #d3d8d4 100%
	);
	background-image: -o-linear-gradient(
	    bottom,
	    #a7e13c 0%,
	    #609b2a 30%,
	    #d3d8d4 100%
	);
	-pie-background: linear-gradient(
	    center bottom,
	    #a7e13c 0%,
	    #609b2a 30%,
	    #d3d8d4 100%
	);
	color: white;
	behavior: url(pie/PIE.htc);
}
.niveau2 #main {
	margin-top: 15px;
}

.section {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.5, rgb(247,247,247)),
	    color-stop(1, rgb(227,227,227))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(247,247,247) 50%,
	    rgb(227,227,227) 100%
	);
	background-image: -ms-linear-gradient(
	    bottom,
	    rgb(247,247,247) 50%,
	    rgb(227,227,227) 100%
	);

	background-image: -o-linear-gradient(
	bottom , 
	#f7f7f7, 
	#f7f7f7 50.0%,
	#e3e3e3 100.0%
	);
	-pie-background: linear-gradient(
	    center bottom,
	    rgb(247,247,247) 50%,
	    rgb(227,227,227) 100%
	);
	-moz-box-shadow: 
	-1px 0 0em rgba(0, 0, 0, 0.15), 
	0 1px 0em rgba(0, 0, 0, 0.15),
	1px 0 0em rgba(0, 0, 0, 0.15), 
	0 -1px 0em rgba(0, 0, 0, 0.15), 
	0 0 4px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 
	-1px 0 0em rgba(0, 0, 0, 0.15), 
	0 1px 0em rgba(0, 0, 0, 0.15),
	1px 0 0em rgba(0, 0, 0, 0.15), 
	0 -1px 0em rgba(0, 0, 0, 0.15), 
	0 0 4px rgba(0, 0, 0, 0.4);
	box-shadow: 
	-1px 0 0em rgba(0, 0, 0, 0.15), 
	0 1px 0em rgba(0, 0, 0, 0.15),
	1px 0 0em rgba(0, 0, 0, 0.15), 
	0 -1px 0em rgba(0, 0, 0, 0.15), 
	0 0 4px rgba(0, 0, 0, 0.4);
	margin-bottom: 20px;
	background-color: rgb(247,247,247);
	behavior: url(pie/PIE.php);
}

.menu  {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
	border-radius: 5px 5px 0px 0px;
	
	background-color: #a7e13c;
	background-image: -moz-linear-gradient(center bottom , #609b2a 0%, #82bc33 50%, #a7e13c 100%);
	background-image: -ms-linear-gradient(bottom , #609b2a 0%, #82bc33 50%, #a7e13c 100%);
	background-image: -o-linear-gradient(bottom , #609b2a 0%, #82bc33 50%, #a7e13c 100%);
	background-image: -webkit-linear-gradient(bottom , #609b2a 0%, #82bc33 50%, #a7e13c 100%);
	-pie-background: linear-gradient(bottom , #609b2a 0%, #82bc33 50%, #a7e13c 100%); 
	behavior: url(pie/PIE.php);
	position:relative;
}


ul.titres	{
	text-transform: uppercase;
	color: #1f3b00;
	font: 21px 'FnyderRegular';
	/* text-shadow: 0 0 0 rgba(0, 0, 0, 0.3), 0 1.5px 3px rgba(0, 0, 0, 0.9);
	font-weight: bold; */
	display: block;
	letter-spacing: .03em;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.menu ul {
	list-style-type: none;
	font-size: 17px;
}

.menu ul.titres {
	padding: 0 0 0 10px;
	margin: 0;
}

.menu ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.menu a {
	color: #1f3b00;
	padding: 10px 20px 10px 20px;
	display: block;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2);
}

.ie .menu a {
	border-right: 1px solid #124c4c;
}

.menu a:hover {
	color: white;
}

.menu li.partager  {
	padding-left: 4px;
	padding-right: 4px;
}

.menu li.link {
	margin: 0 0 0 -4px;
	padding: 0;
}

.menu li.link a {
	height: 24px;
	width: 24px;
	padding: 0;
	border: none;
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0);
	-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0);
	-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0);
	/*behavior: url(pie/PIE.htc);*/
	
}

.menu .link span {
	visibility: hidden;
}
.gotham {
	font: normal 11px 'GothamMedium';
}
.titres {
	text-transform: uppercase;
	color: #1f3b00;
	font: 21px 'FnyderRegular';
	/* text-shadow: 0 0 0 rgba(0, 0, 0, 0.3), 0 1.5px 3px rgba(0, 0, 0, 0.9);
	font-weight: bold; */
	display: block;
	letter-spacing: .03em;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* ----------- */
/* BLOC DROITE */
/* ----------- */
.container_list{
	position:relative;
	font-weight:bold;
	font-family: 'HelveticaNeue',Helvetica,Arial,sans-serif;
	background-color: #F7F7F7;
    background-image: -moz-linear-gradient(center bottom , #F7F7F7 50%, #E3E3E3 100%);
    background-image: -ms-linear-gradient(bottom , #F7F7F7 50%, #E3E3E3 100%);
	border-radius: 5px 5px 5px 5px;
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.15), 0 1px 0 rgba(0, 0, 0, 0.15), 1px 0 0 rgba(0, 0, 0, 0.15), 0 -1px 0 rgba(0, 0, 0, 0.15), 0 0 4px rgba(0, 0, 0, 0.4);
	behavior: url(pie/PIE.htc);
}
.list_archives ul{

	margin-top:0px;
	margin-bottom:8px;
	padding-bottom:5px;
}
.title_list{
	color:#176161;
	font-family: 'HelveticaNeue',Helvetica,Arial,sans-serif;
	margin-left:12px;
	margin-right:20px;
	margin-bottom:0px;
	padding-bottom:10px;
	margin-top:0px;
	padding-top:8px;
}
.border_list{
	border-top:#e2e2e2 2px solid;
	margin-bottom: 0px;
}
.sharethis_side {
    margin: 0 20px 0 12px;
    padding-bottom: 10px;
    padding-top: 0;
    text-align: center;
}
/* ----------- */
/*   CONTENU   */
/* ----------- */
.gras {
	font-weight: bold;
}
.contenu {
    margin-left: 50px;
    margin-right: 50px;
    padding-bottom: 10px;
    padding-top: 20px;
}
.contenu p{
	font-size:16px;
}

.section_document
{
	width: 360px;
	margin: 0 auto;
	overflow:hidden;
}

.conteneur_document
{
	font-size: 16px;
	text-align: center;
}

.conteneur_document img
{
	display: block;
	padding-bottom: 5px;
}

.contenu.profs ul{
	list-style-type: disc;
	font-size: 16px;
	list-style-image: url('../images/fleche.png');
}

.logo_partenaires	{
	margin-right: 30px;
}

.titre5 , .contenu .titre5{
    color: #1f3b00;
    font: 20px/22px 'BlissXBI';
    margin-bottom: 10px;
    margin-top: 35px;
}

.titre6, .contenu .titre6{
    color: #1f3b00;
    font: 16px/15px 'BlissXBI';
    margin-bottom: 10px;
    margin-top: 15px;
}

.btn_document a{

    display: block;    
	width: 325px; /*200px*/
    height: 30px; /* 18px */
	color: #e8e8e8; /* A8F785 */
	font: 18px 'FnyderRegular'; /* 11px */
    text-align: center;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.3), 0 1.5px 3px rgba(0, 0, 0, 0.9);   
	text-decoration: none;

	margin: 5px auto 5px;
	padding: 2px 0px 2px 0px;	

	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	
	-moz-box-shadow: -2px 2px 4px #888;
	-webkit-box-shadow: -2px 2px 4px #888;
	box-shadow: -2px 2px 4px #888;

	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0, rgb(42,154,5)),
	    color-stop(0.5, rgb(54,178,16)),
	    color-stop(1, rgb(120,203,97))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(42,154,5) 0%,
	    rgb(54,178,16) 50%,
	    rgb(120,203,97) 100%
	);
	background-image: -o-linear-gradient(bottom , #2a9a05, #36b210 50.0%,#78cb61 100.0%);	
	-pie-background: linear-gradient(
	    center bottom,
	    rgb(42,154,5) 0%,
	    rgb(54,178,16) 50%,
	    rgb(120,203,97) 100%
	);

	-pie-background: linear-gradient( center bottom, rgb(42, 154, 5) 0%, rgb(54, 178, 16) 50%, rgb(120, 203, 97) 100% );	
	behavior:url('./pie/PIE.php'); 

}