html, body {
	margin: 0;
	padding: 0;
	height: 100%
}
body {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #666666;
}

/* ***************************************************************************************** */
/* definition des blocs qui structurent les contenus des pages                               */
/* ***************************************************************************************** */

#centrer {
	width: 986px;
	margin: 0 auto 0 auto;
	text-align: left;
	position: relative;
}
#site {
	width: 986px;
	position: absolute;
	margin: 0;
	padding: 0;
	text-align: center;
}
#header { /* header */
	margin: 0;
	padding: 0;
	width: 986px;
	height: 146px;
	text-align: left;
}
#association #header {
	background-image:url(../medias/interface/fd_header_association.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#programmes #header {
	background-image:url(../medias/interface/fd_header_programmes.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#actiforma #header {
	background-image:url(../medias/interface/fd_header_actiforma.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#header_gauche {
	padding: 20px 0 0 40px;
	float: left;
}
#contenu { /* contenu central sous le header */
	margin: 0;
	width: 986px;
	float: left;
	background-image:url(../medias/interface/fd_site.gif);
	background-repeat: repeat-y;
}
#main {
	padding: 0 0 0 60px;
	float: left;
}
#col_gauche { /* colonne gauche avec barre nav et liens permanents */
	width: 229px;
	float: left;
	text-align: left;
	color: #FFFFFF;
	background-color: #660033;
}
#bloc_barrenav {
	background-color: #B17184;
}
#bloc_catalogues {
	padding: 0 0 0 26px;
	background-color: #DEC7CF;
	background-image:url(../medias/interface/fd_bloc_catalogues.gif);
	background-repeat: repeat-x;
}
#bloc_liens {
	padding: 0 26px 0 26px;
	height: 195px;
	background-image:url(../medias/interface/fd_bloc_liens.gif);
	background-repeat: repeat-x;
}
html>body #col_centre { /* contenu central de la page */
	height: auto;
	min-height: 728px;
}
#col_centre {
	width: 637px;
	height: 728px;
	float: left;
	text-align: left;
}
#col_centre_marges {
	padding: 22px 18px 0 18px;
}
#association #col_centre {
	background-image:url(../medias/interface/fd_main_association.gif);
	background-repeat: repeat-x;
}
#programmes #col_centre {
	background-image:url(../medias/interface/fd_main_programmes.gif);
	background-repeat: repeat-x;
}
#actiforma #col_centre {
	background-image:url(../medias/interface/fd_main_actiforma.gif);
	background-repeat: repeat-x;
}
#footer{ /* footer */
	width: 986px;
	height: 108px;
	text-align: left;
	background-image:url(../medias/interface/fd_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}
#footer_adresse {
	width: 760px;
	height: 35px;
	float: left;
}
#footer_logo {
	width: 135px;
	height: 35px;
	background-image:url(../medias/interface/logo_footer.gif);
	background-repeat: no-repeat;
	float: left;
}

/* ***************************************************************************************** */
/* definition des styles par blocs                                                           */
/* ***************************************************************************************** */

