﻿.myhr {
	clear:both; 
	visibility:hidden; 
	overflow:hidden; 
	height:0px; 
	border: 0 none; 
}

html, body {
	font-size: 1em;
	font-family: 'PT Sans', sans-serif;
	color: #272727;
	height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

.error {
	border: 1px solid #FE3B3B;
}

.red {
	color: #FE3B3B;
}

.hidden {
	position:absolute;
	left:-10000px; 
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/* ### Général ################################################### */

a {
	color: #E7511E;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.link {
	color: black;
}

a.link_ressource {
	text-decoration: none;
	font-size: 1.1em;
}

a.link_ressource img {
	border: none;
}

a.red {
	color: #BE0A26;
}

input[type=submit] {
	background: white;
	border: 1px solid #E7511E;
	color: #E7511E;
	margin: 0 1em;
	padding: 0.1em;
}
input[type=submit]:hover {
	background-color: #FFF7D1;
}
input[type=submit]:active {
	background-color: #E7511E;
	border-color: white;
	color: white;
}

h1,h2,h3,h4,h5,h6 {
	margin: 1em 0;
}

h1 {
	font-size: 12pt;
}
h2 {
	font-size: 12pt;
        color: #FF8D00;
}
h3 {
	font-size: 8pt;
}

/* p {
	margin-bottom: 1em;
}*/ 

li {
	margin-left: 2em;
}

ul, ol {
	margin: 1em 0;
}

.hide {
	display: none; 	
}

.clear {
	clear: both;
}

#content {
	font-size: 0.9em;
	min-height: 560px;
}

.uohDelayDisplay {
	display: none;
}

.uohInitiallyHidden {
	display: none;
}

.uohClickableContent {
	cursor: pointer;
}

.uohTabs {
	margin: 0;
	padding: 0;
}

.uohTabs li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
	text-align: center;
	width: 78px;
}

.uohPopupDialog {
	display: none; /* Initialement caché */
}

/* ### JQUERY ################################################### */

.ui-widget { font-family: PT Sans, sans-serif, Trebuchet MS, Tahoma, Verdana, Arial; font-size: 0.9em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: PT Sans, sans-serif, Trebuchet MS, Tahoma, Verdana, Arial; font-size: 1em; }

/* ### MESSAGES ################################################### */

.uohErrorMessages {
	border: 1px solid #FFD800;
	background: #FFF6CC;
	color: red;
	padding: 1em;
	font-style: italic;
}

.actionMessage {
	padding: 0.4em .7em;
}

.actionMessageIcon {
	float: left;
	margin-right: .3em;
}

.actionMessage p {
	margin: 0;
}

/* ### LIRE LA SUITE ################################################### */

.uohReadMoreArea .uohContentArea {
	height: 11em;
	overflow: hidden;
	position: relative;
}

.uohReadMoreArea .uohReadMoreMask {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 20px;
	background: url(../images/readMoreMask.png) bottom transparent repeat-x;
}

.uohReadMoreAreaExpanded .uohReadMoreMask {
	display: none;
}

.uohReadMoreArea .uohReadMore {
	display: block;
	background: white;
	border: 0;
	text-align: center;
	text-decoration: none;
	padding: 0.3em;
}

.uohReadMoreAreaExpanded .uohReadMoreExpand {
	display: none;
}

.uohReadMoreExpand span {
	background: url(../images/1go-down.png) left center no-repeat transparent;
}

.uohReadMoreArea .uohReadMore:hover, .uohReadMoreArea .uohReadMore:focus {
	background: #E2E2E2;
}

.uohReadMoreAreaCollapsed .uohReadMoreCollapse {
	display: none;
}

.uohReadMoreCollapse span {
	background: url(../images/1go-up.png) left center no-repeat transparent;
}

.uohReadMoreArea .uohReadMore span {
	padding: 0.4em 6px 0.4em 20px;
}

/*
### HEADER ###################################################*/
body {
	background: url(../images/fond-page.png) repeat-x top white;
}

#global-header {
	background: url(../images/dessin-filaire-fond-home.png) no-repeat center top transparent;
	min-height: 234px;
	position: relative;
}

