﻿html, body
{
	margin:0;
	padding:0;
} 
 
#pagewidth
{
	min-width:1000px;
}
 
#header
{
	position:relative;
	height:100px;
	background: #431837 url(../Image/Menu/FndMenuHautBarreBas.gif) repeat-x bottom;
	z-index:10;
}

#wrappertop
{
	background: url(http://media.flunch.fr/flunch/ressources/Image/Global/FndTitrePartie.gif) repeat-x top;
	position:relative;
}

#wrappercentre
{
	background: url(http://media.flunch.fr/flunch/ressources/Image/Global/FndTitrePartieBas.gif) repeat-x top;
	position:relative;
}

.bg_blancaubergine
{
	background:url(../Image/bg_blancaubergine.jpg) bottom repeat-x;
}

.pagewidthcenter
{
	width:1000px;
	margin: 0 auto;
	position:relative;
}

#maincol
{
	position: relative;
	width:1000px;
	margin: 0 auto;
    display: table;
}
#topcol
{
	position: relative;
	width:1000px;
	margin: 0 auto;
	height: 102px;
}
#content
{
	position: relative;
	width:1000px;
	margin: 0 auto;
    display: inline-block;
}

#maincol,#content,#rightcol
{
	min-height:541px;
	height: auto !important;
	height:541px;
}

#leftcol
{
	margin:0;
	float:left;
	width: 270px;
	z-index: 2;
}

#rightcol
{
	float:left;
	margin:0;
	width: 730px;
	z-index: 2;
}

#leftcol, #rightcol img
{
	display:block;
}

.DivTitre
{
	padding: 20px 0px 0px 20px;
	font-weight:bold;
	font-size:20px;
	color:#330033;
	z-index:2;
}

.cntMenu                    { margin:0;	padding: 0;	display: inline-block; }

.DivMention
{
	width: 418px;
	text-align: justify;
	font-size:9px;
	color:#666666;
	line-height: 9px;
}

/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
.floatRight         { float: right; }
/* End hide from IE-mac */

.txtArea            { font-size: 11px; padding: 2px 1px 1px 1px; margin: -2px 0 0 0; overflow: auto; }
.txtShort           { font-size: 11px; height: 16px; width: 122px; padding: 2px 1px 1px 1px; margin: -2px 0 0 0; }
.txtLong            { font-size: 11px; height: 16px; width: 234px; padding: 2px 1px 1px 1px; margin: -2px 0 0 0; }
.txtBirthday        { font-size: 11px; height: 16px; width: 62px; padding: 2px 1px 1px 1px; margin: -2px 0 0 0; }
.styledDdlLong      { font-size: 11px; position: absolute; width: 237px; height: 21px; padding: 3px 20px 0 6px; background-image: url(../Image/ddlLong.jpg); background-repeat: no-repeat; overflow: hidden; }
.styledDdlShort     { font-size: 11px; position: absolute; width: 125px; height: 21px; padding: 3px 20px 0 6px; background-image: url(../Image/ddlShort.jpg); background-repeat: no-repeat; overflow: hidden; }
select.ddlLong      { position: relative; width: 238px; height: 24px; margin: -2px 0 0 -1px; opacity: 0; filter: alpha(opacity=0); z-index: 5; }
select.ddlShort     { position: relative; width: 126px; height: 24px; margin: -2px 0 0 -1px; opacity: 0; filter: alpha(opacity=0); z-index: 5; }
.disabled           { opacity: 0.5; filter: alpha(opacity=50); }
