/*
Header COE
-------------------------------------------------------------- */

body {
}

#bg {
	background: url(../imagescoe/fond_html.gif) repeat-x #F0F0F0;
}

#page {
	margin-right: auto;
	margin-left: auto;
	background: url(../imagescoe/bg-header-site.jpg) no-repeat center top;
	min-width: 980px;
}

#page .title-orga{
	height: 80px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 500px;
	text-align: right;
}

#page .title-orga h2,
#page .title-orga p{
	color: #E8E8E8;
	font-family: lucida sans unicode, lucida sans, arial;
	text-shadow: 0px 1px 2px #000;
	padding: 0;
	margin: 0;
	/*letter-spacing: -1px;*/
}

#page .title-orga h2{
	font-size: 2.3em;
	line-height: 1.2em;
}

#page .title-orga p{
	font-size: 2.1em;
}

#header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 160px;
	font-family: arial, verdana, sans-serif;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a,
#header h1 a:hover{
	color: #e8e8e8;
	font-family: lucida sans unicode, lucida sans, arial;
	text-shadow: 0px 1px 2px black;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 36px;
	padding-left: 110px;
	font-weight: normal;
	position: absolute;
	top: 40px;
	left: 15px;
}

#wai {
	width: 250px;
	position: absolute;
	color: #95a8c3;
	font-size: 9px;
	left: 7px;
	top: 3px;
}

#wai a {
	text-decoration: none;
	color: #95a8c3;
}

#wai a:hover {
	text-decoration: underline;
}


ul#lang {
	position: absolute;
	left: 370px;
	width: 300px;
	top: 3px;
	list-style: none;
}

#lang li {
	float: left;
}

#lang li a {
	text-transform: uppercase;
	background: #526a93 url(../imagescoe/bg-btn-lang-off.png) repeat-x;
	margin-right: 2px;
	color: white;
	text-decoration: none;
	font-size: 9px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 1px 0px #424242;
	-moz-box-shadow: 0px 1px 1px 0px #424242;
	box-shadow: 0px 1px 1px 0px #424242;
	padding: 2px 3px;
	display: block;
}

#lang li a:hover, #lang li a.active {
	background: #d2d2d2 url(../imagescoe/bg-btn-lang-on.png) repeat-x;
	color: #424242;
}

#lang li.intra{
	margin-left: 8px;
}

#search {
	position: absolute;
	right: 0;
	top: 2px;
	width: 310px;
	height: 25px;
}

#search p.adsearch{
	margin: 0;
	padding: 0;
}

#search p.adsearch a {
	float: left;
	position: absolute;
	top: 2px;
	right: 180px;
	color: #95a8c3;
	font-size: 9px;
	text-decoration: underline;
}

#search p.adsearch a:hover {
	text-decoration: none;
}

#search p label {
	display: none;
}

#search input.searchFieldButton{
position: absolute;
right: 0;
height:23px;
}

#search input.searchField{
background: transparent;
border: none;
margin-left: 21px;
font-size: 11px;
color: #0D3063;
width: 124px;
padding: 5px 1px;
}

#search div.leform{
background: url(../imagescoe/form-search-input.png) no-repeat;
position: absolute;
right: 0px;
width: 174px;
height: 23px;
}

/* Le menu principal */

ul#mainmenu , ul#mainmenu ul, ul#lang{
	margin:0;
}

ul#mainmenu {
	position: absolute;
	bottom: 0;
	width: 980px;
	background: url(../imagescoe/ombrage-menu.png) no-repeat center bottom;
	display: table;
	margin:0;
}

#mainmenu li {
	display: table-cell;
}

#mainmenu li a span {
	color: #ddd;
	padding-right: 15px;
	background: url(../imagescoe/puce-mainmenu.png) no-repeat right center;
}


#mainmenu li.dark {
	height: 28px;
	vertical-align: bottom;
	background: url(../imagescoe/bg-menu-dark.png) repeat center top;
}

#mainmenu li.white {
	height: 30px;
	background: url(../imagescoe/bg-menu-white.png) center top;
}

#mainmenu li.white a {
	height: 30px;
}

#mainmenu li a {
	color: #ddd;
	text-decoration: none;
	font: normal normal 1.1em/2.1em arial, Verdana, sans-serif;
	background: url(../imagescoe/sep-menu.png) no-repeat left bottom;
	padding-left: 10px;
	padding-right: 10px;
	height: 28px;
	display: block;
	text-align: center;
	/*text-shadow: rgba(0,0,0,0.5) -1px -1px 1px;*/
}


