﻿/******************* WWW.FDC.FR *********************/
/*** @ 2009 LMC France - www.lmcfrance.com // FDC - www.fdc.fr ***/


/************************ Mise à zéro des propriétés par défaut ************************/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; text-align: left; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


/************************ 	Styles généraux	************************/
a { color: #141414 }
a:hover { color: #78a3c5 }
div.spacer {clear: both}

/************************ Structure générale	************************/
body {
	color: #141414;
	text-align: center;
	background-color: #ededec;
	font-family: Verdana, Arial, Helvetica
}

div#conteneur {
	position:relative;
	z-index:5; 
	width: 1000px;
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: left
}

/************************** Popup slider **************/
#wrapper{
	color:#000000;
	font-family:tahoma;
	font-size:14px;
	margin:0 auto;
	width:800px;
	margin-top:50px;
}

#wrapper a{
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.box {
    background-color: #ffffff;
	
	padding: 0px;
    text-align: center;
    color: #888888;
    left: -600px;
    position: absolute;
    top: 160px;
    width: 563px;
    z-index: 8;
	border-radius:10px;
	-moz-border-radius:10px;
}

.overlay {
    background: #004400;
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    z-index: 7;
	opacity:0.5;
}

a.boxclose {
    background: url("images/cancel.jpg") no-repeat transparent;
    cursor: pointer;
    float: right;
    height: 14px;
    width: 14px;
    left: -20px;
    top: 5px;
    position: relative;
}


/*** Entete ***/
div#entete {
	background: url(images/bandeau_gnl.jpg) right top no-repeat;
	height: 115px;
	text-align: left;
	color: white;
}

div#entete img {
	margin: 10px 35px 0 35px
}
div#entete p {
	font-size: 1.4em;
	padding: 35px 260px 0 0;
	float: right;
	font-family: Myriad Pro, Myriad, Verdana, Helvetica, Arial
}
div#entete div#menu_entete {
	float: right;
	margin-right: 15px
	
}
div#entete div#menu_entete a {
	display: block;
	background: url(images/puce_entete.jpg) left 4px no-repeat;
	margin: 2px 0 0 0;
	color: white;
	font-size: 0.7em;
	padding-left: 10px;
	text-decoration: none
}
div#entete div#menu_entete a:hover {
	text-decoration: underline
}


/*** Menu ***/
div#menu {
	background: #78a3c5 url(images/menu_fond.jpg) center top repeat;
	text-align: center;
	height: 39px;

}

/**** Mise en place du menu déroulant ****/

div#menu ul#menuDeroulant
{
    BORDER-RIGHT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: 0px;
    PADDING-LEFT: 0px;
    LEFT: 300px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: 0px;
    WIDTH: 644px;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: 0px;
    LIST-STYLE-TYPE: none;
    POSITION: absolute;
    TOP: 121px;
    z-index:10; 
    HEIGHT: 21px;
}
div#menu ul#menuDeroulant LI
{
    PADDING-RIGHT: 0px;
    BORDER-TOP: 0px;
    PADDING-LEFT: 0px;
    FLOAT: left;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: 0px;
    WIDTH: 150px;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: 0px;
}

div#menu ul#menuDeroulant LI A:link, div#menu ul#menuDeroulant LI A:visited
{
    BORDER-RIGHT: #fff 1px solid;
    PADDING-RIGHT: 35px;
    display: block;
    PADDING-LEFT: 35px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0;
    COLOR: #fff;
    PADDING-TOP: 0px;
    HEIGHT: 1%;
    TEXT-DECORATION: none
}

div#menu ul#menuDeroulant LI A:hover
{
    color: #db4c9f;
}
div#menu ul#menuDeroulant LI A:active
{
    BACKGROUND-COLOR: #5f879d
}
div#menu ul#menuDeroulant .sousMenu
{
    border: 0;
    padding: 0;
    display: none;
    MARGIN: 12px 0 0 0;
    LIST-STYLE-TYPE: none
}
div#menu ul#menuDeroulant .sousMenu ul
{
	WIDTH: 144px;	
	margin: 0;
	padding: 0;
}

