.-lutece-border-radius-top {
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	-webkit-border-top-left-radius:7px;
	-webkit-border-top-right-radius:7px;
	border-top-left-radius:7px;
	border-top-right-radius:7px;
}
.-lutece-border-radius-bottom {
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-bottom-left-radius:7px;
	-webkit-border-bottom-right-radius:7px;
	border-bottom-left-radius:7px;
	border-bottom-right-radius:7px;
}
.-lutece-border-radius {
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
.-lutece-border-radius-mini {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.-lutece-clear-both {
	clear: both;
}
.-lutece-center {
	margin-left: auto;
	margin-right: auto;
}
.-lutece-full-width {
	width: 100%;
}
.-lutece-800px-width {/* useful for insert-album gallery view panel only */ 
	width: 800px;
}
.-lutece-input {
	border:1px solid #81ADD7;
	color:#5693C0;
}
/**************************************************************************************************************/
body {background-color: #DBDBDB;}
#banner {
/*	background-color: #2178B3;*/
	background-color: #FFFFFF;
	height: 15em;
	margin-top: 1px;
	width: 100%;
	
/*	background-image: url("../images/local/skin/header_background.png");*/
	
}


#banner-haut 
{
	width: 100%;
	height: 4em;
}

#banner-bas 
{
	width: 100%;
	height: 15em;
	background-repeat: repeat;
	background-image: url("../images/local/skin/banner.png");
}

#search {
	text-align: right;
	float: right;
}
#page-path {
	height: 5em;
}
#page {
	background-color: white;
	padding:em 0;
	width: 100%
}
/***************************************************/
/*.portlet-background-header {
	background-image: url("../images/local/skin/title_background.png");
	background-color:#2178B3;
	font-size:1.4em;
	font-weight:bold;
	color:#EEEEEE;
	padding:0.28em 1em;
	border-bottom: 1px solid #efefef;
}
.portlet-background-content {
	background-image: url("../images/local/skin/portlet_background2.png");
	background-color: white;
	background-repeat: repeat-x;
	padding:1em;
}*/

#sidebar, #one-zone-first{
	width:960px;
	margin: 0px 10px 0px 10px;
	padding: 10px;
}

.portlet {
/*	background-image: url("../images/local/skin/portlet_background2.png");*/
	background-color: white;
	background-repeat: repeat-x;
	padding:1em;
}
.portlet-header{
	font-size:1.4em;
	font-weight:bold;	
}
/***************************************************/
#footer1 {
/*	background-color: #757779;*/
	background-color: white;
	width: 100%;
}

#footer1-subelement {
	background-color: #f1f1f1;
	color: #1F4772;
	height:20em;
	margin:1.5%;
	width:97%;
}

.footer1-column {
	margin-top: 1em;
	width: 33%;
	float: right;
}

a.first-level {
	color: #1F4772;
	font-size:1.4em;
	font-weight:bold;
	text-decoration:none;
}

a.last-level {
	color: #1F4772;
	font-size:0.9em;
	text-decoration:none;
	padding-left: 2em;
}

/***************************************************/
#footer2 {
/*	background-color: #444444;*/
	background-color: #00509B;
	height: 2em;
	margin-bottom: 2px;
	width: 100%;
}

#footer-links {
	text-align: right;
}

#footer-rss {
	text-align: right;
}

#footer2 a {
	color: #dddddd;
}

ul#menu li ul{
    display:none;
}

ul#menu li:hover>ul{
    display:block;
}


ul#menu{
    margin:0px;
    padding:0px;
    list-style:none;
    width:100%;
    background:#859ECF;
    float:left;
    /*font:0.7em Arial;*/
}

ul#menu hr{
    margin-right: 4px;
    margin-left: 4px;
}

ul#menu li{
    float:left;
    display:block;
    padding:1px 1px;
    background-image: url(../images/local/skin/banner_arrows.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left:15px;
}

ul#menu li.first{
    /*padding-left:2px;*/
    padding-left:17px;
}

ul#menu li.last{
    padding-right:2px;
}

ul#menu li a{
    display:block;
    padding:2px 6px;
    /*border:1px solid #CCCCCC;*/
    color:White;
    text-decoration:none
}

ul#menu li a:hover{
    /*border-color: #000099;*/ /*needed for hover background of submenu to work */
}

ul#menu ul{
    position:absolute;
    background:#859ECF;
    border: 1px solid #260650;
    list-style:none;
    margin:0px;
    padding:0px;
    width:160px;
    z-index:1;
}

ul#menu ul ul{
    top:0px;
    left:155px;
    z-index:2;
}

