/* --------------------------------------------------------------------------------------------------- */
/*                                Fact Group :: general CSS document                                   */
/* --------------------------------------------------------------------------------------------------- */


/* ------------ */
/* IMPORTED CSS */
/* ------------ */


/* -------------------- */
/* GLOBAL LAYOUT STYLES */
/* -------------------- */
* {
	margin:0;
	padding:0;
	border:0;
}


html {
	font-size:62.5%;	
}

body {
	background-color:#eee;
	background-image:url(../img/bg_page.gif);
	background-repeat:repeat-y;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333;
	text-align:justify;
}

h1 {
	font-size:2em;
}

h2 {
	font-size:1.6em;
	text-align:left !important;
}

h3 {
	font-size:2em;
	margin-bottom:0.70em;
	text-transform:uppercase;
}

h4 {
	font-size:1.5em;
	margin-bottom:0.8em;
	_margin-top:1em;
	text-align:left !important;
}
	h4#services {
		margin:20px;
	}

h5 {
	margin-top:1.6em;
	font-size:1.1em;
}

h6 {
	margin-top:1.6em;
	margin-bottom:-1em;
	font-size:1.3em;
}

p {
}

a {
	color:#333;
}
	a:hover {
		color:#b80139;
		text-decoration:none;
	}

em {
	font-style:normal;
	color:#b80139;
	font-weight:bold;
}

strong {
}


img { 
	behavior: url("../css/iepngfix.htc");
	background-color:#333;
	color:#fff;
	font-size:1.1em;
}

.clearBoth {
	clear:both;
}

table {
	margin:1em 0 3em 0;
	font-size:1.1em;
	text-align:left;
	border:1px solid #ccc;
}
td {
	padding:5px;
}


/* ------------------------ */
/* GLOBAL CONTENT CONTAINER */
/* ------------------------ */
#container {
	width:952px;
	margin:0 auto;
	background-color:#f8f2e5;
}


/* ------ */
/* HEADER */
/* ------ */
#branding {
	position:relative;
	overflow:hidden;
	height:90px;
	padding-top:50px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.2em;
}
	#branding span {
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;	
		background-image:url(../img/branding2.gif);
		background-repeat:no-repeat;
	}
	#branding h2 {
		text-align:center !important;
	}
#branding_home {
	position:relative;
	overflow:hidden;
	height:140px;
	padding-top:80px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.2em;
}
	#branding_home span {
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;	
		background-image:url(../img/branding.gif);
		background-repeat:no-repeat;
	}
	#branding_home h2 {
		text-align:center !important;
	}	


/* --------------- */
/* MAIN NAVIGATION */
/* --------------- */
#nav_main {
	width:859px;
	|width:860px;
	height:25px;
	background-color:#626262;
	font-size:1.1em;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}
	#nav_main li {
		float:left;
		width:100px;
		height:25px;
		border-right:1px dotted #f8f2e5;
		list-style-type:none;
	}
	#nav_main a, #nav_main .active {
		display:block;
		width:100px;
		height:19px;	
		padding-top:6px;
		color:#fff;
		text-align:center;
		text-decoration:none;
	}
	#nav_main a.formateurs, #nav_main .formateursActive {
		background-color:#333;	
	}
	#nav_main a.newsletter, #nav_main .newsletterActive {
		background-color:#333;
	}
		#nav_main a:hover, #nav_main .active {
			color:#9c9c9c;
		}
		#nav_main a .active {
			padding-top:0;
			cursor:pointer;
		}
	#nav_main ul {
		position:absolute;
		z-index:1000;
	}
	#nav_main ul li {
		position:relative;
	}
	#nav_main ul#navSub_gardiennage, #nav_main ul#navSub_formations, #nav_main ul#navSub_services, #nav_main ul#navSub_jobs {
		position:relative;
		display:none;
		border-top:1px dotted #f8f2e5;
	}
	#nav_main ul li#nav_gardiennage:hover ul#navSub_gardiennage, #nav_main ul li#nav_formations:hover ul#navSub_formations, #nav_main ul li#nav_services:hover ul#navSub_services, #nav_main ul li#nav_jobs:hover ul#navSub_jobs {
		display:block;
	}
	#nav_main ul li:hover {
		cursor:default;			
	}
	#nav_main ul li ul {
		position:absolute;
		z-index:30;
	}
		#nav_main ul li ul.subMenu li {
			float:none;
			width:302px;
			height:25px;
			border:none;
			border-bottom:1px dotted #f8f2e5;
			|margin-bottom:-1px;
			|border:none;
			list-style-type:none;
			background-color:#626262;
			font-size:0.8em;
		}
			#nav_main ul li ul.subMenu li a {
				display:block;
				width:282px;
				height:17px;
				padding:8px 10px 0 10px;
				color:#fff;
				text-align:left;
				text-decoration:none;			
			}
				#nav_main ul li ul.subMenu li a:hover {
					color:#9c9c9c;
				}
		#nav_main ul#navSubSub_gardiennage, #nav_main ul#navSubSub_securite {
			position:relative;
			display:none;
			border-top:1px dotted #f8f2e5;
			font-size:1.3em;
		}
		#nav_main li#navSub_formations_gardiennage, #nav_main li#navSub_formations_securite, #nav_main ul#navSub_services li {
			width:100px;
		}
		#nav_main ul#navSub_jobs li {
			width:201px;
		}
		#nav_main li#navSub_formations_gardiennage:hover ul#navSubSub_gardiennage {
			display:block;
			position:relative;
			top:-26px;
			left:101px;
		}
		#nav_main li#navSub_formations_securite:hover ul#navSubSub_securite {
			display:block;
			position:relative;
			top:-26px;
			left:101px;
		}		