.page {
	width: 1010px;
	margin: 0 auto;
	font-size: 0.9em;
	z-index: 2;
}

#header {
	padding: 20px 0 10px 35px;
	font-size: 0.8em;
}

#breadcrumb {
	color: #8C8C8C;
	margin-top: 15px;
}

#breadcrumb a {
	text-decoration: none;
	color: #8C8C8C;
}

#breadcrumb a:hover {
	text-decoration: none;
	color: #BE0A26;
}

/*
### BOX ###################################################*/

.uohBox {
}

.uohBox .boxTitle {
	background-color: #E9E9E2;
	padding: 0.2em 1em;
	color: #FF8D00;
}

.uohBox input.text {
	vertical-align: middle;
	border: 1px solid #E7511E;
	line-height: 20pt;
	height: 20pt;
}

.uohBox input.button {
	vertical-align: middle;
	border: 1px solid #E7511E;
	background-color: #E7511E;
	color: #FFFFFF;
	height: 22pt;
	width: 25pt;
	margin: 0 0.4em;
}

.uohBox .boxContent {
}

.box {
	width: 260px;
}

.box .boxContent {
	background-color: #FFFFFF;
	padding: 1em;
	border: 1px solid #4B4B4B;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	behavior: url(pie.htc);
	-pie-poll: true;
}

.box .boxShadow {
	height: 12px;
	width: 260px;
	background: transparent url("../images/boxes/box-shadow.png") no-repeat;
}

.box .boxTitre {
	color: #E7511E;
	font-size: 1.4em;
	margin-top: 0;
	text-transform: uppercase;
}

.boxSmall {
	width: 240px;
}

.boxSmall .boxContent {
	padding: 20px 10px 15px 10px;
	background-color: #FFFFFF;
	border: 1px solid #4B4B4B;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	behavior: url(pie.htc);
	-pie-poll: true;
}

.boxSmall .boxShadow {
	height: 12px;
	width: 220px;
	background: transparent url("../images/boxes/box-small-shadow.png") no-repeat;
}

.boxLong {
	width: 735px;
	margin-bottom: 10px;
}

.boxLong .boxContent {
	padding: 15px 10px;
	background-color: #FFFFFF;
	border: 1px solid #4B4B4B;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	behavior: url(pie.htc);
	-pie-poll: true;
}

.boxLong .boxShadow {
	height: 12px;
	width: 700px;
	background: transparent url("../images/boxes/box-long-shadow.png") no-repeat;
}

.boxPage {
	margin: 1em 0;
	width: 1000px;
}

.boxPage .boxContent {
	padding: 15px 10px;
	background-color: #FFFFFF;
	border: 1px solid #4B4B4B;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	behavior: url(pie.htc);
	-pie-poll: true;
}

.boxPage .boxShadow {
	height: 12px;
	width: 1000px;
	background: transparent url("../images/boxes/box-extra-long-shadow.png") no-repeat;
}

.boxPage .boxTitre {
	color: #E7511E;
}

.uohTabbedBox .boxContent {
}

.uohTabbedBox .ui-tabs {
	border: 0;
}

.uohTabbedBox .ui-tabs .ui-tabs-panel {
	border: 1px #4b4b4b solid;
	-moz-border-radius: 0 0 0.5em 0.5em;
	-webkit-border-radius: 0 0 0.5em 0.5em;
	border-radius: 0 0 0.5em 0.5em;
	behavior: url(pie.htc);
	-pie-poll: true;
}

.uohTabbedBox .boxShadow {
	height: 12px;
}

.uohTitledBox {
	width: 260px;
}

.uohTitledBox .boxContent {
	padding: 1em;
}

.uohTitledBox .boxContainer {
	background-color: #FFFFFF;
	border: 1px solid #4B4B4B;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	behavior: url(pie.htc);
	-pie-poll: true;
}

.uohTitledBox .boxShadow {
	height: 12px;
	width: 260px;
	background: transparent url("../images/boxes/box-shadow.png") no-repeat;
}

.uohTitledBox .boxTitre {
	color: #E7511E;
	font-size: 1.4em;
	text-transform: uppercase;
}

