/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

/* ============================================================================
 * Yahoo! UI Library - Reset CSS
 * ============================================================================
 *
 * The foundational YUI Reset CSS file removes and neutralizes the inconsistent
 * default styling of HTML elements, creating a level playing field across
 * A-grade browsers and providing a sound foundation upon which you can
 * explicitly declare your intentions.
 *
 * @see http://developer.yahoo.com/yui/reset/
 *
 * ============================================================================
 */

html {
	color: #000;
	background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,button,textarea,select,optgroup,option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select {
	/* *font-size: 100%; */
}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

/* ============================================================================
 * Yahoo! UI Library - Fonts CSS
 * ============================================================================
 *
 * The foundational YUI Fonts CSS file offers cross-browser typographical
 * normalization and control. Fonts CSS:
 *     # Offers full A-grade browser support.
 *     # Provides consistent font sizing and line-height.
 *     # Provides appropriate cross-OS font-family degradation paths.
 *     # Supports user-driven font-size adjustment in the browser, including
 *       cross-browser consistency for adjusted sizes.
 *     # Works in both "Quirks Mode" and "Standards Mode."
 *
 * @see http://developer.yahoo.com/yui/fonts/
 *
 * ============================================================================
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	/* for IE6/7 */ 
	/* *font-size:small; */
	/* for IE Quirks Mode */
	/* *font:x-small; */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,input,button,textarea,button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100% arial,helvetica,clean,sans-serif;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,code,kbd,samp,tt {
	font-family:monospace;
	/* *font-size:108%; */
	line-height:100%;
}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

/* ============================================================================
 * Yahoo! UI Library - Base CSS
 * ============================================================================
 *
 * Base is an optional CSS file that compliments YUI's core CSS foundation
 * (Reset, Fonts, and Grids). While Reset removes and neutralizes the
 * inconsistent default styling of HTML elements, Base applies a consistent
 * style foundation for common HTML elements across A-grade browsers.
 *
 * @see http://developer.yahoo.com/yui/base/
 *
 * ============================================================================
 */

body {
	/* For breathing room between content and viewport. */
	margin:10px;
}

h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
}

h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

h1,h2,h3 {
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}

optgroup {
	font-weight:normal;
}

abbr,acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

th,td {
	/* Borders and padding to make the table readable. */
	/*border: 1px solid #000;
	padding: .5em;*/
}

th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: center;
}

caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

p,fieldset,table,pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"] {
	padding:1px;
}

/* ============================================================================
 * Datepicker.css
 * ============================================================================
 */

#bloc_manifestation .dp_container,
#bloc_recherche .dp_container {
	position: absolute;
	padding: 0;
	z-index: 500;
}
#bloc_manifestation .dp_cal,
#bloc_recherche .dp_cal {
	color: inherit;
	background-color: #FFF ! important;
	border: 1px solid #0070BF;
	position: absolute;
	width: 177px;
	top: 18px;
	left: -70px;
}
#bloc_manifestation .dp_cal img,
#bloc_recherche .dp_cal img {
	display: inline;
	margin: 0;
}
#bloc_manifestation .dp_cal table,
#bloc_recherche .dp_cal table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0 ! important;
	padding: 0;
	margin: 1px 0 0 0;
	color: inherit;
	background-color: white ! important;
}
#bloc_manifestation .dp_cal select,
#bloc_recherche .dp_cal select {
	width: auto ! important;
	margin: 2px 3px;
}
#bloc_manifestation .dp_cal select option,
#bloc_recherche .dp_cal select option {
	padding: 1px 3px;
}
#bloc_manifestation .dp_cal th,
#bloc_manifestation .dp_cal td,
#bloc_recherche .dp_cal th,
#bloc_recherche .dp_cal td {
	width: 14.2857%;
	text-align: center;
	padding: 2px 0;
}
#bloc_manifestation .dp_cal th,
#bloc_recherche .dp_cal th {
	border: solid #AAD4F2;
	border-width: 0 0 1px 0;
	color: #797774 ! important;
	background-color: #DAF2E6 ! important;
	font-weight: bold;
}
#bloc_manifestation .dp_cal td,
#bloc_recherche .dp_cal td {
	cursor: pointer;
}
#bloc_manifestation .dp_cal thead th,
#bloc_recherche .dp_cal thead th {
	color: inherit;
	background-color: #D9EEFC ! important;
}
#bloc_manifestation .dp_cal td.dp_roll,
#bloc_recherche .dp_cal td.dp_roll {
	color: #000 ! important;
	background-color: #FFF6BF ! important;
}
#bloc_manifestation .dp_cal .dp_hide,
#bloc_recherche .dp_cal .dp_hide {
	visibility: hidden;
}
#bloc_manifestation .dp_cal .dp_empty,
#bloc_recherche .dp_cal .dp_empty {
	color: inherit;
	background-color: #EEE ! important;
}
#bloc_manifestation .dp_cal .dp_today,
#bloc_recherche .dp_cal .dp_today {
	color: inherit;
	background-color: #DAF2E6 ! important;
}
#bloc_manifestation .dp_cal .dp_selected,
#bloc_recherche .dp_cal .dp_selected {
	color: #FFF ! important;
	background-color: #328DCF ! important;
}

