body {
	font-family: Tahoma, Trebuchet MS, Sans-serif;
	position: relative;
}

div.modalPopup_title 
{
	background-color: #0e95b2;
	font-weight: bold;
	height: 20px;
	color: #FFFFFF;
	padding: 3px;
	font-size: 14px;
}

div.modalPopup_body 
{
	background-color: #E8E8E8;
	color: #000000;
	padding: 5px;
	font-size: 12px;
}

.modalPopup_light 
{
	border : solid 5px #999999;
	background-color: #E8E8E8;
}

.blue   { color: #0e95b2; }
.orange { color: #fd9905; }
.darkBeige { color: #55532d; }
.darkerBeige { color: #363605; }
.white { color: #ffffff; }
.grey { color: #CCCCCC; }
.lightGrey { color: #E8E8E8; }
.darkGrey { color: #383838; }
.red { color: #ff4747; }
.lightblue
{
	color: #a5cddf;
}

.smallAndLightGrey {
	font-size: 12px;
	color: #E8E8E8;
}

.smallAndDarkGrey {
	font-size: 12px;
	color: #999999;
}

td.mainContentCellWithoutBg
{
	padding: 0 0 0 0;
	background-color: #383838;
}

td.mainContentCellWithoutCircles
{
	padding: 0 0 0 0;
	background-image: url(images/background_without_circles.gif);
	background-color: #383838;
	background-repeat: no-repeat;
	background-position: right bottom;
	
}

td.mainContentCell
{
	padding: 0 0 0 0;
	background-image: url(images/background.gif);
	background-color: #383838;
	background-repeat: no-repeat;
	background-position: right bottom;
	
}


td.footerCell {
	background-color: #c5c996;
}

.contentTitle1 {
	font-size: 16px;
	font-weight: bold;
}

.contentTitle2 {
	font-size: 16px;
	font-weight: bold;
}

.xsmall { font-size: 10px; }
.smaller { font-size: 11px; }
.small { font-size: 12px; }
.normal { font-size: 14px; }
.large { font-size: 16px; }
.larger { font-size: 18px; }

.formLabels {
	font-size: 11px;
	color: #cccccc;
}

.welcomePageLoginTextBox
{
	border: none;
	background-color: #38383a;
	padding: 1px 3px 1px 3px;
	width: 180px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}

.lostPasswordTextBox
{
	border: none;
	background-color: #38383a;
	padding: 3px 3px 3px 3px;
	width: 140px;
	color: #FFFFFF;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 11px;
}


.dropDownList 
{
	background-color: #CCCCCC;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 10px;
	padding: 2px;
	width: 150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #666;
}

.formCVtxt {
	background-position: #959595;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 11px;
	color: #000;
	/*border: solid 1px #666;*/
	border: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #d4d4d4;
	padding: 2px;
}

.clearedTextBox 
{
	background-color: Transparent;
	border: none;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 11px;
	color: #383838;
}

.clearedTextArea
{
	background-color: Transparent;
	border: none;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 11px;
	color: #383838;
}

.clearedTextBoxError
{
	background-color: Transparent;
	border: none;
	font-family: Tahoma, Trebuchet MS, Arial;
	font-weight: bold;
	font-size: 11px;
	color: #383838;
}




.modalPopup 
{
	background-image: url(images/popupBackground.png);
	width: 284px;
	height: 284px;
}

.modalPopup1
{
	background-image: url(images/popupBackground1.png);
	width: 284px;
	height: 284px;
}

.modalPopup2
{
	background-image: url(images/popupBackground2.png);
	width: 568px;
	height: 387px;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.PaymentTableHeaderFirst
{
	border-right: #199DC0 1px solid;
	border-bottom: #CCCCCC 1px solid;
	color:White;
}
.PaymentTableHeader
{
	border-right: #199DC0 1px solid;
	border-left: #199DC0 1px solid;
	border-bottom: #CCCCCC 1px solid;
	color:White;
}
.PaymentTableHeaderLast
{
	border-left: #199DC0 1px solid;
	border-bottom: #CCCCCC 1px solid;
	color:White;
}
.PaymentTableFirst
{
	border-right: #199DC0 1px solid;
	border-bottom: #666666 1px solid;
	color: #CCCCCC;
	font-size : 12px;
}
.PaymentTable
{
	border-right: #199DC0 1px solid;
	border-left: #199DC0 1px solid;
	border-bottom: #666666 1px solid;
	color: #CCCCCC;
	font-size : 12px;
}
.PaymentTableLast
{
	border-left: #199DC0 1px solid;
	border-bottom: #666666 1px solid;
	color: #CCCCCC;
	font-size : 12px;
}

a:link, a:visited {
	color:#0e95b2;
}
a:hover {
	color:#fd9905;
}


a.lostPasswordLink:link, a.lostPasswordLink:visited {
	color: #363605;
	text-decoration: none;
}

a.lostPasswordLink:hover {
	color: #363605;
	text-decoration: underline;
}



td.UserMenuColorSeperator 
{
	background-color: #555237;
}

td.UserMenuColorLight 
{
	background-color: #eeedc2;
}

td.UserMenuColorDark 
{
	background-color: #c7c994;
}

.UserMenuTitle 
{
	font-family: "Lucida Sans Unicode",serif;
	font-weight: bold;
	font-size: 12px;
}

.UserMenuSection 
{
	font-family: "Lucida Sans Unicode",serif;
	font-style: italic;
	font-size: 12px;
	color: #000000;
}
a.UserMenuSection:link, a.UserMenuSection:visited
{
	font-family: "Lucida Sans Unicode",serif;
	font-style: italic;
	text-decoration: none;
	font-size: 12px;
	color: #000000;
}
a.UserMenuSection:hover
{
	font-family: "Lucida Sans Unicode",serif;
	font-style: italic;
	text-decoration: underline;
	font-size: 12px;
	color: #000000;
}


.UserMenuItem 
{
	font-family: "Lucida Sans Unicode",serif;
	font-style: normal;
	font-size: 11px;
	color: #363605;
}
a.UserMenuItem:link, a.UserMenuItem:visited
{
	font-family: "Lucida Sans Unicode",serif;
	font-style: normal;
	text-decoration: none;
	font-size: 11px;
	color: #363605;
}
a.UserMenuItem:hover
{
	font-family: "Lucida Sans Unicode",serif;
	font-style: normal;
	text-decoration: underline;
	color: #363605;
	font-size: 11px;
}


.UserMenuItemDot
{
	font-family: "Lucida Sans Unicode",serif;
	font-style: normal;
	font-size: 11px;
	color: #55532d;
}

.UserMenuItemDisabled
{
	font-family: "Lucida Sans Unicode",serif;
	font-style: normal;
	font-size: 11px;
	color: #999999;
}

a.FAQ_Questions:link, a.FAQ_Questions:visited 
{
	color: #0e95b2;
	text-decoration: none;
}

a.FAQ_Questions:hover
{
	color: #0e95b2;
	text-decoration: underline;
}

a.newsletterDownloadLink:link, a.newsletterDownloadLink:visited 
{
	color: #fd9905;
	text-decoration: none;
}

a.newsletterDownloadLink:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.leaveMessageFormInputs
{
	font-size: 12px;
	background-color: #efecc1;
	color: #ff4c05;
	border: none;
	font-family: Tahoma, Trebuchet MS, Arial;
	padding: 3px;
}

.leaveMessagePhoneDiv
{
	background-color: #efecc1;
	color: #ff4c05;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

.uploadError 
{
	font-family: Tahoma, Trebuchet MS, Arial;
	font-size: 12px;
	padding: 3px;
	font-weight: bold;
	color: #ff4c05;
}

.homePageTextBox 
{
	width: 220px;
	background-color: #d4d4d4;
	height: 22px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	border-top: solid 1px #e8e8e8;
	border-left: solid 1px #e8e8e8;
	border-right: solid 1px #b4b4b4;
	border-bottom: solid 1px #b4b4b4;
}

.greyEmbossedTextBox 
{
	background-color: #d4d4d4;
	height: 14px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	padding-left: 3px;
	border-bottom: solid 1px #e8e8e8;
	border-right: solid 1px #e8e8e8;
	border-top: solid 1px #b4b4b4;
	border-left: solid 1px #b4b4b4;
}

a.deleteDiplomaEntryLink
{
	font-family: Tahoma;
	font-size: 10px;
	color: #787878;
}

a.deleteDiplomaEntryLink:link, a.deleteDiplomaEntryLink:visited
{
	text-decoration: none;
}

a.deleteDiplomaEntryLink:hover
{
	text-decoration: underline;
}

a.orangeRingLink 
{
	font-family: Tahoma;
	font-size: 12px;
	color: #fd9905;
	font-weight: bold;
	text-decoration: none;
}

.validateExperienceModalPopup 
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.errorMessage 
{
	color: #ff0000;
	padding: 4px;
	border: solid 1px #ff0000;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.gridViewPager
{
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

div.eval_criteria_group_desc_bubble
{
	background-color: #282828;
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	border: solid 2px #000000;
	width: 400px;
	position: absolute;
	visibility: hidden;
	/*padding: 3px;*/
	padding: 0px;
}


.EvalDataGrid_Header 
{
	border: solid 1px #ffffff;
}

div.textModeTitle 
{
	color: #CCCCCC;
	border-bottom: solid 1px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}


.client_grid
{
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	border: none;
}
.client_grid_ligne
{
	border: none;
	
}
.fichePresenceDdl 
{
	font-family: Tahoma;
	font-size: 12px;
	width: 250px;
}

.submitButtons
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}


div.referencingpar p
{
	font-family: Arial;
	font-size: 11px;
	color: #30302d;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

div.referencingpar a
{
	color: #55532d;
	text-decoration: underline;
}

a.startProfileLink:link, a.startProfileLink:visited 
{
	color: #fd9905;
}
a.startProfileLink:hover 
{
	color: #ffffff;
}

a.inwhiteLink:link, a.inwhiteLink:visited {
	color: #cccccc;
	text-decoration: underline;
}

a.inwhiteLink:hover {
	color: #ffffff;
	text-decoration: underline;
}

input.diplomaExperienceButtons
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #c8c8c8;
	border-top: solid 1px #E2E2E2;
	border-left: solid 1px #E2E2E2;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
	font-weight: normal;
	height: 24px;
}


a.orangelink:link, a.orangelink:visited
{
	color: #fd9905;
	text-decoration: underline;
}

a.orangelink:hover
{
	color: #ffffff;
	text-decoration: underline;
}



/* ************************************ */
/* CSS Speech Bubbles from willmayo.com */
/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble div.bubble_body {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble div.bubble_body p 
{
	text-align: center;
	margin: 10px;
	padding: 0px;
}

div.bubble div.bubble_bottom  {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: -1px;
	background: transparent url(tip.gif) no-repeat 40px 0;
	font-style: normal;
	width: 30;
}
/* ************************************ */


a.plainlink:link  { cursor: hand; text-decoration: none; }
a.plainlink:visited  { cursor: hand; text-decoration: none; }
a.plainlink:active  { cursor: hand; text-decoration: none; }
a.plainlink:hover { cursor: hand; text-decoration: none; }



/* ***************** */
/* * PRIVACY PAGES * */
/* ***************** */

div.privacypages {
	margin: 20px;
}

div.privacypages h1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #fd9905;
}

div.privacypages h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

div.privacypages ul, div.privacypages li, div.privacypages p {
	font-family: Arial;
	font-size: 12px;
	color: #dddddd;
}







div.profildescription {
	margin: 20px;
}

div.profildescription h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #fd9905;
}

div.profildescription h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	border-bottom: solid 1px #ffffff;
	padding-bottom: 1px;
}

div.profildescription h3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #dddddd;
}

div.profildescription ul, div.profildescription li, div.profildescription p {
	font-family: Arial;
	font-size: 13px;
	color: #dddddd;
}

div.blockprofildescription {
	margin-left: 20px;
}

div.blockprofildescription h4 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
}

div.blockprofildescription ul, div.profildescription li, div.profildescription p {
	font-family: Arial;
	font-size: 12px;
	color: #dddddd;
}

.PopupMissionDisponibles_Div
{
    padding:15px;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#1E1D45;
    width:584px;
    position:relative;
    text-align:left;
}

.PopupPiecesManquantes_Div
{
    padding:20px;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    color:#1E1D45;
    width:530px;
    position:relative;
    text-align:left;
}

.AccueilTitre
{
    color:#CEC68C;
    font-size:15pt;
    margin-bottom:12px;
    width:100%;
    border-bottom: 1px solid #CEC68C;
}

.PopupMissionDisponibles_Titre
{
    text-decoration:underline;
    width:120px;
}

.MissionDisponibles_ModifDistanceCase
{
    width:30px;
    font-size:x-small ;
    height:13px;
    padding:0px;   
}

.MissionDisponibles_ModifEmailCase
{
    width:200px;
    font-size:x-small ;
    height:13px;
    padding:0px;   
}

a.MissionsDisponibles_LienPopup
{
    text-decoration:none;
    color: #363605;
}

a.MissionsDisponibles_LienPopup:hover
{
    text-decoration:underline;
    color: #363605;
}

.MissionDisponibles_MessageConfirmation 
{
    color:Red;
    font-size:small ;
    font-weight:bold;
    font-family:Arial;
}
.FichePresenceOperationConfirmation
{
	color:#ff0000;
	font-size:14px;
	text-align:center;
}
.infosDeclaratinImpots
{
}
