﻿/*******************************************************
Récapitulatif COULEURS
	nav : #333333; gris foncé
	nav:over : #4972A0; bleu clair
	footer background : #A8A8A8;
	texte bleu : #6699CC;
	texte blanc : #FFFFFF;
	texte gris : #666666;
	SubPage texte bleu : #0099FF;
	noir : #000000:


Fonts :
	HelveticaL TStd Bold
	HelveticaL TStd Roman
	Arial

*******************************************************/

/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}


html, body {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:13px;
	background-color:#FFFFFF;
	background-image:url('/img/bg.png');
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	text-align:center;/*Very important to align center the 'Global' DIV in IE 6, 7, 8 DON'T DELETE*/
}
a {
	font-size:11px;
	color:#6699cc;
	cursor:pointer;
	cursor:hand;
	text-decoration:underline;
}
p {
	font-size:12px;
}
.clear {clear:both;}
#global {
margin-left:auto;
margin-right:auto;
width:977px;
height:auto;
text-align:left;/*Very important to align left the content in the 'Global' DIV in IE 6, 7, 8 DON'T DELETE*/
}
#globalLeft {
 width:25px;
 height:auto;
 float:left;
}
#globalCenter {
 width:926px;
 height:600px;
  float:left;
  background-color:#FFFFFF;
}
#globalRight {
 width:25px;
 height:auto;
  float:left;
}
/*******************************DEFAULT - HEADER - NAV*************************/
#header {
height:70px;
margin-top:8px;
margin-bottom:10px;
}
.imgHeader {
	float:left;
	width:140px;
}
.textHeader {
	float:left;
	margin-top:18px;
}
.textHeader h1.titleSlogan {
	font-size:25px;
	font-weight:bold;
}
.textHeader h2.subTitle {
	font-weight:normal;
	font-style:italic;
	font-size:15px;
}



#nav {
height:28px;
background-image:url('/img/bg_nav.png');
background-repeat:repeat-x;
margin-bottom:15px;
padding-top:5px;
}
#nav ul {
list-style:none;
margin-left:11px;
}
#nav li {
display:inline;
}
#nav li a {
	color:#333333;
	font-family: Arial,Helmet,Freesans,sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
#nav li a.spaceHome {margin-right:50px;}
#nav li a.spaceAboutUs {margin-right:50px;}
#nav li a.spaceFoodservice {margin-right:50px;}
#nav li a.spaceRetail {margin-right:50px;}
#nav li a.spaceCareers {margin-right:50px;}
#nav li a.spaceNewsroom {margin-right:30px;}
#nav li a.spaceDiversity {margin-right:30px;}
#nav li a.spaceCorporate {margin-right:20px;}

#nav li a:hover {
	color:#6699CC;
}
#nav li a.on {
	color:#6699CC;
}
/******************************DEFAULT - CONTENT****************************/
#contener {
height:441px;
margin-bottom:30px;
}
/******************************DEFAULT - CONTENT TOP************************/
.contentTop {
height:250px;
background-image:url('/img/bg_contentright.jpg');
background-repeat:repeat-x;
margin-bottom:27px;
}
.contentTopLeft {
float:left;
width:553px;
}
.contentTopRight {
float:left;
width:343px;
height:250px;
margin-left:5px;
/*overflow:auto;
padding-right:10px;*/
}
.contentTopRight p {
	color:#FFFFFF;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:13px;
	line-height:18px;
}
.contentTopRight p.topspace {
	margin-top:20px;
}
.contentTopRight p.bottomspace{
	margin-bottom:20px;			
}
p.bold {
font-weight:bold;
}
p.space {
margin-bottom:10px;
margin-top:30px;
}
/*******************************DEFAULT - CONTENT BOTTOM********************/
.contentBottom {
height:164px;
}
.contentBottomOne {
float:left;
margin-right:12px;
}
.contentBottomTwo {
margin-right:12px;
float:left;
}
.contentBottomThree {
margin-right:23px;
float:left;
}
.contentBottomFour {
height:164px;
width:384px;
float:left;
background-image:url('/img/mccainnews.jpg');
background-repeat:no-repeat;
}
.contentBottomFour p {
	color:#666666;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:12px;
	line-height:18px;
	margin-top:30px;
	margin-left:15px;
	width:203px;
}
/*****************************CONTENER SUBPAGE*********************************/

.contenerSubPage {
height:auto;
margin-bottom:30px;/*The same margin as : .contener*/

}
.subPageLeft {
width:185px;
height:auto;
float:left;
text-align:center;
}
.subPageRight {
float:left;
width:740px;
height:auto;
background-image:url('/img/bg_subpage.jpg');
background-repeat:repeat-x;
}
.subPageRightWhite {
float:left;
width:740px;
height:auto;
}