#page_actualite p,
#page_actualite div {
    margin: .6em 0;
}
#page_actualite h2 {
    margin: 0 0 .6em 0;
}
#page_actualite h2.narrow {
    font-size: 100%;
}
#page_actualite .price {
	float: right;
	width: auto;
	font-size: 138.5%;
	font-weight: bold;
    color: white;
    background-color: Orange;
    padding: .2em .4em;
    border: 1px solid GoldenRod;
	margin: 0 0 1em 1em !important;
}
#page_actualite .pricelib {
	font-weight: bold;
    color: Orange;
}
#page_actualite small {
    color: #888;
}
.actualite {
	margin: 1em 0;
	padding-left: 240px;
	overflow: hidden;
}
.actualite img.accroche {
    float: left;
    margin-left: -240px;
}
/*========*/
/* CADRES */
/*========*/

.cadre0, .cadre1, .cadre2, .cadre3, .cadre4, .cadre5, .cadre6, .cadre7, .cadre8, .cadre9, .cadre10,
.cadreblanc, .cadrejaune, .cadrebleu, .cadrerouge, .cadrenoir, .cadrerose,
.cadrerose2, .cadrebleu2, .cadrevert, .cadrebordeaux, .cadretaupe {
	padding: 10px;
    border-width: 1px;
    border-style: solid;
}

#univers_ .cadre0, #univers_ .cadreblanc,
#univers_ .cadre1, #univers_ .cadrejaune,
#univers_ .cadre2, #univers_ .cadrebleu,
#univers_ .cadre3, #univers_ .cadrerouge,
#univers_ .cadre4, #univers_ .cadrenoir,
#univers_ .cadre5, #univers_ .cadrerose,
#univers_ .cadre6, #univers_ .cadrerose2,
#univers_ .cadre7, #univers_ .cadrebleu2,
#univers_ .cadre8, #univers_ .cadrevert,
#univers_ .cadre9, #univers_ .cadrebordeaux,
#univers_ .cadre10, #univers_ .cadretaupe {
	border-color: black;
}

#univers_bleu .cadre0, #univers_bleu .cadreblanc,
#univers_bleu .cadre1, #univers_bleu .cadrejaune,
#univers_bleu .cadre2, #univers_bleu .cadrebleu,
#univers_bleu .cadre3, #univers_bleu .cadrerouge,
#univers_bleu .cadre4, #univers_bleu .cadrenoir,
#univers_bleu .cadre5, #univers_bleu .cadrerose,
#univers_bleu .cadre6, #univers_bleu .cadrerose2,
#univers_bleu .cadre7, #univers_bleu .cadrebleu2,
#univers_bleu .cadre8, #univers_bleu .cadrevert,
#univers_bleu .cadre9, #univers_bleu .cadrebordeaux,
#univers_bleu .cadre10, #univers_bleu .cadretaupe {
	border-color: #52b9b9;
}
#univers_vert .cadre0, #univers_vert .cadreblanc,
#univers_vert .cadre1, #univers_vert .cadrejaune,
#univers_vert .cadre2, #univers_vert .cadrebleu,
#univers_vert .cadre3, #univers_vert .cadrerouge,
#univers_vert .cadre4, #univers_vert .cadrenoir,
#univers_vert .cadre5, #univers_vert .cadrerose,
#univers_vert .cadre6, #univers_vert .cadrerose2,
#univers_vert .cadre7, #univers_vert .cadrebleu2,
#univers_vert .cadre8, #univers_vert .cadrevert,
#univers_vert .cadre9, #univers_vert .cadrebordeaux,
#univers_vert .cadre10, #univers_vert .cadretaupe {
	border-color: #5c9759;
}
#univers_marron .cadre0, #univers_marron .cadreblanc,
#univers_marron .cadre1, #univers_marron .cadrejaune,
#univers_marron .cadre2, #univers_marron .cadrebleu,
#univers_marron .cadre3, #univers_marron .cadrerouge,
#univers_marron .cadre4, #univers_marron .cadrenoir,
#univers_marron .cadre5, #univers_marron .cadrerose,
#univers_marron .cadre6, #univers_marron .cadrerose2,
#univers_marron .cadre7, #univers_marron .cadrebleu2,
#univers_marron .cadre8, #univers_marron .cadrevert,
#univers_marron .cadre9, #univers_marron .cadrebordeaux,
#univers_marron .cadre10, #univers_marron .cadretaupe {
	border-color: #b29671;
}
#univers_orange .cadre0, #univers_orange .cadreblanc,
#univers_orange .cadre1, #univers_orange .cadrejaune,
#univers_orange .cadre2, #univers_orange .cadrebleu,
#univers_orange .cadre3, #univers_orange .cadrerouge,
#univers_orange .cadre4, #univers_orange .cadrenoir,
#univers_orange .cadre5, #univers_orange .cadrerose,
#univers_orange .cadre6, #univers_orange .cadrerose2,
#univers_orange .cadre7, #univers_orange .cadrebleu2,
#univers_orange .cadre8, #univers_orange .cadrevert,
#univers_orange .cadre9, #univers_orange .cadrebordeaux,
#univers_orange .cadre10, #univers_orange .cadretaupe {
	border-color: #d95525;
}
#univers_rose .cadre0, #univers_rose .cadreblanc,
#univers_rose .cadre1, #univers_rose .cadrejaune,
#univers_rose .cadre2, #univers_rose .cadrebleu,
#univers_rose .cadre3, #univers_rose .cadrerouge,
#univers_rose .cadre4, #univers_rose .cadrenoir,
#univers_rose .cadre5, #univers_rose .cadrerose,
#univers_rose .cadre6, #univers_rose .cadrerose2,
#univers_rose .cadre7, #univers_rose .cadrebleu2,
#univers_rose .cadre8, #univers_rose .cadrevert,
#univers_rose .cadre9, #univers_rose .cadrebordeaux,
#univers_rose .cadre10, #univers_rose .cadretaupe {
	border-color: #dea5c0;
}