.uohTitledBox .boxTitle {
	-moz-border-radius: 0.5em 0.5em 0 0;
	-webkit-border-radius: 0.5em 0.5em 0 0;
	border-radius: 0.5em 0.5em 0 0;
	behavior: url(pie.htc);
	-pie-poll: true;
	font-size: 1em;
	margin: 0;
}

/*--- Box Nuage de mots ---*/
#cloud .uohBox {
	width: 490px;
}

#cloud .uohBox .boxContent {
	padding: 10px 15px 10px 10px;
}

#cloud .uohBox .boxShadow {
	width: 490px;
	background: transparent url("../images/boxes/box-medium-500-shadow.png") no-repeat;
}

/*--- Box Stats ---*/
#stats .uohBox .boxContent {
	color: #E7511E;
}

/*--- Box Controverse - Post ---*/
.controverse-post .uohBox {
	width: 1000px;
	font-size: 0.8em;
}

.controverse-post .uohBox .boxShadow {
	width: 1000px;
	background: transparent url("../images/boxes/box-extra-long-shadow.png") no-repeat;
}

/*--- Vue Suplom ----*/

.ui-dialog div.uohSuplomPopupDialog {
	position: relative;
	padding: 0;
	overflow: hidden;
}

.uohSuplomPopupDialog .uohSuplomView {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*
### HOME ###################################################*/
#home-left {
	float: left;
	width: 260px;
	margin-right: 10px;
	padding-bottom: 40px;
}

#home-middle {
	float: left;
	width: 735px;
	margin-left: 5px;
	padding-bottom: 40px;
}

#home-middle-left {
	float: left;
	width: 485px;
	margin-right: 5px;
}

#home-middle-right {
	float: left;
	margin-left: 5px;
	width: 240px;
}

.uohBox .home_news_selection {
	height: 156px;
	padding: 9px 0;
}

#zoom {
	margin: 20px 15px 20px 5px;
}



#logo_education {
	margin-top: 20px;
	padding-top: 50px;
}

#logo_education a img {
	display: block;
	margin: 0 auto;
	border: none;
	text-align: center;
}

.shareLogos {
	text-align: center;
}

.shareLogos li {
	display: inline;
	margin: 1px;
}

.shareLogos img {
	border: 0;
}

.shareLogos a {
	text-decoration: none;
}

/*
### FOOTER ###################################################*/

#footerMarker {
	clear: both;
	visibility: hidden;
}

#footer {
	background-color: #232323;
	clear: both;
	display: block;
	font-size: 0.7em;
	margin-top: 20px;
	padding: 20px;
	color: #FFFFFF;
	width: 100%;
}

#footer-menu {
	padding-bottom: 10px;
}

#copyright {
	border-top: solid 1px #8C8C8C;
	margin-top: 30px;
	padding-top: 20px;
	color: #8C8C8C;
	text-align: center;
	text-transform: lowercase;
}

#copyright a {
	color: #8C8C8C;
	text-decoration: none;
}

#copyright a:hover {
	text-decoration: underline;
}

/*-- Footer menu - liste des sujets --*/

#sujet_liste {
	font-size: 1.2em;
	table-layout: fixed;
	width: 100%;
}

#sujet_liste .uohSujet {
	width: auto;
	vertical-align: top;
}

#sujet_liste .uohSujet ul {
	list-style: none;
}

#sujet_liste ul li {
	margin-left: 0;
	margin-bottom: 0.6em;
}

#sujet_liste ul li a {
	text-decoration: none;
	color: #FFFFFF;
}

#sujet_liste ul li a:hover {
	font-weight: bold;
}

#sujet_liste .titre {
	display: block;
	font-size: 1.4em;
	margin-top: 0;
	margin-bottom: 0.9em;
}

/*
### HEADER MENU ###################################################*/
#header_menu {
	color: #8C8C8C;
	float: right;
}

#header_menu a {
	text-decoration: none;
	color: #8C8C8C;
}

#menu-user {
	float: left;
	margin: 0;
}

#menu-user li {
	float: left;
	margin-left: 30px;
	list-style: none;
}

#menu-lang {
	float: left;
	margin: 0 0 0 15px;
}

