/* @override http://moondev.semenligne.fr/DEV/congres/css/styles.css */

* {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size:100%;
	border: 0px;
}

html, body {
	background: #eee;
	height: 100%;
	font-size:12px;
}

.clear { clear: both; margin: 0; padding: 0; border: 0; height: 0; line-height: 1px; font-size: 1px; display: block; }

#wrapper {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
	position: relative;
	width: 880px;
	min-height: 100%;
	margin:0px auto;
}
#wrapper .page {
	margin-right: 3px;
	margin-left: 3px;
}

.home .page {
	background-image: url(../img/subheader-new.jpg);
	background-repeat: no-repeat;
	background-position: center 65px;
}

.header {
	background-color: #fff;
	background-image: url(../img/SiteTitleBg.gif);
	background-repeat: repeat-x;
	height: 65px;
	overflow: hidden;
}

.header h1 {
	float: left;
	height: 65px;
	font-size: 20px;
	color: #333;
	padding-top: 13px;
}

.header h1 span {
	font-size: 18px;
	color: #558A6C;
}

.header .logo {
	float: left;
}
.subheader {
	height: 90px;
	padding-left: 365px;
}
.subheader h2 {
	font-size: 20px;
	color: #fff;
	width: 360px;
	padding-top: 8px;
}
.subheader h3 {
	font-size: 13px;
	color: #fff;
	margin-top: 6px;
}
.maintitle h4 {
	font-size: 22px;
	color: #FD7208;
	width: 320px;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.splash {
}
.splash img {
	border-top-width: 8px;
	border-left-width: 8px;
	border-style: solid;
	border-color: #fff;
}

ul#news, ul#news li {
	list-style:none;
	}

.slp {
	position: absolute;
	top: 3px;
	right: 3px;
}
ul.links {
	list-style-type: none;
	margin: 10px 90px 10px 40px;
}


ul.links a {
	display: block;
	height: 2.3em;
	line-height: 26px;
	color: #fd7208;
	font-size:12px;
	background: #fff url(../img/dot.gif) no-repeat left 0.7em;
	padding-left: 1.3em;
	text-decoration: none;
}

ul.links a:hover {
	color: #000;
	text-decoration: underline;
}

/*
ul.links .pdf a {
	background-image: url(../img/acrobat.gif);
	background-repeat: no-repeat;
}

ul.links .formicon a {
	background-image: url(../img/formIcon.gif);
	background-repeat: no-repeat;
}
*/

p.decompte {
	font-size: 15px;
	margin: 20px 40px;
	color: #265a89;
}
p.decompte span {
	padding: 8px;
	margin: 3px;
	background-color: #326582;
	color: #fff;
	font-weight: bold;
}

#news {
	background-color: #FD7208;
	margin-left: 8px;
	padding: 6px;
	color: #fff;
	width: 343px;
	margin-top: 242px;
}
#news li {
	background-image: url(../img/fleche-fond-orange.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 16px;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#news a {
	color: #fff;
	text-decoration: none;
}
#news a:hover {
	text-decoration: underline;
}
#news p {
	margin-bottom: 4px;
}

/* MENU */

#tabs {
	line-height:normal;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	margin-top: 5px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	background-image: url(../img/dots.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#tabs ul {
      margin:0;
      padding:0px;
      list-style:none;
}
#tabs li {
	float:left;
	margin:0px;
	padding:0 0 0px 8px;
	background-image: url(../img/bluetab_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#tabs a {
	float:left;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	margin-right: 2px;
	background-image: url(../img/bluetab_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 3px;
}
    /* Commented Backslash Hack
       cache la règle à IE5-Mac \*/
#tabs a {float:none;}
    /* Fin du hack IE5-Mac */
#tabs a:hover {
	color:#99CD3F;
}
#tabs li.active {
      background-image:url(../img/tab_white_l.gif);
}
#tabs li.active a {
	background-image:url(../img/tab_white_r.gif);
	color:#000000;
	padding-bottom:5px;
	font-weight: bold;
}

body.homepage .maintitle {
	float: left;
	width: 360px;
	padding-top: 60px;
}
.maintitle {
	float: left;
	width: 260px;
	padding-top: 60px;
}
.splash {
	width: 510px;
	float: right;
}