/* --------------------- */
/* ADDITIONAL NAVIGATION */
/* --------------------- */
#nav_supp {
	float:right;
	font-size:0.9em;
	text-transform:uppercase;
	background-color:#626262;
}
	#nav_supp li {
		float:left;
		list-style-type:none;
		width:30px;
		height:25px;
		background-color:#626262;		
		border-right:none;
		border-left:1px dotted #f8f2e5;
	}
	#nav_supp a {
		display:block;
		width:30px;
		height:19px;	
		padding-top:6px;	
		color:#fff;
		text-decoration:none;
	}
		#nav_supp a:hover, #nav_supp .active {
			display:block;
			width:30px;
			height:19px;	
			padding-top:6px;		
			color:#9c9c9c;
		}		
		
				
/* -------------------- */
/* SECONDARY NAVIGATION */
/* -------------------- */
#nav_sub {
	float:left;
	width:282px;
	margin:20px 0 0 20px;
	_margin:20px 0 0 10px;
	_width:262px;
	text-align:left !important;
}
	#nav_sub ul {
		list-style-type:none;
	}
		#nav_sub ul li {
			width:282px;
			_width:262px;
			margin-bottom:1px;
			background-color:#f1e5c8;
		}
			#nav_sub ul li a {
				display:block;
				width:262px;
				_width:242px;
				font-size:1.1em;
				padding:0.6em 20px 0.6em 20px;
				margin:0;
				text-decoration:none;
			}
				#nav_sub ul li a:hover {	
					color:#b80139;
				}
			#nav_sub ul li .active {
				padding:0.6em 20px 0.6em 20px;
				color:#b80139;
				font-size:1.1em;
				_width:242px;
			}	
		#nav_sub ul li.menu_title {
			width:242px;
			padding:0.6em 20px 0.6em 20px;
			background-color:#333;
			color:#fff;
			font-size:1.1em;
			font-weight:bold;
			text-transform:uppercase;
		}
		#nav_sub ul li#subscribe_btn {
			width:242px;
			background-color:#b80139;
		}
			#nav_sub ul li#subscribe_btn a, #nav_sub ul li#subscribe_btn .active {
				display:block;
				width:242px;
				padding:0.6em 20px 0.6em 20px;
				background-color:#b80139;
				color:#fff;
				text-decoration:none;
				font-weight:bold;
			}
				#nav_sub ul li#subscribe_btn a:hover {	
					background-color:#666;
					color:#fff;
				}			
			