/*=============*/
/* CADRES > LI */
/*=============*/

/*
#univers_ .cadre0 li, #univers_ .cadreblanc li,
#univers_ .cadre1 li, #univers_ .cadrejaune li,
#univers_ .cadre2 li, #univers_ .cadrebleu li,
#univers_ .cadre3 li, #univers_ .cadrerouge li,
#univers_ .cadre4 li, #univers_ .cadrenoir li,
#univers_ .cadre5 li, #univers_ .cadrerose li,
#univers_ .cadre6 li, #univers_ .cadrerose2 li,
#univers_ .cadre7 li, #univers_ .cadrebleu2 li,
#univers_ .cadre8 li, #univers_ .cadrevert li,
#univers_ .cadre9 li, #univers_ .cadrebordeaux li,
#univers_ .cadre10 li, #univers_ .cadretaupe li {
	background-image: url(/css/img/puce8-noir.png);
}
#univers_bleu .cadre0 li, #univers_bleu .cadreblanc li,
#univers_bleu .cadre1 li, #univers_bleu .cadrejaune li,
#univers_bleu .cadre2 li, #univers_bleu .cadrebleu li,
#univers_bleu .cadre3 li, #univers_bleu .cadrerouge li,
#univers_bleu .cadre4 li, #univers_bleu .cadrenoir li,
#univers_bleu .cadre5 li, #univers_bleu .cadrerose li,
#univers_bleu .cadre6 li, #univers_bleu .cadrerose2 li,
#univers_bleu .cadre7 li, #univers_bleu .cadrebleu2 li,
#univers_bleu .cadre8 li, #univers_bleu .cadrevert li,
#univers_bleu .cadre9 li, #univers_bleu .cadrebordeaux li,
#univers_bleu .cadre10 li, #univers_bleu .cadretaupe li {
	background-image: url(/css/img/puce8-bleu2.png);
}
#univers_vert .cadre0 li, #univers_vert .cadreblanc li,
#univers_vert .cadre1 li, #univers_vert .cadrejaune li,
#univers_vert .cadre2 li, #univers_vert .cadrebleu li,
#univers_vert .cadre3 li, #univers_vert .cadrerouge li,
#univers_vert .cadre4 li, #univers_vert .cadrenoir li,
#univers_vert .cadre5 li, #univers_vert .cadrerose li,
#univers_vert .cadre6 li, #univers_vert .cadrerose2 li,
#univers_vert .cadre7 li, #univers_vert .cadrebleu2 li,
#univers_vert .cadre8 li, #univers_vert .cadrevert li,
#univers_vert .cadre9 li, #univers_vert .cadrebordeaux li,
#univers_vert .cadre10 li, #univers_vert .cadretaupe li {
	background-image: url(/css/img/puce8-vert.png);
}
#univers_marron .cadre0 li, #univers_marron .cadreblanc li,
#univers_marron .cadre1 li, #univers_marron .cadrejaune li,
#univers_marron .cadre2 li, #univers_marron .cadrebleu li,
#univers_marron .cadre3 li, #univers_marron .cadrerouge li,
#univers_marron .cadre4 li, #univers_marron .cadrenoir li,
#univers_marron .cadre5 li, #univers_marron .cadrerose li,
#univers_marron .cadre6 li, #univers_marron .cadrerose2 li,
#univers_marron .cadre7 li, #univers_marron .cadrebleu2 li,
#univers_marron .cadre8 li, #univers_marron .cadrevert li,
#univers_marron .cadre9 li, #univers_marron .cadrebordeaux li,
#univers_marron .cadre10 li, #univers_marron .cadretaupe li {
	background-image: url(/css/img/puce8-taupe.png);
}
#univers_orange .cadre0 li, #univers_orange .cadreblanc li,
#univers_orange .cadre1 li, #univers_orange .cadrejaune li,
#univers_orange .cadre2 li, #univers_orange .cadrebleu li,
#univers_orange .cadre3 li, #univers_orange .cadrerouge li,
#univers_orange .cadre4 li, #univers_orange .cadrenoir li,
#univers_orange .cadre5 li, #univers_orange .cadrerose li,
#univers_orange .cadre6 li, #univers_orange .cadrerose2 li,
#univers_orange .cadre7 li, #univers_orange .cadrebleu2 li,
#univers_orange .cadre8 li, #univers_orange .cadrevert li,
#univers_orange .cadre9 li, #univers_orange .cadrebordeaux li,
#univers_orange .cadre10 li, #univers_orange .cadretaupe li {
	background-image: url(/css/img/puce8-orange.png); /* !!!!! * /
}
#univers_rose .cadre0 li, #univers_rose .cadreblanc li,
#univers_rose .cadre1 li, #univers_rose .cadrejaune li,
#univers_rose .cadre2 li, #univers_rose .cadrebleu li,
#univers_rose .cadre3 li, #univers_rose .cadrerouge li,
#univers_rose .cadre4 li, #univers_rose .cadrenoir li,
#univers_rose .cadre5 li, #univers_rose .cadrerose li,
#univers_rose .cadre6 li, #univers_rose .cadrerose2 li,
#univers_rose .cadre7 li, #univers_rose .cadrebleu2 li,
#univers_rose .cadre8 li, #univers_rose .cadrevert li,
#univers_rose .cadre9 li, #univers_rose .cadrebordeaux li,
#univers_rose .cadre10 li, #univers_rose .cadretaupe li {
	background-image: url(/css/img/puce8-rose.png); /* !!!!! * /
}
*/

