body {
	margin : 0px;
	padding : 0px;
	text-align : center;
	font-family : Arial;
	font-size : 11px;
	color : #0A3658;
	height: 100%;
}

html {
	height : 100%;	
}

a {
	color : #0E4E7E;
	text-decoration : underline;	
}

a:visited {
	text-decoration : underline;		
}

a:hover {
	color : #082D49;
	text-decoration : underline;	
}

form {
	padding : 0px;	
	margin : 0px;	
}

input {
	font-size : 11px;
	border : 1px solid #333333;	
}

#page {
	width : 100%;
	background-color : #ffffff;
	margin-left: auto; 
	margin-right: auto;
}

#pagePopup {
	width : 90%;
	background-color : #ffffff;
	margin-left: auto; 
	margin-right: auto;
}

/* -------------- */
/*     HEADER     */
/* -------------- */

#page #header {
	width : 100%;
}

#header #blockTop {
	width : 990px;
	height : 90px;
	margin-left : auto; 
	margin-right : auto;	
	text-align : center;
}

/* Affichage du logo */
#blockTop .logo {
	width : 270px;
	height : 90px;
	float : left;
}

/* Zone a droite */
#blockTop .visuel {
	width : 720px;
	height : 90px;
	float : right;
	text-align : right;
	background-repeat : no-repeat; 
	background-position : top right;		
}

/* ------------------------ */
/*     MENU HORIZONTAL      */
/* ------------------------ */

#blockMenu {
	width : 990px;
	height : 24px;
	margin : 0px;	
	padding : 0px;	
	margin-left : auto; 
	margin-right : auto;	
	text-align : center;
	background-color : #114C78;
	border-bottom : 3px solid #ACCEE9;
}

#blockMenu #parts {
	width : 990px;
	margin : 0px;	
	padding : 0px;
}

#blockMenu #parts a {
	margin : 0px;
	padding-bottom : 2px;
}

#blockMenu #parts a:hover {
	margin : 0px;
	padding-bottom : 2px;
	
}
/* background-color : #BFD6E4; */


#blockMenu #parts li {
	display : inline;
	list-style-type : none;
	margin : 0px;
	padding : 0px;
	margin-right : 10px;
	margin-left : 10px;	
}


/* ---------------- */
/*     CONTENU      */
/* ---------------- */

#page #blockContent {
	width : 100%;
	margin : 0px;
	display : block;
}


#blockContent #content {
	display : block;
	width : 990px;
	background-image : url('../images/bg_content.gif');
	background-repeat : repeat;
	height : auto;
	overflow : hidden;
	padding : 0px;
	margin-top : 0px;
	margin-left : auto; 
	margin-right : auto;	
	text-align : center;
}

#blockContent #contentHome {
	display : block;
	width : 990px;
	height : auto;
	overflow : hidden;
	padding : 0px;
	margin-top : 0px;
	margin-left : auto; 
	margin-right : auto;	
	text-align : center;
}

/* ---------------------- */
/*     MENU VERTICAL      */
/* ---------------------- */

#content .menuLeft {
	display : inline;
	overflow : hidden;
	position: relative;
	height : auto;
	width : 235px;
	float : left;
	text-align : left;
	margin : 0px;
	padding : 0px;	
}

.menuLeft a {
	color : #ffffff;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

.menuLeft .selected a {
	color : #0E4E7E;
	text-decoration : none;	
}

.menuLeft .selected a:visited {
	color : #0E4E7E;
	text-decoration : none;	
}

.menuLeft a:visited {
	color : #ffffff;
	text-decoration : none;	
}

.menuLeft a:hover {
	color : #BDD7E8;
	text-decoration : none;
}

.menuLeft ul {
	margin : 0px;
	margin-left : 20px;	
	padding : 3px;
}

.menuLeft li {
	list-style-type : none;
	list-style-image : url('../images/arrow_menu_left.gif');
	list-style-position : inside;
	margin-bottom : 8px;
}

.menuLeft li.selected  {
	list-style-type : none;
	list-style-image : url('../images/arrow_menu_left_selected.gif');
	list-style-position : inside;
}

.menuLeft .infos {
	padding-left : 20px;
}

/* ------------------------- */
/*     CONTENU PRINCIPAL     */
/* ------------------------- */

#mainContentBox {
	display : inline;
	width : 740px;
	float : right;
	text-align : left;
}

