/* CSS Document */
/* --------------------------------------------------------------------------------------------- Remise à zéro de tous les préformatages navigateurs */
body {
	font-size: 62.5%;
	font-family: arial, helvetica, sans-serif;
	color: #000;
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: none;
}

a:active,a:focus {
	outline: none;
}

img {
	border: none
}

a img {
	border: none
}

strong {
	font-weight: bold
}

em {
	font-style: italic
}

label {
	cursor: pointer
}

abbr,acronym {
	border-bottom: 1px dotted #333;
	cursor: help
}

.breaker {
	clear: both;
	height: 0;
	width: 100%;
	visibility: hidden;
}

.wrapper {
	width: 972px;
	margin: 0 auto;
}

/* --------------------------------------------------------------------------------------------- background home */
#backgroundHome {
	position: relative;
	margin: 0;
	padding: 0
}

#masque_image {
	position: absolute;
	margin-top: 145px;
	width: 100%;
	height: 200px;
}

/* --------------------------------------------------------------------------------------------- Page */
#page-home {
	position: relative;
}

#page {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

/* --------------------------------------------------------------------------------------------- Global */
#global {
	
}

/* --------------------------------------------------------------------------------------------- Header */
#header-background {
	width: 100%;
	position: absolute;
	height: 130px;
}

#header .bottom {
	height: 60px;
	width: 765px;
	float: left;
	position: relative;
	bottom: 6px;
}

#header .top {
	width: 765px;
	float: left;
	height: 70px;
}

#header .right {
	float: right;
	width: 207px;
	height: 86px;
	padding: 22px 0px;
}

#header .right .center {
	margin: 0 auto;
	position: relative;
	bottom: -8px;
}

#header .right .elem {
	width: 91px;
}

#header .right .twoElem {
	width: 199px;
}

#header .right .logo1 {
	background: transparent
		url(../../images/structure/background-header-image-right.png)
		no-repeat 0 0;
	width: 91px;
	height: 86px;
	float: left;
	padding-right: 15px;
}

#header .right .logo2 {
	background: transparent
		url(../../images/structure/background-header-image-right.png)
		no-repeat 0 0;
	width: 91px;
	height: 86px;
	float: left;
}

#header .right .logo1 img {
}

#header .right .logo2 img {
}

#header .right .logo1 img,#header .right .logo2 img {
	display:block;
	margin:auto;
	max-width: 82px;
	height: 83px;
}

/*
* position niveau 1
*/
#header .bottom .logo {
	text-align: center;
	position: relative;
	bottom: 46px;
	float: left;
}

#header .bottom .text image {
	padding: 8px 0 10px 0;
	height: 42px;
}

#header .bottom .image {
	padding: 8px 0 10px 22px;
	height: 42px;
	float: left;
	position: relative;
	top: 7px;
}

#header .bottom .logo .logoImage {
	position: relative;
	background-color: white;
	float: left;
	top: 8px;
	min-height: 50px;
}

/*
* position niveau 2 (image)
*/
#header .bottom .logo a {
	
}

#header .bottom .logo a * {
	display: block;
}

/* background support */
#header .bottom .logo .wrap {
	position: absolute;
	width: 100%;
}

#header .bottom .logo .side {
	bottom: -27px;
	height: 117px;
	padding-bottom: 18px;
	width: 11px;
	position: absolute;
}

#header .bottom .logo .bottomLogoBg {
	background: transparent
		url(../../images/structure/background-header-main-logo-bottom.png)
		repeat-x 0 0;
	height: 16px;
	bottom: -16px;
}

#header .bottom .logo .leftLogoBg {
	background:
		url("../../images/structure/background-header-main-logo-left.png")
		no-repeat 0 0;
	left: -11px;
}

#header .bottom .logo .rightLogoBg {
	background: transparent
		url(../../images/structure/background-header-main-logo-right.png)
		no-repeat 0 0;
	right: -10px;
}

/* image inside */
#header .bottom .logo img {
	height: 90px;
	max-width: 328px;
}

/*
* position niveau 2 (image du texte)
*/
#header h1 {
	font-size: 1.6em;
	text-align: right
}

#header .bottom h2 {
	font-size: 2.2em;
	color: #FFF;
	font-weight: normal;
	text-align: left;
}

#header .bottom .baseline {
	font-size: 1.3em;
	color: #FFF;
	font-weight: normal;
	padding-left: 66px;
	background: transparent
		url(../../images/structure/background-header-baseline.gif) no-repeat 0
		bottom;
}