/*========*/
/* LISTES */
/*========*/

ul li {
    list-style-position: inside;
}

#univers_ .contenu_texte ul li {        list-style-image: url(/css/img/puce4-noir.png);   }
#univers_bleu .contenu_texte ul li {    list-style-image: url(/css/img/puce4-bleu2.png);  }
#univers_vert .contenu_texte ul li {    list-style-image: url(/css/img/puce4-vert.png);   }
#univers_marron .contenu_texte ul li {  list-style-image: url(/css/img/puce4-taupe.png);  }
#univers_orange .contenu_texte ul li {  list-style-image: url(/css/img/puce4-orange.png); }
#univers_rose .contenu_texte ul li {    list-style-image: url(/css/img/puce4-rose.png);   }

/*==========*/
/* COULEURS */
/*==========*/

#univers_ .blanc, #univers_ .titre0, #univers_ .stitre0,
    #univers_ .couleur0, #univers_ .pcouleur0, #univers_ .gcouleur0,
#univers_ .jaune, #univers_ .titre1, #univers_ .stitre1,
    #univers_ .couleur1, #univers_ .pcouleur1, #univers_ .gcouleur1,
#univers_ .bleu, #univers_ .titre2, #univers_ .stitre2,
    #univers_ .couleur2, #univers_ .pcouleur2, #univers_ .gcouleur2,
#univers_ .rouge, #univers_ .titre3, #univers_ .stitre3,
    #univers_ .couleur3, #univers_ .pcouleur3, #univers_ .gcouleur3,
#univers_ .noir, #univers_ .titre4, #univers_ .stitre4,
    #univers_ .couleur4, #univers_ .pcouleur4, #univers_ .gcouleur4,
#univers_ .rose, #univers_ .titre5, #univers_ .stitre5,   
    #univers_ .couleur5, #univers_ .pcouleur5, #univers_ .gcouleur5,
#univers_ .rose2, #univers_ .titre6, #univers_ .stitre6,
    #univers_ .couleur6, #univers_ .pcouleur6, #univers_ .gcouleur6,
#univers_ .bleu2, #univers_ .titre7, #univers_ .stitre7,
    #univers_ .couleur7, #univers_ .pcouleur7, #univers_ .gcouleur7,