/* styles colonne de gauche
------------------------------------------------------------------------------------ */
#col_gauche ul.niv1 { /* barrenav niveau 1 (titres des rubriques) */
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#col_gauche ul.niv1 li {
	margin: 0;
	padding: 0;
}
#col_gauche ul.niv1 li a {
	display: block;
	width: 229px;
	height: 31px;
}
#col_gauche ul.niv2 li a {
	display: inline;
	width: auto;
}
#col_gauche ul.niv1 li.btn_association { /* btn association */
	background-image:url(../medias/interface/btn_navgauche_association_off.gif);
	background-repeat: no-repeat;
}
#association #col_gauche ul.niv1 li.btn_association {
	background-image:url(../medias/interface/btn_navgauche_association_on.gif);
	background-repeat: no-repeat;
}
#col_gauche ul.niv1 li.btn_association a {
	height: 28px;
}
#col_gauche ul.niv1 li.btn_programmes { /* btn programmes */
	background-image:url(../medias/interface/btn_navgauche_programmes_off.gif);
	background-repeat: no-repeat;
}
#programmes #col_gauche ul.niv1 li.btn_programmes {
	background-image:url(../medias/interface/btn_navgauche_programmes_on.gif);
	background-repeat: no-repeat;
}
#col_gauche ul.niv1 li.btn_actiforma { /* btn actions formations */
	background-image:url(../medias/interface/btn_navgauche_actiforma_off.gif);
	background-repeat: no-repeat;
}
#actiforma #col_gauche ul.niv1 li.btn_actiforma {
	background-image:url(../medias/interface/btn_navgauche_actiforma_on.gif);
	background-repeat: no-repeat;
}
#col_gauche ul.niv2 { /* barrenav niveau 2 (titres des pages d'une rubrique) */
	margin: 0;
	padding: 24px 0 0 28px;
	list-style-type: none;
	height: 200px;
}
#col_gauche ul.niv2 li {
	margin: 0;
	padding: 0;
}
#association #col_gauche ul.niv2 li a, #association #col_gauche ul.niv2 li.navselect a, #programmes #col_gauche ul.niv2 li a, #programmes #col_gauche ul.niv2 li.navselect a, #actiforma #col_gauche ul.niv2 li a, #actiforma #col_gauche ul.niv2 li.navselect a {
	padding: 0 0 0 14px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 18px;
	text-decoration: none;
}
#association #col_gauche ul.niv2 li a:hover, #association #col_gauche ul.niv2 li.navselect a:hover, #programmes #col_gauche ul.niv2 li a:hover, #programmes #col_gauche ul.niv2 li.navselect a:hover, #actiforma #col_gauche ul.niv2 li a:hover, #actiforma #col_gauche ul.niv2 li.navselect a:hover {
	color: #FFFFFF;
}
#association #col_gauche ul.niv2 { /* liste pages association */
	background-color: #7B1837;
}
#association #col_gauche ul.niv2 li {
	border-left: 1px solid #96425B;
}
#association #col_gauche ul.niv2 li a {
	color: #FFA8C2;
}
#programmes #col_gauche ul.niv2 { /* liste pages programmes */
	background-color: #AD5012;
}
#programmes #col_gauche ul.niv2 li {
	border-left: 1px solid #BB6F3C;
}
#programmes #col_gauche ul.niv2 li a {
	color: #FCC49E;
}
#actiforma #col_gauche ul.niv2 { /* liste pages actions formations */
	background-color: #969206;
}
#actiforma #col_gauche ul.niv2 li {
	border-left: 1px solid #ABA838;
}
#actiforma #col_gauche ul.niv2 li a {
	color: #F3F19D;
}
#col_gauche hr {
	height: 1px;
	border: 0;
	text-align: center;
	border-bottom: 1px solid #49002D;
}
#col_gauche #bloc_association p { /* bloc association */
	margin: 0;
	padding: 0 0 13px 0;
	font-size: 13px;
	line-height: 15px;
	color: #FFFFFF;
}
#col_gauche #bloc_catalogues ul { /* bloc catalogues */
	margin: 0;
	padding: 24px 0 0 0;
	list-style-type: none;
}
#col_gauche #bloc_catalogues li {
	line-height: 22px;
	color: #7B0794;
}
#col_gauche #bloc_catalogues a {
	color: #7B0794;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#col_gauche #bloc_catalogues a:hover {
	text-decoration: underline;
}
#col_gauche #bloc_catalogues a.catalogue {
	padding: 0 0 0 32px;
	background-image:url(../medias/interface/picto_catalogue.gif);
	background-repeat: no-repeat;
}
#col_gauche #bloc_catalogues a.commande {
	padding: 0 0 0 32px;
	background-image:url(../medias/interface/picto_commande.gif);
	background-repeat: no-repeat;
}
#col_gauche #bloc_liens ul { /* bloc liens */
	margin: 0;
	padding: 20px 0 0 0;
	list-style-type: none;
}
#col_gauche #bloc_liens li {
	line-height: 22px;
	color: #4D50FF;
}
#col_gauche #bloc_liens a {
	padding: 0 0 48px 0;
	color: #4D50FF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#col_gauche #bloc_liens a:hover {
	text-decoration: underline;
}