div#menu ul#menuDeroulant .sousMenu LI
{
    font-size: 0.8em;
    margin: 0px 0 0px 0;
    padding: 0;
    BORDER-LEFT: 0px;
    WIDTH: 150px;
    BORDER-BOTTOM: 0px
}
div#menu ul#menuDeroulant .sousMenu LI A:link, div#menu ul#menuDeroulant .sousMenu LI A:visited
{
    border: 0;
    padding: 2px 0 2px 0;
    margin: 0px 0 0 0;
    display: block;
    height: 22px;
    background: url(images/bg_menu_deroulant_bleu.gif) right top no-repeat;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    opacity: 0.9;
    COLOR: #fff;
    TEXT-DECORATION: none
}

div#menu ul#menuDeroulant .sousMenu LI A:hover
{
    background: url(images/bg_menu_deroulant_gris.gif) right top no-repeat;
    color: #78a3c5;
}
div#menu ul#menuDeroulant LI:hover > .sousMenu
{
    display: block
}

/*** contenu ***/
div#contenu {
	text-align: left;
	border: #ededec solid 8px;
	margin: 20px;
	
}

.home div#contenu {
	width: 540px;
	float: left;
	text-align: left;
	border: #ededec solid 8px;
	margin-bottom: 10px;
	margin: 20px 0px 20px 20px;
}


/** En fonction du type de page, on laisse l'espace dont on a besoin sur la droite **/
div.home div#contenu  {
	/*margin-right: 240px*/
	/*margin-right: 270px*/
}
div.bloc1 div#contenu {
	margin-right: 240px
	/*margin-right: 270px*/
}
div.bloc2 div#contenu  {
	margin-right: 280px
	/*margin-right: 310px*/
}
div.bloc3 div#contenu  {
	margin-right: 330px
	/*margin-right: 310px*/
}
div.nobloc div#contenu  {
	margin-right: 20px
}

/*** Chemin de la page **/
div#contenu div#chemin {
	padding: 5px 0 5px 130px;
	font-size: 0.6em;
	color: #717175
}
.home div#contenu div#chemin { /*pour l'accueil, pas de chemin */
	display: none
}
div#contenu div#chemin  a {
	color: #717175;
	text-decoration: none;
}
div#contenu div#chemin  a:hover {
	text-decoration: underline
}

div#contenu div#texte  a {
	color: #78a3c5;
	text-decoration: none;
}
div#contenu div#texte  a:hover {
	color: #717175;
	text-decoration: none
}


/*** sous menu de gauche ***/
div#contenu div#sousmenu {
	float: left;
	width: 150px;
	font-size: 0.7em;
	padding-top: 15px;
	margin-bottom: 20px
}

/* Sur l'accueil pas de sous menu */
.home div#contenu div#sousmenu {
	display: none;
}

div#contenu div#sousmenu ul {
	padding-left: 10px
}
div#contenu div#sousmenu ul li {
	padding-top: 15px
}
div#contenu div#sousmenu ul ul li {
	padding: 15px 0 0 0;
}
div#contenu div#sousmenu h2 {
	font-weight: bold;
	position: relative;
	left: -8px;
	padding-left: 18px;
	background: url(images/puce_sousmenu.gif) left 1px no-repeat;
}
div#contenu div#sousmenu a {
	text-decoration: none;
	color: #151515
}
div#contenu div#sousmenu a.actuel {
	color: #78a3c5
}
div#contenu div#sousmenu a:hover {
	text-decoration: underline
}
div#contenu div#sousmenu ul ul a.actuel {
	color: #78a3c5
}
div#contenu div#sousmenu ul ul a.actuel:hover {
	color: #78a3c5;
	text-decoration: none
}

/*** Contenu texte ***/
div#contenu div#texte {
	font-size: 0.7em;
	padding: 10px 10px 10px 170px;
}

.home div#fdc_activities{
	width: 540px;
	text-align: center;
	margin: 0 0 10px 28px;
}