#univers_ .vert, #univers_ .titre8, #univers_ .stitre8,
    #univers_ .couleur8, #univers_ .pcouleur8, #univers_ .gcouleur8,
#univers_ .bordeaux, #univers_ .titre9, #univers_ .stitre9,
    #univers_ .couleur9, #univers_ .pcouleur9, #univers_ .gcouleur9,
#univers_ .taupe, #univers_ .titre10, #univers_ .stitre10,
    #univers_ .couleur10, #univers_ .pcouleur10, #univers_ .gcouleur10 {
    color: black !important;
	background-color: inherit;
}

#univers_bleu .blanc, #univers_bleu .titre0, #univers_bleu .stitre0,
    #univers_bleu .couleur0, #univers_bleu .pcouleur0, #univers_bleu .gcouleur0,
#univers_bleu .jaune, #univers_bleu .titre1, #univers_bleu .stitre1,
    #univers_bleu .couleur1, #univers_bleu .pcouleur1, #univers_bleu .gcouleur1,
#univers_bleu .bleu, #univers_bleu .titre2, #univers_bleu .stitre2,
    #univers_bleu .couleur2, #univers_bleu .pcouleur2, #univers_bleu .gcouleur2,
#univers_bleu .rouge, #univers_bleu .titre3, #univers_bleu .stitre3,
    #univers_bleu .couleur3, #univers_bleu .pcouleur3, #univers_bleu .gcouleur3,
#univers_bleu .noir, #univers_bleu .titre4, #univers_bleu .stitre4,
    #univers_bleu .couleur4, #univers_bleu .pcouleur4, #univers_bleu .gcouleur4,
#univers_bleu .rose, #univers_bleu .titre5, #univers_bleu .stitre5,   
    #univers_bleu .couleur5, #univers_bleu .pcouleur5, #univers_bleu .gcouleur5,
#univers_bleu .rose2, #univers_bleu .titre6, #univers_bleu .stitre6,
    #univers_bleu .couleur6, #univers_bleu .pcouleur6, #univers_bleu .gcouleur6,
#univers_bleu .bleu2, #univers_bleu .titre7, #univers_bleu .stitre7,
    #univers_bleu .couleur7, #univers_bleu .pcouleur7, #univers_bleu .gcouleur7,
#univers_bleu .vert, #univers_bleu .titre8, #univers_bleu .stitre8,
    #univers_bleu .couleur8, #univers_bleu .pcouleur8, #univers_bleu .gcouleur8,
#univers_bleu .bordeaux, #univers_bleu .titre9, #univers_bleu .stitre9,
    #univers_bleu .couleur9, #univers_bleu .pcouleur9, #univers_bleu .gcouleur9,
#univers_bleu .taupe, #univers_bleu .titre10, #univers_bleu .stitre10,
    #univers_bleu .couleur10, #univers_bleu .pcouleur10, #univers_bleu .gcouleur10 {
    color: #52b9b9 !important;
	background-color: inherit;
}

#univers_vert .blanc, #univers_vert .titre0, #univers_vert .stitre0,
    #univers_vert .couleur0, #univers_vert .pcouleur0, #univers_vert .gcouleur0,
#univers_vert .jaune, #univers_vert .titre1, #univers_vert .stitre1,
    #univers_vert .couleur1, #univers_vert .pcouleur1, #univers_vert .gcouleur1,
#univers_vert .bleu, #univers_vert .titre2, #univers_vert .stitre2,
    #univers_vert .couleur2, #univers_vert .pcouleur2, #univers_vert .gcouleur2,
#univers_vert .rouge, #univers_vert .titre3, #univers_vert .stitre3,
    #univers_vert .couleur3, #univers_vert .pcouleur3, #univers_vert .gcouleur3,
#univers_vert .noir, #univers_vert .titre4, #univers_vert .stitre4,
    #univers_vert .couleur4, #univers_vert .pcouleur4, #univers_vert .gcouleur4,
#univers_vert .rose, #univers_vert .titre5, #univers_vert .stitre5,   
    #univers_vert .couleur5, #univers_vert .pcouleur5, #univers_vert .gcouleur5,
#univers_vert .rose2, #univers_vert .titre6, #univers_vert .stitre6,
    #univers_vert .couleur6, #univers_vert .pcouleur6, #univers_vert .gcouleur6,
#univers_vert .bleu2, #univers_vert .titre7, #univers_vert .stitre7,
    #univers_vert .couleur7, #univers_vert .pcouleur7, #univers_vert .gcouleur7,
#univers_vert .vert, #univers_vert .titre8, #univers_vert .stitre8,
    #univers_vert .couleur8, #univers_vert .pcouleur8, #univers_vert .gcouleur8,
#univers_vert .bordeaux, #univers_vert .titre9, #univers_vert .stitre9,
    #univers_vert .couleur9, #univers_vert .pcouleur9, #univers_vert .gcouleur9,