/* ----------------------------------------------------- Logo */
#header #logo {
	float: left; /*margin:0 0 0 124px*/
}

/* ----------------------------------------------------- Devise */
#header #devise {
	margin: 10px 0 0 10px
}

/* ----------------------------------------------------- Acc�s rapides */
#header #acces_rapides {
	float: right;
	padding: 23px 12px 0 12px;
	text-align: right;
	position: relative;
}

#header #acces_rapides li {
	display: inline;
	font-size: 1.1em;
	padding: 0 8px 0 8px;
	background: url(../../images/structure/separateur.gif) no-repeat top
		right;
}

#header #acces_rapides li:last-child {
	background: none;
}

/* ----------------------------------------------------- Choix langues */
#choix_langue {
	width: 50px;
	float: right;
	padding: 15px 0 0 0;
	position: relative;
	z-index: 1002;
}

#langues {
	position: absolute;
	width: 48px;
	left: 0;
	top: 45px;
}

#langues li {
	display: block;
	padding: 4px 0 3px 5px;
	background: url(../../images/structure/bckd_langueli.png) no-repeat left
		top;
}

#langues li:last-child {
	background-image: none;
	background-color: #ffffff;
}

#langues li:last-child img {
	padding-bottom: 3px;
}

/* ----------------------------------------------------- Recherche */
#header #recherche {
	float: right;
	position: relative;
	font-size: 1.1em;
	margin-top: 18px;
	color: #a3a3a3;
}

#header #recherche fieldset {
	border: none;
	padding-bottom: 3px;
}

#header #recherche legend,#header #recherche label {
	display: none;
}

#header #recherche input.champ_recherche {
	width: 156px;
	font-size: 1em;
	border: 1px solid #eeeeee;
	border-right: none;
	padding: 3px 0 3px 3px;
	margin: 0 0 0 3px;
}

#header #recherche input.bouton {
	font-size: 0.9em;
	color: #a3a3a3;
	background: #FFF url(../../images/structure/separateur_input.gif) left
		2px no-repeat;
	border: 1px solid #eeeeee;
	border-left: none;
	padding: 2px 4px 2px 2px !important;
	cursor: pointer
}

#header #recherche a {
	display: block;
	margin: 5px 0 0 86px;
	cursor: pointer;
	text-decoration: underline;
}

#header #recherche a:hover {
	text-decoration: none;
}

/* --------------------------------------------------------------------------------------------- Main */
#main {
	position: relative;
	font-size: 1.1em;
	width: 1006px;
}

#main .bottomImage {
	position: absolute;
	background:
		url(../../images/colonne-bg/background-right-column-bottom.png) right
		bottom no-repeat;
	width: 266px;
	height: 266px;
	right: 0;
	bottom: 0;
	z-index: 20;
}

.wrapper_slider {
	min-height: 430px;
	background-color: transparent;
}

/* --------------------------------------------------------------------------------------------- Colonne Droite Home */
#colonne {
	position: absolute;
	top: 0px;
	left: 740px;
	background: url(../../images/colonne-bg/background-right-column.png)
		left top no-repeat;
	width: 207px;
	padding: 0 14px 70px 25px;
	height: 100%;
	min-height: 726px;
	z-index: 50;
}

#colonne #actualite {
	height: 166px;
	position: relative;
	padding-top: 10px;
}

#colonne #profil {
	display: block;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 145px;
}

#colonne #sociaux {
	padding-top: 36px;
	padding-bottom: 16px;
}

#colonne #sociaux li {
	display: inline;
	padding: 0 4px 0 0;
}

#colonne #evenements {
	height: 300px;
}

#colonne #evenements ul li.first {
	margin-top: 18px;
}

/* --------------------------------------------------------------------------------------------- Contenu */
#contenu {
	font-size: 1.1em;
	padding: 50px 0 0 0;
}

/* --------------------------------------------------------------------------------------------- Compass */
#barre_outils {
	clear: both;
	/*width:1120px;*/
}

#compas {
	float: left;
	font-size: 0.8em;
	text-transform: lowercase;
/* 	background: url(../../images/structure/background/compas.gif) no-repeat */
		left 50%;
	padding: 6px 20px 20px 30px;
	width: 550px;
}

#compas span {
	color: #000;
}

#compas a {
	color: #7e7e7e;
	background: url(../../images/structure/puce_compas.gif) right 4px
		no-repeat;
	padding-right: 8px;
	margin-right: 6px
}