#mainmenu li:hover,
#mainmenu li.hover {
	color: #ccc;
	background-position: center bottom;
}

#mainmenu li.home a {
	background-image: url(../imagescoe/icon-home.png);
	text-indent: -9999px;
	width: 17px;
	height: 15px;
	margin-left: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 7px;
}

#mainmenu li.dark.home {
	background-position: left top;
}

#mainmenu li.dark.home:hover {
	background-position: left bottom;
}

#mainmenu li.white.first {
	background-position: left top;
}

#mainmenu li.white.first:hover,
#mainmenu li.white.first.hover {
	background-position: left bottom;
}

#mainmenu li.white.last {
	background-position: right top;
}

#mainmenu li.white.last:hover,
#mainmenu li.white.last.hover {
	background-position: right bottom;
}

#mainmenu li.dark.news {
	background-position: right top;
}

#mainmenu li.dark.news:hover {
	background-position: right bottom;
}

#mainmenu li.white.first a, #mainmenu li.dark.nosep a {
	background-image: none;
}

/* menu déroulant */

#mainmenu li div.dropdown {
	 display:none;
	 position: absolute;
	 top:100%;
	 left: 0;
	 z-index: 220;
	 width: 980px;
	 background:url(../imagescoe/dropDown_menu.png) repeat-x #DADADA;
	-webkit-box-shadow: 0px 10px 15px -3px #424242;
	-moz-box-shadow: 0px 10px 15px -3px #424242;
	box-shadow: 0px 10px 15px -3px #424242;
}

#mainmenu li.menu .dropdown h3 {
    color: #2161B4;
    font-size: 150%;
    font-weight: bold;
    margin: 0;
    padding: 8px 0 12px 12px;
	line-height: 2em;
}

#mainmenu li.menu .dropdown h4 {
    border: 1px solid #CCCCCC;
    color: #2161B4;
    font-size: 110%;
    font-weight: bold;
    line-height: 140%;
    margin: 0 6px 0;
    padding: 2px;
}

#mainmenu li.menu .dropdown .col2 {
    float: left;
    width: 45%;
}

#mainmenu li.menu .dropdown .col3 {
    float: left;
    padding: 0 0 0 24px;
    width: 30%;
}

#mainmenu li.menu .dropdown .col4 {
    float: left;
    padding: 0 0 0 7px;
    width: 24%;
}

#mainmenu li.menu .dropdown .col2-3 {
    float: left;
    padding: 0 0 0 24px;
    width: 62%;
}

#mainmenu li.menu .dropdown ul{
	padding:9px 9px 20px 9px;
}

#mainmenu li.menu .dropdown ul ul{
	padding:6px 0 6px 9px;
	
}

#mainmenu li.menu .dropdown li{
	display: list-item;
	line-height:14px;
	margin:6px 0 6px 12px;
	list-style-type:disc;
	list-style-position:outside;
	color:#2161B4;
	float: none;
}

#mainmenu li.menu .dropdown li a {
    background-image: none;
    display: inline;
    font-size: 90%;
    height: auto;
    line-height: 14px;
    margin: 0;
    padding: 0;
	color: #2161B4;
	text-shadow: none;
}

#mainmenu li.menu .dropdown li a:hover {
    text-decoration: underline;
}

/* bouton actions portlet menu principal */
#header .portlet-borderless-bar {
position: absolute;
bottom: 30px;
left: 5px;
}

#header .lfr-meta-actions {
position: absolute;
bottom: 30px;
right: 0px;
}

/* content body */
#wrapper{
	background-color:#fff;
	width:960px;
	margin: 0 auto;
	padding: 10px;
	color: #444;
}

/* footer intern */
.inter_footer {
padding-top: 10px;
display: table;
}

.inter_footer .col-footer{
width: 160px;
padding-left:30px;
display: table-cell;
border-left: 1px dotted;
vertical-align: top;
}

.ie7 .inter_footer .col-footer{
float: left;
}

.inter_footer .col-footer:first-child{
border: none;
}

.inter_footer .col-footer > ul{
margin: 0;
list-style: none;
}
.inter_footer .col-footer > ul > li{
padding-left: 12px;
background: url("../imagescoe/bullet-arrow-blue.png") no-repeat left 5px;
}

.inter_footer .col-footer > ul > li a{
text-decoration: none;
color:#000;
}

.inter_footer .col-footer > ul > li a:hover{
text-decoration: underline;
}