#mainContentBoxPopup {
	display : inline;
	width : 100%;
	border-left : 1px solid #C0CBD1;	
	border-right : 1px solid #C0CBD1;
	border-bottom : 1px solid #C0CBD1;	
	float : right;
	text-align : left;
}

#mainContentBoxPopup .title {
	padding-top : 4px;
	padding-bottom : 4px;	
	text-transform : uppercase;
	color : #0E4E7F;
	font-size : 14px;
	font-weight : bold;
	text-align : center;
	border-bottom : 1px dashed #0E4E7F;
}

#mainContentBox .title {
	padding-top : 4px;
	padding-bottom : 4px;	
	text-transform : uppercase;
	color : #0E4E7F;
	font-size : 14px;
	font-weight : bold;
	text-align : center;
	border-bottom : 1px dashed #0E4E7F;
}

#mainContentBox .triBox {
	padding-top : 4px;
	padding-bottom : 4px;
	padding-left : 4px;
	background-color : #BFD6E7;
	border-top : 1px dashed #0E4E7F;
	border-bottom : 1px dashed #0E4E7F;	
}

#mainContentBox .text {
	padding : 10px;
}

#mainContentBoxPopup .text {
	padding : 10px;
}

.text .illustration {
	display : inline;
	float : left;
	padding-top : 0px;
	padding-bottom : 8px;
	padding-right : 8px;
}

.listAreas li {
	margin-left : 30px;
	list-style : none;
	padding-bottom : 4px;
	text-transform : uppercase;
}

.text .illustration img {
	border : 1px solid #333333;
}

.text .illustrationMap {
	display : inline;
	float : left;
	height : 100%;
	padding-top : 0px;
	padding-bottom : 8px;
	padding-right : 12px;
}

.text .illustrationMap img {
}

.text .illustrationLeft {
	display : inline;
	float : right;
	padding-top : 15px;
	padding-bottom : 8px;
	padding-left : 8px;
}

.text .illustrationLeft img {
	border : 1px solid #333333;
}

.textGreen {
	color : #9AA39E;
	font-weight : bold;
}

.blockOrganigramme {
	display : block;
	width : 660px;
	padding : 0px;
	margin-top : 0px;
	margin-left : auto; 
	margin-right : auto;	
	text-align : center;
}

.blockPhoto {
	display : inline;
	float : left;
	width : 80px;
	height : 80px;	
}

.blockPeople {
	display : inline;
	padding-top : 10px;
	float : left;
	text-align : left;
	width : 240px;
	height : 80px;
	color : #0E4E7F;
}


/* ------------------------- */
/*     CONTENU PRINCIPAL     */
/* ------------------------- */

#boxFooter {
	display : block;
	width : 990px;
	height : 22px;
	margin-left : auto; 
	margin-right : auto;	
	text-align : center;
}

.footer {
	display : block;

	padding-top : 2px;
	height : 20px;
	border-top : 3px solid #ACCEE9;
	background-color : #0E4E7E;
	color : #ffffff;
}

.footer a {
	color : #ffffff;
	text-decoration : underline;
}

.footer a:hover {
	color : #ffffff;
	text-decoration : underline;
}

.footer a:visited {
	color : #ffffff;
	text-decoration : underline;
}


/*     FORMULAIRES     */


form {
	padding : 0px;	
	margin : 0px;	
}

input, select, textarea {
	font-size : 11px;
	border : 1px solid #0E4E7E;	
	font-family : Arial;
}

textarea {
	width : 260px;
	height : 100px;	
}

input.checkbox {
	border : 0px;	
}

input.error {
	border : 1px solid #BE2020;
	background-color : #E4CBCB;
}

select.error {
	border : 1px solid #BE2020;
	background-color : #E4CBCB;
}

label.error {
	color : #BE2020;
	font-weight : bold;
}

.formElement {
	width : 100%;
	display : block;
	margin-top : 6px;
	float : left;
}

#mainContentBoxPopup .formElement {
	display : block;
	margin-top : 0px;
	float : left;
	padding-bottom : 5px;
}