/* --------------------------------------------------------------------------------------------- Telechargement */
#telechargement {
	float: left;
	width: 140px;
	/*position:relative;*/
	font-size: 1.1em;
	color: #434343;
	border: 1px solid #eeeeee;
	padding: 3px 0 3px 3px;
	margin: 0 0 0 3px;
}

#telechargement_slide {
	float: left;
	height: 24px;
	position: relative;
}

#telechargement_slide ul {
	display: block;
	width: 155px;
	background: #e7e7e7;
	border: #CCC 1px solid;
	position: absolute;
	z-index: 900; /*5000;*/
	padding: 6px 0;
	left: 0;
	top: 24px;
}

#telechargement_slide ul li {
	display: block;
	padding: 6px;
}

#telechargement_slide ul li a {
	color: #434343;
	text-decoration: none;
	font-size: 0.8em;
}

#telechargement_slide ul li a:hover {
	text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------- Retour */
#back_page {
	float: left;
	padding: 6px 0;
}

#back_page a {
	color: #434343;
	text-decoration: none;
	padding: 0 0 0 20px;
}

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

/* --------------------------------------------------------------------------------------------- Outils */
#outils {
	float: right;
	/*padding-left:130px;
		width:140px;*/
}

#outils li {
	display: inline;
	padding-left: 6px;
}

#outils li a img {
	vertical-align: middle;
}

/* --------------------------------------------------------------------------------------------- Contenu Principal */
#contenu_principal {
	
}

#menu_principal li ul {
	display: block;
	clear: both;
	float: left;
	position: absolute;
	left: 0px;
	top: 37px;
}
#menu_principal li ul.none {
	background:none;
	background-color:none;
}

#menu_principal li ul li.deco {
	display: block;
	height: 12px;
	width: 23px;
	position: absolute;
	top: -10px;
}

#menu_principal li ul {
	background-color: #000;
}

#menu_principal li ul {
	/*background:url(../../images/structure/menuCentral/bg_rub3.png) repeat-x scroll 0 2px transparent;*/
	
}

#menu_principal li ul li.deco {
	/*background:url(../../images/structure/pic_rub3.gif) center top no-repeat;*/
	
}

#menu_principal li ul li a:hover {
	color: #000;
}

.rub1_menu ul { /*background-color:#008559;*/
	/*background:url(../../images/structure/menuCentral/bg_rub1.png) repeat-x scroll 0 2px transparent;*/
	
}

.rub1_menu ul li.deco {
	left: 46px;
	/*background:url(../../images/structure/pic_rub1.gif) center top no-repeat;*/
}

.rub2_menu ul { /*background-color:#86144e;*/
	/*background:url(../../images/structure/menuCentral/bg_rub2.png) repeat-x scroll 0 2px transparent;*/
	
}

.rub2_menu ul li.deco {
	left: 176px;
	/*background:url(../../images/structure/pic_rub2.gif) center top no-repeat;*/
}

.rub3_menu ul { /*background-color:#0083ab;*/
	/*background:url(../../images/structure/menuCentral/bg_rub3.png) repeat-x scroll 0 2px transparent;*/
	
}

.rub3_menu ul li.deco {
	left: 297px;
	/*background:url(../../images/structure/pic_rub3.gif) center top no-repeat;*/
}

.rub4_menu ul { /*background-color:#f29405;*/
	/*background:url(../../images/structure/menuCentral/bg_rub4.png) repeat-x scroll 0 2px transparent;*/
	
}

.rub4_menu ul li.deco {
	left: 416px;
	/*background:url(../../images/structure/pic_rub4.gif) center top no-repeat;*/
}

.rub5_menu {
	/*background:url(../../images/structure/puce_international_menu.gif) 100px 32px no-repeat;*/
	
}

.rub5_menu ul li.deco {
	left: 552px;
	/*background:url(../../images/structure/pic_rub5.gif) center top no-repeat;*/
}

.rub6_menu {
	/*background:url(../../images/structure/puce_admission_menu.gif) 100px 32px no-repeat;*/
	
}

.rub6_menu ul li.deco {
	left: 686px;
	/*background:url(../../images/structure/pic_rub6.gif) center top no-repeat;*/
}

#menu_principal li ul li {
	display: inline;
	width: auto;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: none;
	white-space: nowrap;
	padding: 3px 0px 3px 12px;
	height: 26px;
}

#menu_principal li ul li a {
	display: block;
	height: 29px;
	line-height: 27px;
	padding: 0 2px;
	color: #FFFFFF
}

