e

	/***************************************************************
	 * BASE ELEMENTS- SECTION 1
	 *
	 * Main classes
	 ***************************************************************/

	/* HTML - Generic */
	HTML, BODY {
		width: 100%;
		margin: 0px;
		padding: 0px;
		/* FOR IE : to centering DIV structure */
		text-align: center;
	}
	
	/* FOR NON IE : to restablish text align in the DIV structure */
	BODY > DIV {
		text-align: left;
	}
	
	/* BODY - Generic */
	BODY {
		background: #FFFFFF;
		margin: 0px;
		color: #666666;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, sans-serif;
	}
	
	/* TD, LI - Generic */
	TD, LI {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Arial, sans-serif;
	}
	
	/* LI - Unordered list */
	UL > LI {
	
		/*	Works only with NON-IE						 */
		/*	list-style-image: url("../weleda/list.gif"); */
		/*list-style-image: url("/fileadmin/templates/weleda/list.gif");*/
		/*	Hack for all the browser					 */
		/*
		background-image: url("/fileadmin/templates/weleda/list.gif");
		background-repeat: no-repeat;
		background-position: 0% 60%;
		
		list-style-type: none;
		list-style-image: none;
		
		padding: 0px 20px 0px 8px;
		*/
	}
	
	UL, OL, DL {
		position: relative;
	}

	/* H1 - Generic */
	H1 {
		color: #339900;
		font-style: normal;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 13px;
		line-height: normal;
		margin-top: 20px;
		margin-bottom: 2px;
		border-top: dotted 1px #339900;
		border-bottom: dotted 1px #339900;
	}
	
	/* H2 - Generic */
	H2 {
		color: #339900;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	/* H3 - Generic */
	H3 {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 15px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	/* H# - Generic */
	H4, H5 {
		color: #737373;
		font-style: normal;
		font-weight: bold;
		font-size: 12px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	H6 {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 9px;
		line-height: normal;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	
	/* HR - Generic */
	HR {
		border: none;
		width: 100%;
		color: #FFFFFF;
		background-color: #4B4F53;
		height: 1px;
	}
	
	/* A - Generic */
	A {
		text-decoration: none;
	}
	
	/* A - Link */
	A:link {
		color: #339900;
		text-decoration: none;
font-style: normal;
font-weight: bold;
	}
	
	/* A - Visited link */
	A:visited {
		color: #339900;
		text-decoration: none;
font-style: normal;
font-weight: bold;
	}
	
	/* A - Hover link */
	A:hover {
		color: #336699;
		text-decoration: underline;
	}
	
	/* A - Active link */
	A:active {
		color: #336699;
		text-decoration: underline;
	}
	
	/* Preformatted - Generic */
	PRE {
		white-space: normal;
	}
	
	/* FORM - Generic */
	FORM {
		margin: 0px;
	}
	
	/* INPUT - Generic */
	INPUT {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Arial, sans-serif;
		border: solid 1px #BCBCBC;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
	}
	
	/* TEXTAREA - Generic */
	TEXTAREA {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Arial, sans-serif;
		border: solid 1px #BCBCBC;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
	}
	
	/* SELECT - Generic */
	SELECT {
		color: #737373;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: normal;
		text-decoration: none;
		font-family: Verdana, Arial, sans-serif;
		border: solid 1px #BCBCBC;
		background-color: #FFFFFF;
		margin-top: 2px;
		vertical-align: middle;
	}
	
	/* FIELDSET - Generic */
	FIELDSET {
		background-color: #F7F7F7;
		border: solid 1px #BCBCBC
	}
	
	/* LEGEND - Generic */
	LEGEND {
		color: #008AB8;
		font-weight: bold;
	}
	
	
	IMG {
		border: none;
	}

	/***************************************************************
	 * BASE ELEMENTS- SECTION 2
	 *
	 * Template classes
	 ***************************************************************/
	 
	 
	 .tempBorder {
	 	/* Temp border class */
	 	border-width: 1px;
	 	border-color: #FF00CC;
	 	border-style: solid;
	 }
	 
	 
	/*----------------------------------------------
	 :	 ACCESSIBILITY
	 -----------------------------------------------*/
	#skip a, #skip a:hover, #skip a:visited {
		position: absolute;
		left: 0px;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
	}
	
	#skip a:active {
		position: static;
		width: auto;
		height: auto;
	}
	
	SPAN.accessKey {
		text-decoration: underline;
	}

	/*----------------------------------------------
	 :	 GLOBALS
	 -----------------------------------------------*/
	/* Dimensions & positions for all the elements */
	#header, #body, #sub_navig, #footer {
		/*position: relative;*/
		width: 750px;
		/* Optional params for dynamic centered position */
		margin-left: auto; 
		margin-right: auto;
overflow: visible;
	}

	/*----------------------------------------------
	 :	 HEADER
	 -----------------------------------------------*/
	/* Dimensions & positions for headers elements */
	#header {
		margin-top: 5px;
		height: 30px;
	}

	#logo_weleda {
		float: left;
		width: 160px;
		height: 35px;
	}
	
	#logo_sport {
		float: right;
		width: 60px;
		height: 35px;
		padding-right: 20px;
	}

	/*----------------------------------------------
	 :	 BODY CONTENT
	 -----------------------------------------------*/
	/* Body properties */
	#body {
		margin-top: 10px;
		height: auto;
		min-height: 450px;

	}
	
	/* FOR NON IE : IE doesn't understand this syntax without spaces */
	BODY>#body{
		overflow: visible;
	}
	
	#flash_home, #flash_sportifs, #body_content{
		position: relative;
		float: left;
		width: 580px;
	}

	#flash_header {
		width: 580px;
		height: 118px;
	}
	
	#content {
		position: relative;
		float: left;
		width: 405px;
		margin-top: 30px;
		text-align: left;
	}
	
	#content-internal {
		position: relative;
		float: left;
		text-align: left;
		width: 570px;
		margin-top: 6px;
	}
	
	/*----------------------------------------------
	 :	 NAVIGATION
	 -----------------------------------------------*/
	/* Navigation properties */
	#menu {
		position: relative;
		float: right;
		width: 160px;
	}
	
	
	#menu_l2 {
		position: relative;
		float: left;
		width: 118px;
		margin-right: 20px;
		margin-top: 4px;
	}
	
	#menu_l2 DIV {
		margin-bottom: 4px;
	}
	
	
	/*----------------------------------------------
	 :	 SUB NAVIGATION
	 -----------------------------------------------*/
	/* Sub Navigation properties */
	#sub_navig {
		