#univers_vert .taupe, #univers_vert .titre10, #univers_vert .stitre10,
    #univers_vert .couleur10, #univers_vert .pcouleur10, #univers_vert .gcouleur10 {
    color: #5c9759 !important;
	background-color: inherit;
}

#univers_marron .blanc, #univers_marron .titre0, #univers_marron .stitre0,
    #univers_marron .couleur0, #univers_marron .pcouleur0, #univers_marron .gcouleur0,
#univers_marron .jaune, #univers_marron .titre1, #univers_marron .stitre1,
    #univers_marron .couleur1, #univers_marron .pcouleur1, #univers_marron .gcouleur1,
#univers_marron .bleu, #univers_marron .titre2, #univers_marron .stitre2,
    #univers_marron .couleur2, #univers_marron .pcouleur2, #univers_marron .gcouleur2,
#univers_marron .rouge, #univers_marron .titre3, #univers_marron .stitre3,
    #univers_marron .couleur3, #univers_marron .pcouleur3, #univers_marron .gcouleur3,
#univers_marron .noir, #univers_marron .titre4, #univers_marron .stitre4,
    #univers_marron .couleur4, #univers_marron .pcouleur4, #univers_marron .gcouleur4,
#univers_marron .rose, #univers_marron .titre5, #univers_marron .stitre5,   
    #univers_marron .couleur5, #univers_marron .pcouleur5, #univers_marron .gcouleur5,
#univers_marron .rose2, #univers_marron .titre6, #univers_marron .stitre6,
    #univers_marron .couleur6, #univers_marron .pcouleur6, #univers_marron .gcouleur6,
#univers_marron .bleu2, #univers_marron .titre7, #univers_marron .stitre7,
    #univers_marron .couleur7, #univers_marron .pcouleur7, #univers_marron .gcouleur7,
#univers_marron .vert, #univers_marron .titre8, #univers_marron .stitre8,
    #univers_marron .couleur8, #univers_marron .pcouleur8, #univers_marron .gcouleur8,
#univers_marron .bordeaux, #univers_marron .titre9, #univers_marron .stitre9,
    #univers_marron .couleur9, #univers_marron .pcouleur9, #univers_marron .gcouleur9,
#univers_marron .taupe, #univers_marron .titre10, #univers_marron .stitre10,
    #univers_marron .couleur10, #univers_marron .pcouleur10, #univers_marron .gcouleur10 {
    color: #b29671 !important;
	background-color: inherit;
}

#univers_orange .blanc, #univers_orange .titre0, #univers_orange .stitre0,
    #univers_orange .couleur0, #univers_orange .pcouleur0, #univers_orange .gcouleur0,
#univers_orange .jaune, #univers_orange .titre1, #univers_orange .stitre1,
    #univers_orange .couleur1, #univers_orange .pcouleur1, #univers_orange .gcouleur1,
#univers_orange .bleu, #univers_orange .titre2, #univers_orange .stitre2,
    #univers_orange .couleur2, #univers_orange .pcouleur2, #univers_orange .gcouleur2,
#univers_orange .rouge, #univers_orange .titre3, #univers_orange .stitre3,
    #univers_orange .couleur3, #univers_orange .pcouleur3, #univers_orange .gcouleur3,
#univers_orange .noir, #univers_orange .titre4, #univers_orange .stitre4,
    #univers_orange .couleur4, #univers_orange .pcouleur4, #univers_orange .gcouleur4,
#univers_orange .rose, #univers_orange .titre5, #univers_orange .stitre5,   
    #univers_orange .couleur5, #univers_orange .pcouleur5, #univers_orange .gcouleur5,
#univers_orange .rose2, #univers_orange .titre6, #univers_orange .stitre6,
    #univers_orange .couleur6, #univers_orange .pcouleur6, #univers_orange .gcouleur6,
#univers_orange .bleu2, #univers_orange .titre7, #univers_orange .stitre7,
    #univers_orange .couleur7, #univers_orange .pcouleur7, #univers_orange .gcouleur7,
#univers_orange .vert, #univers_orange .titre8, #univers_orange .stitre8,
    #univers_orange .couleur8, #univers_orange .pcouleur8, #univers_orange .gcouleur8,
#univers_orange .bordeaux, #univers_orange .titre9, #univers_orange .stitre9,
    #univers_orange .couleur9, #univers_orange .pcouleur9, #univers_orange .gcouleur9,
#univers_orange .taupe, #univers_orange .titre10, #univers_orange .stitre10,
    #univers_orange .couleur10, #univers_orange .pcouleur10, #univers_orange .gcouleur10 {
    color: #d95525 !important;
	background-color: inherit;
}

