/* @override http://brezolles.devsite/lib/global.css */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(../images/interface/fond.jpg) repeat-x left top;
	margin: 0;
	padding: 0 0 10px 0;
	font: normal 11px Verdana, Arial, Helvetica, Sans-serif;
	color: #433a27;
}

#container_principal {
	position: relative;
	top: 7px;
	margin: 0 auto 10px auto;
	width: 956px;
	background-color: transparent;
}

#top_header {
	position: relative;
	top: 0;
	left: 0;
	width: 956px;
	height: 209px;
	background: transparent url(../images/interface/top_flash.jpg) no-repeat left top;
	z-index: 900;
}

#top_header h1 {
	text-indent: -5000px;
}

#top_header #flashcontent {
	position: absolute;
	top: 0;
	left: 0;
}

img {
	border: none;
}

/* @group jd_menu */
#menu {
	width: 954px;
	margin: 0 auto;
	background: transparent url(../images/interface/menu-fond.gif) repeat-y -1px top;
	z-index: 950;
	font: normal 13px Verdana, Arial, Helvetica, Sans-serif;
}

#menu ul.jd_menu, 
#menu ul.jd_menu_vertical {
	line-height: 36px;
	height: 38px;
	list-style-type: none;
	margin: 0 7px;
	background: #f52300 url(../images/interface/menu-bottom.gif) repeat-x left bottom;
}

ul.jd_menu ul,
ul.jd_menu_vertical ul {
	display: none;
}

ul.jd_menu li {
	float: left;
}

ul.jd_menu_vertical {
	width: 300px;
}

ul.jd_menu_vertical li {
	float: none;
}

/* -- Sub-Menus -- */
ul.jd_menu ul,
ul.jd_menu_vertical ul {
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
}

ul.jd_menu ul li,
ul.jd_menu_vertical ul li {
	float: none;
	margin: 0px;
}

ul.jd_menu,
ul.jd_menu ul,
ul.jd_menu_vertical,
ul.jd_menu_vertical ul {
	border: none;
	/*height: 38px;*/
	/*line-height: 38px;*/
}

ul.jd_menu_vertical {
	/*height: auto;*/
}

ul.jd_menu ul {
	/*height: auto;*/
}

* html ul.jd_menu ul {
	width: 1%;
}

ul.jd_menu li {
	
	font-family: sans-serif;
	font-size: 13px;
	color: #fff;
	
	line-height: 34px;
	background: #f52300 url(../images/interface/menu-fond-boutons-last.gif) no-repeat right top;
	
	margin: 0px;
	padding: 0 14px;
	cursor: pointer;
	white-space: nowrap;
}

ul.jd_menu li ul {
	border: 1px solid #bd1c00;
}

ul.jd_menu li li {
	/* fond des sous-menus */
	background: #f52300 url(../images/interface/menu-fond-boutons-smenu.gif) repeat-x right top;
	height: auto;
	font-size: 12px;
	line-height: 20px;

	/* largeur des sous-menus */
	/*min-width: 100%;*/
	margin: 0;
}

ul.jd_menu li a:link, ul.jd_menu li a:visited {
	color: #fff;
	text-decoration: none;
}

ul.jd_menu li.jdm_hover,
ul.jd_menu li.jdm_active {
	background-color: #bd1c00;
	background: #f52300 url(../images/interface/menu-fond-boutons-smenu.gif) repeat-x right -35px;
	color: #fff;
	padding: 0 14px;
	border: none;	
}

/* Ajout de guillaume pour le menu */
ul.jd_menu li.haveChild {
	background-color: #bd1c00;
	background: #f52300 url(../images/interface/menu-fond-boutons-smenu-haveChild.gif) repeat-x right top;
	color: #fff;
	padding: 0 14px;
	border: none;
	/*position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 15px;*/
}

/* @end */
#content {
	background: #fff6e4 url(../images/interface/fond_page.gif) repeat-y left top;
}