ul#menu ul li{
    position:relative;
    float:none;
    background-image:none;
    margin:0px;
    padding:0px;
    border-top: 1px solid #260650;
    _display:inline;
}

ul#menu ul li a{
    display:block;
    margin:0px;
	padding:0px;
	width:160px;
    border:none;
}
ul#menu ul li a span{
    display:block;
    width:144px;
    _width:156px;
    padding:2px 6px;
    margin:0px 2px;
    border:none;
    cursor: pointer;
	cursor:hand;
}
ul#menu ul li a.next span{}
ul#menu ul li a.next:hover span{
    background-position: -160px 50%;
}

ul#menu ul li a:hover span{
    /*background-color:#000099;*/
    color: #260650;
    border:none;
}

ul#menu ul li.first{
    padding-left:0px;
    border-top: none;
}

ul#menu ul li.first a{
    padding-top:2px;
}

ul#menu ul li.last{
    padding-right:0px;
}

ul#menu ul li.last a{
    padding-bottom:2px;
}

ul#menu li ul{
    display:none;
}

ul#menu li:hover>ul{
    display:block;
}


ul#menu{
    margin:0px;
    padding:0px;
    list-style:none;
    width:100%;
    background:#859ECF;
    float:left;
    /*font:0.7em Arial;*/
}

ul#menu hr{
    margin-right: 4px;
    margin-left: 4px;
}

ul#menu li{
    float:left;
    display:block;
    padding:1px 1px;
    background-image: url(../images/local/skin/banner_arrows.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left:15px;
}

ul#menu li.first{
    /*padding-left:2px;*/
    padding-left:17px;
}

ul#menu li.last{
    padding-right:2px;
}

ul#menu li a{
    display:block;
    padding:2px 6px;
    /*border:1px solid #CCCCCC;*/
    color:White;
    text-decoration:none
}

ul#menu li a:hover{
    /*border-color: #000099;*/ /*needed for hover background of submenu to work */
}

ul#menu ul{
    position:absolute;
    background:#859ECF;
    border: 1px solid #260650;
    list-style:none;
    margin:0px;
    padding:0px;
    width:160px;
    z-index:1;
}

ul#menu ul ul{
    top:0px;
    left:155px;
    z-index:2;
}

ul#menu ul li{
    position:relative;
    float:none;
    background-image:none;
    margin:0px;
    padding:0px;
    border-top: 1px solid #260650;
    _display:inline;
}

ul#menu ul li a{
    display:block;
    margin:0px;
	padding:0px;
	width:160px;
    border:none;
}
ul#menu ul li a span{
    display:block;
    width:144px;
    _width:156px;
    padding:2px 6px;
    margin:0px 2px;
    border:none;
    cursor: pointer;
	cursor:hand;
}
ul#menu ul li a.next span{}
ul#menu ul li a.next:hover span{
    background-position: -160px 50%;
}

ul#menu ul li a:hover span{
    /*background-color:#000099;*/
    color: #260650;
    border:none;
}

ul#menu ul li.first{
    padding-left:0px;
    border-top: none;
}

ul#menu ul li.first a{
    padding-top:2px;
}

ul#menu ul li.last{
    padding-right:0px;
}

ul#menu ul li.last a{
    padding-bottom:2px;
}


/***** THEMES POUR PORTLET CHILD PAGES ******/


.boxed1 {
	margin-bottom: 20px;
	width: 16.7em;

}

.boxed1 h2 {
	height: 40px;
	margin: 0 0 2px 0;
	padding: 10px 0 0 50px;
	background: #AFB43C url("../images/local/skin/childpages/head_vert.png") no-repeat;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 200%;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed1 ul {
	margin: 0;
	padding: 0;
	background: #E4E9C5 url(../images/local/skin/childpages/bottom_vert.png) no-repeat left bottom;
	list-style: none;
}

.boxed1 li {
	padding: 10px;
	background: url(../images/local/skin/childpages/img08.gif) repeat-x;
}

.boxed1 a {
	text-decoration: none;
	font-weight: bold;
	color: #A7B83F;
}

.boxed1 a:hover {
	color: #545C20;
}

.boxed1 .active, .boxed1 .active a {
	background-color: #ABB63D;
	color: #FFFFFF;
}

.boxed1 span{
	margin-left: 20%;
}

/* Box Style Two */

.boxed2 {
	margin-bottom: 20px;
	width: 16.7em;
}

.boxed2 h2 {
	height: 40px;
	margin: 0 0 2px 0;
	padding: 10px 0 0 50px;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 200%;
	font-weight: normal;
	width: auto;	
	color: #FFFFFF;
}

.boxed2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


.boxed2 li {
	padding: 10px;
/*	font-size: small; */
}

