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;
	background-image:url(../medias/interface/fd_header_home.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 */
	width: 286px;
	float: left;
	text-align: left;
	color: #FFFFFF;
}
#bloc_association {
	padding: 14px 26px 0 26px;
	height: 403px;
	background-color: #B17184;
	background-image:url(../medias/interface/fd_bloc_home_association.gif);
	background-repeat: repeat-x;
}
#bloc_catalogues {
	padding: 0 26px 0 26px;
	background-color: #DEC7CF;
	background-image:url(../medias/interface/fd_bloc_catalogues.gif);
	background-repeat: repeat-x;
}
#bloc_liens {
	padding: 0 26px 24px 26px;
	height: 195px;
	background-image:url(../medias/interface/fd_bloc_liens.gif);
	background-repeat: repeat-x;
}
#col_centre { /* colonne centre */
	margin: 0 4px 0 4px;
	width: 286px;
	float: left;
	text-align: left;
	color: #FFFFFF;
}
#bloc_alaune {
	padding: 14px 14px 8px 14px;
/*	height: 310px; */
	background-color: #B35F25;
	background-image:url(../medias/interface/fd_bloc_home_alaune.gif);
	background-repeat: repeat-x;
}
#bloc_programmes {
	padding: 0 14px 8px 14px;
/*	height: 281px; */
	background-color: #D6A37B;
	background-image:url(../medias/interface/fd_bloc_home_programmes.gif);
	background-repeat: repeat-x;
}
#bloc_nous {
	padding: 0 14px 8px 14px;
	height: 297px; 
	background-color: #FFFFFF;
	background-image:url(../medias/interface/fd_bloc_home_nous.gif);
	background-repeat: repeat-x;
}
#col_droite { /* colonne droite */
	width: 286px;
	float: left;
	text-align: left;
	color: #FFFFFF;
}
#bloc_actions {
	padding: 14px 14px 8px 14px;
/*	height: 239px; */
	background-color: #9A9510;
	background-image:url(../medias/interface/fd_bloc_home_actions.gif);
	background-repeat: repeat-x;
}
#bloc_formations {
	padding: 0 14px 8px 14px;
/*	height: 281px; */
	background-color: #BABC63;
	background-image:url(../medias/interface/fd_bloc_home_formations.gif);
	background-repeat: repeat-x;
}
#bloc_creerconseiller {
	padding: 0 14px 8px 14px;
/*	height: 240px; */
	background-color: #F3F2E3;
	background-image:url(../medias/interface/fd_bloc_home_creerconseiller.gif);
	background-repeat: repeat-x;
}
#bloc_vous {
	padding: 0 14px 8px 14px;
/* 	height: 124px; */
	background-color: #F6F8E3;
	background-image:url(../medias/interface/fd_bloc_home_vous.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 h1 {
	background-color: #49002D;
}
#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_association a {
	color: #FFFFFF;
	text-decoration: underline;
}
#col_gauche #bloc_association a:hover {
	text-decoration: none;
}
#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 au centre
------------------------------------------------------------------------------------ */
#col_centre h1 {
	background-color: #571B00;
}
#col_centre a:hover {
	text-decoration: none;
}
#col_centre hr {
	height: 1px;
	border: 0;
	text-align: center;
	border-bottom: 1px solid #571B00;
}
#bloc_alaune h3, #bloc_programmes h3 {
	color: #D2A281;
}
#bloc_nous h3 {
	color: #B49972;
}
#bloc_alaune a {
	color: #FFFFFF;
	text-decoration: underline;
}
#bloc_programmes a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
#bloc_nous p {
	color: #571B00;
}
#bloc_nous a {
	color: #571B00;
	text-decoration: underline;
}

/* styles colonne de droite
------------------------------------------------------------------------------------ */
#col_droite h1 {
	background-color: #484200;
}
#col_droite a:hover {
	text-decoration: none;
}
#col_droite hr {
	height: 1px;
	border: 0;
	text-align: center;
	border-bottom: 1px solid #484200;
}
#bloc_actions h3, #bloc_formations h3 {
	color: #D5D5A3;
}
#bloc_actions a, #bloc_formations a {
	color: #FFFFFF;
	text-decoration: underline;
}
#bloc_creerconseiller p, #bloc_vous p {
	color: #484200;
}
#bloc_creerconseiller a, #bloc_vous a {
	color: #484200;
	text-decoration: underline;
}
#bloc_creerconseiller h3, #bloc_vous h3 {
	color: #92974E;
}
#bloc_creerconseiller h3 a, #bloc_vous h3 a {
	color: #92974E;
	text-decoration: underline;
}

/* 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;
}


/* styles communs a tous les blocs
------------------------------------------------------------------------------------ */
h1 {
	margin: 0;
	padding: 0;
	text-align: center;
}
h2 {
	margin: 0;
	padding: 0 0 12px 0;
	text-align: center;
}
h3 {
	margin: 0;
	padding: 0 0 14px 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}
h1 a, h2 a  {
	display: block;
	width: 258px;
	height: 44px;
}
p {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 12px;
	line-height: 14px;
}
.imggauche {
	margin: 0 8px 0 0;
	float: left;
}
.imgdroite {
	margin: 0 0 0 8px;
	float: right;
}
img {
	border: 0;
}
#col_gauche p.ensavoirplus, #col_centre p.ensavoirplus, #col_droite p.ensavoirplus {
	margin: 0;
	padding: 0;
}
p.ensavoirplus a {
	display: block;
	width: 17px;
	height: 17px;
	float: right;
}
p.clearbloc {
	clear: both;
}

/* redefinition styles typo3
------------------------------------------------------------------------------------ */
.csc-textpic-clear {
	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; }

/* 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;
}