/* CSS Document */
/* BASE */
body {
	background-image: url('../images/fond_site.jpg');
	background-repeat: repeat-x;
	background-color: #ebbe52;
	width:100%;
	height:100%;
	margin:0;
	line-height:15px;
	letter-spacing:1px;
	word-spacing:1px;
}
div#global{
	position:relative;
	background-image: url('../images/bg-global.gif');
	background-position:center top;
	background-repeat:repeat-y;
	left: 50%;
	width: 1005px;
	overflow:auto;
	margin-left: -502px; /* moitié de la largeur */
}
p{
	margin:0px;
	padding-bottom:10px;
}
img{ margin:0px; padding:0px;}
img.nb {
	border: #000000 solid 0px;
}
img.bordure{
	border: #666666 solid 1px;
}
/* XHTML VALIDATOR */
a.external{}
a:link{ color:#FF9900; text-decoration:none; }
a:visited{ color:#FF9900; text-decoration:none; }
a:hover{ color:#FF9900; text-decoration:underline; }
.pFF{display:block}
/*FIN BASE */
div#basdepage{
	position:relative;
	background-image:url('../images/salsa-latino-soiree-lorient-passport.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	left: 50%;
	width: 1005px;
	height:79px;
	text-align:center;
	padding-top:13px;
	font-size:10px;
	margin-left: -501px; /* moitié de la largeur */
}
/* COLONNES */
div#contenu{
	clear:both;
	position:relative;
	width:780px;
	float:left;
	overflow:auto;
	background-image:url('../images/bg-page.jpg');
	background-repeat:repeat-y;
	
}

div#page{
	position:relative;
	width:100%;
	overflow:auto;
	background-image:url('../images/bg-contenu.jpg');
	background-repeat:no-repeat;
}

div#baspage{
	position:relative;
	width:780px;
	height:100%;
	background-image:url('../images/bas-page.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
}
div#agenda{
	position:relative;
	width:220px;
	float:left;
	overflow:auto;
	background-image:url('../images/bg-agenda.jpg');
	background-repeat:repeat-y;
}
div#template-soiree{
	height:200px;
}
div#listeagenda{
	position:relative;
	width:220px;
	background-image:url('../images/bg-liste-agenda.jpg');
	background-repeat:repeat-y;
}
div#basagenda{
	position:relative;
	width:220px;
	height:600px;
	background-image:url('../images/bas-agenda.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
	
}

/*clear:both;
	position:relative;
	width:780px;
	float:left;
	overflow:auto;
	background-image:url('../images/bg-page.jpg');
	background-repeat:repeat-y;*/



/* FIN COLONNES */
/* TYPOS */
.a_texte-blanc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
}
.a_texte-erreur{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:underline;
	color:#FFFFFF;
}
.a_texte-orange{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FF6600;
}
.a_texte-noir{
	font-family:Georgia,Arial;
	font-size:15px;
	font-weight:bold;
	color:#000000;
}
.a_tit-noir{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
.a_des-noir-b{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.a_des-noir{
	font-family:Arial;
	font-size:12px;
	color:#000000;
}
/* FIN TYPOS */
.patchborder{ border-top:#A3351C dotted 1px; }
.patchborderalaune{ border-top:#A3351C dotted 1px; background-color:#FFFFFF; }
.alaune{ background-color:#FFFFFF; }
/* gestion des TR déroulant */
.afficher_tr_ie{display:block;}
.afficher_tr{display:table-row;}
.cacher_tr{display:none;}