#menu-lang li {
	list-style: none;
	float: left;
	text-align: center;
	margin-left: 15px;
}

#menu-lang img {
	border: none;
}

#menu-lang span {
	display: block;
	font-size: 0.9em;
}

/*
### BANDEAU ###################################################*/
#bandeau {
	padding-bottom: 5px;
}

#bandeau #logo-site {
	float: left;
	margin-right: 45px;
}

#bandeau #logo-site a img {
	border: none;
}

#bandeau #titre-site {
	float: left;
	color: #BE0A26;
	font-weight:bold;
	font-size: 1.6em;
	padding-top: 68px;
}

/*
### ZOOM SUR ###################################################*/
#zoom .title {
	color: #E7511E;
	font-size: 1.4em;
	font-weight: bold;
}

#zoom .notice .detail{
	width: 355px; 
}

/*
### notice - VUE SIMPLIFIE ###################################################*/

.notice {
	border-bottom: solid 1px #4B4B4B;
	margin: 20px 0 10px 0;
	padding-bottom: 15px;
}

.notice .vignette {
	float: left;
}

.notice .vignette a img {
	border: none;
}

.notice img.image {
	float: left;
	margin-right: 5px;
	width: 100px;
}

.notice .detail {
	float: left;
	margin-left: 5px;
}

/* highlight */
.notice em {
	font-style: normal;
	font-weight: bold;
	background-color: #DDD;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
 	border-radius: 10px;
 	padding-left: 3px;
 	padding-right: 3px;
}

.notice .detail .titre {
	font-weight: bold;
	color: #BE0A26;
	font-size: 1.2em;
	padding: 0;
	margin: 0 0 1em;
}

.notice .detail .titre a {
	text-decoration: none;
	color: #BE0A26;
	font-size: 1em;
}

.notice .detail .presentation-item {
	float: left;
	color: #BE0A26;
}

.notice .detail img.macro-uoh {
	margin-left: 5px;	
}

.notice .detail .description {
	margin: 15px 0;
}

.notice .rameau {
	color: #E7511E;
	float: left;
}

.notice .rameau span:hover{
	text-decoration : underline;
}

.notice .rameau li {
	margin: 1em;
}

.notice .suite {
	text-align: right;
	margin-right: 10px;	
	margin-top: 5px;
}

.notice .suite a {
	color: #E7511E;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}

.notice .suite a:hover {
	color: #BE0A26;
}

.notice .suite a:visited {
	color: #BE0A26;
}

/*
### EASY SLIDER : ACTUALITES ###################################################*/
.actu {
	height: 200px;
	border-left: solid 1px #272727;
	border-right: solid 1px #272727;
	padding: 5px 15px;
	position: relative;
}

.actu .uohNews .titre {
	color: #BE0A26;
	font-size: 1.3em;
	margin-bottom: 10px;
}

.actu .uohNews .description {
	color: #BE0A26;
}

#slider {
	position: absolute;
	color: #E7511E;
	width: 230px;
	margin-left: 7px;
	overflow: hidden;
	top:30px;
}

#slider ul.slide-ul, #slider li.slide-li {
	list-style: none;
	height: 150px;
}

#slider li.slide-li {
	margin: 0;
	width: 220px;
	overflow: hidden;
}

#slider li.slide-li a {
	display: block;
	color: #E7511E;
	text-decoration: none;
}

#slider li.slide-li a img {
	border: none;
}

#slider li.slide-li div h3,
#slider li.slide-li div div {
	margin: 0 25px;
}

#prevBtn, #nextBtn {
	float: left;
	margin-top: 60px;
}

#prevBtn a, #nextBtn a {
	position: absolute;
	width: 31px;
	height: 26px;
	background: url(../images/prev-actu.png) no-repeat 0 0;	
}

#nextBtn a {
	margin-left: 220px;
	background: url(../images/next-actu.png) no-repeat 0 0;	
}

#news_list {
	position: relative;
	top: 140px;
	padding-right:14px; 
	float: right;
}

/*
### SLIDER : A LA UNE ###################################################*/
#container {
	position: relative;
	margin: 0 30px 0 10px;
}