/* ------------ */
/* MAIN CONTENT */
/* ------------ */
#content_main {
	float:right;
	width:568px;
	margin:20px;
	_margin-right:10px;
	padding:20px;
	border:1px solid #f1e5c8;
	background-image:url(../img/bg_box.gif);
	background-repeat:repeat-x;	
}
	#content_main h2 {
		padding-top:2px;
		margin-bottom:0.8em;
		font-size:2.2em;
		font-weight:normal;
		color:#b80139;
	}
		#content_main h2:first-letter {
			text-transform:uppercase;
		}
	#content_main img {
		float:right;
		margin:0 0 20px 20px;
		margin-top:5px;
	}
	#content_main h4 {
		margin:1em 0 -1em 0;
	}
	#content_main p {
		font-size:1.1em;
		line-height:1.6em;
		margin-top:1.8em;
	}
		#content_main p+p {
			margin-top:1em;
		}
	#content_main ul {
		margin:2em 0 0 0;
		list-style-type:square;		
	}
	#content_main ol {
		margin:1em 0 0 0;
		font-size:0.9em;
	}	
	#content_main li {
		margin:0.3em 0 0 30px;
		font-size:1.1em;
		line-height:1.6em;
	}
		#content_main ul li ul {
			margin-top:-0.1em;
		}
			#content_main ul li ul li{
				font-size:1em;
				list-style-type:disc;
			}
		#content_main h4+h5 {
			margin-top:2em;
		}
		#content_main h5+p {
			margin-top:0.4em;
		}
		#content_main h5+h5 {
			margin:0.5em 0 2.5em 0;
		}
		#content_main h6+h5 {
			margin:2em 0 0 0;
		}		
		#content_main h6+ul {
			margin-top:2em;
		}
		#content_main p+ul, #content_main h5+ul {
			margin-top:0em;
		}

.separator {
	margin:20px 0 20px 0;
	height:2px;
	border-bottom:1px dashed #ccc;
}		

/* ------------------ */
/* ADDITIONAL CONTENT */
/* ------------------ */
#content_supp {
	float:right ;
	width:570px;
	margin-top:20px;
	margin-bottom:20px;
}	


/* ----------*/
/* SITE INFO */
/* --------- */
#site_info {
	clear:both;
	width:952px;
	padding-top:20px;
	margin-bottom:20px;
	font-size:1.1em;
	text-align:center;
}
	#site_info a {
	}
	#site_info .active {
	}
	#signature {
		position:relative;
		overflow:hidden;
		height:20px;
		margin-top:10px;
		padding-top:5px;
		text-align:center;
		font-weight:bold;
		text-transform:uppercase;
		letter-spacing:0.2em;
		background-color:#fff;
	}
		#signature span {
			position:absolute;
			left:0;
			top:0;
			width:100%;
			height:100%;	
			background-image:url(../img/bg_footer.gif);
			background-repeat:no-repeat;
		}
		
		
/* ---- */
/* HOME */
/* ---- */
.column {
	float:left;
	width:300px;
	padding:20px;
	margin:20px 0 0 20px;
	_margin-left:10px;
	border:1px solid #f1e5c8;
	background-color:#f8f2e5;
	background-image:url(../img/bg_box.gif);
	background-repeat:repeat-x;
}
	.column p {
		font-size:1.1em;
		line-height:1.6em;
		margin-bottom:0.5em;	
	}
	.column li {
		margin-left:15px;
		list-style-type:square;
		font-size:1.1em;
		line-height:1.6em;
		color:#b80139;
	}
	.column .black {
		color:#333;
	}
	
li.box {
	list-style-type:none;
	width:508px;
	height:118px;
	padding:20px;
	margin-bottom:1px;
	border:1px solid #f1e5c8;
	background-color:#f8f2e5;
	background-image:url(../img/bg_box.gif);
	background-repeat:repeat-x;
}
	li.box img {
		display:block;
		float:right;
		margin-left:20px;
	}
	li.box h4 {
		font-weight:normal;
	}
		li.box h4 .grey {
			font-weight:bold;
			text-transform:uppercase;
		}
	li.box p {
		margin-bottom:1em;
		font-size:1.1em;
		line-height:1.4em;		
	}
		li.box p a {
			background-color:#555;
			padding:0.1em;
			color:#eee;
			text-decoration:none;
		}
			li.box p a:hover {
				background-color:#b80139;
				color:#eee;
			}

#box_gardiennage, #box_formations {
	margin-right:1px;
}


/* ----------- */
/* GARDIENNAGE */
/* ----------- */

img#gardiennage {
	float:right;
	display:block;
	background:none;
	margin:20px -20px 0 20px;
}


/* ---------- */
/* FORMATIONS */
/* ---------- */