#univers_rose .blanc, #univers_rose .titre0, #univers_rose .stitre0,
    #univers_rose .couleur0, #univers_rose .pcouleur0, #univers_rose .gcouleur0,
#univers_rose .jaune, #univers_rose .titre1, #univers_rose .stitre1,
    #univers_rose .couleur1, #univers_rose .pcouleur1, #univers_rose .gcouleur1,
#univers_rose .bleu, #univers_rose .titre2, #univers_rose .stitre2,
    #univers_rose .couleur2, #univers_rose .pcouleur2, #univers_rose .gcouleur2,
#univers_rose .rouge, #univers_rose .titre3, #univers_rose .stitre3,
    #univers_rose .couleur3, #univers_rose .pcouleur3, #univers_rose .gcouleur3,
#univers_rose .noir, #univers_rose .titre4, #univers_rose .stitre4,
    #univers_rose .couleur4, #univers_rose .pcouleur4, #univers_rose .gcouleur4,
#univers_rose .rose, #univers_rose .titre5, #univers_rose .stitre5,   
    #univers_rose .couleur5, #univers_rose .pcouleur5, #univers_rose .gcouleur5,
#univers_rose .rose2, #univers_rose .titre6, #univers_rose .stitre6,
    #univers_rose .couleur6, #univers_rose .pcouleur6, #univers_rose .gcouleur6,
#univers_rose .bleu2, #univers_rose .titre7, #univers_rose .stitre7,
    #univers_rose .couleur7, #univers_rose .pcouleur7, #univers_rose .gcouleur7,
#univers_rose .vert, #univers_rose .titre8, #univers_rose .stitre8,
    #univers_rose .couleur8, #univers_rose .pcouleur8, #univers_rose .gcouleur8,
#univers_rose .bordeaux, #univers_rose .titre9, #univers_rose .stitre9,
    #univers_rose .couleur9, #univers_rose .pcouleur9, #univers_rose .gcouleur9,
#univers_rose .taupe, #univers_rose .titre10, #univers_rose .stitre10,
    #univers_rose .couleur10, #univers_rose .pcouleur10, #univers_rose .gcouleur10 {
    color: #dea5c0 !important;
	background-color: inherit;
}

/*=======*/
/* LIENS */
/*=======*/

/*=================*/
/* LIENS W/ FLECHE */
/*=================*/

/*
#univers_ .flecheblanc, #univers_ .flechejaune, #univers_ .flechebleu,
#univers_ .flecherouge, #univers_ .flechenoir, #univers_ .flecherose,
#univers_ .flecherose2, #univers_ .flechebleu2, #univers_ .flechevert,
#univers_ .flechebordeaux, #univers_ .flechetaupe {
	background-image: url(/css/img/fleche-noir.png);
}

#univers_bleu .flecheblanc, #univers_bleu .flechejaune, #univers_bleu .flechebleu,
#univers_bleu .flecherouge, #univers_bleu .flechenoir, #univers_bleu .flecherose,
#univers_bleu .flecherose2, #univers_bleu .flechebleu2, #univers_bleu .flechevert,
#univers_bleu .flechebordeaux, #univers_bleu .flechetaupe {
	background-image: url(/css/img/fleche-bleu2.png);
}

#univers_vert .flecheblanc, #univers_vert .flechejaune, #univers_vert .flechebleu,
#univers_vert .flecherouge, #univers_vert .flechenoir, #univers_vert .flecherose,
#univers_vert .flecherose2, #univers_vert .flechebleu2, #univers_vert .flechevert,
#univers_vert .flechebordeaux, #univers_vert .flechetaupe {
	background-image: url(/css/img/fleche-vert.png);
}

#univers_marron .flecheblanc, #univers_marron .flechejaune, #univers_marron .flechebleu,
#univers_marron .flecherouge, #univers_marron .flechenoir, #univers_marron .flecherose,
#univers_marron .flecherose2, #univers_marron .flechebleu2, #univers_marron .flechevert,
#univers_marron .flechebordeaux, #univers_marron .flechetaupe {
	background-image: url(/css/img/fleche-taupe.png);
}

#univers_orange .flecheblanc, #univers_orange .flechejaune, #univers_orange .flechebleu,
#univers_orange .flecherouge, #univers_orange .flechenoir, #univers_orange .flecherose,
#univers_orange .flecherose2, #univers_orange .flechebleu2, #univers_orange .flechevert,
#univers_orange .flechebordeaux, #univers_orange .flechetaupe {
	background-image: url(/css/img/fleche-orange.png); /* !!!!! * /
}

#univers_rose .flecheblanc, #univers_rose .flechejaune, #univers_rose .flechebleu,
#univers_rose .flecherouge, #univers_rose .flechenoir, #univers_rose .flecherose,
#univers_rose .flecherose2, #univers_rose .flechebleu2, #univers_rose .flechevert,
#univers_rose .flechebordeaux, #univers_rose .flechetaupe {
	background-image: url(/css/img/fleche-rose.png); /* !!!!! * /
}
*/