/*.home div#contenu{
	width: 540px;
}*/

.home div#contenu div#texte { /* pour l'accueil pas de sous menu = on décale moins le contenu */
	padding-left: 40px
}

.news div#contenu div#texte { /* pour les news pas de sous menu = on décale moins le contenu */
	padding-left: 40px
}
div#contenu div#texte h1 {
	font-size: 1.6em;
	position: relative;
	left: -30px;
	z-index:2; 
	padding-left: 30px;
	background: url(images/puce_titre.gif) left 7px no-repeat;
	color: #78a3c5;
	font-family: Myriad Pro, Myriad, Verdana, Helvetica, Arial;
	font-weight: bold;
	margin: 0 0 10px 0
}

div#contenu div#texte h2 {
	font-size: 1em;
	position: relative;
	z-index:1; 
	left: -30px;
	padding-left: 30px;
	color: #78a3c5;
	font-family: Myriad Pro, Myriad, Verdana, Helvetica, Arial;
	font-weight: bold;
	margin: 15px 0 5px 0
}

div#contenu div#texte p {
	margin-bottom: 5px;
	line-height: 18px;
	text-align : justify;
}
div#contenu div#texte ul li {
	margin: 5px 0;
	padding-left: 23px;
	background: url(images/puce_contenu.gif) 8px 5px no-repeat;
	line-height: 18px;
	text-align : justify;
}
div#contenu div#texte ul li li{
	margin: 5px 0;
	padding-left: 23px;
	background: url(images/puce_contenu2.gif) 8px 5px no-repeat;
	line-height: 18px;
	text-align : justify;
}
div#contenu div#texte hr {
	margin: 0px 0;
	height: 3px;
	border: 0;
	color: #ededec;
	background-color: #ededec;
}


div#contenu div#texte div#separateur{
	text-align: center;
	padding: 10px 0 0px 0;
}


/* history */
div#contenu div#texte table#history {
	background-image:url(images/chronologie_bleue.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

div#contenu div#texte table#history td{
	padding:17px 0 0px 10px;
}

div#contenu div#texte table#history td#year{
	font-weight:bold;
	width: 50px;
	vertical-align :top
}

div#contenu div#texte table#history td#year p{
	text-align :right; 
	vertical-align :top;
	font-weight:bold;
	color: #FF2D96;
}

/* news */
div#contenu div#texte table#news_title {
	padding:0;
	margin:3px 0 0 0;
	width: 100%;
}

div#contenu div#texte table#news_title td#title h2{
	margin: 0;
}	

div#contenu div#texte table#news_title td#date p{
	text-align: right;
	font-size: 0.8em;
	color: #808080;
	color: #db4c9f;
	padding: 0 15px 0 0px;
	margin:0;
}	

div#contenu div#texte table#news {
	padding:0;
	margin:3px 0 0 0;
}

div#contenu div#texte table#news td#description{
	padding: 0 15px 0 5px;
	margin:0;
}	

div#contenu div#texte table#news td#illustration{
	text-align: center;
	vertical-align: top;
	padding: 9px 15px 0 15px;
}

div#contenu div#texte table#news td#separateur{
	text-align: center;
}
/* customers */
div#contenu div#texte table#customers {
	width: 500px;
	
}

div#contenu div#texte table#customers td{
	text-align :center; 
	vertical-align :middle;

}

div#contenu div#texte div#title {
	float: left;
}


div#contenu div#texte div#line {
	width: 100%; 
	height: 100%; 
	background: url(images/separateur.jpg) 0px 0px repeat-x; 
	vertical-align :middle;
}


/* Assoc & fora */
div#contenu div#texte table#fora {
	padding: 5px 5px 5px 5px;

}

div#contenu div#texte table#fora td{
	padding: 5px 5px 5px 5px;
	vertical-align :top;

}

div#contenu div#texte table#fora td#separateur {
	text-align :center; 
	height: 15px;
}


/* Projects */
div#contenu div#texte table#projects {
	height: 100%;

}