.focus {
	margin-top:36px;
	padding:12px 12px 12px 110px;
	border:2px solid #b80139;
	font-weight:bold;
}
#logoForem {
	position:absolute;
	z-index:2;
	behavior: url(../css/iepngfix.htc);
	margin:10px 0 0 10px;
	width:84px;
	height:78px;
	background-image:url(../img/logo-forem.png);
}
#logoChequesFormation{
	position:absolute;
	z-index:2;
	behavior: url(../css/iepngfix.htc);
	margin:10px 0 0 10px;
	width:80px;
	height:80px;
	background-image:url(../img/logo-cheques-formation.png);
}

.pub {
	margin-top:20px;
	padding:15px;
	background-color:#b80139;
	color:#fff !important;
	text-align:left !important;
}
	.pub h5 {
		margin:0 0 0.5em 0;
		padding:0;
		font-size:1.2em;
	}
	.pub p {
		margin:0;
		padding:0;
	}
	.pub a {
		color:#fff;
	}
		.pub a:hover {
			text-decoration:none;
			color:#333;
		}	

ul.formations {
}
	ul.formations li.sublist {
		list-style-type:none;
		font-size:1em;
		margin-bottom:0.5em;
	}
		ul.formations li.sublist ul {
			margin-left:-15px;
		}		
			ul.formations li ul li {
				list-style-type:none;
				color:#000 !important;
			}	

li.box2 {
	display:block;
	float:left;
	width:366px;
	margin:20px 0 20px 0;
	padding:5px 5px 20px 5px;
	background-image:url(../img/bg_box.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#626262;
	text-align:left;
}
	li.box2 h3 {
		padding:0.8em 10px 0 10px;
		margin-bottom:0.20em;
		font-size:1.8em;
	}
	li.box2 li {
		margin:0.5em 10px 0 25px;
		list-style-type:square;
		font-size:1.1em;
		line-height:1.4em;		
		color:#eee;
	}
		li.box2 li.empty {
			color:#626262;
			cursor:default;
		}
		li.box2 li a {
			padding:0.1em;
			color:#eee;
			text-decoration:none;
		}
			li.box2 li a:hover {
				background-color:#b80139;
				color:#eee;
			}

#box2_gardiennage {
	margin-right:1px;
	min-height:400px;
	_height:400px;
}
#box2_securite {
	width:365px;
	min-height:400px;
	_height:400px;	
}

#infos {
	padding:0 20px 0 20px;
}
	#infos p {
		font-size:1.1em;
		line-height:1.6em;
		margin-bottom:1.8em;
	}
	
a#subscribe, a#agent, a#forem {
	display:block;
	margin-top:20px;
	background-color:#333;
	color:#fff;
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	padding:10px;
}
	a#subscribe:hover, a#agent:hover, a#forem:hover {
		background-color:#b80139;
	}
	

/* --------------- */
/* AUTRES SERVICES */
/* --------------- */

li.box3 {
	display:block;
	float:left;
	width:366px;
	margin:20px 0 20px 0;
	padding:5px 5px 20px 5px;
	background-image:url(../img/bg_box.gif);
	background-position:right top;
	background-repeat:no-repeat;
	background-color:#626262;
}
	li.box3 h3 {
		padding:0.8em 15px 0 15px;
		margin-bottom:0.20em;
	}
	li.box3 li {
		margin:0.5em 15px 0 30px;
		list-style-type:square;
		font-size:1.1em;
		line-height:1.4em;		
		color:#eee;
	}
		li.box3 li.empty {
			color:#626262;
			cursor:default;
		}
		li.box3 li a {
			padding:0.1em;
			color:#eee;
			text-decoration:none;
		}
			li.box3 li a:hover {
				background-color:#b80139;
				color:#eee;
			}
	li.box3 p {
		margin:0 15px 0.5em 15px;
		font-size:1.1em;
		line-height:1.4em;		
		color:#eee;
	}
		li.box3 p a {
			background-color:#555;
			padding:0.1em;
			color:#eee;
			text-decoration:none;
		}
			li.box3 p a:hover {
				background-color:#b80139;
				color:#eee;
			}