.boxed2 a {
	text-decoration: none;
	font-weight: bold;
	color: #71767A;
	border-bottom:1px solid #E6E6E6;
}

.boxed2 a:hover {
	color: #204B5C;
}

.boxed2 .active, .boxed2 .active a {
	/*background-color: #204B5C;*/
	color: #FFFFFF;
}

.boxed2 span{
	margin-left: 20%;
}

/* Box Style Three */

.boxed3 {
	text-align: justify;
	font-size: small;
	width: 16.7em;
}

.boxed3 h2 {
	height: 40px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 55px;
	background: #FFF url(../images/local/skin/childpages/head_transparent.png) no-repeat;
	border-bottom: 2px solid #CCCCCC;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 200%;
	font-weight: normal;
	
}

.boxed3 a {
	text-decoration: none;
	color: #8E959B;
	word-spacing: -2px;
}

.boxed3 a:hover {
	color: #E55D13;
}

.boxed3 span{
	margin-left: 20%;
}

/* Box Style Two */

.boxed4 {
	margin-bottom: 20px;
	width: 16.7em;
}

.boxed4 h2 {
	height: 40px;
	margin: 0 0 2px 0;
	padding: 10px 0 0 50px;
	background: #F7D694 url(../images/local/skin/childpages/head_orange.png) no-repeat;
	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 200%;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed4 ul {
	margin: 0;
	padding: 0;
	background: #F7D694 url(../images/local/skin/childpages/bottom_orange.png) no-repeat left bottom;
	list-style: none;
}

.boxed4 li {
	padding: 10px;
	background: url(../images/local/skin/childpages/dotted_orange.png) repeat-x;
/*	font-size: small; */
}

.boxed4 a {
	text-decoration: none;
	font-weight: bold;
	color: #F7A100;
}

.boxed4 a:hover {
	color: #204B5C;
}

.boxed4 .active, .boxed4 .active a {
	/*background-color: #FBCA6D;*/
	color: #FFFFFF;
}

.boxed4 span{
	margin-left: 8%;
}

/********************************/

.onechild {
	margin-bottom: 20px;
}

.onechild h2 {

	height: 100%;
	margin: 0 10px 0 0;
	padding: 5px 5px;
	background: url(../images/local/skin/childpages/head_bleu80.png) no-repeat;
/*	text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 150%;
	font-weight: normal;*/
	font-size: 100%;
	width: 160px;	
	color: #FFFFFF;
}

.onechild h2 a {
	color: #FFFFFF;
	font-weight: bold;
}

.onechild ul {
	margin: 0;
	padding: 0;
	background: #C6DEE7 url(../images/local/skin/childpages/bottom_bleu.png) no-repeat left bottom;
	list-style: none;
}


.onechild li {
	padding: 10px;
	background:  url(../images/local/skin/childpages/img11.gif) repeat-x;
/*	font-size: small; */
}

.onechild a {
	text-decoration: none;
	font-weight: bold;
	color: #6887C2;
}

.onechild a:hover {
	color: #204B5C;
}

.onechild .active, .onechild .active a {
	/*background-color: #204B5C;*/
	color: #FFFFFF;
}

.onechild span{
	margin-left: 20%;
}

.horizontal {	
	margin-bottom: 20px;
	height: 31px;
}


.horizontal div {
	float: left;
	height: 100%;
	margin: 0 10px 0 0;
	padding: 5px 5px;
	background: url(../images/local/skin/childpages/head_bleu60.png) no-repeat;
	/*text-transform: lowercase;
	letter-spacing: -2px;
	font-size: 100%;
	font-weight: normal;*/
	width: 120px;
	color: #FFFFFF;
	text-align: center;
}

.horizontal a {
	text-decoration: none;
	font-weight: bold;
/*	color: #6887C2;*/
	color: #FFFFFF;
}

/***---- document page flash menu ------------------------------- */


#blocMenus {
	position: relative;
	width: 980px; height:144px;
	margin:auto; 
	background-image: url(../themes/groupe/images/local/skin/bandeau.jpg);
	background-repeat: no-repeat;
	color:#cbcbcb;
}

.lienMenu {
font-size:11px;
font-weight:bold;
}

a.lienMenu:link { color: #858585; text-decoration:none; }
a.lienMenu:visited { color: #858585; text-decoration:none; }
a.lienMenu:active { color: #858585; text-decoration:none; }
a.lienMenu:hover, a#current_link { color: #1272bd; }
a.lienMenu:hover, a.head#_link { color: #656565; }

h1, h2{  
	color:#1272bd; 
	padding:0px; 
	font-family:Century Gothic, tahoma, Helvetica, sans-serif;
}