#contenu {
	position: relative;
	top: 0;
	margin: 0 auto;
	width: 956px;
	background: transparent url(../images/interface/B.gif) no-repeat 8px bottom;
	z-index: 10;
	padding-bottom: 3px;
}

#ombre_gauche {
	float: left;
	width: 7px;
	margin-right: -7px;
	height: 419px;
	background: transparent url(../images/interface/fond-ombre-left.gif) no-repeat left top;
}

#ombre_droite {
	float: right;
	width: 7px;
	margin-left: -7px;
	height: 419px;
	background: transparent url(../images/interface/fond-ombre-right.gif) no-repeat right top;
}

#col_gauche {
	float: left;
	margin: 32px 0 0 40px;
	width: 660px;
	z-index: 50;
}

#col_droite {
	float: right;
	margin: 30px 40px 0 0;
	width: 196px;
	z-index: 50;
}

hr.separateur_bas {
	clear: both;
	color: #fff6e4;
	width: 250px;
	height: 1px;
	border: none;
}

.clr {
	clear: both;
}

#col_droite a, #col_gauche a {
	margin: 0;
}

#col_droite a:link, #col_droite a:visited {
	color: #433a27;
	text-decoration: underline;
	font: normal 11px Verdana, Arial, "Helvetica Neue", sans-serif;
}

#col_droite a:hover {
	text-decoration: none;
}

/* @group Modules */

.module p {
	margin: 10px;
}

.module span.petit {
	color: #888;
	font-size: 9px;
}

.module h2 {
	margin-right: 10px;
}

.module ul {
	margin: 10px;
	list-style-position: inside;
}

.module img {
	margin: 0 10px 10px 10px;
}

.module {
	position: relative;
	clear: both;
	border: 1px solid #b4ab99;
	background-color: transparent;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 18px;
}

.module table {
	margin: 0 10px;
}

.module a:link, .module a:visited {
	color: #433a27;
	text-decoration: underline;
	font: normal 11px Verdana, Arial, "Helvetica Neue", sans-serif;
}

.module a:hover {
	color: #433a27;
	text-decoration: none;
}

.module .box-left {
	position: absolute;
	margin: 0;
	top: -1px;
	left: -1px;
	width: 18px;
	height: 18px;
	background: transparent url(../images/interface/angle-gauche.gif) no-repeat left top;
}

.module .box-right {
	position: absolute;
	margin: 0;
	top: -1px;
	right: -1px;
	width: 18px;
	height: 18px;
	background: transparent url(../images/interface/angle-droit.gif) no-repeat right top;
}

.module h3 {
	font-weight: normal;
	margin: 10px 10px 10px 15px;
	font-variant: small-caps;
	font-style: italic;
	text-indent: 20px;
	font-size: 13px;
	background: transparent url(../images/interface/carre-titres.gif) no-repeat left center;
}

.demi {
	width: 50%;
	float: left;
}

.module_agenda {
	position: relative;
	float: right;
	background: transparent url(../images/interface/post-it.jpg) no-repeat left top;
	width: 278px;
	height: 243px;
	border: none;
	margin-right: 20px;
	margin-top: -6px;
}

.module_agenda h3 {
	font-weight: normal;
	margin: 20px 10px 10px 35px;
	font-variant: small-caps;
	font-style: italic;
	text-indent: 20px;
	font-size: 13px;
	background: transparent url(../images/interface/carre-titres.gif) no-repeat left center;
}

.module_agenda ul {
	margin-left: 35px;
	margin-top: 20px;
	list-style-type: none;
}

.module_agenda .dateAgenda {
	color: #cf1f00;
	font: bold 11px Verdana, Arial, "Helvetica Neue", sans-serif;
}

.module_agenda ul li {
	min-height: 27px;
	margin-right: 20px;
}