/* styles colonne centre
------------------------------------------------------------------------------------ */
#col_centre h1 {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
}
#association #col_centre h1, #association #col_centre h4 {
	color: #602B49;
}
#programmes #col_centre h1, #programmes #col_centre h4 {
	color: #571B00;
}
#actiforma #col_centre h1, #actiforma #col_centre h4 {
	color: #484200;
}
#col_centre h2 {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
}
#col_centre h3 {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
#association #col_centre h2, #association #col_centre h3, #association #col_centre h5 {
	color: #831E3C;
}
#programmes #col_centre h2, #programmes #col_centre h3, #programmes #col_centre h5 {
	color: #AD5012;
}
#actiforma #col_centre h2, #actiforma #col_centre h3, #actiforma #col_centre h5 {
	color: #969206;
}
#col_centre h4 {
	margin: 0;
	padding: 0 0 6px 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
#col_centre h5 {
	margin: 0;
	padding: 0 0 6px 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
#col_centre h6 {
	margin: 0;
	padding: 0 0 6px 0;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}
#col_centre p {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 13px;
	line-height: 15px;
	color: #666666;
}
#col_centre a {
	color: #666666;
	text-decoration: underline;
}
#col_centre a:hover {
	text-decoration: none;
}
/* styles texte typo3 */
#col_centre .important, #col_centre .remarque {
	font-weight: bold;
}
#association #col_centre .important {
	color: #831E3C;
}
#programmes #col_centre .important {
	color: #AD5012;
}
#actiforma #col_centre .important {
	color: #3C3701;
}
#association #col_centre .remarque {
	color: #D3849C;
}
#programmes #col_centre .remarque {
	color: #E8813D;
}
#actiforma #col_centre .remarque {
	color: #AFAA02;
}
#col_centre .note {
	font-size: 11px;
	line-height: 13px;
}
#association #col_centre .note {
	color: #831E3C;
}
#programmes #col_centre .note {
	color: #AD5012;
}
#actiforma #col_centre .note {
	color: #3C3701;
}
/* styles listes */
#col_centre ul { 
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 13px;
	line-height: 15px;
}
#association #col_centre ul li { 
	list-style-image: url(../medias/interface/puce_niv1_association.gif);
}
#association #col_centre ul li li {
	list-style-image: url(../medias/interface/puce_niv2_association.gif);
}
#programmes #col_centre ul li { 
	list-style-image: url(../medias/interface/puce_niv1_programmes.gif);
}
#programmes #col_centre ul li li {
	list-style-image: url(../medias/interface/puce_niv2_programmes.gif);
}
#actiforma #col_centre ul li { 
	list-style-image: url(../medias/interface/puce_niv1_actiforma.gif);
}
#actiforma #col_centre ul li li {
	list-style-image: url(../medias/interface/puce_niv2_actiforma.gif);
}
#col_centre hr {
	margin: 0 0 18px 0;
	height: 1px;
	border: 0;
	text-align: center;
}
#association #col_centre hr {
	border-bottom: 1px solid #602B49;
}
#programmes #col_centre hr {
	border-bottom: 1px solid #571B00;
}
#actiforma #col_centre hr {
	border-bottom: 1px solid #484200;
}
.imggauche {
	margin: 0 8px 0 0;
	float: left;
}
.imgdroite {
	margin: 0 0 0 8px;
	float: right;
}
img {
	border: 0;
}
p.clearbloc {
	clear: both;
}
/* styles tableaux */
#col_centre table.contenttable {
	margin: 6px 10px 6px 10px;
	padding: 0;
	border-collapse: collapse;
	font-size: 11px;
}
#col_centre table.contenttable p.bodytext {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#col_centre table.contenttable td {
	vertical-align: middle;
	padding: 4px;
}
#association #col_centre table.contenttable td {
	border: 1px solid #865473;
}
#programmes #col_centre table.contenttable td {
	border: 1px solid #A56D48;
}
#actiforma #col_centre table.contenttable td {
	border: 1px solid #B1AB6C;
}
#col_centre table.contenttable thead td, #col_centre table.contenttable th {
	padding: 4px;
	color: #FFFFFF;
	font-weight: bold;
}
#association #col_centre table.contenttable thead td, #association #col_centre table.contenttable th {
	border: 1px solid #865473;
	background-color: #602B49;
}
#programmes #col_centre table.contenttable thead td, #programmes #col_centre table.contenttable th {
	border: 1px solid #A56D48;
	background-color: #571B00;
}
#actiforma #col_centre table.contenttable thead td, #actiforma #col_centre table.contenttable th {
	border: 1px solid #B1AB6C;
	background-color: #484200;
}
#col_centre table.contenttable thead td p, #col_centre table.contenttable th p {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
/* styles formulaires */
#col_centre .csc-mailform {
	margin: 10px 0 0 3px;
	padding: 0;
	font-size: 13px;
	color: #666666;
	border: none;
}
#col_centre .csc-mailform-field {
	margin: 0 0 3px 0;
	padding: 0;
}
#col_centre label { /*.csc-mailform {*/
	display: block;
	width: 130px;
	float: left;
}
#col_centre input {
	border: 1px solid #7F9DB9;
}
#col_centre input.csc-mailform-submit {
	margin: 10px 0 0 133px;
	color: #000000;
	font-size: 11px;
	background-color: #FFFFFF;
}
/* styles btn retour */
#col_centre p.btn_pageprec a, #col_centre p.btn_pagesuiv a, #col_centre p.btn_pagehaut a {
	padding: 0 0 0 20px;
	color: #666666;
	font-size: 13px;
	/*line-height: 13px;*/
	font-style: normal;
	text-decoration: none;
	float: left;
	clear: both;
	background-position: left bottom;
	background-repeat: no-repeat;
}
#col_centre p.btn_pageprec a:hover, #col_centre p.btn_pagesuiv a:hover, #col_centre p.btn_pagehaut a:hover {
	text-decoration: underline;
}
#association #col_centre p.btn_pageprec a {
	background-image: url(../medias/interface/picto_pageprec_association.gif);
}
#programmes #col_centre p.btn_pageprec a {
	background-image: url(../medias/interface/picto_pageprec_programmes.gif);
}
#actiforma #col_centre p.btn_pageprec a {
	background-image: url(../medias/interface/picto_pageprec_actiforma.gif);
}
#association #col_centre p.btn_pagesuiv a {
	background-image: url(../medias/interface/picto_pagesuiv_association.gif);
}
#programmes #col_centre p.btn_pagesuiv a {
	background-image: url(../medias/interface/picto_pagesuiv_programmes.gif);
}
#actiforma #col_centre p.btn_pagesuiv a {
	background-image: url(../medias/interface/picto_pagesuiv_actiforma.gif);
}
#association #col_centre p.btn_pagehaut a {
	background-image: url(../medias/interface/picto_pagehaut_association.gif);
}
#programmes #col_centre p.btn_pagehaut a {
	background-image: url(../medias/interface/picto_pagehaut_programmes.gif);
}
#actiforma #col_centre p.btn_pagehaut a {
	background-image: url(../medias/interface/picto_pagehaut_actiforma.gif);
}