#slides .frame {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

/*
	Slideshow
*/
#slides {
	position: absolute;
	height: 155px;
}

.slide a {
	text-decoration: none;
	color: #272727;
}

.slide img {
	border: none;
	float: left;
	width: 485px;
	height: 155px;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/
.slides_container {
	float: left;
	position: relative;
	width: 720px;
	height: 155px;
	overflow: hidden;
	display: none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container div.slide {
	width: 710px;
	height: 155px;
	display: block;
}

.slides_container a {
	display:block;
}

.slides_container a img {
	display: block;
}

/*
	Pagination
*/
.pagination {
	float: right;
	margin: 0 30px 10px 20px;
 	position: relative;
    top: -15px;
    z-index: 100;
}

.pagination li {
	float: left;
	margin: 0 5px;
	list-style: none;
}

.pagination li a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(../images/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}

.pagination li.current a {
	background-position: 0 -12px;
}

/*
	Caption
*/
.caption {
	float: left;
	z-index: 50;
	margin-left: 20px;
	height: 150px;
	width: 190px;
	overflow: hidden;
}

.caption .titre {
	line-height: 1.33;
	margin: 10px 0 0 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #E9E9E2;
	text-align: left;
	font-size: 1.1em;
}

.caption .titre a {
	color: #E7511E;
	font-size: 1.1em;
}

.caption .description {
	font-size: 1em;
	line-height: 1.33;
	margin-top: 5px;
	text-align:left;
}

/* ### LOGIN ################################################### */

#login {
	dispaly: block;
	margin: 4em auto;
	width: 40em;
}

#login label {
	display: block;
	float: left;
	margin-top: 2px;
	padding-right: 1em;
	text-align: right;
	width: 15em;
}

/*
### FORM ###################################################*/

.form {
	margin-top: 20px;
}

.formControls {
	text-align: center;
}

fieldset {
	padding: 10px;
	border: 2px solid #0172F4;
	margin-top: 10px;
}

fieldset legend {
	color: #0172F4;
	padding: 0 10px;
}

fieldset div {
	padding: 2px 0;
}

/*-- Colonnes --*/
.twoColumn {
	clear: both;
}

.twoColumn .col {
	width: 49%;
}

.col {
	float: left;
}

.formItem {
	clear: both;
	margin: 1em 0;
	overflow: hidden;
}

.formItem label {
	font-weight: bold;
	float: left;
	margin-right: 1em;
	width: 30%;
}

.formItem label.contact {
	float: left;
	width: 20%;
}

.formItem .formItemValue {
	float: left;
}

.formItem .field {
	/*float: left;*/
}

#validate_account {
	margin: 5px;
}

.charteAgreement {
	margin: 1em 0;
}

.charte {
	font-size: 0.85em;
	color: #888883;
	border: solid 2px #DDD9C3;
	padding: 4px;
}

.submit input {
	float: right;
	margin: 30px 270px 0 0;
}

ul.formActions {
	margin: 0;
	padding: 0;
}

ul.formActions li {
	margin: 0 1em;
	padding: 0;
	display: inline;
	list-style: none;
}

/*
### COLOR BOX ###################################################*/

.shadow {
	height: 12px;
	width: 240px;
	background: transparent url("../images/boxes/box-small-shadow.png") no-repeat;
}

.colorBox {
	border: 1px solid #999999;
	padding: 0 10px 10px 10px ;
	/*padding-left: 10px;
	padding-right: 10px;*/
	-webkit-border-radius : 2%; 
	-moz-border-radius : 2%; 
	border-radius : 2%; 
	behavior: url(pie.htc);
	-pie-poll: true;
	position: relative;
	z-index: 1;
}

/*.colorBox .titre {
	font-size: 1.2em;
	color: #FF8D00;
	margin-top: 0;
	padding-bottom: 0.4em;
}

.color .sous-titre {
	font-weight: bold;
}*/

/*--- Brown box ---*/

.brownBox {
	background-color: #d9cfc3;
	color: #333;
}

.brownBox ul {
	margin: 2px 0 0 15px;
}

.brownBox ul li {
	margin-left: 1em;
	margin-bottom: 1em;
}

