*
{
	margin: 0px;
	padding: 0px;
}

a img
{
	border: none;
}

body,
textarea
{
	font-family: 'Lucida Grande', 'Verdana', Sans-Serif;
}

body
{
	font-size: 12pt;
	color: #000000;
	background-color: #e3dbd2;
	text-align: center;
}

div.Header div.ConnectedAsContainer,
h1, h2, h3, h4, h5, h6,
div.Footer div.Map,
a.Button
{
	font-family: 'Myriad Pro', 'Arial', Sans-Serif;
}

h1, h2, h3 
{
    color: #000000; 
}


/*h1, h2, h3
{
	color: #D05258;
}
*/

h3
{
	margin: 10px 0px;
}

div.Sweep
{
	height: 0px;
	clear: both;
	font-size: 0px;
	overflow: hidden;
}

a span
{
	cursor: pointer;
}

ul li
{
	list-style-type: none;
}

div.Container
{
	background-image: url('../img/Fond_01.gif');
	background-repeat: repeat-Y;
	background-position: center top;
	text-align: left;
	margin: 0px auto;
	width: 954px;
}

div.Header h2, div.Footer h2, div.Header h1.Logo span
{
	display: none;
}

div.Header
{
	padding: 10px;
}

div.Header h1.Logo a
{
	background-image: url('../img/Logo.png');
	background-repeat: no-repeat;
	float: left;
	width: 199px;
	height: 56px;
}

h2 div.Logo
{
	background-image: url('../img/small-logo.png');
	background-repeat: no-repeat;
	display: inline-block;
	/*max-height: 40px;*/
	width: 156px;
	height: 40px;
	vertical-align: -10px;
}

h2 div.Logo span
{
    display: none;
}


div.Header div.ConnectedAsContainer
{
	float: right;
	position: relative;
	left: 18px;
}

html > body div.Header div.ConnectedAsContainer
{
	left: 16px;
}

div.Header div.ConnectedAs
{
	width: 10%;
}

html > body div.Header div.ConnectedAs
{
	width: auto;
}

div.Header div.ConnectedAs,
div.Header div.ConnectedAs *
{
	white-space: nowrap;
}

div.Header div.ConnectedAs,
div.Header div.ConnectedAs div.ConnectedAsLeftPart,
div.Header div.ConnectedAs div.ConnectedAsRightPart
{
	height: 36px;
}

div.Header div.ConnectedAs
{
	background-image: url('../img/ConnectedAs_03.gif');
	background-repeat: repeat-x;
	background-position: left top;
}