.subLeft {
float:left;
width:480px;
height:auto;
margin-left:12px;
margin-top:15px;
margin-bottom:30px;
}
.subLeft h1 {
	color:#0099FF;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}
.subLeft h2, .subCenter h2 {
	color:#000000;
	font-family: "Verdana", sans-serif;
	font-size:15px;
	font-weight:bold;
}
.subLeft h2.stylespace, .subCenter h2.stylespace {
	color:#000000;
	font-family: "Verdana", sans-serif;
	font-size:15px;
	font-weight:bold;
	margin-top:20px;
}
.subLeft p, .subCenter p {
	color:#000000;
	font-family: "Verdana", sans-serif;
	font-size:11px;
}
.subLeft p.topspace, .subCenter p.topspace {
	color:#000000;
	font-family: "Verdana", sans-serif;
	font-size:11px;
	margin-top:20px;
}
.subLeftImg, .subCenterImg {
	text-align:center;
	margin-top:20px;
}
.subRight {
float:right;
width:235px;
height:391px;
margin-top:15px;
border:0px solid red;
}
.subRight ul {
list-style:none;
margin-left:40px;
}
.subRight li {
line-height:20px;
}
.subRight li a {
	color:#666666;
	font-family: "Verdana", sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.subRight li a:hover {
color:#0099FF;
}
.subRight li a.on {
color:#0099FF;
}
.subRight .imgPlace {
position:absolute;
margin-left:12px;
margin-top:140px;
}
.subRight .imgPlaceCareer {
position:absolute;
margin-left:12px;
margin-top:100px;

}
.subCenter h1 {
	color:#0099FF;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	text-align:center
}
.subCenter {
margin-bottom:30px;
}

/*****************************FOOTER***************************************/
#footer {
height:20px;
background-color:#a8a8a8;
text-align:center;	
}

#footer ul {
list-style:none;
}
#footer li {
line-height:20px;
display:inline;
color:#FFFFFF;
font-size:11px;
}
#footer li a {
	color:#FFFFFF;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:11px;
	line-height:20px;
	text-decoration:none;
}
#footer li.barre {
margin-left:35px;
margin-right:35px;
color:#FFFFFF;
}
#footer li.leftBarre {
margin-right:35px;
color:#FFFFFF;
}
#footer li.rightBarre {
margin-left:35px;
color:#FFFFFF;
}


/*************************************DIVERSITY PAGES*********************************************/
.leaderContent {
	margin-top:20px;
	margin-bottom:20px;
	height:auto;
}
.leadContentLeft {
	float:left;
	width:235px;
}
.leadContentLeft img {
	margin-top:7px;
}
.leadContentRight {
	float:left;
	width:240px;
}
.listLeadership ul {
	list-style:none;
	margin-left:40px;
	margin-top:5px;
}
.listLeadership li.miniPuce p {
	font-family: "Verdana", sans-serif;
	font-size:11px;
	padding-left:15px;
	margin-bottom:5px;
}
.listLeadership li.miniPuce{
	background-image:url('/img/Diversity/minipucenoire.jpg');
	background-repeat:no-repeat;
}

/*
div.ExecutiveDiversitySteeringCouncil,  div.ExecutiveDiversitySteeringCouncil *
{
	font-size:15px !important;	
}

div.ExecutiveDiversitySteeringCouncil div.headline
{
	font-size:25px !important;
}
*/

div.ExecutiveDiversitySteeringCouncil .listLeadership li.miniPuce span.fixedWidth{
	display: inline-block;
	width:90px;
}

.contentThumbLeft {
	height:auto;
	clear:both;
	margin-top:20px;
}
.thumbsLeft {
	width:180px;
	height:auto;
	float:left;
}
.quoteRight {
	float:left;
	width:295px;
	height:auto;
	background-image: url('/img/Diversity/quote.gif');
	background-repeat:no-repeat;
	background-position:left top;
}
p.textquote {
	margin-top:26px;
	margin-left:36px;
	font-style:italic;
}
p.textquotegray {
	margin-left:36px;
	font-style:italic;
	color:#999999;
}
.contentThumbRight {
	height:auto;
	clear:both;
	margin-top:20px;
}
.quoteLeft {
	float:left;
	width:295px;
	height:auto;
	background-image: url('/img/Diversity/quote.gif');
	background-repeat:no-repeat;
	background-position:left top;
}
.thumbsRight {
	width:180px;
	height:auto;
	float:left;
}

