@charset "utf-8";

body{
	margin: 0;
	padding:0;
	font-family: "Trebuchet MS", arial, Verdana;
	font-size: 13px;
	background: #2b6b94;
}

html{
	height: 100%;
}

a{
	color: #296D96;
	font-weight:bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: 0;
}

.menu1{
	margin: 0 0 25px 0;
}
.titre_menu{
	display: block;
	border-bottom: 1px solid #dadada;
	color: #296d96;
	padding: 0 0 5px 0;
	font-size: 18px;
	
}


.other{
	border: 1px solid #dadada;
}

.other > ul{
	margin:0 0 0 5px;
	padding: 0;
	list-style-type: none;
}

.other li{
	margin: 0 0 0 0px;
	padding: 0;
	list-style-type: none;
}

.titre_other{
	text-align: center;
	padding: 5px 0 0 0;
	height: 20px;
	font-weight: bold;
	text-transform: uppercase;	
	background: url(../img/fnd_insti.png) repeat-x;
	color: #828181;
	border: 1px solid #b4b4b4;
}

.other a{
	font-size:12px;
	color: #3c3c3c;
	padding: 0 0 0 10px;
	background: url(../img/puce.png) no-repeat left;
}

.title_article{
	color: #296D96;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
}

.intitule{
	/*width:100%;*/
	padding:10px;
	min-height:25px;
	background: url(../img/fnd_intitule.png) repeat-x #047892; 
}
.intitule span{
	display: block;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
}

.corps{
	width: 1000px;
	margin:0 auto;
	height: auto;
	padding:0 10px;
	background: url(../img/fnd_site.png) repeat-y ;
}

.ban{
	width: 1000px;
	background: url(../img/fnd_ban.jpg) no-repeat;
	height:170px;
}

.menu{
	width:1000px;
	background: url(../img/fnd_menu.png) repeat-x #dadada;
}

.content{
	width: 1000px;
}

.bloc_left{
	width:225px;
	height: 100%;
	padding:20px 0 20px 0;
	float: left;
}

.bloc_center{
	float: left;
	width:560px;
	margin: 20px 15px 0 15px;
}

.bloc_right{
	width: 175px;
	margin:20px 10px 0 0;
	float: left;
}

.footer{
	/*width:100%;*/
	height: 30px;
	background:url(../img/fnd_footer.png) repeat-x;
	border-top: 1px solid #626262;
}

.accueil{
	width: 100%;
	height: 170px;
	margin: 15px 0 0 0 ;
}


.accueil{
	text-align: justify;
}

.separateur{
	border-left: 1px solid #1B4575;
	border-right: 1px solid #4679A8;
}
.accueil h1 a{
	font-size: 18px;
}

.accueil img{
	float: left;
	margin: 0 10px 0 0;
	width: 175px;
	height: 115px;
}

.accueil > h1{
	margin: 10px 0 5px 0;
}

.accueil > p {
	padding: 0;
	margin: 0;
}

.items_right{
	width: 175px;
	margin: 0 0 20px;
}

.bloc_extra{
	border:1px solid #139d3a;
}

.bloc_extra span{
	display: block;
	padding: 5px 0 0 0;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	height: 25px;
	color: #fff;
	width: 173px;
	background: url(../img/fnd_extra.png) repeat-x;
}

.breadcrumb li{
	list-style-type: none;
	display: inline;
}

.breadcrumb{
	color: #b5b5b5;
	font-size: 11px;
	font-style: italic;
	padding: 0;
	margin: 0;
}

.breadcrumb a{
	color: #b5b5b5;
	font-size: 11px;
	text-decoration: none;
}

.breadcrumb a:hover{
	color: #296D96;
	text-decoration: underline;
}
.archives_actu{
	width: 550px;
	padding: 5px 0px 5px 15px;
	margin:20px 0px 10px 0px;
	background: url(../img/fnd_archives.png) repeat-x  #047892;
	text-transform: uppercase;
	border-top:1px solid #047892;
	border-bottom: 1px solid #047892;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
}

ul.archives_home{
	padding: 0 0 0 10px;
	list-style-type: none;
}

.archives_home li{
	margin: 0 0 15px 0;	
}

.titre_folders{
	font-size:15px;
	
}

