@charset "utf-8";
/* CSS Document */

body {
    margin: 22px 0 22px 0;
	padding: 0;
	background-image: url(images/bg.gif);
	background-position: center top;
	font: 12px/1.5 'Trebuchet', 'Trebuchet MS', sans-serif;
	line-height: 22px;
	text-align: center;
}
div, p {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Palette
----------------------------------------------- */

.blue { 
    color: #2E57A5;
}
.orange { 
    color: #F19116;
}
.red { 
    color: #FF1A00;
}
.green { 
    color: #66AF29;
}
.purple {
    color: #55558C;
}

/* containers
----------------------------------------------- */

#container {
	width: 994px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 30px;
	margin: 0 auto;
	border: 1px solid #A21117;
	text-align: left;
	background-color: #FFFFFF;
}
#flash {
	z-index: 2000;
	position: absolute;
	top:0;
	left: 50%;
	margin-left: -175px;
	height: 352px;
}
#menu {
	width: 736px;
	height: 100px;
	padding: 120px 0 0 258px;
}
#main-content{
	background-image: url(images/dots2.gif);
	background-repeat: repeat-y;
	background-position: 732px;
	color: #666666;
	margin: 0px 130px 0 130px;
}
.column1 {
	background-image: url(images/dots2.gif);
	background-repeat: no-repeat;
	background-position: 0 90px;
	padding: 70px 12px 0 12px;
	margin: 0 362px 0 0;
}
.column2 {
	background-image: url(images/dots.gif);
	background-repeat: repeat-y;
	float: right;
	width: 356px;
	margin-top: 48px;
	padding-left: 12px;
}
.col2-ca {
	margin-top: 130px;
	background-image: none;
}
#container-table {
	margin-top: 90px;
}
#container-partners {
	margin-top: 90px;
	background-image: url(images/dots.gif);
	background-repeat: repeat-y;
	padding-left: 12px;
}
#container-partners .td {
	padding: 0 80px 50px 30px;
	text-align: center;
}
#container-partners .td2 {
	padding: 10px 100px 50px 30px;
	text-align: left;
}
#container-table #titre {
	margin-top: -50px;
	text-align: right;
	padding-right: 12px;
}
#container-table #sousmenu {
	margin: -80px 0 38px 500px;
	padding-right: 12px;
}
.column2 #sousmenu {
	margin: 30px 0 0 40px;
}
#container-table .td {
	padding: 0 11px 0 11px;
	width: 222px;
}
#container-table #intro {
	padding: 0 11px 5px 11px;
	background-image: url(images/dots.gif);
	background-repeat: repeat-y;
}
#container-table table {
	background-image: url(images/dots3.gif);
	background-repeat: repeat-y;
}
#container-table img {
	padding-bottom: 5px;
}
#divider {
    margin: 15px 130px 22px 130px;
    height: 11px;
    background-image: url(images/divide.gif);
	background-repeat: repeat-x;
}
#footer-content {
	height: 35px;
    background-image: url(images/foot.jpg);
    background-repeat: no-repeat;
}
#container-singleColumn {
	background-image: url(images/dots.gif);
	background-repeat: repeat-y;
	margin-top: 90px;
	padding: 0 12px 0 12px;
}
#singleColumn {
	background-color: #F2EDE9;
	border: #999999 solid 1px;
	padding: 60px;
}
#main-content .programmation {
	background-color: #E0ECAD;
	padding: 12px 10px 10px 10px;
	margin-bottom: 11px;
}

/* topNav
----------------------------------------------- */
#topNav {
	background: #8D0A0D;
	height: 25px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding: 5px 54px 0 0;
}
#topNav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#topNav ul li {
	display: inline;
}
#topNav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 37px;
}
#topNav a:hover,
#topNav a.langue:hover {
	color: #db5447;
}
#topNav a.langue {
	color: #DDB5B6;
}


/* menu
----------------------------------------------- */ 

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	display: block;
	width: 125px;
	height: 61px;
	background: url(images/menu-fr.gif);
}
#menu ul li a.english {
	display: block;
	width: 125px;
	height: 61px;
	background: url(images/menu-en.gif);
}
/* Normal Links */ 
#menu ul li.programmation a {
	background-position: 0 0;
	margin: 61px 15px 0 0;
}
#menu ul li.scene a {
	background-position: -125px 0;
	margin: 38px 15px 0 0;
}
#menu ul li.adrenaline a {
	background-position: -250px 0;
	margin: 18px 15px 0 0;
}
#menu ul li.decouverte a {
	background-position: -375px 0;
	margin: 6px 15px 0 0;
}
#menu ul li.rendre a {
	background-position: -500px 0;
	margin: 0;
}
/* Hover Links */
#menu ul li.programmation a:hover {
	background-position: 0 -61px;
}
#menu ul li.scene a:hover {
	background-position: -125px -61px;
}
#menu ul li.adrenaline a:hover {
	background-position: -250px -61px;
}
#menu ul li.decouverte a:hover {
	background-position: -375px -61px;
}
#menu ul li.rendre a:hover {
	background-position: -500px -61px;
}

