/*
@todo img col3 societe


*/

body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: black;
}


/**
 * Columns : 2-1-3 source order
 * thanks to One True Layout :
 * http://www.fu2k.org/alex/css/onetruelayout/example/interactive
 */
#layout_col_1 {
	float: left;
	width: 425px; /* col1 */
	margin-left: 219px; /* col2 */
}
#layout_col_1_club {
	float: left;
	width: 738px; /* col1 */
	margin-left: 192px; /* col2 */
}
* html #layout_col_1, * html #layout_col_1_club {
	display: inline;
}
#layout_col_2 {
	float: left;
	width: 219px; /* col2 */
	margin-left: -644px; /* - (col2 + col1) */
}
#layout_col_2_club {
	float: left;
	width: 192px; /* col2 */
	margin-left: -930px; /* - (col2 + col1) */
}
#layout_col_3 {
	float: left;
	width: 136px; /* col3 */
}

/* Start Mac IE5 filter \*/
#layout_col_1, #layout_col_2, #layout_col_3, #layout_col_1_club, #layout_col_2_club {
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
}
@media all and (min-width: 0px) {
	#layout_col_1, #layout_col_2, #layout_col_3, #layout_col_1_club, #layout_col_2_club {
		padding-bottom: 0 !important;
		margin-bottom: 0 !important; 
	}
	#layout_col_1:before, #layout_col_2:before, #layout_col_3:before, #layout_col_1_club:before, #layout_col_2_club:before {
		content: '[DO NOT LEAVE IT IS NOT REAL]';
		display: block;
		background: inherit;
		padding-top: 32767px !important;
		margin-bottom: -32767px !important;
		height: 0;
	}
}
/* End Mac IE5 filter */
/* IE Win can be a bit out - you might need to adjust  
bottom value by -1px or as required */
.to_bottom {
	position: absolute;
	bottom: 0;
}
#layout_col_1 .to_bottom {
	width: 425px; /* col1 */
}
#layout_col_2 .to_bottom {
	width: 219px; /* col2 */
}
#layout_col_3 .to_bottom {
	width: 136px; /* col3 */
}
#layout_col_1_club .to_bottom {
	width: 738px; /* col1 */
}
#layout_col_2_club .to_bottom {
	width: 192px; /* col2 */
}
/* hack for Opera 7+ */
@media all and (min-width: 0px){
	.to_bottom {
		width: 100% !important;
	}
/* But Opera 9 does it right, so CSS3 hax to the max */
	div[id^="layout_page_inner"] #layout_col_1 .to_bottom {
		width: 425px !important; /* col1 */
	}
	div[id^="layout_page_inner"] #layout_col_2 .to_bottom {
		width: 219px !important; /* col2 */
	}
	div[id^="layout_page_inner"] #layout_col_3 .to_bottom {
		width: 136px !important; /* col3 */
	}
	div[id^="layout_page_inner"] #layout_col_1_club .to_bottom {
		width: 738px !important; /* col1 */
	}
	div[id^="layout_page_inner"] #layout_col_2_club .to_bottom {
		width: 192px !important; /* col2 */
	}
}
/* hack for IEs of all persuasions before IE7 */
* html .to_bottom {
	width: 100% !important;
}
.to_bottom p {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
}
#layout_page_outter {
	position: relative;
}
* html #layout_page_inner {
	position: relative;
}
#layout_page_inner {
	width: 780px;
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
}
/* we need this for IE 5.01 - otherwise the columns vanish */
* html #layout_page_outter {
	float: left;
	width: 100%;
}
/* we need this for IE 5.01 - otherwise the wrapper does not expand to the
necessary height (unless fixed, this problem becomes even more acute 
weirdness as the method is enhanced */
#layout_page_inner {
/* Normally a Holly-style hack height: 1% would suffice but that causes 
IE 5.01 to completely collapse the wrapper - instead we float it */
	float: left;
/* NB. possibly only IE 5.01 needs to get this float value - otherwise 5.5 sometimes 
(I saw it happen many moons ago) makes the width of wrapper too small 
the float: none with the comment is ignored by 5.01,
5.5 and above see it and carry on about their business
It's probably fine to just remove it, but it's left here 
just in case that many moons ago problem rears its head again */
	float/**/: none;
}
/* easy clearing */
#layout_page_inner:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#layout_page_inner {
	display: inline-block;
}
/*\*/
#layout_page_inner {
	display: block;
}
/* end easy clearing */
#layout_footer {
	clear: both;
}
#layout_header, #layout_footer {
	width: 780px;
}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #layout_footer, * > form, * > #notes, * > .output {
	position: relative;
	z-index: 1000;
}