.infoshome {
	background-color: #9AD140;
	color: #000;
	padding: 8px 4px 40px 4px;
}
.infoshome h4 {
	color: #fff;
	margin-bottom: 6px;
}
.infoshome div.direct {
	float: left;
	width: 240px;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
.infoshome div.partenaire {
	float: right;
	width: 220px;
	margin-left: 10px;
}
.infoshome div.region {
	float: left;
	width: 360px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.infoshome a.arrow {
	display: block;
	color: #fff;
	background-image: url(../img/fleche-fond-vert.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	margin: 6px 0;
	text-decoration: none;
}

.infoshome a.arrow:hover {
	text-decoration: underline;
}

img.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.infoshome p {
	font-size: 0.90em;
	line-height: 1.4em;
	text-align: justify;
	margin-top: 6px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
.infoshome .partenaire h5 {
	margin-top: 8px;
}
.infoshome p a {
	color: #fff;
}
.infoshome h5 a {
	color: #1c260b;
	text-decoration: none;
}

.infoshome h5 a:hover {
	text-decoration: underline;
	color: #000;
}
.maincontent {
	width: 590px;
	float: right;
	padding-top: 65px;
	margin-bottom: 30px;
	margin-right: 10px;
}
.breadcrumb {
	font-size: 10px;
	margin-bottom: 12px;
	color: #999999;
	padding-bottom: 12px;
}
.maincontent a {
	color: #FD7208;
}
.maincontent h3 {
	font-size: 2.3em;
	margin-bottom: 0.5em;
	color: #333333;
}

.maincontent h3.titre-evenement {
	font-size: 1.6em;
	line-height: 1.4em;
	margin-bottom: 20px;
}

ul.mainmenu {
	list-style-type: none;
	text-transform: uppercase;
	width: 180px;
	margin-bottom: 20px;
	margin-left: 60px;
}
ul.mainmenu li {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ddd;
	padding-top: 4px;
}
ul.mainmenu li a {
	color: #255988;
	text-decoration: none;
	display: block;
	background-image: url(../img/fleche-verte-fond-blanc.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
ul.mainmenu li a:hover {
	color: #FD7208;
	background-image: url(../img/fleche-orange-fond-blanc.gif);
}
.maincontent p {
	line-height: 1.3em;
	margin-bottom: 0.5em;
}
.maincontent p.pdf a {
	display: block;
	background-image: url(../img/acrobat.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 28px;
	margin: 1em 0;
}

/* BOUTONS */


a.bouton, button.bouton {
	display:-moz-inline-box;
	display:inline-block;
	padding:0;
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	border:0;
	background:none;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

a.bouton span, button.bouton span {
     float:left;
     padding:0 0 0 20px;          /* Largeur du côté gauche */
     vertical-align:middle;
     background:url(../img/buttonLeft.gif) left top no-repeat;
}

a.bouton span span, button.bouton span span {
     padding:0 20px 0 0;          /* Largeur du côté droit */
     background:url(../img/buttonRight.gif) right top no-repeat;
}

a.bouton span span span, button.bouton span span span {
	height:30px;          /* Hauteur du bouton */
	padding:0;
	line-height:28px;     /* Alignement vertical du texte */
	background:url(../img/buttonMiddle.gif) left top repeat-x;
}

/* Correction des bug Internet Explorer */
* html button {width:1%; overflow:visible;}
*:first-child+html button {overflow:visible;}

form legend {
	font-size: 0.9em;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	display: block;
	padding-bottom: 2px;
}
form label {
	display: block;
	padding: 6px;
	float: left;
	width: 160px;
	text-align: right;
	margin-bottom: 16px;
}
form .field {
	float: left;
}
.mainmenu li.active a {
	background-image: url(../img/fleche-orange-fond-blanc.gif);
	font-weight: bold;
}
select {
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #eee;
}
.evenement {
	background-image: url(../img/evenement.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	padding-top: 4px;
}
.evenement .date {
	color: #245888;
	font-size: 0.96em;
	margin-top: 3px;
}
.selection {
	margin-bottom: 16px;
}
.selection ul {
	list-style-type: none;
	width: 300px;
}
.selection li {
	padding: 3px;
	border: 1px dotted #999999;
	margin-bottom: 6px;
	font-size: 10px;
	background-color: #eee;
}
p.folio {
	margin-top: 16px;
	color: #666666;
	font-size: 10px;
}
p.folio span {
	padding: 2px;
	border: 1px solid #ddd;
	color: #FD7208;
	margin-right: 4px;
}
p.folio a {
	text-decoration: none;
	color: #999999;
}
.intervenants h4 {
	color: #97CF41;
	margin-top: 12px;
	margin-bottom: 3px;
}
.intervenants li {
	font-size: 11px;
	margin-bottom: 3px;
	list-style-type: none;
}
.maincontent .left {
	float: left;
	width: 60%;
}
.maincontent .right {
	float: right;
	width: 35%;
	background-image: url(../img/rightBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.96em;
}
.maincontent .left p {
	text-align: justify;
}
.right h4.documentation {
	background-image: url(../img/documentation.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 3px;
	margin-left: 8px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 18px;
	margin-top: 8px;
	color: #255988;
}
.right .item {
	margin: 8px;
}
.right .item .categorie {
	margin: 0px;
	font-size: 10px;
	color: #666666;
}
.right .item .titre {
	font-weight: bold;
}

.maincontent .right .item p.pdf a {
	background-image: url(../img/acrobat-mini.gif);
	padding-left: 20px;
}
input.field {
	font-size: 11px;
	color: #000;
	border: 1px solid #ccc;
	padding: 2px;
}
.maincontent h4 {
	font-size: 1.4em;
	margin-bottom: 0.6em;
	margin-top: 0em;
	color: #255988;
}
hr {
	color: #fff;
	background-color: #fff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #ddd;
	border-left-color: #fff;
	border-top--width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-bottom: 12px;
}
.maincontent .small {
	font-size: 0.9em;
	color: #666666;
}
div.logopart {
	width: 240px;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
div.footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 16px;
	padding-left: 4px;
}
div.footer a {
	color: #666666;
}
.ZnSaisie {
	font-size: 11px;
	color: #000000;
	background-color: #F8F8F8;
	padding: 2px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form .required {
	color: #FF6600;
}
p.folio span.noborder {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
p.folio span.current {
	background-color: #FD7208;
	color: #fff;
	border-color: #FD7208;
}
div.item {
	margin-top: 10px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
div.item .date {
	font-size: 10px;
	color: #6CA15B;
	margin: 0px;
}
div.item .region {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	color: #666666;
}
div.item .thumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #ddd;
}
div.item h4 a {
	font-size: 14px;
	text-decoration: none;
}
div.item h4 a:hover {
	text-decoration: underline;
}
div.item h4.direct {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.maincontent h5 {
	font-size: 13px;
	background-color: #eee;
	padding: 2px;
	margin-bottom: 6px;
}

.maincontent ul, .maincontent blockquote {
	margin: 8px 0;
	padding-left: 1em;
	}

.maincontent li {
	margin-bottom: 6px;
	list-style-type: square;
	line-height: 1.3em;
}

.blue {
	color:#248BBC;
	}
	
	.maincontent .print {
	float: right;
	width: 30px;
}
.maincontent h3.floatleft {
	width: 540px;
	float: left;
}

div.recherche {
	width: 410px;
	float: left;
	border-right: 1px dotted #ddd;
	padding-right: 10px;
	margin-right: 10px;
}

div.jours {
	float: right;
	width: 150px;
}

div.jours h4 {
	font-size: 13px;
}

div.jours ul {
	margin: 12px 0;
	padding: 0;
	border-top: 1px solid #ddd;
}

div.jours li {
	list-style: none;
	padding: 0;
	margin: 8px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}

div.jours li a {
	display: block;
	background: #fff url(../img/agenda.gif) no-repeat left center;
	padding-left: 26px;
}

div.jours li a:hover {
	color: #000;
}


.maincontent h3.jour {
	background: #fff url(../img/agenda.gif) no-repeat left center;
	padding-left: 26px;
	font-size: 18px;
	margin-bottom: 20px;
}

.maincontent h4.jour {
	font-size: 13px;
	padding-bottom: 3px;
	margin-bottom: 0;
	border-bottom: 1px solid #255988;
}

table.jour {
	margin-bottom: 20px;
}

table.jour td {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	padding: 5px 12px 5px 2px;
	color: #666;
}

table.jour td.heure {
	white-space: nowrap;;
}

table.jour td a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

table.jour td a:hover {
	text-decoration: underline;
	color: #000;
}

div.countdown {
	width: 80px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: transparent url('../img/countdown_bg.gif') no-repeat left top;
	position: absolute;
	left: 280px;
	top: 300px;
}