#menu_principal li ul li a:hover {
	background-color: #FFF;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0 4px 4px 0 0;
	-webkit-border-top-left-radius: 4px; /* pour Chrome */
	-webkit-border-top-right-radius: 4px; /* pour Chrome */
	padding: 0 2px;
}

#menu_principal li ul li a.selected {
	display: block;
	height: 29px;
	line-height: 27px;
	padding: 0 2px;
	background-color: #FFF;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0 4px 4px 0 0;
	-webkit-border-top-left-radius: 4px; /* pour Chrome */
	-webkit-border-top-right-radius: 4px; /* pour Chrome */
}

/**********************/
/********************************************************Contenu Bas**************/
#contenu_bas {
	background:
		url(../../images/colonne-bg/background-right-column-middle.jpg) right
		top repeat-y;
	width: 1006px;
	clear: both;
	float: left;
	padding: 20px 0px 0 0;
	min-height: 280px;
}

/* --------------------------------------------------------------------------------------------- Footer */
#footer {
	background: url(../../images/structure/bckd_contextuel_home_long.gif)
		scroll center 0 no-repeat;
	width: 100%;
}

.footer-wrapper {
	padding: 0 12px;
	width: 980px;
	margin: 0 auto;
}

/* ----------------------------------------------------- contextuel */
#footer #contextuel_bas {
	height: 50px;
	padding: 18px 0px 0;
	width: 980px;
	margin: 0 auto;
}

#footer #contextuel_bas li {
	display: inline;
	padding-right: 10px;
}

#footer #contextuel_bas .contextual_item {
	float: left;
}

#footer #contextuel_bas .contextual_item a {
	display: block;
	/*margin-right:10px*/
}

#footer #contextuel_bas img {
	float: left;
	max-height: 28px;
}

#footer #contextuel_bas .contextual_text {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 6px;
	width: 65px;
	float: left;
	display: block;
	padding-top: 9px;
}

#footer #contextuel_bas .ecp_logo {
	width: 73px;
}
*+html #footer #contextuel_bas .ecp_logo {
	width: 78px;
}
/* ----------------------------------------------------- principal */
#footer #menu_all {
	min-height: 55px;
	background: transparent
		url(../../images/structure/footer-principal-background.jpg) center top
		repeat-y;
}

#footer #menu_all #footer_principal {
	background-color: #2b292a;
	display: block;
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#footer #menu_all #footer_principal ul {
	float: left;
}

#footer #menu_all #footer_principal li {
	float: left;
	width: 130px;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
}

#footer #menu_all #footer_principal #fleche_down {
	width: 12px;
	padding-left: 0px;
	right: 6px;
	position: absolute;
}

#footer #menu_all #footer_principal li a {
	font-size: 1.2em;
	font-weight: bold;
}

#footer #menu_all #footer_principal li .nav_footer {
	float: left;
	width: 100%;
	height: auto;
	background-color: #2b292a;
}

#footer #menu_all #footer_principal li .nav_footer li {
	padding-top: 5px;
	padding-left: 6px;
	line-height: 1.6em;
}

#footer #menu_all #footer_principal li .nav_footer li a {
	font-size: 1.1em;
	font-weight: normal;
}

/* ----------------------------------------------------- secondaire */
.footer_secondaire-wrapper {
	background: url(../../images/structure/footer-secondaire-background.jpg)
		repeat-y center top;
	position: relative;
	height: 36px;
	padding: 21px 0px 0;
}

#footer #footer_secondaire {
	color: #9f9f9f;
	text-align: right;
	width: 980px;
	margin: 0 auto;
}

#footer #footer_secondaire li {
	display: inline;
	font-size: 1.2em;
	padding: 0 0px 0 40px;
}

/* ---------------------------------------------------- backporting */
#compas ul li {
	float: left;
}

.sousMenuMockup {
	background: url(../../images/mockups/sousMenuMockup.png) left top
		no-repeat;
	width: 758px;
	height: 29px;
}

#center_navigation_edit {
	width: 764px;
}

/**/
/** MOCKUPS CSS*/
/**/
.fastlinkMockup {
	background: lightgray url(../../images/mockups/fastLinkMockup.png)
		no-repeat center center;
	height: 20px;
	width: 140px;
	clear: both;
	border: solid gray 1px;
	opacity: 0.5;
	filter: alpha(opacity =           5);
}

#header #acces_rapides li.empty {
	position: relative;
	bottom: 14px
}