/***  ***/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	margin: 0 auto;
	width: 780px;
	background: #949074;
}
body.standard {
	background: #FD7C13;
}
body.societe {
	background: #227220;
}
body.annonce {
	width: 942px;
	background: #FD7C13;
}
body.annonce #layout_page_inner, body.annonce  #layout_header, body.annonce #layout_footer{
	width: 942px;
}
body.club {
	width: 942px;
	background: #1E346E;
}
body.club #layout_page_inner, body.club  #layout_header, body.club #layout_footer{
	width: 942px;
}


#layout_page_outer {
}
#layout_page_inner {
	text-align: left;
	width: 782px;
}

#layout_col_1 {
	background-color: white;
	padding-bottom: 45px;
}
#layout_col_1_club {
	background-color: white;
	padding-bottom: 45px;
}

#layout_col_2 {
	background-color: #c0cdd5;
}
#layout_col_2_club {
	background-color: #c0cdd5;
}
#layout_col_3 {
	background-color: #c0cdd5;
}

.layout_title {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: white;
	background: #1e346e url(gfx/top_col1.gif) no-repeat; 
	padding-top: 6px;
	height: 34px;
	padding-left: 10px;
}


/*** Titre 2 + arraondi***/
h2.layout_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	text-transform: uppercase;
}
h3.layout_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}

.layout_subtitle {
	padding: 0;
	margin: 0.5em 0 0.5em 0;
	background: #c0cdd5;
}
.layout_subtitle .tl {
	background: #c0cdd5 url(gfx/subtitle_tl.gif) no-repeat top left;
}
.layout_subtitle .tr {
	background: transparent url(gfx/subtitle_tr.gif) no-repeat top right;
}
.layout_subtitle .bl {
	background: transparent url(gfx/subtitle_bl.gif) no-repeat bottom left;
}
.layout_subtitle .br {
	background: transparent url(gfx/subtitle_br.gif) no-repeat bottom right;
	padding: 2px 5px 0px 5px;
}

body.societe .layout_subtitle {
	background: #227220;
	color: white;
}
body.societe .layout_subtitle .tl {
	background: #227220 url(gfx/soc_subtitle_tl.gif) no-repeat top left;
}
body.societe .layout_subtitle .tr {
	background: transparent url(gfx/soc_subtitle_tr.gif) no-repeat top right;
}
body.societe .layout_subtitle .bl {
	background: transparent url(gfx/soc_subtitle_bl.gif) no-repeat bottom left;
}
body.societe .layout_subtitle .br {
	background: transparent url(gfx/soc_subtitle_br.gif) no-repeat bottom right;
	padding: 2px 5px 0px 5px;
}


.layout_content {
	margin: 0 25px;
	padding-bottom: 40px;
	color: #1e346e;
	overflow: hidden;
}

#bottom_col1 {
	background: #1e346e url(gfx/bottom_col1.gif) no-repeat; 
	height: 34px; 
	width: 425px;
	margin-top: 1em;
}

#layout_header {
	background-color: #c0cdd5;
	height: 9px;
}

#layout_footer {
	background-color: #c0cdd5;
	text-align: center;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	font-size: 0.8em;

}


/*** menu ***/
#layout_menu {
	padding-top: 22px;
	padding-bottom: 65px;
	width: 219px;
	font-family: Arial, Helvetica, sans-serif;
}
#layout_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#layout_menu li {
	margin: 0;
	list-style-type: none;
	padding: 4px 0 9px 0;
	background: transparent url(gfx/menu_sep.gif) no-repeat left bottom;
	font-size: 16px;
}
.layout_menu_no_sep #layout_menu li {
	background-image: none;
}
#layout_menu li li {
	background-image: none;
	font-size: 12px;
	padding: 4px 0 3px 0;
}
#layout_menu a {
	display: block;
	text-decoration: none;
}
#layout_menu li a {
	padding-left: 46px;
	background: transparent url(gfx/menu_puce.gif) no-repeat 22px top;
	font-weight: bold;
	color:  #1e346e;
}
#layout_menu li a.act {
	background: transparent url(gfx/menu_puce_act1.gif) no-repeat 22px top;
	color:  #FD7C13;
}
body.societe #layout_menu li a.act {
	background: transparent url(gfx/menu_puce_act.gif) no-repeat 22px top;
	color:  #227220;
}
#layout_menu li li a {
	padding-left: 32px;
	background: transparent url(gfx/menu_puce2.gif) no-repeat 22px 4px;
	font-weight: normal;
	color:  #1e346e;
}
#layout_menu li li a.act {
	background: transparent url(gfx/menu_puce2_act1.gif) no-repeat 22px 4px;
	color:  #FD7C13;
	font-weight: bold;
}
body.societe #layout_menu li li a.act {
	background: transparent url(gfx/menu_puce2_act.gif) no-repeat 22px 4px;
	color:  #227220;
	font-weight: bold;
}