div#contenu div#texte table#projects td{
	vertical-align :top;

}

div#contenu div#texte table#projects td#separateur {
	text-align :center; 
	vertical-align :top;
	height: 15px;
}

div#contenu div#texte table#projects Div#title {
	width:100%;
	text-align :left; 
	vertical-align :top;
	margin-top:0px;
	padding-top:0px;
}

div#contenu div#texte table#projects Div#title h2{
	margin: 0 0 0 0px;
}

div#contenu div#texte table#projects Div#customer {
	text-align :left; 
	vertical-align :top;
	margin-top: 5px;

}

div#contenu div#texte table#projects Div#dates {
	text-align :left; 
	vertical-align :top;
	margin: 5px 0 5px 0;
}


/* communication, training & awareness */
div#contenu div#texte table#comm_exemples {
	background-color: #EDEDEC;
	width:100%;
}

div#contenu div#texte table#comm_exemples tr{
	width:50%;
}

div#contenu div#texte table#comm_exemples td{
	width:50%;
	border-left-width: 3px;
	border-left-style: solid;
	border-color: white;
	text-align: center;
}

div#contenu div#texte table#comm_exemples td#title{
	border-top-style: solid;
}

div#contenu div#texte table#comm_exemples td#title h2{
	margin: 0;
	position: static;
	padding: 0;
}

div#contenu div#texte table#comm_exemples td#image{
	height:150px;
}

div#contenu div#texte table#comm_exemples td#description{
	height:40px;
}

div#contenu div#texte table#comm_exemples td p, div#contenu div#texte table#comm_exemples td h2{
	text-align: center;
}

/* Careers */
div#contenu div#texte table#images {
	width:100%;		
} 

/* How to apply */
div#contenu div#texte table#apply td{
	padding: 0 20px 0 0px;	
	vertical-align :top;	
} 



/* Access to FDC */
div#contenu div#texte table#carte_google {
	width:500px;		
} 

div#contenu div#texte table#carte_google td{
	text-align :center;
	padding: 10px 0 10px 0; 
	
}

div#contenu div#texte table#download {
	margin: 15px 0 15px 0;
} 

div#contenu div#texte table#download tr{
	vertical-align :middle;
}

div#contenu div#texte table#download td#texte{
	text-align :left;
}

div#contenu div#texte table#download td#icone{
	text-align :left;
}

div#contenu div#texte table#hotels{
	width :100%;
}

/*********************** Bloc de droite *****************/
div#right {
	float: right;
	background-color: #ededec;
	width: 190px;
	margin: 20px 20px 20px 20px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	line-height: 14px;
	display: inline;
}

div#right table#img_solo {
	width: 100%;
	margin: 30px 0 20px 0;
}

div#right table#img_solo td{
	text-align: center;
}

/* news summary */
div#right table#news_summary {
	padding:0;
	margin:3px 0 0 0;
}

div#right table#news_summary td#description{
	padding: 0 0 0px 5px;
	margin:0;
}	

div#right table#news_summary td#illustration{
	text-align: center;
	vertical-align: top;
	padding-top:9px;
}

/* cas des autres blocs */
.nobloc div#right {
	display: none
}
.bloc2 div#right {
	width: 230px;
}

.bloc3 div#right {
	width: 280px;
}

.home div#right {
	width: 360px;	
}

div#right h1 {
	font-size: 1em;
	color: #db4c9f;
	font-family: Myriad Pro, Myriad, Verdana, Helvetica, Arial;
	font-weight: bold;
	background: url(images/puce_titre.gif) left 5px no-repeat;
	padding: 0 0 15px 15px
}
div#right h2 {
	color: #78a3c5;
	font-size: 0.7em;
	font-weight: bold;
	margin: 10px 0 0 0;
}
/* sur l'accueil, on ajoute le séparateur sur h2 également */
.home div#right h2 {
	border-top: white solid 1px;
	padding-top: 4px;
	font-size: 0.7em;
}