div.Header div.ConnectedAs div.ConnectedAsLeftPart
{
	background-image: url('../img/ConnectedAs_01.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}

div.Header div.ConnectedAs div.ConnectedAsRightPart
{
	background-image: url('../img/ConnectedAs_02.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 12px;
}

div.Header div.ConnectedAs div.Commands
{
	line-height: 30px;
}

div.Header div.ConnectedAs div.Commands ul li
{
	display: inline;
}

div.Header div.ConnectedAs div.Commands ul li a, 
div.Header div.ConnectedAs div.Commands ul li span 
{
	color: #6F7A36;
	font-weight: bold;
	text-decoration: none;
}

div.Header div.ConnectedAs div.Commands ul li a span.PopupMessage
{
	display: none;
}

div.Header div.ConnectedAs div.Commands ul li a:hover span.PopupMessage
{
	display: block;
	position: absolute;
	border: none;
	color: #000000;
	font-weight: normal;
	top: 30px;
	left: 20px;
	text-decoration: none;
	z-index: 32532;
}

div.Header div.ConnectedAs div.Commands ul li.Logout a
{
	color: #FFFFFF;
	font-weight: normal;
}

div.Header div.ConnectedAs div.Commands ul li a:hover
{
	text-decoration: underline;
}

div.Header div.ConnectedAs div.Commands ul li a,
div.Header div.ConnectedAs div.Commands ul li span
{
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #6F7A36;
	font-size: 0.90em;
}

div.Header div.ConnectedAs div.Commands ul li.LastItem a,
div.Header div.ConnectedAs div.Commands ul li.LastItem span
{
	margin-right: 0px;
	border-right: none;
}

div.Content
{
	background-image: url('../img/Fond_04.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 46px 0px 16px 3px;
}

div.Footer div.OptionsContainer
{
	position: absolute;
	top: 80px;
	z-index: 401;
	width: 940px;
}

div.Footer div.OptionsContainer div.Options
{
	position: absolute;
	right: 10px;
}

div.Footer div.OptionsContainer div.Options ul li
{
	display: inline;
}

div.Footer div.OptionsContainer div.Options ul li a
{
	background-image: url('../img/SmallMenu_03.gif');
	background-repeat: repeat-x;
	background-position: left top;
	height: 29px;
	line-height: 28px;
	display: -moz-inline-stack;
	display: inline-block;
	width: 50px;
}

div.Footer div.OptionsContainer div.Options ul li a span.LeftPart
{
	background-image: url('../img/SmallMenu_01.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 8px;
	display: -moz-inline-stack;
	display: inline-block;
	height: 29px;
}

div.Footer div.OptionsContainer div.Options ul li a span.RightPart
{
	background-image: url('../img/SmallMenu_02.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 8px;
	display: block;
	height: 29px;
}

div.Footer div.OptionsContainer div.Options ul li a
{
	position: relative;
}

div.Footer div.OptionsContainer div.Options ul li a *
{
	cursor: pointer;
}

div.Footer div.OptionsContainer div.Options ul li a:hover
{
	background-image: url('../img/SmallMenuAct_03.gif');
}

div.Footer div.OptionsContainer div.Options ul li a:hover span.LeftPart
{
	background-image: url('../img/SmallMenuAct_01.gif');
}

div.Footer div.OptionsContainer div.Options ul li a:hover span.RightPart
{
	background-image: url('../img/SmallMenuAct_02.gif');
}

div.Footer div.OptionsContainer div.Options ul li a:hover span.SelectedLanguage
{
	background-image: url('../img/SmallMenuAct_06.gif');
}

div.Footer div.OptionsContainer div.Options ul li img
{
	vertical-align: middle;
}

div.Footer div.OptionsContainer div.Options ul li a
{
	color: #6F7A36;
	text-decoration: none;
	font-weight: bold;
}

div.Footer div.OptionsContainer div.Options ul li a span.Kind
{
	display: none;
}

div.Footer div.OptionsContainer div.Options ul li.Messages a span.LeftPart
{
	padding-left: 11px;
}

div.Footer div.OptionsContainer div.Options ul li.Messages a span.RightPart
{
	padding-right: 11px;
}

div.Footer div.OptionsContainer div.Options ul li a span.MessageCount
{
	background-image: url('../img/SmallMenu_04.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 21px;
}

div.Footer div.OptionsContainer div.Options ul li a span.SelectedLanguage
{
	background-image: url('../img/SmallMenu_06.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
}

div.Footer div.OptionsContainer div.Options ul li a span.SelectedLanguage span.SelectedLanguageFrench
{
	background-image: url('../img/SmallMenu_05.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
}

div.Footer div.MenuContent
{
	background-image: url('../img/Menu_02.gif');
	background-repeat: no-repeat;
	background-position: right -1px;
	padding-right: 8px;
	position: relative;
}

html > body div.Footer div.MenuContent
{
	background-position: right center;
}

div.Footer div.Menu
{
	background-image: url('../img/Menu_01.gif');
	background-repeat: no-repeat;
	background-position: left top;
	top: 69px;
	position: absolute;
	padding-left: 8px;
	z-index: 400;
}

html > body div.Footer div.Menu
{
	margin-left: -5px;
}

div.Footer div.Menu ul
{
	background-image: url('../img/Menu_04_FullWidth.gif');
	background-repeat: repeat-x;
	background-position: left 3px;
	height: 46px;
	width: 950px;
	padding-top: 4px;
}

div.Footer div.Menu ul li
{
	font-size: 0px;
	display: inline;
}

div.Footer div.Menu ul li a
{
	/*background-image: url('../img/Menu_04_FullWidth.gif');*/
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	text-decoration: none;
	color: #6F7A36;
	display: -moz-inline-stack;
	display: inline-block;
	padding: 2px 0px 9px 0px;
}

div.Footer div.Menu ul li a span
{
	border-right: 1px solid #B1C44A;
	display: -moz-inline-stack;
	display: inline-block;
	font-size: 20px;
	padding: 5px 20px 0px 20px;
	height: 33px;
}

div.Footer div.Menu ul li a:hover,
div.Footer div.Menu ul li.ActiveTab a
{
	background-image: url('../img/MenuAct_03_FullWidth.gif');
}

div.Content div.Description
{
	
	background-image: url('../img/Image_01.gif');
	background-repeat: no-repeat;
	background-position: 2px 0px;
	position: relative;
	height: 297px;
	width: 954px;
	z-index: 500;
	top: 3px;
}

html > body div.Content div.Description
{
	background-position: 0px 0px;
	width: 949px;
}

div.Content div.Description h2,
div.Content div.Description p
{
	text-align: center;
}

div.Content div.Description h2
{
	color: #000000;
	font-size: 25px;
}

div.Content div.Description p
{
	padding-top: 10px; /*position verticale des paragraphe de l'encart*/
}

div.Content div.Description div.DescriptionContent
{
	padding-top: 100px;
	padding-left: 15px;
	width: 580px;
}

a.Button,
a.Button span
{
	display: -moz-inline-stack;
	display: inline-block;
	height: 60px; /*hauteur du bouton*/
}

html > body a.Button span
{
	display: block;
}

a.Button
{
	white-space: nowrap;
	background-image: url('../img/ButtonBlueW_03.gif');
	background-repeat: repeat-x;
	line-height: 60px; /*placement du texte dans le bouton*/
	text-decoration: none;
	color: #3a7697;
	font-weight: bold;
}

a.Button span.LeftPart
{
	background-image: url('../img/ButtonBlueW_01.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px; /*largeur du bouton*/
}

a.Button span.RightPart
{
	background-image: url('../img/ButtonBlueW_02.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 55px; /*largeur du bouton*/
}

a.Button:active, a.Button:focus{
      outline:none;
}
 

a.Button:hover
{
	background-image: url('../img/ButtonBlueWAct_03.gif');
}

a.Button:hover span.LeftPart
{
	background-image: url('../img/ButtonBlueWAct_01.gif');
}

a.Button:hover span.RightPart
{
	background-image: url('../img/ButtonBlueWAct_02.gif');
}

div.Content div.WhyLeetchy
{
	padding: 0px 0px 0px 20px;
	float: left;
	width: 620px;
}

h3.WhyLeetchy
{
	font-size: 1.30em;
	margin: 15px 30px;
}

div.Content div.WhyLeetchy ul li
{
	background-color: #F6F6F6;
	border: 1px solid #D0D0D0;
	float: left;
	width: 260px;
	margin: 0px 25px 25px 0px;
	font-size: 0.90em;
	text-align: justify;
	height: 185px;
	padding: 10px;
}

div.Content div.WhyLeetchy ul li div.Reason
{
}

div.Content div.WhyLeetchy ul li h4
{
	color: #D05258;
	font-size: 1.0em;
	margin: 0px;
}

div.Content div.WhyLeetchy ul li h4 span.Leetchi
{
	display: -moz-inline-stack;
	display: inline-block;
	background-image: url('../img/Leetchi.gif');
	background-position: center center;
	background-repeat: no-repeat;
	width: 33px;
	height: 31px;
	color: #952825;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
}

div.Content div.WhyLeetchy ul li h4 span.Leetchi span
{
	display: block
}

div.Content div.WhyLeetchy ul li p
{
	padding-top: 5px;
	line-height: 1.60em;
}

div.Content div.WhereUseGains
{
	border: 1px solid #D0D0D0;
	text-align: center;
	width: 262px;
	float: right;
	margin: 0px 32px 0px 0px;
	width: 256px;
	height: 12.00em;
}

div.Content div.WhereUseGains h3
{
	margin: 5px 0px 0px 0px;
	color: #898989;
	font-size: 1.20em;
}

div.Content div.WhereUseGains ul
{
	padding-top: 20px;
}

div.Content div.WhereUseGains ul li
{
	float: left;
	height: 100px;
	width: 50%;
}

div.Content div.WhereUseGains ul li a span
{
	display: none;
}

div.Content div.WhereUseGains ul li a
{
	background-repeat: no-repeat;
	background-position: center center;
	display: -moz-inline-stack;
	display: inline-block;
}

div.Content div.Testimonial
{
	float: right;
	margin: 25px 30px 0px 0px;
	width: 262px;
}

div.Content div.Testimonial h4
{
	display: none;
}

div.Content div.Testimonial blockquote
{
	background-image: url('../img/CommentBox_01.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 8px;
	width: 262px;
	color: #6F7A36;
}

div.Content div.Testimonial blockquote p
{
	background-image: url('../img/CommentBox_03.gif');
	background-position: left top;
	background-repeat: repeat-y;
	font-style: italic;
	text-align: justify;
	font-size: 0.90em;
	padding: 5px 20px;
}

div.Content div.Testimonial blockquote div.Author
{
	background-image: url('../img/CommentBox_02.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding: 18px 5px 0px 15px;
	font-size: 0.90em;
}

div.Footer div.Map
{
	background-image: url('../img/Baseline_01.gif');
	background-position: left top;
	background-repeat: no-repeat;
	height: 110px;
	color: #E6E3DC;
	font-weight: bold;
}

div.Footer div.Map div.MapContent
{
	padding: 25px 0px 0px 120px;
}

div.Footer div.Map ul li
{
	display: inline;
	font-size: 15px;
	margin-right: 10px;
}

div.Footer div.Map ul li a
{
	font-weight: normal;
	text-decoration: underline;
	font-size: 0.90em;
	color: #E6E3DC;
}

div.Footer div.Map ul li a:hover
{
	text-decoration: underline;
}

div.Footer div.Map p
{
	margin: 5px 0px 2px 0px;
}


div.Content div.Form
{
	padding: 20px;
}

div.Content div.Form h2
{
    color: #000000;
}

div.Content div.Form h2 div
{
    display: inline-block;
	color: #999999;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*div.Content div.Form h2 div span
{
    background-image: url('../img/GreyDot.png');
    background-position: center center;
    background-repeat:no-repeat;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

div.Content div.Form h2 div.current
{
    color: #000000;
}

div.Content div.Form h2 div.hightlight span 
{
    background-image: url('../img/GreenDot.png');
    color: #000000;
}
*/


div.Content div.Form div.FormContainer
{
	float: left;
	width: 640px;
}

div.Content div.Form div.NotifierError
{
	margin: 10px 1px;
	border: 1px solid #B62F19;
	background-color: #E6797E;
	width: 628px;
}

div.Content div.Form div.NotifierError p
{
	padding: 10px;
	color: #FFFFFF;
}

div.Content div.Form div.FormContainer div.FormContent
{
	background-image: url('../img/BlueBox_03.gif');
	background-repeat: repeat-y;
	background-position: left top;
}

div.Content div.Form div.FormContainer div.FormContentTop
{
	background-image: url('../img/BlueBox_01.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

div.Content div.Form div.FormContainer div.FormContentBottom
{
	background-image: url('../img/BlueBox_02.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	
	padding: 10px;
}

div.Content div.Form div.FormContainer input,
div.Content div.Form div.FormContainer textarea
{
	border: none;
	background-color: #FFFFFF;
}

div.Content div.Form div.FormContent label
{
	display: block;
	clear: left;
}


div.Content div.Form div.FormContainer span.TextBox,
div.Content div.Form div.FormContainer span.SmallTextBox
{
	background-image: url('../img/SmallBlueBox.gif');
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 612px;
	height: 63px;
	vertical-align: middle;
}

div.Content div.Form div.FormContainer span.Error span.TextBox
{
	background-image: url('../img/SmallBlueBoxError.gif');
}

div.Content div.Form div.FormContainer span.SmallTextBox
{
	background-image: url('../img/VerySmallBlueBox.gif');
}

div.Content div.Form div.FormContainer span.Error span.SmallTextBox
{
	background-image: url('../img/VerySmallBlueBoxError.gif');
}

div.Content div.Form div.FormContainer span.TextBox input,
div.Content div.Form div.FormContainer span.SmallTextBox input
{
	margin: 20px 20px 0px 20px;
	width: 580px;
}

div.Content div.Form div.FormContainer span.SmallTextBox input
{
	margin-right: 5px;
	width: 125px;
}

div.Content div.Form div.FormContainer span.TextBox input,
div.Content div.Form div.FormContainer span.SmallTextBox input,
div.Content div.Form div.FormContainer span.TextArea textarea
{
	font-size: 20px;
}

div.Content div.Form div.FormContainer span.TextArea,
div.Content div.Form div.FormContainer span.TextAreaBottomPart
{
	display: block;
}

div.Content div.Form div.FormContainer span.TextArea
{
	background-image: url('../img/TextBoxBlue_01.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 15px;
}

div.Content div.Form div.FormContainer span.TextArea span.TextAreaBottomPart
{
	background-image: url('../img/TextBoxBlue_02.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 15px;
}

div.Content div.Form div.FormContainer span.TextArea span.TextAreaContent
{
	background-image: url('../img/TextBoxBlue_03.gif');
	background-position: left top;
	background-repeat: repeat-y;
	padding: 0px 20px;
	display: block;
}

div.Content div.Form div.FormContainer  span.Error span.TextArea
{
	background-image: url('../img/TextBoxBlueError_01.gif');
}

div.Content div.Form div.FormContainer span.Error span.TextArea span.TextAreaBottomPart
{
	background-image: url('../img/TextBoxBlueError_02.gif');
}

div.Content div.Form div.FormContainer span.Error span.TextArea span.TextAreaContent
{
	background-image: url('../img/TextBoxBlueError_03.gif');
}

div.Content div.Form div.FormContainer span.TextArea textarea
{
	width: 570px;
	height: 100px;
}

div.Content div.Form div.FormContainer span.Submit
{
	padding-top: 5px;
	display: block;
	text-align: right;
	clear: both;
}

div.Content div.Form div.FormContainer span.Submit a.Button
{
	background-image: url('../img/ButtonBlue_03.gif');
}

div.Content div.Form div.FormContainer span.Submit a.Button span.LeftPart
{
	background-image: url('../img/ButtonBlue_01.gif');
}

div.Content div.Form div.FormContainer span.Submit a.Button span.RightPart
{
	background-image: url('../img/ButtonBlue_02.gif');
}

div.Content div.Form div.FormContainer span.Submit a.Button:hover
{
	background-image: url('../img/ButtonBlueAct_03.gif');
}

div.Content div.Form div.FormContainer span.Submit a.Button:hover span.LeftPart
{
	background-image: url('../img/ButtonBlueAct_01.gif');
}

div.Content div.Form div.FormContainer span.Submit a.Button:hover span.RightPart
{
	background-image: url('../img/ButtonBlueAct_02.gif');
}

div.Content div.Form div.FormContainer div.MoreOptions
{
	clear: both;
	background-image: url('../img/Panel_03.gif');
	background-position: left top;
	background-repeat: repeat-y;
	width: 632px;
}

div.Content div.Form div.FormContainer div.MoreOptions div.MoreOptionsTop
{
	background-image: url('../img/Panel_01.gif');
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 9px;
}

div.Content div.Form div.FormContainer div.MoreOptions div.MoreOptionsBottom
{
	background-image: url('../img/Panel_02.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 10px 10px 19px 10px;
}

/* HELP SECTION */ 
div.Help
{
	 float: right;
	 width: 260px;
}

div.Help div.HelpSection
{
	background-color: #F3F3F3;
	border: 1px solid #D0D0D0;
	padding: 5px 5px 10px 5px;
	margin-bottom: 20px;
}

div.Help div.HelpSection h3
{
	color: #000000;
    background-image: none;
    margin: 10px 0px;
    font-size: 19px;
    font-weight: bold;
}

div.Help div.HelpSection p
{
	font-size: 0.90em;
}

/* FIN HELP SECTION */

div.InProgressContent h2
{
	color: #000000;
}

div.InProgressContent
{
	padding: 20px;
}

div.Panel1
{
	float: left;
	width: 635px;
	display: inline;
}

div.Panel2
{
	float: right;
	width: 260px;
}

div.InProgressContent div.Panel1 ul.EventCommands li
{
	display: inline;
	font-size: 0.90em;
	border-right: 1px solid #000000;
	margin-right: 10px;
	padding-right: 10px;
}

div.InProgressContent div.Panel1 ul.EventCommands li.LastItem
{
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}

div.InProgressContent div.Panel1 ul.EventCommands li a
{
	text-decoration: underline;
	color: #D05258;
}

div.InProgressContent div.Panel1 ul.EventCommands li a:hover
{
	text-decoration: underline;
}

div.InProgressContent div.EventInfo
{
	background-image: url('../img/BlueArea_03.gif');
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
	margin: 20px 0px 10px 0px;
	width: 639px;
}

div.InProgressContent div.EventInfo div.EventInfoTop
{
	background-image: url('../img/BlueArea_01.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

div.InProgressContent div.EventInfo div.EventInfoBottom
{
	background-image: url('../img/BlueArea_02.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	
	padding: 10px;
}

div.InProgressContent div.EventInfo a.Button
{
	background-image: url('../img/ButtonBlue_03.gif');
}

div.InProgressContent div.EventInfo a.Button span.LeftPart
{
	background-image: url('../img/ButtonBlue_01.gif');
}

div.InProgressContent div.EventInfo a.Button span.RightPart
{
	background-image: url('../img/ButtonBlue_02.gif');
}

div.InProgressContent div.EventInfo a.Button:hover
{
	background-image: url('../img/ButtonBlueAct_03.gif');
}

div.InProgressContent div.EventInfo a.Button:hover span.LeftPart
{
	background-image: url('../img/ButtonBlueAct_01.gif');
}

div.InProgressContent div.EventInfo a.Button:hover span.RightPart
{
	background-image: url('../img/ButtonBlueAct_02.gif');
}

div.InProgressContent div.EventInfo p.Total
{
	font-weight: bold;
	font-size: 1.25em;
	color: #3a7697;
}

div.InProgressContent div.EventInfo div.Progress,
div.InProgressContent div.EventInfo div.Progress div.ProgressCurrent
{
	text-align: left;
	height: 23px;
}

div.InProgressContent div.EventInfo div.Progress
{
	background-color: #FFFFFF;
	margin: 15px 20px 0px 20px;
	border: 2px solid #3a7697;
}

div.InProgressContent div.EventInfo div.Progress p.Current
{
	position: relative;
}

div.InProgressContent div.EventInfo div.Progress p.Current span
{
	position: absolute;
	display: block;
	height: 23px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 23px;
}


div.InProgressContent div.EventInfo div.Progress div.ProgressCurrent
{
	background-image: url('../img/ProgressBar_04.gif');
	background-repeat: repeat-x;
	background-position: left top;
}

div.InProgressContent div.EventInfo p.Participate
{
	padding-top: 20px;
}

div.InProgressContent div.EventInfo2 dl dt
{
	font-weight: bold;
	clear: left;
	float: left;
}

div.InProgressContent div.EventInfo2 dl dd
{
	float: left;
	padding-left: 5px;
	width: 330px;
}

div.InProgressContent div.EventInfo2 p
{
	clear: left;
	padding: 20px 0px;
	font-size: 0.90em;
}

div.InProgressContent div.Recent table
{
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	font-size: 0.90em;
}

div.InProgressContent div.Recent table th
{
	text-decoration: underline;
}

div.InProgressContent div.Recent table tr.Alternate
{
	background-color: #F3F3F3;
}

div.InProgressContent div.Recent table tr td
{
	padding: 5px;
}

div.InProgressContent div.Recent table tr td.Date
{
	color: #A8A8A8;
	text-align: right;
}

div.InProgressContent div.Recent table tr td.Promise
{
	background-image: url('../img/PorteMonet.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
}

div.InProgressContent div.Contributors ol li a
{
	font-weight: bold;
	text-decoration: none;
	color: #6F7A36;
}

div.InProgressContent div.Contributors ol li a:hover
{
	text-decoration: underline;
}

div.InProgressContent div.GiftPicture h3
{
	display: none;
}

div.InProgressContent div.Contributors h4
{
	margin: 10px 0px;
}

div.InProgressContent div.Contributors ol
{
	width: 241px;
}

div.InProgressContent div.Contributors ol li
{
	clear: left;
	list-style-type: none;
	padding: 10px 0px;
}

div.InProgressContent div.Contributors ol li img
{
	float: left;
	margin-right: 10px;
}

div.InProgressContent div.Contributors ol li a
{
	display: -moz-inline-stack;
	display: inline-block;
	font-weight: normal;
	width: 160px;
}

div.InProgressContent div.Contributors p.ShowMore
{
	clear: left;
	text-align: right;
}

div.InProgressContent div.Contributors p.ShowMore a
{
	background-image: url('../img/VoirPlus.gif');
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 21px;
	font-size: 0.90em;
	text-decoration: none;
	color: #6F7A36;
}

div.InProgressContent div.Contributors p.ShowMore a:hover
{
	text-decoration: underline;
}

div.InviteContent
{
	padding: 20px;
}

div.InviteContent div.Title
{
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 61px;
}

div.InviteContent div.Title h2
{
	color: #000000;
}

div.InviteContent div.Title p a
{
	background-image: url('../img/FlecheFleche.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	color: #6F7A36;
	font-size: 0.85em;
	text-decoration: none;
}

div.InviteContent div.Title p a:hover
{
	text-decoration: underline;
}

div.InviteContent p.Introduction
{
	font-size: 0.90em;
	padding: 20px 0px 10px 0px;
}

div.InProgressContent div.Recent h3,
div.InProgressContent div.Contributors h4,
div.InviteContent h3
{
	background-image: url('../img/BoxHeder.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 1.00em;
	padding: 5px;
	color: #6F7A36;
}

div.InviteContent div.Panel1 h3
{
	margin-bottom: 0px;
}

div.InviteContent ul.ImportFrom li
{
	width: 198px;
	float: left;
	text-align: center;
	font-size: 0.80em;
}

div.InviteContent ul.ImportFrom li a
{
	display: block;
	padding-bottom: 10px;
	text-decoration: none;
	color: #000000;
}

div.InviteContent ul.ImportFrom li a:hover
{
	text-decoration: underline;
}

div.InviteContent ul.ImportFrom li.SelectedTab a
{
	background-image: url('../img/Webmail_01.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
}

div.InviteContent ul.ImportFrom li a span
{
	background-color: #F0F0F0;
	display: block;
	padding: 10px 0px;
	width: 100%;
}

div.InviteContent ul.ImportFrom li.CenterTab a span
{
	border-right: 2px solid #E4E4E4;
	border-left: 2px solid #E4E4E4;
}


div.InviteContent ul.ImportFrom li.SelectedTab a span
{
	background-color: #E4E4E4;
}

div.InviteContent div#ChatContacts h4
{
	display: none;
}

/*div.InviteContent div#ChatContacts ul li
{
	display: inline;
}
*/
div.InviteContent div.Tab
{
	border: 2px solid #E4E4E4;
}


div.InviteContent div#ChatContacts label.ChatContactLiveLabel span,
div.InviteContent div#ChatContacts label.ChatContactGmailLabel span
{
	display: none;
}

div.InviteContent div#ChatContacts label.ChatContactLiveLabel,
div.InviteContent div#ChatContacts label.ChatContactGmailLabel
{
	background-position: center center;
	background-repeat: no-repeat;
	display: -moz-inline-stack;
	display: inline-block;
	border: 2px solid #FFFFFF;
	margin: 5px 5px 0px 5px;
	padding: 5px;
	cursor: pointer;
}

div.InviteContent div#ChatContacts label.ChatContactLiveLabel
{
	background-image: url('../img/Windows.gif');
	width: 155px;
	height: 98px;
}

div.InviteContent div#ChatContacts label.ChatContactGmailLabel
{
	background-image: url('../img/Gmail.gif');
	width: 155px;
	height: 98px;
}

div.InviteContent div#ChatContacts label.ChatContactSelected
{
	border: 2px solid #6F7A36;
}

div.InviteContent div#ChatContacts ul.Provider
{
	text-align: center;
}

div.InviteContent div#ChatContacts ul.Provider input
{
	display: none;
}

div.InviteContent div#ChatContacts div.Form label
{
	margin: 10px 0px;
	display: block;
	/*color: #6F7A36;*/
}

div.InviteContent div#ChatContacts div.Form
{
	padding: 20px;
}

div.InviteContent div#ChatContacts div.Form input
{
	width: 100%;
	border: 2px solid #E4E4E4;
	font-size: 1.70em;
}

div.InviteContent div#ChatContacts div.Form span.Submit
{
	padding-top: 20px;
	display: block;
	text-align: right;
	clear: both;
}

div.InviteContent p.ShowMessage a.Button,
div.InviteContent div#ChatContacts div.Form span.Submit a.Button
{
	color: #6F7A36;
	background-image: url('../img/ButtonGreen_03.gif');
}

div.InviteContent p.ShowMessage a.Button span.LeftPart,
div.InviteContent div#ChatContacts div.Form span.Submit a.Button span.LeftPart
{
	background-image: url('../img/ButtonGreen_01.gif');
}

div.InviteContent p.ShowMessage a.Button span.RightPart,
div.InviteContent div#ChatContacts div.Form span.Submit a.Button span.RightPart
{
	background-image: url('../img/ButtonGreen_02.gif');
}

div.InviteContent p.ShowMessage a.Button:hover,
div.InviteContent div#ChatContacts div.Form span.Submit a.Button:hover
{
	background-image: url('../img/ButtonGreenAct_03.gif');
}

div.InviteContent p.ShowMessage a.Button:hover span.LeftPart,
div.InviteContent div#ChatContacts div.Form span.Submit a.Button:hover span.LeftPart
{
	background-image: url('../img/ButtonGreenAct_01.gif');
}

div.InviteContent p.ShowMessage a.Button:hover span.RightPart,
div.InviteContent div#ChatContacts div.Form span.Submit a.Button:hover span.RightPart
{
	background-image: url('../img/ButtonGreenAct_02.gif');
}

div.InviteContent p.ShowMessage
{
	padding-top: 15px;
	text-align: right;
}

ul.InviteeList
{
    overflow: auto;
	height: 254px;
}

ul.InviteeList li
{
	float: left;
	padding: 5px 0px;
	margin-right: 5px;
}

ul.InviteeList li a
{
	background-repeat: no-repeat;
	display: block;
	padding: 5px 45px 5px 5px;
	border: 1px solid #E4E4E4;
	text-decoration: none;
	color: #000000;
}

ul.InviteeList li a:hover
{
	border-color: #B4B4B4;
}

ul.InviteeList li a strong
{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	font-size: small;
}

ul.InviteeList li a img
{
	float: left;
	margin-right: 5px;
}

ul.InviteeList li a span.ActionInfo
{
	display: none;
}

ul.InviteeList li a span.Email
{
	font-size: small;
	color: #878787;
	overflow: hidden;
	white-space: nowrap;
	z-index: -1;
	display: block;
}


div.ItemsToAdd ul
{
	padding: 5px;
}

div.ItemsToAdd ul li
{
    width: 195px;
}

div.ItemsToAdd ul li a
{
	background-image: url('../img/Plus.gif');
	background-position: 160px center;
}

div.InviteContent div.InviteList ul li a
{
	background-image: url('../img/Moins.gif');
	background-position: 200px center;
}

div.InviteContent div.InviteList ul.InviteeList li
{
    width: 240px;
}

#ContactsEMail 
{
    padding-bottom: 50px;
}

#uniqueContactForm div.ColumnContainer div.right
{
    margin: 0px 10px 10px 20px;
}

#uniqueContactForm div.ColumnContainer div.right span
{
    font-size: x-small;
    font-style: italic;
}

td.td-amount
{
	text-align: right;
}

.actualImage 
{
    max-width: 200px;
    max-height: 174px;
}

div ColumnContainer
{
    overflow: auto;
    width: 100%;
}

div.ColumnContainer div.white
{
    background-color: White;
    margin-top: 50px;
    padding: 15px 20px 15px 20px;
}

div.ColumnContainer div.white label
{
    margin-bottom: 5px;
}

div.Form div.FormContainer div.white span.ErrorFlagSpan span.SmallTextBox
{
    background-image:none;
}

div.InvitationMenu div.choices div.InvitationChoice,
div.InvitationMenu div.choices span
{
    margin: 10px 5px 10px 5px;
    display: inline-block;
    /*padding: 10px 20px 10px 10px;*/
}

div.InvitationMenu 
{
    padding: 10px 10px 20px 10px;
}

#ContactsFacebook 
{
    height: 600;
}

/*
.rss
{
    background-image: url('../img/events/feed-icon-14x14.png');
    background-repeat: no-repeat;
}
.rss.span 
{
    display: none;
}
*/
div.NewForm 
{
	width:100%;
	overflow:auto;
}

.spend_subtitle 
{
    padding-bottom: 10px;
}

/*BLOCS COMMENTS*/

/* Fixed arrow offset */
div.Comments div.Comment {
	background-image: url('../img/FlecheCommentaire.gif');
	background-position: 85px 5px;
	background-repeat: no-repeat;
	padding-left: 100px;
}


div.Comments div.Avatar
{
	float: left;
	width: 100px;
	/*height: 100px;*/
	text-align: center;
	display: inline;
}

div.Comments div.Comment blockquote 
{
	margin: 10px 0 10px 0;
}

div.Comments div.Comment blockquote p
{
	font-size: 0.90em;
	background-color: #EFEFEF;
	padding: 10px;
	overflow: auto;
}

div.Comments div.Comment blockquote div.Author
{
	padding: 5px 20px 20px 20px;
}

div.Comments div.Comment blockquote div.Author a
{
	font-weight: bold;
	text-decoration: none;
	color: #6F7A36;
	font-size: 0.90em;
}

div.Comments div.Comment blockquote div.Author a:hover
{
	text-decoration: underline;
}

div.Comments h3
{
	background-image: url('../img/BoxHeder.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 1.00em;
	padding: 5px;
	color: #6F7A36;
}


div.Comments div.YourComment
{
	text-align: right;
}

div.Comments div.YourComment span.Submit
{
	display: block;
	padding: 10px 0px 10px 0px;
}

div.Comments div.YourComment textarea
{
	border: 1px solid #C7C7C7;
	width: 530px;
	height: 100px;
}

div.Comments div.YourComment a.Button
{
	color: #6F7A36;
	background-image: url('../img/ButtonGreen_03.gif');
}

div.Comments div.YourComment a.Button span.LeftPart
{
	background-image: url('../img/ButtonGreen_01.gif');
}

div.Comments div.YourComment a.Button span.RightPart
{
	background-image: url('../img/ButtonGreen_02.gif');
}

div.Comments div.YourComment a.Button:hover
{
	background-image: url('../img/ButtonGreenAct_03.gif');
}

div.Comments div.YourComment a.Button:hover span.LeftPart
{
	background-image: url('../img/ButtonGreenAct_01.gif');
}

div.Comments div.YourComment a.Button:hover span.RightPart
{
	background-image: url('../img/ButtonGreenAct_02.gif');
}

.threeBlocsWide
{
	width: 207px;
	float:left;
	text-align:center;
	font-family: 'Lucida Grande','Verdana',Sans-Serif;
	margin-bottom:20px
}

.threeBlocsWide .input_t
{
	width: 80%;
	margin: 10px auto;
	text-align: center;
}

.threeBlocsWide .input_in
{
	height: 120px;
}

.threeBlocsWide img
{
	margin-top: 5px;
}

/*BlOCS NOTE PAGES STATIQUES*/
div.Notes div.Note {
	background-image: url('../img/FlecheCommentaire.gif');
	background-position: 100px 5px;
	background-repeat: no-repeat;
	padding-left: 115px;
}


div.Notes div.Avatar
{
	float: left;
	width: 100px;
	text-align: center;
	display: inline;
}

div.Notes div.Note blockquote 
{
	margin: 10px 0 10px 0;
}

div.Notes div.Note  blockquote p
{
	font-size: 0.90em;
	background-color: #EFEFEF;
	padding: 10px;
	overflow: auto;
}

/*HOW DOES IT WORK */
div.Help div.HelpSection .howdoesitwork_mailto 
{
    font-size: 12px; 
    margin-top: 10px;
}    

.howdoesitwork_button 
{
    float: right;
    margin-bottom: 10px;
}

.howdoesitwork_rightsection 
{
    margin-bottom: 30px;
    overflow: auto;
    width: 100%;
}

/*CONTACTUS*/
.contactus_intro 
{
    margin: 10px 0 30px 0;
}

.contactus_form
{
    float: left;
    display: inline;
    width: 640px;
    margin: 20px 10px 20px 20px;
}

.contactus_help
{
    margin: 20px 10px 20px 20px;
}

.contactus_smallinput
{
    width: 300px;
}

/*PAGE PARTNERS */
.partners_trade 
{
    margin: 20px 0 20px 0;
}

.partners_trade h3.partners_tradetitle
{
    color: Black;
    background: none;
    font-size: 19px;
    padding: 0;
}

.partners_intro 
{
    margin: 10px 0 30px 0;
}

.partners_intro_strong
{
    font-weight: bold;
}

.partners_tradepartnerscontainer
{
    width: 100%; 
    overflow: auto;
}

.partners_tradepartnerslogo
{
    float: left;
    display: inline;
    margin: 0 27px 20px 27px;
    border: solid 1px #767875;
}

.partners_otherpartnerscontainer 
{
    text-align: center;
    margin: 10px 0 10px 0;
}

.partners_otherpartnerscontainer a
{
    display: inline;
    margin: 0 20px 0 20px;
}


.partners_financepartnerscontainer 
{
    margin: 10px 0 10px 0;
}

.partners_devpartnerslogo
{
    display: block;
    margin: 20px 0 20px 0;
    text-align: center;
}

.partners_help 
{
    margin: 20px 0 0 0;
}

.socialbuttons_div
{
    margin: 20px 0 20px 0;
    text-align: center;
}

.info_div
{
    margin: 20px 0 20px 0;
}

/*PAGE QUI SOMMMES NOUS */
.whoweare_help
{
    margin: 20px 0 0 0;
}

.whoweare_hiretext 
{
    margin: 10px 0 20px 0;
}

.whoweare_associates 
{
    text-align: center;
}

.whoweare_associatedetail
{
    margin: 20px 0 10px 0;
}

.whoweare_socialbuttons 
{
    margin-top: 10px;
}

/*BlOCS TEAM PAGES QUI SOMMES NOUS*/
.Team 
{
    margin-top: 20px;
}

.Team h3
{
	background-image: url('../img/BoxHeder.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 1.00em;
	padding: 5px;
	color: #6F7A36;
}

.Team .TeamContainer {
	margin: 20px 0 0 0;
}

.Team div.Member {
	background-image: url('../img/FlecheCommentaire.gif');
	background-position: 100px 5px;
	background-repeat: no-repeat;
	padding-left: 115px;
}


.Team div.Member blockquote 
{
	margin: 10px 0 10px 0;
}

.Team div.Member blockquote ul
{
	font-size: 0.90em;
	background-color: #EFEFEF;
	padding: 10px;
	overflow: auto;
}

.Team div.Member blockquote ul.quote
{
	font-size: 13px;
	text-align: right;
}


.Team div.Avatar
{
	float: left;
	width: 75px;
	text-align: center;
	display: inline;
	margin: 30px 0 0 0;
}


.Team div.Name
{
	margin: 0 0 0 120px;
}

/* PAGEZ INVITATION*/
.select_nocontacts
{
    margin: 20px 20px 30px 20px;
    font-style: italic;
}

/*PAGE DEMANDE DE VIREMENT*/

.requesttransfert_rib 
{
    margin: 20px 0 20px 0;
}

.requesttransfert_ribtext
{
    margin-bottom: 20px;
}

.requesttransfert_help 
{
    margin-top: 30px;
}

/* PAGE CAGNOTTE */
.showfundraising_invite
{
    margin-top: 20px;
}

.Help .HelpSection .showfundraising_inviteurl 
{
    font-size: 9px;
}

.showfundraising_participation
{
	display: -moz-inline-stack;
	display: inline-block;
	padding-top: 5px;
	/*font-weight: bold;*/
	font-size: 14px;
}


/* PAGE FAQ */
.help_questions div 
{ 
    background-color: #D9EDFB; 
    padding: 10px 10px; 
    font-size: 14px;
    display: none;
}

.help_questions h4 
{
	padding-top: 10px;
	cursor: pointer;
}

.help_questions h3 + h4
{
	padding-top: 0px;
}

.help_questions ul + p,
.help_questions p + p,
.help_questions dl + p
{
    margin-top: 10px;
}

.help_3DS li span
{
    text-decoration: underline;
}

.help_questions ul li 
{
	display: list-item !important;
	list-style-type: disc;
	margin-left: 30px;
	padding-left: 10px;
}

.help_source 
{
    font-style: italic;
}

.help_minimax 
{
    text-decoration: underline;
}


