/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100%}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #fff url("../images/background.gif") repeat-x;
  font: normal 76% Tahoma, Helvetica, sans-serif;
  text-align: center;
  color: #000;
}

a {
  color: #b30000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}

p {
  line-height: 2em;
  margin-bottom: 1em;
  font-size: .9em;
}

hr {
  color: #929292;
  height: 1px;
  margin: 7px 0;
}

p strong {
  color: #c60004;
}

li ul {
  margin-top: 10px;
}

li ul li {
  font-size: 1em;
}

blockquote {
  border: 1px solid #bcbcbc;
  background: #fafafa;
  margin: 0 30px 20px;
  padding: 10px;
}

blockquote p {
  margin-bottom: 0 !important;
}

/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----IDs----*/

#wrap {
  margin: 0 auto;
  width: 840px;
  padding: 10px 13px;
  background: url("../images/wrapbackground.gif") no-repeat;
  text-align: left;
  min-height:800px;
  height:800px;
}

html > body #wrap
{
	height:auto;
}

#header {
  border-bottom: 1px solid #929292;
  padding-bottom: 10px;
  margin-bottom: 7px;
}

#logo {
  float: left;
}

#toplinks {
  text-align: right;
  font-size: .8em;
  line-height: 1em;
  text-transform: uppercase;
}

#toplinks img {
  margin-right: 3px;
}

#toplinks ul {
  float: right;
  padding: 5px;
}

#toplinks li {
  display: inline;
  border-right: 1px solid #737373;
  padding: 0 10px;
}

#toplinks li.last {
  border: 0 none;
}

#toplinks a {
  color: #737373;
}

#toplinks ul.contact {
  background: url("../images/contactborder.gif") right no-repeat;
}

#toplinks ul.contact li {
  border: 0 none;
  color: #737373;
  font-weight: bold;
}

#nav ul {
  background: url("../images/navbackground.gif") repeat-x;
  border: 1px solid #000;
  border-width: 0 1px 0 1px;
  height: 34px;
  margin-bottom: 7px;
}

#nav li {
  height: 34px;
  float: left;
  background: url("../images/navborder.gif") right no-repeat;
  padding-right: 3px;
}

#nav a {
  display: block;
  float: left;
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 1.1em;
  background: url("../images/navlinkbackground.gif") repeat-x;
}

#nav a:hover, #nav a.current {
  text-decoration: none;
  background: url("../images/navlinkbackgroundhover.gif") repeat-x;
}

#homeflash1 {
  width: 576px;
  height: 267px;
  float: left;
  margin-right: 7px;
}

#homeflash2 {
  width: 257px;
  height: 267px;
  float: left;
}

#homeflashbottom {
  width: 840px;
  height: 89px;
}

#homecontent {
  border: 1px solid #b30000;
  background: #f5f5f5;
  margin-top: 7px;
  padding: 10px;
}

#homecontent h2 {
  color: #e83000;
  border-bottom: 1px solid #737373;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 1.8em;
  text-align:left;
}

/* permet de fixer les bordures à la même taille.*/
#homeleft,#homecenter,#homeright
{
	min-height:300px;
	height:300px;
}

html> body #homeleft,html> body #homecenter,html> body #homeright
{
	height:auto;
}

#homeleft,#homecenter {
  width: 244px;
  background: url("../images/homerightdots.gif") top right repeat-y;
  padding-right: 22px;
  margin-right: 20px;
  float: left;
}

#homecenter
{
  width:246px;
  text-align:center;
}

#homeright {
  float: left;
  width: 244px;
}

#sidebar {
  width: 230px;
  float: left;
}

#content {
  float: left;
  background: url("../images/columnborder.gif") left repeat-y;
  margin-left: 15px;
  padding-left: 17px;
  width: 578px;
}

#content h2 {
  color: #dc3d00;
  background: url("../images/contentheaderbackground.gif") no-repeat;
  border-bottom: 1px solid #c30000;
  font-size: 1.6em;
  padding-left: 20px;
  height: 31px;
  line-height: 31px;
  margin-top: 20px;
  margin-bottom: 10px;
}

#content h3 {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 10px;
}

#content p {
  margin-bottom: 25px;
  margin-right: 10px;
  line-height: 1.6em;
  font-size: 1em;
}

#content ul, #content ol {
  margin-bottom: 20px;
  margin-left: 20px;
}

#content ul li {
  background: url("../images/contentarrow.gif") no-repeat;
  padding-left: 30px;
  font-size: .9em;
  margin-bottom: 10px;
}

#content ol li {
  margin-left: 30px;
  font-size: .9em;
  margin-bottom: 10px;
  list-style: decimal;
}

#content li li {
  font-size: 1em;
}

#informationForm
{
	text-align:center;
}

#informationForm input,#informationForm select
{
	width:15em;
}

#informationForm p
{
	margin:0;
}

#informationForm .button
{
	margin:1em 0 0;
}

#form
{
	width:420px;
	margin:auto;
	text-align:left;
}

#talentExplorerVideo
{
	text-align:center;
}

#footer {
  margin: 7px 0;
  padding: 10px 0;
  border-top: 1px solid #929292;
  text-align: center;
  color: #ababab;
  font-size: .9em;
}