/*=============*/
/* BACKGROUNDS */
/*=============*/

.bgblanc, .bgjaune, .bgbleu, .bgrouge, .bgnoir, .bgrose, .bgrose2, .bgbleu2, .bgvert, .bgbordeaux, .bgtaupe {
    color: white !important;
    padding: .2em .4em;
}

#univers_ .bgblanc, #univers_ .bgjaune, #univers_ .bgbleu,
#univers_ .bgrouge, #univers_ .bgnoir,  #univers_ .bgrose,
#univers_ .bgrose2, #univers_ .bgbleu2, #univers_ .bgvert,
#univers_ .bgbordeaux, #univers_ .bgtaupe {
	background-color: black !important;
}
#univers_bleu .bgblanc, #univers_bleu .bgjaune, #univers_bleu .bgbleu,
#univers_bleu .bgrouge, #univers_bleu .bgnoir,  #univers_bleu .bgrose,
#univers_bleu .bgrose2, #univers_bleu .bgbleu2, #univers_bleu .bgvert,
#univers_bleu .bgbordeaux, #univers_bleu .bgtaupe {
	background-color: #52b9b9 !important;
}
#univers_vert .bgblanc, #univers_vert .bgjaune, #univers_vert .bgbleu,
#univers_vert .bgrouge, #univers_vert .bgnoir,  #univers_vert .bgrose,
#univers_vert .bgrose2, #univers_vert .bgbleu2, #univers_vert .bgvert,
#univers_vert .bgbordeaux, #univers_vert .bgtaupe {
	background-color: #5c9759 !important;
}
#univers_marron .bgblanc, #univers_marron .bgjaune, #univers_marron .bgbleu,
#univers_marron .bgrouge, #univers_marron .bgnoir,  #univers_marron .bgrose,
#univers_marron .bgrose2, #univers_marron .bgbleu2, #univers_marron .bgvert,
#univers_marron .bgbordeaux, #univers_marron .bgtaupe {
	background-color: #b29671 !important;
}
#univers_orange .bgblanc, #univers_orange .bgjaune, #univers_orange .bgbleu,
#univers_orange .bgrouge, #univers_orange .bgnoir,  #univers_orange .bgrose,
#univers_orange .bgrose2, #univers_orange .bgbleu2, #univers_orange .bgvert,
#univers_orange .bgbordeaux, #univers_orange .bgtaupe {
	background-color: #d95525 !important;
}
#univers_rose .bgblanc, #univers_rose .bgjaune, #univers_rose .bgbleu,
#univers_rose .bgrouge, #univers_rose .bgnoir,  #univers_rose .bgrose,
#univers_rose .bgrose2, #univers_rose .bgbleu2, #univers_rose .bgvert,
#univers_rose .bgbordeaux, #univers_rose .bgtaupe {
	background-color: #dea5c0 !important;
}

/*========*/
/* TITRES */
/*========*/

h1, h1.blanc, h1.jaune, h1.bleu, h1.rouge, h1.noir, h1.rose, h1.rose2, h1.bleu2, h1.vert, h1.bordeaux, h1.taupe {
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 20px;
}

#univers_ h1 {   	 color: #000000; }
#univers_bleu h1 {   color: #52b9b9; }
#univers_vert h1 {   color: #5c9759; }
#univers_marron h1 { color: #b29671; }
#univers_orange h1 { color: #d95525; }
#univers_rose h1 {   color: #dea5c0; }

h3, h3.blanc, h3.jaune, h3.bleu, h3.rouge, h3.noir, h3.rose, h3.rose2, h3.bleu2, h3.vert, h3.bordeaux, h3.taupe {
	border-width: 0 0 1px 0;
	border-style: dotted;
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 12px;
}

#univers_ h3 { 		 color: #000000; border-color: #000000; background-image: url(/css/img/puce4-noir.png);   }
#univers_bleu h3 {   color: #52b9b9; border-color: #52b9b9; background-image: url(/css/img/puce4-bleu2.png);  }
#univers_vert h3 {   color: #5c9759; border-color: #5c9759; background-image: url(/css/img/puce4-vert.png);   }
#univers_marron h3 { color: #b29671; border-color: #b29671; background-image: url(/css/img/puce4-taupe.png);  }
#univers_orange h3 { color: #d95525; border-color: #d95525; background-image: url(/css/img/puce4-orange.png); } /* !!!!! */
#univers_rose h3 {   color: #dea5c0; border-color: #dea5c0; background-image: url(/css/img/puce4-rose.png);   } /* !!!!! */