.module_agenda a:link, .module_agenda a:visited {
	color: #433a27;
	text-decoration: underline;
	font: normal 11px Verdana, Arial, "Helvetica Neue", sans-serif;
}

.module_agenda a:hover {
	color: #433a27;
	text-decoration: none;
}

p.more {
	font: italic 11px Verdana, Arial, "Helvetica Neue", sans-serif;
	margin-top: 15px;
	text-align: right;
}

p.more a:link, p.more a:visited {
	color: #433a27;
	text-decoration: underline;
	font: italic 11px Verdana, Arial, "Helvetica Neue", sans-serif;
}

p.more a:hover {
	color: #433a27;
	text-decoration: none;
}

.module_agenda p.more {
	position: absolute;
	left: 35px;
	bottom: 30px;
	text-align: left;
	/*margin-left: 35px;*/
	/*margin-bottom: 3px;*/
}

.module form input {
	border: 1px solid #433a27;
	margin: 0;
	height: 20px;
	width: 120px;
}

.module form #submit {
	border: 1px solid #433a27;
	margin: 0;
	height: 22px;
	margin-left: 5px;
	margin-bottom: 7px;
	background-color: #cf1f00;
	color: #ff0;
}

.module .error_msg {
	text-align: center;
	background-color: #cf1f00;
	color: #ff0;
	font-weight: bold;
	width: 500px;
	margin: 0 auto 10px auto;
	padding: 3px;
}

/* @end */

/* @group Footer */

#footer {
	position: relative;
	top: 0;
	background: transparent url(../images/interface/fond_footer.gif) no-repeat left bottom;
	height: 155px;
	margin: -0 0 0 0;
	z-index: 15;
}

#footer #links {
	float: right;
	margin: 120px 50px 0 0;
	color: #fff;
	font: normal 11px Verdana, Arial, "Helvetica Neue", sans-serif;
}

#links a:link, #links a:visited {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}

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

/* @end */

/* @group Form NewsLetter */
.newsLetter {
	text-align: left;
}

.newsLetter #email {
	border: 1px solid #433a27;
	margin: 0;
	height: 20px;
	width: 120px;
	float: left;
	margin-left: 3px;
	margin-bottom: 7px;
}

.newsLetter .NLsubmit {
	float: left;
	border: 1px solid #433a27;
	margin: 0;
	height: 22px;
	width: 35px;
	margin-left: 5px;
	margin-bottom: 7px;
	background-color: #cf1f00;
	color: #ff0;
}

.newsLetter .desir {
	width: 15px;
	margin: 7px 0 0 5px;
}

.newsLetter label {
	margin: 0;
	cursor: pointer;
}

/* @end */

/* @group Liste Events */

p.listeEvents, p.listeActu {
	margin: 5px 10px;
}

p.listeEvents a:link,
p.listeEvents a:visited,
p.listeActu a:link,
p.listeActu a:visited {
	display: block;
	text-decoration: none;
	line-height: 18px;
	padding: 5px;
}

p.listeEvents a:hover,
p.listeActu a:hover {
	background-color: #faeac8;/*f7d2a1*/
}

p.listeEvents a.eventEnCoursListe:link, p.listeEvents a.eventEnCoursListe:visited {
	display: block;
	background: #faeac8 url(../images/interface/eventEnCours.gif) no-repeat right top;
	text-decoration: none;
	line-height: 18px;
	padding: 10px 5px 5px 5px;
}

p.listeEvents a.eventEnCoursListe:hover {
	background-color: #faeac8;/*f7d2a1*/
}

p.enCours {
	font-weight: bold;
	text-align: center;
	color: red;
	font-size: 12px;
	background-color: #faeac8;
	margin: 10px 0 0 0;
	padding: 5px;
}

table.event {
	table-layout: fixed;
	width: 100%;
	margin: 0 0 10px 0;
	border-collapse: separate;
	border-spacing: 10px;
}