/* styles footer
------------------------------------------------------------------------------------ */
#footer_adresse p {
	margin: 0;
	padding: 0 0 0 90px;
	font-size: 12px;
	line-height: 38px;
	color: #868185;
}
#footer_adresse a {
	color: #868185;
	text-decoration: none;
}
#footer_adresse a:hover {
	text-decoration: underline;
}
#footer .csc-textpic-intext-right {
	margin: 0;
	padding: 0;
	width: 826px;
}
#footer .csc-textpic-clear {
	margin: 0;
	padding: 0;
}

/* redefinition styles typo3
------------------------------------------------------------------------------------ */
.csc-textpic-clear { /* images */
	margin: 0 0 8px 0;
	padding: 0;
	clear: both;
}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0; }
DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 0; display: block; }
dd.csc-textpic-caption { /* legendes des images */
	font-size: 10px;
	line-height: 12px;
	color:#000000;
}

/* styles moteur de recherche
------------------------------------------------------------------------------------ */
#col_gauche #bloc_catalogues p.recherche {
	margin: 0;
	padding: 40px 0 24px 0;
}
#col_gauche #bloc_catalogues p.recherche input.submit {
	width: 38px;
}
#col_gauche #bloc_catalogues form {
	margin: 0;
	padding: 0;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #831E3C;
}