margin-top: 20px;

	}

	/* Sub Navigation LINKS */

	#sub_navig A {
		font-style: normal;
		font-size: 9px;
		text-transform: uppercase;
		font-family: Verdana, sans-serif;
		font-weight: bold;
		text-decoration: none;
		color: #333333;
		/* in replacement for the bullet list for IE */
		
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#sub_navig A:hover, #sub_navig A:active{
		color: #0E7B1C;
	}

	/* Sub Navigation LIST properties */
	#sub_navig UL {
		margin: 0px;
		padding: 3px;
	}
	#sub_navig LI {
		float: left;
		margin-left: 0px;
		list-style-type: none;
		/*list-style-image: url("../templates/weleda/spacer.gif");*/
		/*margin-left: 10px;
		border: 1px solid #FFCCEE;*/
	}

	/* Menu perif */
	#menu_perif {
		width: 600px;
display:block;
float:left;
margin-bottom:20px;

	}
	#menu_perif A {
		background: url("/fileadmin/templates/weleda/list.gif") 0px 4px no-repeat;
	}

	/* Sitemap */
	#sitemap {
		float: right;
		padding-right: 50px;
	}
	
	/* Sitemap list image */
	#sitemap LI{
		background-image: none;
		color: #0E7B1C;
	}
	
	
	/*----------------------------------------------
	 :	 FOOTER
	 -----------------------------------------------*/
	/* Footer properties */
	#footer{
		margin-top: 10px;
padding-bottom: 10px;
		color: #707070;
		font-size: 9px;
		font-family: Verdana, sans-serif;
width: 750px;

	}
	
	#footer A{
		color: #707070;
	}


	/* Printable properties */
	#print {
width: 100px;
float:left;
border-right: 1px solid #000;
	}
	
	/* Mentions properties */
	#mentions {