table.event p {
	margin-left: 0;
	margin-right: 0;
}

/* @end */

/* @group Liste Actus */

p.dateActu {
	text-align: right;
	font-size: 10px;
	color: #999;
	float: right;
	width: 100px;
	margin: 10px 15px 10px 10px;
}

span.dateActu {
	font-size: 10px;
	color: #999;
}

/* @end */

/* @group Liste Annuaires */

div.listeAnnu {
	border: 1px solid silver;
	margin: 10px;
	padding-bottom: 10px;
}

div.listeAnnu .nom {
	background-color: #ffe;
	padding: 5px;
}

div.listeAnnu .nom a:link,
div.listeAnnu .nom a:visited {
	display: block;
	text-decoration: none;
}

div.listeAnnu .nom a:hover {
	text-decoration: underline;
}

div.listeAnnu .infoPlus a:link,
div.listeAnnu .infoPlus a:visited {
	display: block;
	width: 100px;
	text-align: right;
	text-decoration: none;
	clear: right;
	float: right;
}

div.listeAnnu .infoPlus a:hover {
	text-decoration: underline;
}

div.navigationPages {
	font-size: 10px;
	text-align: center;
	margin-bottom: 10px;
}

div.navigationPages a:link,
div.navigationPages a:visited {
	font-size: 10px;
	text-decoration: none;
}

div.navigationPages a:hover {
	text-decoration: underline;
}

table.annuaire {
	clear: both;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

table.annuaire p {
	margin-left: 0;
	margin-right: 0;
}

tr.format {
	height: 1px;
	padding: 0;
	margin: 0;
}

tr.separationCoordonnees {
	border-top: 1px solid #b4ab99;
}

table.annuaire td {
	padding: 5px 10px;
}

img.logo {
	margin-right: 0;
}
/* @end */

/* @group Défilé Actu */
#bandeauActu {
	position: absolute;
	top: 8px;
	left: 60px;
	border: none;
	height: 15px;
	z-index: 100;
}

#introActu {
	float: left;
	width: 50px;
	height: 15px;
	background: transparent url(../images/interface/butActu.gif) no-repeat left top;
}

#introActu a {
	display: block;
	width: 50px;
	height: 15px;
	text-indent: -500px;
	overflow: hidden;
}

#boxNews {
	float: left;
	top: 8px;
	left: 110px;
	width: 589px;
	height: 13px;
	border-top: 1px solid #b4ab99;
	border-bottom: 1px solid #b4ab99;
	border-right: 1px solid #b4ab99;
	overflow: hidden;
}

.newsticker {
	list-style-type: none;
	margin: 0;
	text-indent: 5px;
}

.newsticker a:link, .newsticker a:visited {
	display: block;
	color: #433a27;
	text-decoration: none;
}

.newsticker a:hover {
	background-color: #faeac8;
}

/* @end */

/* @group Chemin */

#cheminFull {
	position: absolute;
	top: 8px;
	left: 60px;
	width: 650px;
	border: none;
	z-index: 100;
}

#cheminFull a:link, #cheminFull a:visited {
	text-decoration: underline;
	color: #433a27;
}

#cheminFull a:hover {
	text-decoration: none;
}

/* @end */

/* @group Retour haut de page */

#retourTop {
	clear: both;
	margin: 0 10px 0 0;
	text-align: right;
}

#retourTop a:link, #retourTop a:visited {
	color: #433a27;
	text-decoration: underline;
	font: normal 11px Verdana, Arial, "Helvetica Neue", sans-serif;
}

#retourTop a:hover {
	color: #433a27;
	text-decoration: none;
}

/* @end */ 
/*
#Diaporama {
	width: 600px;
	height: 400px;
	border: 1px solid red;
	margin: 20px auto;
}

#Diaporama object {
	border: 1px solid green;
	margin: 0;
	padding: 0;
	width: 600px;
	height: 400px;
}*/