.brownBox a {
	text-decoration: none;
	color: #333;
	margin-bottom: 2px;
}

.brownBox a:hover {
	text-decoration: underline;
}

/*--- Grey box ---*/
.greyBox {
	background-color: #E9E9E2;
}

.greyBox a {
	text-decoration: none;
	color: #000000;
}

.greyBox a:hover {
	text-decoration: underline;
}

/*--- Black box ---*/
.blackBox {
	background-color: #272727;
}

.blackBox a {
	color: #FF8D00;
}

.blackBox .share {
	display: block;
}

.blackBox  img {
	float: left;
	margin-right: 10px;
}

/*
### TABS ###################################################*/

/* Interaction states
----------------------------------*/
#tabs .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #000000; background: #ffffff; font-weight: bold; color: #BE0A26; }
#tabs .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #BE0A26; text-decoration: none; }
#tabs .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #000000; background: #FADCD2; font-weight: bold; color: #BE0A26; }
#tabs .ui-state-hover a, .ui-state-hover a:hover { color: #BE0A26; text-decoration: none; }
#tabs .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #000000; background: #FADCD2; font-weight: bold; color: #BE0A26; }
#tabs .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #BE0A26; text-decoration: none; }
#tabs .ui-widget :active { outline: none; }

/*
### RESULTS SEARCH ###################################################*/
#results-left {
	float: left;
	width: 260px;
	margin-right: 5px;
}

.searchFacets {
	display: none;
}

#results-right {
	float: left;
	width: 740px;
	margin-left: 5px;
}

#cloud {
	float: left;
	width: 490px;
	margin-right: 5px;
}

#stats {
	float: left;
	width: 240px;
	margin-left: 5px;
}

#results-list {
	width: 740px;
	margin-left: 5px;
}

#results-list .filter-list {
	padding: 5px 0;
	color: #272727;	
}

#results-list .filter-list .filter a {
	float: left;
	margin-right: 10px;
	margin-bottom:5px;
	color: #272727;
	font-size: 0.9em;	
	text-decoration: none;
	border-style:solid;
	border-width:1px;
	border-color: #999999;
	padding: 0.2em 0.8em;

	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
	behavior: url(pie.htc);
	-pie-poll: true;
	position: relative;
}

#results-list .filter-list .filter a:hover {
	background-color: #E9E9E2;
}

#results-list .filter-list .filter a .filterLabel {
	color: #999999;		
}

#results-list .filter-list .filter a .deleteFilter {
	color: #E7511E;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 0.5em;
}

#results-list .filter-list .filter a span
{
	vertical-align: middle;
}

#results-list .title {
	color: #E7511E;
	font-size: 1.4em;
}

#results-list .notice .detail {
	width: 620px;
}

#results-list .notice .detail .titre img {
	vertical-align: middle;
	margin-left: 5px;
}

#results-list .actions {	
	
}

#results-list .actions .add-to-caddie {
	background: url(../images/icone-selection.png) transparent left center no-repeat;
	padding-left: 20px;
}

.messageInfo {
	color: #333;			
}

.messageInfo li {
	margin-top: 5px;	
}

.messageInfo h1 {
	
}

/*
### PAGINATION ###################################################*/
#pagination {
	padding: 10px 0 20px 0;
	text-align: center;
	border-bottom: solid 1px #272727;
}

#pagination a.bouton {
	padding: 5px;
	color: #272727;
	background-color: #E9E9E1;
	text-decoration: none;
}

#pagination a.bouton:hover {
	padding: 5px;
	color: #E9E9E1;
	background-color: #272727;
	text-decoration: none;
}

#pagination .page-number {
	display: inline;
}

#pagination .page-number a {
	padding: 5px;
	color: #272727;
	text-decoration: none;
}

#pagination .page-number a.selected {
	color: #E7511E;
}

/*
### NEWS ###################################################*/
.news {
	border-bottom: solid 1px #272727;
	margin: 20px 0 10px 0;
	padding-bottom: 15px;
}

.news img.image {
	float: left;
	margin-right: 10px;
	width: 100px;
}

.news a img.image {
	border: none;
}