#footer ul {
  color: #00338c;
}

#footer li {
  display: inline;
  padding: 0 6px;
  border-right: 1px solid #00338c;
  text-transform: uppercase;
  font-weight: bold;
  font-size: .9em;
}

#footer li.last {
  border: 0 none;
}

#footer a {
  color: #ababab;
  font-weight: bold;
}

#footer li a {
  color: #00338c;
}

/*----End IDs----*/
/*---------------------------------------------------------------------*/
/*----Classes----*/

.clear {
  clear: both;
  height: 0;
  font-size: 0px;
}

.left {
  float: left;
  margin-right: 7px;
}

.right {
  float: right;
  margin-left: 7px;
}

.txtR
{
	text-align:right;
}

.txtC
{
	text-align:center;
}

.notice
{
	color:#B70000;
	font-size:1em;
}

A.watchVideoButton
{
	display:block;
	width:197px;
	height:49px;
	background:#F5F5F5 url(../images/watchVideo.gif) no-repeat 0 0;
	margin: .6em auto;
}

A:hover.watchVideoButton,A:active.watchVideoButton
{
	background-position:0 -49px;
}

input.error,select.error{border:1px dotted #b70000;}
label.error{margin:5px;color: #b70000;}

.emailSent{border:1px solid #2BAF20;background:#E1FFDF;margin:0 0 1em; padding:.5em;}
.emailError{border:1px solid #B70000;background:#FFE1DF;margin:0 0 1em; padding:.5em;}

.spotlight {
  font-size: .9em;
  color: #202020;
  width: 230px;
  margin-bottom: 1em;
}

.spotlight a {
  background: url("../images/spotlightarrow.gif") 3px no-repeat;
  padding-left: 24px;
}


.spotlight li ul {
  border-left: 1px solid #a9acc1;
  margin-left: 8px;
  margin-top: 5px;
  padding-left: 5px;
}

.spotlight ul li {
  margin-bottom: 5px;
  font-size: .975em;
}

.subnav, .sidetour {
  border: 1px solid #bcbcbc;
  padding: 10px;
  margin-bottom: 7px;
}

.subnav a {
  color: #ea4100;
}

.subnav ul {
  border: 1px solid #ea4100;
  border-width: 13px 0 13px 0;
  padding: 10px;
}

.subnav li {
  font-weight: bold;
  margin-bottom: 1.4em;
  background: url("../images/subnavarrow.gif") 2px no-repeat;
  padding-left: 20px;
  font-size: .9em;
}

.subnav li.last {
  margin-bottom: 0;
}

.sidetour h2 {
  background: url("../images/blueheader.gif") repeat-x;
  color: #fff;
  height: 42px;
  line-height: 42px;
  font-size: 1.7em;
  padding-left: 10px;
  margin-bottom: 7px;
}

#content div.solution {
  border: 1px solid #c60004;
  padding: 10px;
}

#content div.solution h2 {
  background: url("../images/redheader.gif") repeat-x;
  color: #fff;
  height: 42px;
  line-height: 42px;
  font-size: 1.7em;
  padding-left: 10px;
  margin-bottom: 7px;
  margin-top: 0;
}

#content div.solution p {
  font-size: 1.1em;
  line-height: 1.4em;
}

#content div.solution ul {
  margin-left: 20px;
}

#content div.solution li {
  color: #003aa0;
  background: url("../images/bluelistarrow.gif") 3px no-repeat;
  padding-left: 30px;
  margin-bottom: 1em;
  font-size: 1em;
}

.breadcrumbs {
  color: #b30000;
}

#content div.breadcrumbs ul {
  margin: 0 0 10px 0;
}

#content div.breadcrumbs li {
  background: none;
  padding: 0 3px 0 0;
  display: inline;
}




form.quote fieldset {
    margin-bottom: 10px;
}

form.quote legend {
	padding: 0;
    margin-bottom: 1em;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}

form.quote label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
    text-align: right;
	}

#content form.quote fieldset ol {
	margin: 0;
	padding: 0;
	}

#content form.quote fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}

form.quote fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}

form.quote fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}

form.quote fieldset fieldset label {
	display: block;
	width: auto;
	}

form.quote em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.quote label { width: 100px; } /* Width of labels */
form.quote fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.quote legend { display: inline-block; } /* IE Mac legend fix */

form.quote {
	width: 650px;
	font-size: 1em;
	color: #333;
	}

form.quote legend,
form.quote label { color: #333; }

form.quote fieldset {
	border: none;
    clear: left;
	}

form.quote fieldset fieldset { background: none; }

form.quote fieldset li {
	padding: 5px 10px 7px;
	}

form.quote input, form.quote textarea, form.quote select {
  border: 1px solid #abadb3;
  color: #333;
  padding: 2px;
}

form.quote textarea {
  width: 500px;
  height: 200px;
}

form.quote th input {
  border: 0 none;
}

form.quote fieldset fieldset input {
  border: 0 none;
  margin-right: 5px;
}

.login {
  cursor: pointer;
}

a.login:hover {
  text-decoration: underline;
}

/*----End Classes----*/