/* ##################### DEBUT DU MENU ##################### */
.mainMenu, .mainMenu ul, .mainMenu li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mainMenu {
    font-size: 12px;
}
.mainMenu li { /* Level 1 */
    float: left;
}
.mainMenu li a, .mainMenu li a:link, .mainMenu li a:visited {
    display: block;
    padding: 8px 31px ;
    color: #252525;
    font-weight:bold;
   border-right: 1px solid #969595;
	border-left: 1px solid #a5a5a5;
    text-decoration: none;
}
.mainMenu li a:hover, .mainMenu li a:active, .mainMenu li a#current {
    background: #c6c6c6 url(../img/fnd_menu-on.png) repeat-x top center;
    color: #252525;
}
.mainMenu li ul {
    z-index: 600;
    position: absolute;
    display: none;
    background-color: #fff;
    margin-left: -1px;
}
.mainMenu li:hover > ul { /* Level 2 */
    display: block;
}
.mainMenu li ul li {
    float: none;
    clear: both;
    display: block;
    border: solid 1px #969595;
    border-top: none;
    position: relative;
}
.mainMenu li ul li:hover {

}
.mainMenu li ul li a, .mainMenu li ul li a:link, .mainMenu li ul li a:visited {
    color: black;
    text-transform: none;
    border: none;
    padding: 5px 0 5px 0;
    text-align: center;
    display: block;
    background: none;
}
.mainMenu li ul li a:hover, .mainMenu li ul li a:active, .mainMenu li ul li a:focus {
    background: #c6c6c6 url(../img/fnd_menu-on.png) repeat-x top center;
    color: #252525;
    text-decoration: none;
}
.mainMenu li ul li ul { /* Level 3 */
    position: absolute;
    top: -1px;
    border: solid 1px #2a8b06;
    /* border-left: none;*/
}
.mainMenu li ul li ul li {
    border:none;

}
.mainMenu li ul ul li a, .mainMenu li ul ul li a:link {
    padding: 5px 10px 5px 10px;
}


/* ##################### FIN DU MENU ##################### */


/* Début du menu de gauche */
#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	/*background: #26598e;*/
	color: #fff;
	width: 225px;
	font: 14px "Trebuchet MS", sans-serif;
	}
#navigation a, #navigation span {
	display: block;
	padding: 8px 5px 4px 10px;
	margin: 0 0 0 5px;
	color: #3C3C3C;
	text-decoration: none;
	background: url(../img/puce.png)  left no-repeat;
	vertical-align: middle;
	}
#navigation span{display:none;}
#navigation a{min-height:18px; font-weight: bold;}
#navigation .toggleSubMenu a, #navigation .toggleSubMenu span {
	background-image: url(../img/fnd_menu_left.png);
	}
#navigation .toggleSubMenu span{display:none;}
#navigation .open a, #navigation .open span {
	background-image: url(../img/fnd_menu_left.png);
	}
#navigation .open span {display:none;}
#navigation a:hover, #navigation a:focus, #navigation a:active {
	text-decoration: underline;
	background: url(../img/fnd_menu_left_on.png) #047892 left top no-repeat;
	color: #fff;
	}
#navigation .subMenu {
	font-size: 12px;
	color:#3e3e3e;
	text-transform:none;
	font-size: .9em;
	margin: 0;
	padding: 0;
	list-style-type:none;
	}
#navigation ul.subMenu a {

	background: #d0d0d0 url(../img/fnd_submenu.png) 0 0 repeat-x;
	padding: 5px 5px 5px 15px;
	list-style-type:none;
	font-weight:bold;
	color:#fff;
	height: auto;
	min-height: 25px;
	vertical-align: middle;
	}
#navigation .subMenu li {
	background-image:url(../img/puce.png);
	background-repeat:no-repeat;
	background-position: left;
}
/*Fin du menu de gauche*/


.lastMod{
	font-size: 11px;
	text-align: center;
}

.none{border: 0px;}

.liste_ul_download{
	padding: 0;
	margin: 0 0 0 20px;
}

.liste_ul_download li{
	padding: 0;
	margin: 0 0 0px 0;
	list-style-type: none;
}

.titleDownload{
	background: url(../img/upload.png) right no-repeat;
	padding: 3px 0;
}

.ItemDonwload{
	margin: 0 0 10px 0;
}

.titleDownload span{
	font-style: italic;
	font-size: 11px;
	color: #ababab;
}
 span.nomRub{
	font-size: 14px;
	text-transform: uppercase;
	list-style-type: none;
	font-weight: bold;
	color: #296D96 ;
	font-style: normal;
}