.news .detail .titre {
	font-weight: bold;
	font-size: 1.2em;
	color: #BE0A26;
	margin-bottom: 10px;
}

.news .detail .titre a {
	text-decoration: none;
	color: #BE0A26;
}

.news .detail .date {
	float: right;
	margin-right: 30px;
}

.news .detail .description {
	margin: 15px 0;
}

.news .suite {
	text-align: right;
	margin-right: 30px;	
	margin-top: 5px;
}

.news .suite a {
	color: #E7511E;
	font-weight: bold;
	text-decoration: none;
}

.news .suite a:hover {
	color: #BE0A26;
}

.news .suite a:visited {
	color: #BE0A26;
}

/*
### ECRAN DE DETAIL ###################################################*/
.item {
	margin-top: 20px;
}

.item a:link {
	color: #83389b;
}
.item a:link img{
	border: none;
}

.item a:visited {
	color: #6d4061;
}

.itemTitle {
	color: #E7511E;
	font-size: 1.4em;
}

.itemDate {
	float: right;
    margin-right: 30px;
}

.itemContent {
	margin: 10px 0;
}

.itemImage {
	/*float: left;
	background: url('../images/shadowAlpha.png') no-repeat bottom right;
	margin: 10px 0 0 10px;*/
}

.itemImage img {
	max-width: 250px;
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.itemLink {
	margin-top: 5px;
}

.boxFacette {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #BE0A26;
}

.boxFacette .boxFacetteTitle label {
	color: #BE0A26;
	cursor: pointer;
	margin-left: 1px;
	font-size :1.125em;
	
}

.boxFacette .boxFacetteTitle .boxFacetteTitlePlus {
	cursor:pointer;
	
}

.boxFacette .boxFacetteTitle .boxFacetteTitleMoins {
	cursor:pointer;
	
}

.boxFacette .boxFacetteContent ul {
	text-decoration: none;
	/*list-style: none;*/
	margin-left: 25px;
	margin-top: 5px;		
}

.boxFacette .boxFacetteContent ul.tree{		
	margin-left: 0px;
	padding-left: 0px;	
}

.boxFacette .boxFacetteContent ul.tree ul{		
	margin-left: 0px;
	padding-left: 0px;	
}

.boxFacette .boxFacetteContent li {	
	
}

.boxFacette .boxFacetteContent a,
.boxFacette .boxFacetteContent label {
	color: #E7511E;	
	cursor: pointer;
}

input.facette {
	vertical-align: middle;	
}

.facetteControl {
	color: #E7511E;
	cursor: pointer;
	display: inline;
}

.boxFacetteItem {
	display: block;
}

.boxFacetteItem:hover {
	background-color: #E9E9E2;
}

/*
### CONTROVERSE ###################################################*/
.controverse {
	margin-top: 20px;
}

.controverse .date {
    float: right;
    font-size: 1.1em;
}

.controverse .titre {
	color: #E7511E;
    font-size: 1.4em;
}

.controverse .presentation {	
    font-size: 1.0em;
}

.controverse #description {
	margin: 20px 0;
    font-size: 1.2em;
}

.controverse-post .auteur {
	float: left;
}

.controverse-post .contenu {
	margin-left: 140px;
	margin-right: 10px;
}

.controverse-post .contenu div.texte {
	margin-bottom: 20px;
}

.controverse-post .contenu div.texte p.quote {
	padding: 5px;
	border: solid 1px #C8C8C8;
	font-style: italic;
}

/* ### RSS ###################################################*/
#rss-index {
	font-size: 1.1em;
	margin-top: 10px;
}

#rss-index .feeds {
	margin-top: 20px;
}

#rss-index .feeds .all {
	margin: 20px 0 20px 50px;
}

#rss-index .feeds a {
	color: #272727;
}

#rss-index .feeds a img {
	border: none;
}

#rss-index .feeds img.feed {
	float: right;
	margin-right: 400px;
	height: 16px;
	width: 16px;
}

#rss-index .feeds ul {
	margin-bottom: 10px;
}

#rss-index .feeds ul li {
	line-height: 20px;
	list-style: none outside none;
	margin-left: 50px;
}