.tableSupplier {
	margin-top:20px;
}
.supplierLeft {
	float:left;
	width:235px;
}
.supplierRight {
	float:left;
}

img.position {
	margin-top:2px;
	margin-right:5px;
}

h3 {
	color:#000000;
	font-family: "Verdana", sans-serif;
	font-size:13px;
	font-weight:bold;

}
.contentbox {
	margin-top:20px;
	margin-bottom:20px;
}
.contentboxLeft {
	float:left;
	width:160px;
}
.contentboxRight {
	float:left;
	width:310px;
}
.boxLeft {
	float:left;
	width:230px;
}
.boxRight {
	float:left;
	width:244px;
}
.box1 {
	float:left;
	width:190px;
}
.box2 {
	float:left;
	width:260px;
}
.box2 img {
	margin-left:20px;
}

/************************************* END DIVERSITY PAGES*********************************************/
/*****************************CAREERS PAGES*********************************************/
.bigQuote {
	width:480px;
	height:auto;
	background-image:url('/img/Diversity/quote.gif');
	background-repeat:no-repeat;
	margin-top:20px;
	padding-top:28px;
	padding-left:36px;
}
.topspaceCitation {
	color:#000000;
	font-family: "Verdana", sans-serif;
	font-size:11px;
	font-style:italic;
}

span.bold {
	font-weight:bold;
}
p.alignRight {
	text-align:right;
	color:#000000;
	font-family: "Verdana", sans-serif;
	font-size:11px;
}
/*essai fond vert*/
.subPageRightCareer {
float:left;
width:740px;
height:auto;
background-image:url('/img/degradeGreen.jpg');
background-repeat:repeat-x;
}
.subLeft h1.white {
	color:#627b31;/*Green7b9b3c*/
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}

.Grow {
	background-image:url('/img/degradeGreen.jpg');
	background-repeat:repeat-x;
}
.Grow img {
	margin-top:17px;
	margin-left:10px;
}
/*essai fond vert*/

/*****************************CAREERS PAGES*********************************************/

.subPageRightAppendices {
	border-left:0px dotted #999999;
	float:left;
	width:740px;
	height:auto;
	margin-bottom:10px;
}
/***********************************CONTACT PAGE*****************************************/
p span.maroon {
	color:maroon;
	font-weight:bold;
}
p.title {
	font-weight:bold;
	margin-top:10px;
}
.requiredField {
	border: 1px maroon solid;
	font-size: 8pt;
	padding: 3px;
	background: #F9ECEC;
	width:250px;
}
.requiredFieldZip {
	border: 1px maroon solid;
	font-size: 8pt;
	padding: 3px;
	background: #F9ECEC;
	width:120px;

}
.FormField {
	border: 1px silver solid;
	/*font-family: tahoma, verdana, arial, helvetica, sans-serif;*/
	font-size: 8pt;
	padding: 3px;
	width:250px;
}
.boxContact {
	margin-top:10px;
}
.boxContLeft {
	float:left;
	width:170px;
	margin-top:2px;
	height:17px;
	padding-top:3px;
}
.boxContRight {
	float:left;
	width:250px;
	margin-top:2px;
}
.clearCont {
	clear:both;
}
.btn {
	margin-top:20px;
	margin-left:180px;
}
.subRightContact {
float:right;
width:235px;
height:auto;
margin-top:0px;
padding-bottom:15px;
text-align:center;
background-color:#f0f0f0;
border:1px solid #808080;
}
.newRoom {
	width:200px;
	border:1px solid #808080;
	background-color:white;
	padding-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
}
p.spaceContact {
	color:#000000;
	font-family: "Verdana", sans-serif;
	font-size:11px;
	padding-top:15px;
}
/***********************************END CONTACT PAGE*****************************************/