/* sous-menu
----------------------------------------------- */
#container-table #sousmenu ul, #sousmenu ul {
	margin-bottom: -10px;
	list-style-type: none;
}
#container-table #sousmenu li, .column2 #sousmenu li {
	background-image: none;
	margin: 0;
	padding: 0 0 0 8px;
	color: #66AF29;
	font-size: 12px;
	line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
#container-table #sousmenu li.actif, #sousmenu li.actif {
	background-image: url(images/sousmenu-actif.gif);
	background-position: 0 2px;
}
#container-table #sousmenu li a, #sousmenu li a {
	color: #66AF29;
}
#container-table #sousmenu li a:hover, #sousmenu li a:hover {
	color: #666666;
}

/* text
----------------------------------------------- */

p {
	margin-bottom: 18px;
}
h1 {
	font-size: 28px;
	font-weight: normal;
	line-height: 33px;
    margin-bottom: 18px;
    color: #66AF29;
}
h2 {
    margin-bottom: 2px;
	font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
	line-height: 1.33em;
    color: #66AF29;
}
h3 {
    margin-bottom: 6px;
	font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
	line-height: 1.33em;
    color: #666666;
}
.soustitre3 {
    margin: 0 0 3px 0;
	font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
	line-height: 1.33em;
}
.titreEncadre {
    margin: 0 0 6px 0;
	font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
	line-height: 1.33em;
	color: #FFFFFF;
    background-color: #66AF29;
	padding: 2px 5px 2px 5px;
}
#titre2 h1 {
	font-size: 28px;
	font-weight: normal;
	line-height: 33px;
    margin-bottom: 4px;
    color: #66AF29;
}
#container-singleColumn h1 {
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
    margin: 0 0 18px 0;
    color: #66AF29;
}
#container-singleColumn h3 {
    margin: 0 0 6px 0;
	font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
	line-height: 1.33em;
    color: #666666;
}
.heure {
    font-weight: bold;
    color: #FFFFFF;
}

/* communiques
----------------------------------------------- */
#singleColumn #communique{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: justify;
}
#singleColumn #communique .titre1{
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	text-align: right;
	line-height: 22px;
}
#singleColumn #communique .soustitre1{
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	line-height: 22px;
}
#singleColumn #communique .grandtitre{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin: 35px 0 35px 0;
	line-height: 22px;
}
#singleColumn #communique .exergue{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#container-singleColumn #retour{
	margin: -20px 0 5px 0;
	text-align: right;
}

/* liens
----------------------------------------------- */
a { 
    color: #2E57A5;
	text-decoration: none;
}
a:hover { 
    color: #F19116;
}
a.action { 
    color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	padding: 2px 5px 0px 5px;
	font-weight: bold;
	text-transform: uppercase;
}
a.action:hover { 
	background-color: #F19116;
	
}

/* listes
----------------------------------------------- */

#main-content ul {
	margin: 0 0 18px 0;
	padding: 0;
	list-style-type: none;
}
#main-content li {
	background-image: url(images/bullet-square.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 15px;
}
#main-content #calendrier ul, #main-content .programmation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main-content #calendrier li.adrenaline, #main-content #calendrier li.scene, #main-content #calendrier li.performance {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 2px 0px 5px 6px;
	line-height: 21px;
}
#main-content #calendrier li.adrenaline {
	background-image: url(images/pr-orange.gif);
}
#main-content #calendrier li.scene {
	background-image: url(images/pr-vert.gif);
}
#main-content #calendrier li.performance {
	background-image: url(images/pr-bleu.gif);
}
#main-content .programmation li {
	background-image: none;
	padding: 5px 0 5px 0;
	border-bottom: dashed 1px #b8b8b0;
	line-height: 18px;
}
#main-content .programmation li.last {
	border-bottom: none;
}

/* autres
----------------------------------------------- */

.margin-bottom {
	margin-bottom: 10px;
}
.margin-top {
	margin-top: 15px;
}
.divide-calendrier {
	width: 498px;
	height: 2px;
	margin-top: 7px;
    background-color: #E0ECAD;
}
.nomargin-bottom {
	margin-bottom: 0px;
}