#layout_footer p {
	text-align: center; 
	color: #1E346E; 
	margin: 0.5em;
}

.layout_col_2b {
	height: 34px; 
	background: url(gfx/teaser.gif) no-repeat;
}
body.societe .layout_col_2b {
	height: 34px; 
	background: url(gfx/societe_teaser.gif) no-repeat;
}
.layout_col_3a {
	padding-bottom: 494px; 
	height: 70px;
}
.layout_col_3b {
	background: url(gfx/col3_bottom.jpg) no-repeat; 
	height: 494px;
}
body.societe .layout_col_3b {
	background: url(gfx/col3_bottom_soc.jpg) no-repeat; 
	height: 494px;
}




/*** General typography ***/

a:link {
	color: #00f;
}
a:visited {
	color: #909;
}
a:active {
	color: #f00;
}
a img {
	border: none;
}

p, h1, h2, h3, h4, h5, h6, pre, form {
	margin: 0;
	padding: 0;
}
p {
	text-align: justify;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0.5em 0 0.5em 0;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	margin: 0;
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}

img.float-left {
	float: left;
	margin: 0.2em 0.4em 0.4em 0;
}
img.float-right {
	float: right;
	margin: 0.2em 0 0.4em 0.4em;
}
.spacer {
	clear: both;
}
tr {
	vertical-align: top;
}

blockquote {
	margin: 1em 0;
	padding: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #227220;
}
em {
	color: #227220;
	font-weight: bold;
	font-style: normal;
}
strong {
	font-weight: normal;
	font-style: normal;
	font-size: 1.6em;
}


ul.plus {
	padding: 0;
	margin: 0.5em 0;
	list-style-type: none;
	_margin-left: -1.3em;
}
ul.plus li {
	background-image: url(gfx/plus.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding-left: 1.3em;
	line-height: 150%;
}


ul.carre {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.carre li {
	background: transparent url(gfx/puce_carre.gif) no-repeat left 0.5em;
	padding-left: 1em;
}
ul.carre-rtl {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.carre-rtl li {
	background: transparent url(gfx/puce_carre.gif) no-repeat right 0.5em;
	padding-right: 1em;
	line-height: 150%;
}

.orange {
	font-weight: normal;
	color: #fd7c13;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.rouge {
	font-weight: normal;
	color: #d84700;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
h3.orange, h3.rouge {
	font-weight: bold;
}

.fillWithCarres {
	margin-top: 0px;; 
	background: transparent url(gfx/bg_carre_2.gif);
}
.wrapWithCarres {
	background: transparent url(gfx/bg_carre_2.gif); 
	padding: 16px; 
	margin: 0;
}
.wrapWithCarresInner {
	background: white; 
	margin: 0; 
	height: auto;
}


/***  ***/
table.simple {
	border-collapse: collapse;
	margin: 0 auto 1em auto;
	width: auto
}
table.simple td,
table.simple th {
	vertical-align: top;
	border: 1px solid #1e346e;
	padding: 0.2em;
}
table.simple thead th {
	background-color: #eee;
	text-align: left;
}
table.simple tbody th {
	background-color: #eee;
	text-align: right;
}
table.simple caption {
	margin: 1em auto 0 auto;
	padding: 0.5em;
	font-style: oblique;
	letter-spacing: 0.1em;
}

/*** Annonces ***/

body.annonce #layout_page_inner {
	background-color: #C0CDD5;
}
body.annonce #layout_menu {
	width: 192px;
}
body.annonce .layout_content {
	margin: 10px 10px 0 45px;
	padding-bottom: 40px;
	color: #1e346e;
	overflow: hidden;
}

table.annonce_data {
	border-collapse: collapse;
	border: 1px solid #819EB0;
	margin: 4px 0;
}
table.annonce_data td,
table.annonce_data th {
	vertical-align: top;
	border: 1px solid #819EB0;
	padding: 0.2em;
}
table.annonce_data th {
	background-color: #E0E9EF;
	text-align: left;
}
table.annonce_data tr.odd {
	background-color: #C0CDD5;
}
table.annonce_data tr.even {
	background-color: #E0E9EF;
}
table.annonce_data caption {
	text-align: left;
	padding-left: 0.5em;
	text-transform: uppercase;
	font-weight: bold;
	color: #1E346E;
}
table.annonce_data a {
	color: #1E346E;
	text-decoration: none;
}
table.annonce_data a:hover {
	text-decoration: underline;
}
body.annonce .legende {
	text-align: right;
}

/*** Club ***/

body.club #layout_page_inner {
	background-color: #C0CDD5;
}
body.club #layout_menu {
	width: 192px;
}
#bottom_col1_club {
	background: white url(gfx/club_col1b.gif) no-repeat right bottom;
	height: 10px;
	width: 738px;
	margin-top: 1em;
}
table.club_title {
	border: 0;
	border-bottom: 1px solid #819EB0;
}
td.club_title {
	background: #819EB0 url(gfx/club_title_tl.gif) no-repeat left top;
	padding: 0.5em;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
}
td.club_title .club_username {
	color: #1E346E;
	border-bottom: 1px solid #819EB0;
}
.club_logout {
	background: #E0E9EF url(gfx/club_title_tr.gif) no-repeat right top;
	padding: 0.5em;
	width: 238px;
	color: #1E346E;
	font-size: 0.9em;
	text-align: center;
	border-bottom: 1px solid #819EB0;
}
body.club p {
	font-weight: normal;
	color: #1E346E;
}