.subLeftPrivacyPolicy {
float:left;
width:710px;
height:auto;
margin-left:12px;
margin-top:15px;
margin-bottom:30px;
}
.subLeftPrivacyPolicy h1 {
	color:#0099FF;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}
.subLeftPrivacyPolicy h2 {
	color:#000000;
	font-family: "Verdana", sans-serif;
	font-size:15px;
	font-weight:bold;
}
.subLeftPrivacyPolicy h2.stylespace {
	color:#000000;
	font-family: "Verdana", sans-serif;
	font-size:15px;
	font-weight:bold;
	margin-top:20px;
}
.subLeftPrivacyPolicy p {
	color:#000000;
	font-family: "Verdana", sans-serif;
	font-size:11px;
}
.subLeftPrivacyPolicy p.topspace {
	color:#000000;
	font-family: "Verdana", sans-serif;
	font-size:11px;
	margin-top:20px;
}

.marge {
	margin-left:40px;
}
.listNumbers {
	margin-top:10px;
	clear:both;
}
.listNumbersLeft {
	width:80px;
	text-align:right;
	float:left;
}
.listTextRight {
	width:620px;
	text-align:left;
	float:left;
	padding-left:10px;
}
/***************************************SITE MAP**********************************************/
.subLeftMap {
	width:925px;
	border:0px solid black;
}
.subLeftMap h1 {
	color:#0099FF;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
}
.subLeftMap h2 {
	color:#000000;
	font-family: "Verdana", sans-serif;
	font-size:15px;
	font-weight:bold;
}
.subLeftMap h2.stylespace {
	color:#000000;
	font-family: "Verdana", sans-serif;
	font-size:15px;
	font-weight:bold;
	margin-top:20px;
}
.subLeftMap p {
	color:#000000;
	font-family: "Verdana", sans-serif;
	font-size:11px;
}
.subLeftMap p.topspace {
	color:#000000;
	font-family: "Verdana", sans-serif;
	font-size:11px;
	margin-top:20px;
}
.holder {
	float:left;
	height:auto;
	border-left:0px solid #999999;
}
.widthHome {
	width:60px;
}
.widthAboutUs {
	width:75px;
}

.widthFoodservice {
	width:90px;
}

.widthRetail {
	width:50px;
}

.widthCareer {
	width:120px;
}

.widthNewsroom {
	width:90px;
}

.widthDiversity {
	width:120px;
}

.widthResponsability {
	width:200px;
}

.widthContact {
	width:70px;
}

.holder ul {
	list-style:none;
}
.holder ul li{
	}
a.outer {
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
a.inner {
	color:#999999;
	text-decoration:none;
	margin-left:5px;
}
/***************************************END SITE MAP**********************************************/
.required {
	float:left;
	width:10px;
}
.subPageLeftContact {
width:185px;
height:auto;
float:left;
text-align:left;
}
/**********************************TABS JQUERY********************************************/
#tabs {
	width:710px;
	border:0;
	margin:0;
	padding:0;
	background:transparent;

}
#tabs ul {
	border:0;
	background:transparent;
}
.tabsLeft {
	float:left;
	width:100px;
}
.tabsRight {
	float:left;
	width:560px;
}
.GlobalInTabs {
	margin-top:5px;
	border-top:1px dotted gray;
	padding-top:5px;
}
.GlobalInTabs50 {
	margin-top:5px;
}
p.topspaceTabs {
	color:#000000;
	font-family: "Verdana", sans-serif;
	font-size:11px;
	margin-top:20px;
	width:670px;
}
p.smallPadTop {
	padding-top:5px;
}

/**********************************TABS JQUERY********************************************/

span.smallh1 {
	font-size:14px;
}
.locationsLeft {
	float:left;
	width:330px;
}

.locationsRight {
	float:left;
	width:325px;
}
.boldItalic {
	font-weight:bold;
	font-style:italic;
}

img.center {
	margin-left:auto;
	margin-right:auto;
	display:block;
	text-align:center;
}

img.border{
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid;			
}

.caption{
	color: #555555;
	font-size: 10px;				
}

/**********************************FOODSERVICE********************************************/
/*
img.foodserviceLeftImg{
	float:left;
	margin-right:15px;				
}*/
a.foodserviceLink{
	float:right;
	margin-top:50px;
	font-size: 14px;		
}

/**********************************END FOODSERVICE********************************************/

/**********************************FOODSERVICE********************************************/

a.retailLink{
	float:right;
	margin-top:50px;
	font-size: 14px;		
}
div.retailLeftBlock{
	float:left;
	width:442.5px;			
	padding-left:10px;
	padding-right:10px;
	margin-bottom:30px;
}
div.retailRightBlock{
	float:right;
	width:442.5px;			
	padding-left:10px;
	padding-right:10px;
	margin-bottom:30px;
}

/**********************************END FOODSERVICE********************************************/

/**********************************CORPORATE RESPONSIBILITY ENVIRONMENT AGRICULTURAL SUSTAINABILITY********************************************/
#tabs.corpRespEASTabs{
	width:500px;
}

#tabs div.corpRespEASTabsContent{
	background-color:#FFFFFF; border:1px solid #CCCCCC;			
}

div.corpRespEASSubRight{
	width:195px;
}

ul.corpRespEASUL{
	margin-left:0px;	
}
/**********************************END CORPORATE RESPONSIBILITY ENVIRONMENT AGRICULTURAL SUSTAINABILITY********************************************/
