/* LAYOUT */
.defaut_menu-left {
	margin-top:10px;
	width:185px;
	float:left;
}
.defaut_centre {
	margin-top:10px;
	margin-left:20px;
	margin-right:10px;
	width:580px;
	float:left;
}
.defaut_menu-right {
	margin-top:10px;
	width:185px;
	float:right;
}
/* COLONNE GAUCHE - MENU */
.defaut_menu {
	margin-bottom:10px;
}
.defaut_menu-title {
	text-align:center;
	width:185px;
	height:20px;
	padding-top:4px;
	background-image: url(../images/panel_small_bleu.jpg);
	background-repeat: no-repeat;
}

.defaut_menu-title A {
	color:#044D76;
	text-decoration:none;
}

.defaut_menu-title A:hover {
	text-decoration:underline;
}

.defaut_menu ul {
	padding-top:5px;
	padding-left:20px;
	background-image: url(../images/panel_small_bleu_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	list-style: none;
}
.defaut_menu li {
	margin:0;
	padding:0;
	margin-left:-19px;
	padding-left:12px;
	padding-top:3px;
	color:#1d95cf;
	padding-bottom:3px;
	font-family:"Roma Black", Arial,Helvetica,sans-serif;
}
.defaut_menu li:hover {
	margin:0;
	padding:0;
	margin-left:-19px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#1d95cf;
	color:#fff;
}
.defaut_menu li.active {
	margin:0;
	padding:0;
	margin-left:-19px;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#1d95cf;
	color:#fff;
}
.defaut_menu li.active.parent {
	margin:0;
	padding:0;
	margin-left:-19px;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#1d95cf;
	color:#fff;
}
.defaut_menu li:hover a.defaut_menu-level1 {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
a.defaut_menu-level1 {
	font-weight:bold;
	color:#1c94d0;
	text-decoration:none;
}
.defaut_menu li.active.parent a.defaut_menu-level1-selected {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:20px;
}
.defaut_menu li.active a.defaut_menu-level1-selected {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:20px;
}
a.defaut_menu-level2 {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
a.defaut_menu-level2:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	background-color:#77bfe2;
}
a.defaut_menu-level3-selected {
	font-weight:bold;
	color:#ffd57b;
	text-decoration:none;
}
a.defaut_menu-level3:hover {
	font-weight:bold;
	color:#ffd57b;
	text-decoration:none;
}
.defaut_menu-footer {
	width:185px;
	height:19px;
	background-image: url(../images/panel_small_bleu_footer1.jpg);
	background-repeat: no-repeat;
}
.defaut_menu-level2 {
	display:block;
	width:153px;
/*	height:12px; */
	padding-left:30px;
	padding-top:4px;
	padding-bottom:4px;
	margin-left:-10px;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#a5d5ec;
}
.defaut_menu-level2-selected {
	display:block;
	width:153px;
/*	height:12px; */
	padding-left:30px;
	padding-top:4px;
	padding-bottom:4px;
	margin-left:-10px;
	font-weight:bold;
	text-decoration:none;
	color:#1163a4;
	background:#75bee1 url(../images/puce-sousmenu-2010.gif) no-repeat left;
}
.defaut_menu-level3 {
	display:block;
	width:137px;
/*	height:12px;*/
	padding-left:46px;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:-10px;
	font-weight:normal;
	background-color:#A5D5EC;
	text-decoration:none;
	font:bold italic 11px Arial;
	color:#FFFFFF;
}
.defaut_menu-level3-selected {
	display:block;
	width:137px;
/*	height:12px;*/
	padding-left:46px;
	padding-top:3px;
	padding-bottom:3px;
	margin-left:-10px;
	font-weight:normal;
	background-color:#75BEE1;
	text-decoration:none;
	font:italic 11px Arial;
	color:#ffd57b;
}

/* PANNEAU DEFAUT  */
.defaut-panel {
	margin-bottom:10px;
}

.defaut-panel-image {
	margin:0;
	padding:0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1C95CF;
	border-left-color: #1C95CF;
}
.defaut-panel-content {
	margin:0;
	padding:0;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1C95CF;
	border-left-color: #1C95CF;
	/*background-image: url(../images/bg_panel.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
	color: #022242;
}
.defaut-panel-footer {
	width:185px;
	height:12px;
	background-image: url(../images/panel_small_bleu_footer2.jpg);
	background-repeat: no-repeat;
}
.defaut-panel-content ul {
	margin:0;
	padding:0;
	margin-top:3px;
	padding-left:20px;
	list-style-image:url(../images/puce_bleu.jpg);
	color: #1765A7;
}
.defaut-panel-content a {
	color: #1765A7;
	text-decoration:none;
}
.defaut-panel-content a:hover {
	color: #1765A7;
	text-decoration:underline;
}
/* PANNEAU JAUNE */
.defaut_yellow-title {
	text-align:center;
	width:185px;
	height:20px;
	padding-top:4px;
	background-image: url(../images/panel_small_yellow.jpg);
	background-repeat: no-repeat;
}

/* PANNEAUX BLUE */
.defaut_blue-title {
	text-align:center;
	width:185px;
	height:20px;
	padding-top:4px;
	color:#FFFFFF;
	background-image: url(../images/panel_small_blue2.jpg);
	background-repeat: no-repeat;
}
/* PANNEAUX DARKBLUE */
.defaut_darkblue-title {
	text-align:center;
	width:185px;
	height:20px;
	padding-top:4px;
	color:#FFFFFF;
	background-image: url(../images/panel_small_blue1.jpg);
	background-repeat: no-repeat;
}

/* PANNEAUX ROSE */
.defaut_rose-title {
	text-align:center;
	width:185px;
	height:20px;
	padding-top:4px;
	color:#105791;
	background-image: url(../images/panel_small_rose.jpg);
	background-repeat: no-repeat;
}

/* PANNEAUX ROUGE */
.defaut_rouge-title {
	text-align:center;
	width:185px;
	height:20px;
	padding-top:4px;
	color:#FFFFFF;
	background-image: url(../images/panel_small_rouge.jpg);
	background-repeat: no-repeat;
}

/* PANNEAUX BLEU CIEL */
.defaut_bleu_ciel-title {
	text-align:center;
	width:185px;
	height:20px;
	padding-top:4px;
	color:#105791;
	background-image: url(../images/panel_small_bleu_ciel.jpg);
	background-repeat: no-repeat;
}

/* PANNEAUX ACIER */
.defaut_acier-title {
	text-align:center;
	width:185px;
	height:20px;
	padding-top:4px;
	color:#FFFFFF;
	background-image: url(../images/panel_small_acier.jpg);
	background-repeat: no-repeat;
}

/* PANNEAUX BLEU 2010 */
.defaut_bleu2010-title {
	text-align:center;
	width:185px;
	height:20px;
	padding-top:4px;
	color:#044D76;
	background-image: url(../images/panel_small_bleu.jpg);
	background-repeat: no-repeat;
}

/* COLONNE CENTRE */
.defaut_center-title {
	padding-left:10px;
	width:570px;
	height:22px;
	padding-top:4px;
	color:#044D76;
	background-image: url(../images/panel_bigger_yellow1.jpg);
	background-repeat: no-repeat;
}
.defaut_icone-top {
	padding-top:5px;
	width:105px;
	float:right;
}
a.pathway-level {
	color:#044D76;
	text-decoration:none;
}
a.pathway-level:hover {
	text-decoration:underline;
}
a.pathway-level2 {
	color:#FFFFFF;
	text-decoration:none;
}
a.pathway-level2:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.defaut_center-content {
	padding-left:12px;
	padding-right:12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1c95cf;
	border-left-color: #1c95cf;
	font-size:12px;
	height:auto !important;
	height:100px;
}

.defaut_center-content ul{
	list-style: none;
}

.defaut_center-content li{
	/*padding-left:20px;
	background-image: url(../images/puce_jaune.jpg);
	background-repeat: no-repeat;
	background-position: left center;*/
}

.defaut_center-footer {
	width:580px;
	height:12px;
	background-image: url(../images/panel_bigger_footer.jpg);
	background-repeat: no-repeat;
}
.actualites {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6A800;
}

.defaut_footer-toplink a {
	padding-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1665a7;
	text-decoration:none;
}
.defaut_footer-content {
	padding-top:20px;
	clear:both;
}
.defaut_footer-toplink a:hover {
	padding-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1665a7;
	text-decoration:underline;
}
.defaut_footer-toplink {
	float:left;
}
.defaut_footer-icons {
	text-align:right;
}
.defaut_footer-icons img, .defaut_icone-top img {
	padding-left:2px;
	padding-right:2px;
}
.defaut_menu-selected {
	background-color:#0066CC;
}

.blank-border{
	width:480px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F6A800;
}
.defaut_centre p{
	text-align:justify;
	margin-top:2px;
}

.content_image_left {
	margin-right:5px;
	margin-bottom:10px;
	border: 1px solid #ffb200;
}

.content_image_center {
	margin-bottom:10px;
	border: 1px solid #ffb200;
}

.content_image_right {
	margin-left:5px;
	margin-bottom:10px;
	border: 1px solid #ffb200;
}

/* T?l?chargement de fichiers */
.fichier-download {
	width:309px;
	margin-top:10px;
	margin-bottom:10px;
}
.fichier-download img{
	float:left;
}

.fichier-download a{
	padding-top:4px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #09385f;
	text-decoration:none;
}
.fichier-download a:hover{
	padding-top:4px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #09385f;
	text-decoration:underline;
}
.fichier-download .fichier-download-button{
	float:left;
	padding-top:5px;
}