/* ------- */
/* CONTACT */
/* ------- */
#content_main.contact {
	float:left;
	width:600px;
	margin-right:0;
	_margin-left:10px;
}
.blocContact {
	float:left;
	width:200px;
	margin:-1em 0 3em 0;
}
.iframe {
	background-color:#333;
	width:590px;
	height:400px;
	padding:5px;
	margin-bottom:5px;
}
#contactForm {
	float:right;
	width:210px;
	padding:20px;
	font-size:1.1em;
	margin-right:40px;
	_margin-right:0;
}
#contactForm label {
	display:block;
	width:240px;
	height:15px;
	padding:5px;	
	margin-bottom:1px;
	font-weight:bold;
	background-color:#626262;
	color:#fff;
}
#contactForm input, #contactForm textarea {
	display:block;
	width:240px;
	height:15px;
	padding:5px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#626262;	
}
#contactForm textarea {
	width:240px;
	height:250px;
	overflow:auto;
}

#contactForm a#send {
	float:right;
	display:block;
	width:240px;
	height:15px;
	padding:5px;
	margin-top:0px;
	margin-bottom:20px;
	margin-right:-40px;
	_margin-right:0;
	background-color:#333;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
}
	#contactForm a#send:hover {
		background-color:#b80139;
	}
	#contactForm #error, #contactForm #error2 {
		display:none;
		background-color:#b80139;
		font-weight:bold;
		width:240px;
		padding:5px;
		color:#fff;
		font-weight:bold;
		margin-bottom:1em;
		margin-top:1em;
		}

.statusMessage {
	width:240px;
	padding:5px;
	background-color:#333;
	color:#fff;
	font-weight:bold;
	margin-bottom:20px;
}


/* ----------- */
/* INSCRIPTION */
/* ----------- */
#inscription { 
	width:480px;
}
#subscriptionForm .clearBoth {
	padding-top:10px;
	margin-bottom:15px;
	border-bottom:1px dashed #dad6cc;	
}
#subscriptionForm .clearBoth_noLine {
	padding-top:50px;
	margin-bottom:5px;
	border-bottom:0;
}
#subscriptionForm h3 {
	font-size:1.4em;
}
#subscriptionForm label {
	display:block;
	float:left;
	font-size:1.1em;
	margin-bottom:10px;
}
#subscriptionForm label.birthPlace {
	_margin-left:2px;
}
#subscriptionForm .date {
	position:relative;
	display:block;
	float:left;
	width:230px;
	_width:226px;
	margin-bottom:10px;
	margin-right:1px;
	font-size:1.1em;	
}
	#subscriptionForm .date .tiny.DD {
		position:absolute;
		|margin-top:3px;
	}
	#subscriptionForm .date .tiny.MM {
		position:absolute;
		left:77px;
		|margin-top:3px;
	}
	#subscriptionForm .date .tiny.YYYY {
		position:absolute;
		left:154px;
		|margin-top:3px;
	}		
#subscriptionForm input, #subscriptionForm .select {
	display:block;
	height:20px;
	margin-top:2px;
	margin-right:1px;
	padding:5px 5px 0 5px;
	background-color:#626262;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#fff;	
}
#subscriptionForm .selectBlock {
	display:block;
	background-color:#626262;
	width:230px;
	|width:229px;
	|margin-top:3px;
	height:25px;
	margin-right:1px;
}
#subscriptionForm .select {
	width:225px;
	|margin-left:2px;
}
#subscriptionForm .large {
	width:220px;
}
#subscriptionForm .medium {
	width:143px;
}
#subscriptionForm .small {
	width:105px;
}
#subscriptionForm .small2 {
	width:104px;
}
#subscriptionForm .tiny {
	width:66px;
}
#subscriptionForm p {
	clear:both;
	padding:0 0 2.4em 0;
	_padding:0 0 1.2em 0;
}
#subscriptionForm .radioBtn {
	display:inline;
	background:none;
	height:1em;
	padding:0;
	margin:5px 0 0 0;
}
#subscriptionForm .radio {
	display:block;
	float:left;
	margin-right:10px;
	height:2em;
	|height:2.5em;
}
	#subscriptionForm .radio.nofloat {
		display:inline;
		clear:both;
		width:500px;
	}
	#subscriptionForm .radio .paymentAdvance {
		display:inline;
		width:4em;
		height:12px;
		background:none;
		border-bottom:1px solid #626262;
		color:#626262;
	}
#subscriptionForm p.check {
	padding:0;
	margin:0;
}
#subscriptionForm .checkBox {
	height:1.1em;
	float:left;
	margin:0;
	padding:0;
	background:none;
}	
#subscriptionForm a#send {
	display:block;
	|margin-top:15px;
	background-color:#333;
	color:#fff;
	font-size:1.6em;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	padding:10px;
}
	#subscriptionForm a#send:hover {
		background-color:#b80139;
	}
	#subscriptionForm #error, #subscriptionForm #error2, #subscriptionForm #error3 {
		display:none;
		background-color:#b80139;
		padding:5px;
		color:#fff;
		font-weight:bold;
		margin-bottom:1em;
		margin-top:1em;
	}	