fieldset {
	margin-top : 10px;
	margin-bottom : 30px;
	border : 0px;
}

legend {
	color: #424F5C;
	font-weight : bold;
	padding-bottom : 4px;	
}

label {
	display : inline;
	float : left;
	width : 200px;
	text-align : right;
	padding-right : 10px;
	padding-top : 2px;
}



/* ------------------ */
/*     REFERENCES     */
/* ------------------ */

.boxReference {
	width : 100%;
	background-color : #81A3BC;	
	border-top : 1px dashed #0E4E7F;
}

.boxReference table 			{ text-align : left; padding : 5px; }
.boxReference td 				{ font-size : 11px;	color : #ffffff; vertical-align : top; }
.boxReference .titleRef 		{ color : #ffffff; font-size : 12px; text-transform : uppercase; }
.boxReference .labelProject 	{ color : #0E4E7F; font-weight : bold; padding-left : 5px; }
.boxReference .valueProject 	{ color : #ffffff; font-weight : bold; text-transform : uppercase; }
.boxReference .label 			{ color : #0E4E7F;	font-weight : bold;	width : 100px; text-align : right; }

.boxReference2 {
	width : 100%;
	
	border-top : 1px dashed #0E4E7F;
}

.boxReference2 table 			{ text-align : left; padding : 5px; }
.boxReference2 td 				{ font-size : 11px;	color : #0E4E7F; vertical-align : top; }
.boxReference2 .titleRef 		{ color : #0E4E7F; font-size : 12px; text-transform : uppercase; }
.boxReference2 .labelProject 	{ color : #0E4E7F; font-weight : bold; padding-left : 5px; }
.boxReference2 .valueProject 	{ color : #81A3BC; font-weight : bold; text-transform : uppercase; }
.boxReference2 .label 			{ color : #81A3BC;	font-weight : bold;	width : 100px; text-align : right; }

.boxReferenceMission {
	background-color : #ffffff;	
	padding : 5px;
}


/* ------------ */
/*     JOBS     */
/* ------------ */

.listJobOffers {
	font-size : 11px;
	width : 90%;
}

.listJobOffers .jobTitle {
	width : 320px;	
}

.boxJobOffer {
	margin-left : 40px;
	margin-bottom : 10px;
	width : 80%;
	background-color : #81A3BC;	
	border : 1px dashed #0E4E7F;
}

.boxJobOffer table 			{ text-align : left; padding : 5px; width : 100%; }
.boxJobOffer td 			{ font-size : 11px;	color : #ffffff; vertical-align : top; }
.boxJobOffer .titleRef 		{ color : #ffffff; font-size : 12px; text-transform : uppercase; }
.boxJobOffer .labelProject 	{ color : #0E4E7F; font-weight : bold; padding-left : 5px; }
.boxJobOffer .valueProject 	{ color : #ffffff; font-weight : bold; text-transform : uppercase; }
.boxJobOffer .label 		{ color : #0E4E7F;	font-weight : bold;	width : 100px; text-align : right; }

.boxJobOffer .buttonApply a			{ text-decoration : none; color : #ffffff; background-color : #0E4E7F; padding-left : 5px; padding-right : 5px; border : 1px solid #ffffff; }
.boxJobOffer .buttonApply a:visited	{ text-decoration : none; color : #ffffff; background-color : #0E4E7F; padding-left : 5px; padding-right : 5px; border : 1px solid #ffffff; }
.boxJobOffer .buttonApply a:hover	{ text-decoration : none; color : #0E4E7F; background-color : #ffffff; padding-left : 5px; padding-right : 5px; border : 1px solid #0E4E7F; }


#mainContentBoxPopup label {
	width : 90px;
	padding-top : 0px;
}

.linkHeader {
	padding-top : 10px;
	padding-right : 30px;
}

.linkHeader a 			{ color : #EE4B45; text-decoration : none; }
.linkHeader a:visited 	{ color : #EE4B45; text-decoration : none; }
.linkHeader a:hover 	{ color : #EE4B45; text-decoration : underline; }

label.disabled {
	text-decoration : line-through;	
}

.button {
	color : #000000;
	background-color : #E0DFE3;	
	padding-left : 6px;
	padding-right : 6px;
	margin : 5px;
	border: 2px outset #EEEDF1;	
}