.home div#right div#news_access h1 {
	margin-top: 10px;
	border-top: white solid 1px;
	background: url(images/puce_titre.gif) right 12px no-repeat;
	text-align: right;
	padding: 10px 20px 0 0;
}



/*Style (à encapsuler) permettant d'ajouter un séparateur*/
div#right h3 {
	border-top: white solid 1px;
	margin: 4px 0 4px 0;
	padding-top: 4px
}
div#right p {
	margin-top: 4px;
	text-align: justify;
	font-size: 0.6em;
}

div#right ul li {
	padding-top: 0px;
	margin: 10px 0 10px 0;
	padding-left: 15px;
	background: url(images/puce_contenu.gif) left 3px no-repeat;
	font-size: 0.6em;
	/*line-height: 18px;*/
}

div#right div#centre {
	text-align :center;	
	padding: 10px 0 10px 0;
}

div#right div#centre table#images {
	width:100%;
 	
}
div#right div#centre table#images td{
	padding: 5px 0 5px 0;
	margin: 0;
	text-align: center;
}

div#right  a {
	color: #78a3c5;
	text-decoration: none;
}
div#right a:hover {
	color: #717175;
	text-decoration: none
}


/*** pied de page ***/
div#pied {
	font-size: 0.7em;
	background-color: #78a3c5;
	color: white;
	margin-bottom: 20px;
	height: 20px;
	clear: both;
	text-align: center;
	
}
div#pied img {
	position: relative;
	z-index:5; 
	top: -7px;
	margin-left: 15px;
	vertical-align: -19px
}

.diaporama{
	position:relative;
	width:50px;
	height:100px;
}

.diaporama ul{
	margin:50px;
	padding:50px;
}

.diaporama li{
	list-style-type:none;
	background:none;
	overflow:hidden;
	position:absolute;
	margin: 0px;
	padding:0px;
}

div#right div#img_title {
	position:relative;
	left: 0px;
	top: -30px;
	font-style: normal;
	text-align:center;
	vertical-align:middle;
	font-size: 20px;
	color:#FFFFFF;
	width: 350px;
	height: 30px;
	
	background: rgb(117, 145, 167);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.4);
	
	/*Warning! Do not set background to transparent otherwise menu will bug in IE*/
	/* For IE up to 8*/
	background: transparent\9;
	
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000)";    
	
}

/******** Formulaire de satisfaction client ******/

.satisfaction_form {
	/*border-spacing: 15px;*/
	padding: 10px;
	border-style:solid;
	border-width:1px;
	border-color: #78a3c5;
		
}


p#satisfaction_form_info{
	font-size: 14px;
	font-weight:bold;	
	color: #000;
}

.satisfaction_form thead{
	/*color: #808080;
	#78a3c5*/
	color: #fff;
	background-color: #78a3c5;
	text-align:center;
	vertical-align:middle;
	font-size: 16px;
	height: 40px;
	font-weight:bold;	
}

.satisfaction_form thead th{
	width: 450px;
	padding: 0px 10px 0px 10px;
	font-weight:bold;
}

.satisfaction_form thead td{
	width: 60px;
	font-weight:bold;
}

.satisfaction_form tr th{
	height: 40px;
	/*font-weight:bold;*/
	text-align:left;
	vertical-align:middle;
	font-size: 11px;
	padding: 0px 10px 0px 10px;
	
}

.satisfaction_form tr td{
	text-align:center;

}

.satisfaction_form_title {
	font-weight:bold;
	text-align:left;
	font-size: 12px;
	padding: 20px 50px 5px 10px;
	color: #78a3c5;
}

.satisfaction_form_text {
        width: 700px;
        height: 120px;
        border: 1px solid #808080;
        padding: 5px;
        /*font-family: Tahoma, sans-serif;*/
        background-color: #ededec;
        background-position: bottom right;
        background-repeat: no-repeat;
	
}

.satisfaction_form_submit {
		width: 100%;
		text-align:center;
		height: 50px;
		padding: 20px 0px 20px 0px;
}

.satisfaction_form_submit input{
	width: 100px;
}