width: 100px;
float:left;
margin-left: 5px;
	}
	
	/* copyright properties */
	#copyright {
		float: right;

		padding-right: 20px;
	}
	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 2b
	 *
	 * FCE classes
	 ***************************************************************/
	 
	
	/*----------------------------------------------
	 :	COMMONS 
	 :	For all FCE with more info link
	 :	FCE-products-horizontal
	 :	FCE-products-horizontal variant 1
	 :	FCE-products-horizontal variant 2
	 :	FCE-products-vertical
	 :	FCE-header-txt
	 -----------------------------------------------*/
	DIV.FCE-prod-h A, DIV.FCE-prod-h A:link, DIV.FCE-prod-h A:hover, DIV.FCE-prod-h A:active, DIV.FCE-prod-h A:visited,
	DIV.FCE-prod-h-v1 A, DIV.FCE-prod-h-v1 A:link, DIV.FCE-prod-h-v1 A:hover, DIV.FCE-prod-h-v1 A:active, DIV.FCE-prod-h-v1 A:visited,
	DIV.FCE-prod-h-v2 A, DIV.FCE-prod-h-v2 A:link, DIV.FCE-prod-h-v2 A:hover, DIV.FCE-prod-h-v2 A:active, DIV.FCE-prod-h-v2 A:visited,
	DIV.FCE-prod-v A, DIV.FCE-prod-v A:link, DIV.FCE-prod-v A:hover, DIV.FCE-prod-v A:active, DIV.FCE-prod-v A:visited,
	DIV.FCE-header-txt A, DIV.FCE-header-txt A:link, DIV.FCE-header-txt A:hover, DIV.FCE-header-txt A:active, DIV.FCE-header-txt A:visited {
		float: left;
		font-size: 11px;
		text-decoration: underline;
		white-space: nowrap;
	}
	DIV.prod-h-img-link, DIV.prod-h-v1-img-link, DIV.prod-h-v2-img-link, DIV.prod-v-img-link, DIV.header-txt-img-link {
		float: left;
		width: 15px;
		height: 10px;
		margin-right: 10px;
		margin-top: 1px;
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	/*----------------------------------------------
	 :	COMMONS
	 :	FCE-header-text
	 :	FCE-header-text-variant1
	 -----------------------------------------------*/
	DIV.FCE-header-txt, DIV.FCE-header-txt-v1 {
		float: left;
		width: 100%;
	}
	DIV.FCE-header-txt DIV.text A, DIV.FCE-header-txt DIV.text A:link, DIV.FCE-header-txt DIV.text A:visited, DIV.FCE-header-txt DIV.text A:hover, DIV.FCE-header-txt DIV.text A:active {
		float: none;
		clear: both;
		line-height: 100%;
	}
	DIV.FCE-header-txt H1, DIV.FCE-header-txt-v1 H1 {
		float: left;
		width: 98%;
		margin-top: 0px;
		margin-bottom: 30px;
		padding: 3px 0px 3px 15px;
		font-size: 13px;
		text-transform: uppercase;
		margin-left: 0px;
	}
	DIV.FCE-header-txt H2, DIV.FCE-header-txt-v1 H2 {
		float: left;
		width: 98%;
		margin-left: 15px;
		margin-bottom: 0px;
		padding: 0px;
		font-size: 12px;
	}
	DIV.FCE-header-txt DIV.text, DIV.FCE-header-txt-v1 DIV.text {
		float: left;
		width: 99%;
		margin-top: 0px;
		font-size: 11px;
		line-height: 140%;
	}
	DIV.FCE-header-txt H6, DIV.FCE-header-txt-v1 H6 {
		float: left;
		width: 90%;
		font-style: italic;
		font-weight: bold;
		font-size: 11px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	/*----------------------------------------------
	 :	FCE-prod-prop
	 -----------------------------------------------*/
	DIV.FCE-prod-prop {
		float: left;
		width: 99%;
		margin-top: 0px;
	}
	DIV.FCE-prod-prop H2 {
		float: left;
		margin-left: 15px;
		padding: 0px;
		font-size: 12px;
		color: #339900;
		clear: both;
	}
	DIV.FCE-prod-prop H3 {
		float: left;
		padding: 0px;
		font-size: 11px;
		color: #339900;
		margin: 0px;
	}
	DIV.prod-prop {
		float: left;
		width: 99%;
		margin-top: 0px;
		padding: 2px 0px 2px 5px;
		border-top: dotted 1px #000000;
		border-bottom: dotted 1px #000000;
	}
	DIV.prod-prop IMG {
		float: left;
		margin-top: 5px;
		margin-right: 5px;
		background-position: top left;
		background-repeat: no-repeat;
	}
	DIV.FCE-prod-prop DIV.text {
		float: left;
		margin-left: 15px;
		margin-top: 0px;
		font-size: 11px;
		line-height: 140%;
	}
	DIV.FCE-prod-prop STRONG {
		float: left;
		margin-left: 5px;
		font-size: 11px;
		font-weight: bold;
	}
	
	/*----------------------------------------------
	 :	FCE-press-links
	 -----------------------------------------------*/
	DIV.FCE-press-links {
		float: left;
		width: 99%;
		margin-top: 30px;
	}
	DIV.press-links {
		float: left;
		width: 99%;
		margin: 0px;
		padding-top: 2px;
		padding-bottom: 2px;
		border-top: dotted 1px #000000;
	}
	DIV.press-links-bottom {
		float: left;
		width: 99%;
		margin: 0px;
		padding: 0px;
		border-top: dotted 1px #000000;
	}
	DIV.press-links H3{
		float: left;
		margin-right: 5px;
		padding: 0px;
		font-size: 11px;
	}
	DIV.press-links A, DIV.press-links A:link, DIV.press-links A:visited {
		float: left;
		color: #666666;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		margin-top: 2px;
	}
	DIV.press-links A:hover, DIV.press-links A:active {
		text-decoration: underline;
	}
	
	
	/*----------------------------------------------
	 :	COMMONS
	 :	FCE-header-text
	 :	FCE-header-text-variant1
	 -----------------------------------------------
	DIV.FCE-header-txt H1, DIV.FCE-header-txt-v1 H1 {
		border-top: dotted 1px #339900;
		border-bottom: dotted 1px #339900;
margin: 2px 0 2px 0;
padding: 3px 0 3px 0;
	} */
	
	/*----------------------------------------------
	 :	 FCE-prod-prop
	 -----------------------------------------------*/
	DIV.prod-prop {
		border-top: dotted 1px #339900;
		border-bottom: dotted 1px #339900;
	}

	/***************************************************************
	 * BASE ELEMENTS- SECTION 3
	 *
	 * Typo3 CSS styled content classes
	 ***************************************************************/
	
	/* P - Body text */
	P.bodytext {
		
		margin-top: 0px;
		line-height: 140%;
	}
	
	H1.csc-firstHeader {
		margin-top: 20px;
		margin-bottom: 16px;
	}
	
	P.bodytext[ALIGN="right"] {
		text-align: right;
	}
	P.bodytext[ALIGN="center"] {
		text-align: center;
	}
	
	/* More Info Links */
	A.more, A:link.more, A:visited.more, A:hover.more, A:active.more {
		color: #8ABBE0;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		text-decoration: underline;
	}
	
	
	
	
	/***************************************************************
	 * BASE ELEMENTS- SECTION 4
	 *
	 * Typo3 classes
	 ***************************************************************/
	
	/* Edit icons */
	TABLE.typo3-editPanel {
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 0px;
		background: none;
		border: none;
		border-collapse: collapse;
		width: 100%;
	}
	TABLE.typo3-editPanel TD.typo3-editPanel-controls {
		padding: 5px;
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
		width: 100px;
	}
	TABLE.typo3-editPanel TD.typo3-editPanel-label {
		padding: 5px;
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
	}
	TABLE.typo3-editPanel TD.typo3-editPanel-label FONT {
		font-weight: bold;
		color: #FF5400;
	}
	TABLE[bgcolor="black"] {
		background-color: #DFE2E3;
	}
	
	/* Admin panel */
	TABLE.typo3-adminPanel {
		padding: 0px;
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
		border-collapse: collapse;
	}
	TABLE.typo3-adminPanel TD {
		padding: 2px;
	}
	TABLE.typo3-adminPanel TR {
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
	}
	TABLE.typo3-adminPanel TR.typo3-adminPanel-hRow {
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
	}
	TABLE.typo3-adminPanel TR.typo3-adminPanel-itemHRow {
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
	}
	TABLE.typo3-adminPanel TR.typo3-adminPanel-itemRow {
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
	}
	TABLE.typo3-adminPanel TABLE {
		background-color: #FAFBFB;
		border: solid 1px #DFE2E3;
		border-collapse: collapse;
	}
	TABLE.typo3-adminPanel TABLE TD {
		background-color: #F0E9D2;
		border: solid 1px #E5D9B1;
	}
	TABLE.typo3-adminPanel A:hover {
		text-decoration: none;
	}

	/***************************************************************
	 * BASE ELEMENTS- SECTION 5
	 *
	 * Typo3 classes
	 ***************************************************************/

		P.csc-section {
			margin-left: 20px;
		}

		.csc-menu {
			margin-bottom: 40px;
		}

DIV.csc-header H1 {
		float: left;
		width: 98%;
		margin-top: 20px;
		margin-bottom: 30px;
		padding: 3px 0px 3px 15px;
		font-size: 13px;
		text-transform: uppercase;
		margin-left: 0px;
	}

		#sitemap {
			visibility: hidden;
		}

/********* galerie ***********/

.imgtext-table TD {
padding: 5px;
}


/****** fiches sportifs *******/

#menu_sportif {
border-bottom: 5px solid #6caac4;
}

#menu_sportif IMG {
margin-right: 2px;
border: 0;
}

#menu_sportif DIV {
display: inline;
}

#colonne_sportif {
float: left;
background-image: URL('/fileadmin/templates/boutons/degrade.jpg');
background-repeat: no-repeat;
min-height: 480px;
}


#entete_sportif {
float:left;
margin-left: 20px;
margin-top: 20px;
width: 400px;
}

#entete_sportif h2{
font-size: 20px;
}

#corps_sportif {
float: left;
margin-left: 20px;
width:420px;
text-align: justify;
min-height: 50px;
}

#selection_sportif {
margin-top: -3px;
margin-bottom: 20px;
padding-left: 10px;
padding-top: 0px;
height: 25px;
background: url("/fileadmin/templates/fond_selection.png")  no-repeat;
}

#selection_sportif INPUT{
margin-left: 15px;
margin-top: 0;