body.club #layout_menu li a.act {
	background: transparent url(gfx/menu_puce_act_club.gif) no-repeat 22px top;
	color:  #4B80A1;
}

body.club .layout_content {
	margin: 10px 10px 0 45px;
	padding-bottom: 40px;
	color: #1e346e;
	overflow: hidden;
}

body.club h2 {
	background: #1E346E;
	color: white;
	text-transform: uppercase;
	padding: 0 5px;
}
body.club .valider {
	border: 0;
	margin: 0;
	background: #1E346E;
	color: white;
	padding: 3px 3px 3px 18px;
	background: transparent url(gfx/menu_puce.gif) no-repeat left 50%;
	
}
body.club p.plus {
	background-image: url(gfx/plus.gif);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding-left: 1.7em;
	line-height: 150%;
	text-transform: uppercase;
	font-weight: bold;
	color: #1E346E;
	margin: 0.3em 0;
}
body.club p.plus a {
	color: #1E346E;
	text-decoration: underline;
}

.club_data_container {
	background: transparent url(gfx/club_data.gif) no-repeat left 3px;
	padding: 0;
	margin: 0;
	padding-left: 47px;
	padding-right: 1px;
	min-height: 152px;
	_height: 152px;
}

table.club_data {
	border-collapse: collapse;
	border: 1px solid #819EB0;
	margin: 4px 0;
}

table.club_data_pasvalide {
	border-collapse: collapse;
	border: 2px solid #EE5544;
	margin: 4px 0;
	background-color: #FFE9EF;
}

table.club_data td,
table.club_data th {
	vertical-align: top;
	border: 1px solid #819EB0;
	padding: 0.2em;
}
table.club_data th {
	background-color: #E0E9EF;
	text-align: left;
}
table.club_data tr.odd {
	background-color: #C0CDD5;
}
table.club_data tr.even {
	background-color: #E0E9EF;
}
table.club_title .clair {
	background-color: #E0E9EF;
	border-left: 1px solid #819EB0;
	border-right: 1px solid #819EB0;
	padding-left : 10px
}
table.club_title a {
	color: #1E346E;
	text-decoration: none;
}

a {
	color: #1E346E;
	text-decoration: none;
}

tr.odd_pasvalide {
	background-color: #FFCDD5;
}
tr.even_pasvalide {
	background-color: #FFE9EF;
}

table.club_data caption {
	text-align: left;
	padding-left: 0.5em;
	text-transform: uppercase;
	font-weight: bold;
	color: #1E346E;
}
table.club_data a {
	color: #1E346E;
	text-decoration: none;
}
table.club_data a:hover {
	text-decoration: underline;
}