#subscriptionForm .statusMessage {
	font-size:1.1em;
	padding:10px;
}
#subscriptionForm .statusMessage_large {
	font-size:1.1em;
	padding:10px;
	padding:5px;
	background-color:#333;
	color:#fff;
	font-weight:bold;
	margin-bottom:20px;
	width:480px;
}


/* ----------- */
/* CANDIDATURE */
/* ----------- */
#candidateForm h3 {
	font-size:1.4em;
	margin-bottom:1em;
}
#candidateForm label {
	display:inline-block;
	width:208px;
	text-align:right;
	margin-right:10px;
	font-size:1.1em;
	margin-bottom:10px;
}
#candidateForm input {
	width:195px;
	height:20px;
	margin-top:2px;
	padding:5px 5px 0 5px;
	background-color:#626262;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#fff;
}
#candidateForm select {
	width:60px;
	height:20px;
	margin:5px 10px 5px 0;
}
	#candidateForm select.large {
		width:205px;
	}
#candidateForm .textarea {
	width:419px;
	height:150px;
	padding:5px;
	background-color:#626262;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#fff;
}
#candidateForm .file {
	height:30px;
}
#candidateForm .submit, #candidateForm .next, #candidateForm .prev {
	width:208px;
	height:30px;
	padding:5px;
	margin:30px 0 20px 221px;
	background-color:#333;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
}
#candidateForm .submit {
	background-color:#b80139;
}
	#candidateForm .submit:hover {
		background-color:#626262;
	}
#candidateForm .prev {
	display:block;
	height:21px;
	padding:9px 0 0 0;
	margin:-50px 10px 20px 0;
	font-size:1.2em;
}
	#candidateForm .next:hover, #candidateForm .prev:hover {
		background-color:#b80139;
	}
#candidateForm .statusMessage2 {
	padding:5px;
	background-color:#333;
	color:#fff;
	font-weight:bold;
	margin-bottom:20px;
	font-size:1.2em;
	line-height:1.6em;
}	

	
/* ------------------ */
/* LANGUAGE SELECTION */
/* ------------------ */

#language {
	position:relative;
	left:50%;
	width:603px;
	margin-left:-301px;
}
	#language ul {
		list-style-type:none;
	}
	#language li {
		width:200px;
		height:75px;
		margin-right:1px;
		margin-bottom:30px;
		float:left;
	}
	#language a {
		display:block;
		width:200px;
		height:60px;
		padding-top:15px;	
		background-image:url(../img/bg_lang.gif);
		background-color:#626262;
		font-size:1.2em;
		line-height:20px;
		color:#fff;
		text-decoration:none;
		text-align:center;		
	}
		#language a .big {
			font-size:18px;
			font-weight:bold;
		} 
		#language a:hover {
			background-position:bottom;
			background-color:#b80139;
		}
	#fact {
		position:relative;
		overflow:hidden;
		width:602px;
		height:43px;
		margin-left:75px;
		margin-bottom:10px;
		padding-top:53px;
		font-size:1.5em;
		color:#626262;
		text-align:center;
		font-weight:bold;
		text-transform:uppercase;
		letter-spacing:0.2em;
	}
		#fact strong {
			font-size:1.2em;
			color:#333;
		}
		#fact span {
			position:absolute;
			left:0;
			top:0;
			width:100%;
			height:100%;	
			background-image:url(../img/fact.gif);
			background-repeat:no-repeat;
		}		
		

/* ----- */
/* LOGIN */
/* ----- */
#login label {
	display:block;
	font-size:1.1em;
	margin-bottom:10px;
}
#login input {
	display:block;
	width:200px;
	height:20px;
	padding:5px 5px 0 5px;
	background-color:#626262;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#fff;	
}
#login #send {
	display:block;
	width:210px;
	height:30px;
	margin-top:15px;
	background-color:#333;
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
}
	#login #send:hover {
		cursor:pointer;
		background-color:#b80139;
	}
#errorMessage {
	padding:10px 20px 10px 20px;
	margin-bottom:10px;
	background-color:#b80139;
	color:#fff;
}