/* polices supplémentaires */

html
{
	background: #00543D;
}

/* style global */
body
{
	font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    margin: 0px;
    background: #F7F7F7;
}

/* enleve bordure bleu des images sur IE */
img
{
	border-style: none;
}

h1, h2, h3, h4, h5, h6, h7, h8
{
	font-family: Antique Olive CompactPS, arial, helvetica, sans-serif;
}

/* Style du menu de l'en-tete */
#headerWrap
{
	min-width: 1000px;
	/* dégradé gris métallique */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 58%, rgba(234,234,234,1) 82%, rgba(229,229,229,1) 88%, rgba(224,224,224,1) 96%, rgba(224,224,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(58%,rgba(246,246,246,1)), color-stop(82%,rgba(234,234,234,1)), color-stop(88%,rgba(229,229,229,1)), color-stop(96%,rgba(224,224,224,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 58%,rgba(234,234,234,1) 82%,rgba(229,229,229,1) 88%,rgba(224,224,224,1) 96%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 58%,rgba(234,234,234,1) 82%,rgba(229,229,229,1) 88%,rgba(224,224,224,1) 96%,rgba(224,224,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 58%,rgba(234,234,234,1) 82%,rgba(229,229,229,1) 88%,rgba(224,224,224,1) 96%,rgba(224,224,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 58%,rgba(234,234,234,1) 82%,rgba(229,229,229,1) 88%,rgba(224,224,224,1) 96%,rgba(224,224,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */	
}

#MenuNavigation
{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 70px;
	background-color: #00543D;
	-webkit-border-radius: 0px 0px 20px 20px;
    border-radius: 0px 0px 20px 20px;
	-webkit-box-shadow:  7px 5px 12px 8px #797168;
	box-shadow:  7px 5px 12px 8px #797168;
    padding-top: 10px;
}

#logo
{
	width: 202px;
	height: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
    margin-left: 20px;

}

#menuListe
{
	float: right;
	margin-top: 25.5px;
	margin-bottom: 25.5px;
	padding-left: 0px;
	display: inline;
	list-style-type: none;
}

.separateur
{
	border-right: 2px dotted white;
}


#menuListe li
{
	display:inline;
	padding-left: 16px;
	padding-right: 14px;
}

#menuListe li a
{
	color: white;
	font-size: 16px;
	text-decoration: none;
}

#menuListe li a:hover
{
	color: white;
	font-size: 16px;
	text-decoration: underline;
}

/* Titre Page */
#titreHeader
{
	width: 900px;
	height: 53px;
	margin-left: auto;
	margin-right: auto;
}

/* style section presentation */

#presentation
{
	width: 900px;
	/*height: 550px;*/
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#textePresentation
{
	width: 400px;
	line-height: 20px;
	float: left;
}

#textePresentation q
{
	font-style: italic;
}

#imgRestos
{
	display: inline;
	background: none;
	float: right;
}

#facebookDiv
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 14px;
}

/* style pour contenu - Général */
#contenuWrap
{
	min-width: 1000px;
	background: #F7F7F7;
}

#contenu
{

	width: 900px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;  /* IMPORTANT !!!! Sinon page n'as plus de hauteur */
	
}

#contenuGauche
{
	float:left;
	width: 200px;
}

#contenuDroite
{
	float: right;
	width: 640px;
	padding-left: 25px;
	min-height: 500px;
	border-left: 6px #00543D dotted;	
	margin-top: 35px;
	margin-bottom: 35px;
}

#menuContenu
{
	float: left;
	display: block;
	width: 100%;
	margin-top: 40px;
	list-style-type: none;
	padding-left: 0px;
}

#menuContenu li
{
	border-top: 2px #00543D dotted;
	float: left;
	width: 100%;
}


#menuContenu li a
{
	float: left;
	width: 100%;
	padding: 10px 0;
	text-indent: 10px;
	font-size: 16px;
	text-decoration: none;
	color: #3F743F;
}

.menuSelected
{
	background-image: url('../images/icon-arrow.png');
	background-repeat: no-repeat;
	background-position: left;
}

#menuContenu li a:hover
{
	text-decoration: underline;
}

.bordureBas
{
	border-bottom: 2px #00543D dotted;
}

/* style pour contenu - Accueil */
#contenuAccueil
{
	display: block;
	position: relative;
	z-index: 2;
}

#zoneEmploi, #commentaires, #demande
{
	width: 288px;
	background: white;
	display: inline-block;
	zoom: 1; 
	*display: inline;
	vertical-align: top;
	height: 300px;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin: 20px 3px 20px 3px;
}

#zoneEmploi p, #commentaires p, #demande p
{
	float:left;
	width: 130px;
	margin-left:10px;
	font-size: 13px;
}

#zoneEmploi a, #commentaires a, #demande a
{
	display: block;
	position: relative;
	font-size: 13px;
	color: #3F743F;
	text-decoration: none;
	background-image: url('../images/icon-arrow.png');
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 10px;
	margin-left: 10px;
}

#zoneEmploi a:hover , #commentaires a:hover , #demande a:hover
{
	text-decoration: underline;
}


#zoneEmploi h3, #commentaires h3, #demande h3
{
	text-align:center;
}

#zoneEmploi a
{
	bottom: 36px;
}

#imgEmploi
{
	margin-left:10px;	
	display: inline;
	-webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
}

#commentaires a
{
	top: -20px;
}

#imgCommentaires
{
	margin-left:10px;
	display: inline;
	-webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
}

#demande a
{
	bottom: 20px;
}

#imgDemande
{
	margin-left:10px;
	display: inline;
	-webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
}

#msgBack
{
	color: #F7F7F7;
	font-weight: bolder;
	font-size: 40px;
	position: absolute;
	left: 30px;
	top: 750px;
	z-index: 1;
}

/* style pour contenu - contenu droite - Succursales */
.marginSucc
{
	margin-left: 10px;
}

#succursales
{
	overflow: hidden;
}

#succursales ul
{
	list-style-type: none;
	padding-left: 0px;
}

#succursales li
{
	width: 620px;
	background: white;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin: 20px 0px 50px 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	
}

#succursales h4
{
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
	font-size: 22px;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

#succursales img
{
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0px 0px 20px 20px;

    -webkit-box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.82);
    -moz-box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.82);
    box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.82);


    /*box-shadow: 1px 1px 12px #555;*/
}

#succursales li a
{
	color: #3F743F;
	text-decoration: none;
	background-image: url('../images/icon-arrow.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	text-indent: 10px;
}

#succursales li a:HOVER
{
	text-decoration: underline;
}

.succursalesDesc
{
	float: right;
	width: 175px;
	margin-right: 10px;
	margin-top: 43px;
}

#tblHoraire
{
	background: white;
	text-align: center;
	vertical-align: middle;
	border: solid 4px #00543D;
	-webkit-border-radius: 12px 12px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    border-spacing: 0px;
    width: 400px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    -moz-box-shadow: 4px 4px 10px 5px #A8A39D;
	-webkit-box-shadow: 4px 4px 10px 5px #A8A39D;
	-o-box-shadow: 4px 4px 10px 5px #A8A39D;
	box-shadow: 4px 4px 10px 5px #A8A39D;
}

#tblHoraire td
{
	border: solid 1px #00543D;
	padding: 8px;
	vertical-align: middle;
}

#tblHoraire th
{
	colspan : 2;
	padding: 10px;
	border-right: 1px solid #00543D;
	border-left: 1px solid #00543D;
	border-bottom: 3px solid #00543D;
}

#btnHoraireClose
{
	padding-bottom: 10px;
	text-align: center;
}

#btnHoraireClose a
{
	padding-left: 10px;
	margin-bottom: 10px;
	background-image: url('../images/icon-arrow.png');
	background-repeat: no-repeat;
	background-position: left;
	font-size: 16px;
	text-decoration: none;
	color: #3F743F;
}

#btnHoraireClose a:hover
{
	text-decoration: underline;
}

#horairePopup
{
	display: none;
	background-color:#fff;
    border-radius:15px;
    color:#000;
    padding:20px;
}

/* style pour contenu - contenu droite - Personnel */
#tblAdm
{
	border: solid 4px #00543D;
	-webkit-border-radius: 12px 12px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    border-spacing: 0px;
    width: 600px;
    background: white;
    -moz-box-shadow: 4px 4px 10px 5px #A8A39D;
	-webkit-box-shadow: 4px 4px 10px 5px #A8A39D;
	-o-box-shadow: 4px 4px 10px 5px #A8A39D;
	box-shadow: 4px 4px 10px 5px #A8A39D;
}

#tblAdm td
{
	border: solid 1px #00543D;
	padding: 8px;
	vertical-align: middle;
}

#tblAdm th
{
	padding: 10px;
	border-right: 1px solid #00543D;
	border-left: 1px solid #00543D;
	border-bottom: 3px solid #00543D;
}

#tblAdm a
{
	color: #3F743F;
}


/* style pour contenu de droite - Joindre */
#joindreInfo
{
	background: white;
	width: 500px;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding-left: 10px;
	margin-bottom: 20px;
}

#joindreInfo h4
{
	margin-left: 125px;
}

#joindreInfo p
{
	margin-left: 125px;
}

#joindreGmaps
{
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 8px 2px #A8A39D;
	-webkit-box-shadow: 0 0 8px 2px #A8A39D;
	-o-box-shadow: 0 0 8px 2px #A8A39D;
	box-shadow: 0 0 8px 2px #A8A39D;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.linkGreen
{
	color: #3F743F;
}



/* style pour contenu - Nouvelles */

#lstNouvelles
{
	list-style-type: none;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	width: 880px;
	margin-left: 10px; 
	margin-right: 10px;
}

#lstNouvelles li
{
	padding-top: 30px;
	padding-bottom: 36px;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: white;
	margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

#lstNouvelles h4
{
	margin-top: 0px;
	text-align: center;
}

#lstNouvelles p
{
	padding-left: 100px;
	padding-right: 100px;
	line-height: 20px;
	text-align: justify;
}

#lstNouvelles li img
{
	width: 500px;
	padding-left: 200px;
	paddind-right: 200px;
}

#nouvellesNav 
{
	text-align: center;
}

/* style pour contenu - Commentaires */
#formCommentaires
{
	width: 600px;
    margin: 35px 150px 30px 150px;
	border: solid 4px #00543D;
	-webkit-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: 6px 4px 9px 8px #797168;
	box-shadow: 6px 4px 9px 8px #797168;
	background: white;
	
}

#formCommentaires h3
{
    text-align: center;
    padding: 10px;
    font-size: 20px;
}

#formCommentaires fieldset
{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

#formCommentaires legend
{
    font-weight: bold;
}

#formCommentaires ul
{
    list-style-type: none;
    padding-left: 0px;
}

#formCommentaires ul li
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.formBtns
{
    text-align: center;
}


/* lignes générales */
.formRow
{
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
}

.formRow label
{
    max-width: 240px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
}

.formRow input
{
    width: 200px;
    float: right;
}

/* lignes avec textarea */
.formRow textarea
{
    resize: both;
    width: 450px;
    height: 75px;
    max-height: 300px;
    max-width: 450px;
}

.msgErreur
{
    text-align: left;
    width: 250px;
    float: right;
    margin-top: 0px;
    margin-bottom: 0px;
}

/*lignes inputs - petits */
.formRowPetit
{
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
}

.formRowPetit label
{
    max-width: 240px;
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
}

.formRowPetit input
{
    width: 75px;
    margin-right: 125px;
    float: right;

}

.formRowPetit select
{
    margin-right: 125px;
    width: 75px;
    float: right;
}

/* lignes avec select */
.formRow select
{
    width: 204px;
    float: right;
}

/* lignes avec textarea */
.formRow textarea
{
    resize: both;
    width: 450px;
    height: 75px;
    max-height: 300px;
    max-width: 450px;
}

/* messages d'erreurs */
.formRowErreur
{
    overflow: hidden;
    padding-left: 50px;
}

.pCentre
{
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.pMsgConfCommOk
{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: green;
}

.pMsgConfCommErreur
{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: red;
}

.champErreur
{
	border: 2px dotted red;
}

.msgErreurCacher
{
	display: none;
}

.msgErreurAfficher
{
	display: block;
	font-size: 12px;
	color: red;
}

.msgErreurInfos
{
	margin-left: 185px;
}

.rowContacter
{
    padding-left: 50px;
    padding-right: 50px;
}

.rowContacter label
{
    display: inline;
    width: 400px;
    float: left;
}

.rowContacter input
{
    float: left;
    display: inline;
    margin-right: 10px;
}

#txtCommentaires
{
	resize:both;
	max-height: 300px;
	max-width: 450px;
}

.btnVert
{
    color: white;
    font-size: 14px;
    border: 2px solid #298209;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /*border-radius: 10px;*/
    background: rgb(66,188,14); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(66,188,14,1) 0%, rgba(41,130,9,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,188,14,1)), color-stop(100%,rgba(41,130,9,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(66,188,14,1) 0%,rgba(41,130,9,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(66,188,14,1) 0%,rgba(41,130,9,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(66,188,14,1) 0%,rgba(41,130,9,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(66,188,14,1) 0%,rgba(41,130,9,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42bc0e', endColorstr='#298209',GradientType=0 ); /* IE6-9 */
    /*width: 140px;*/
    height: 30px;
    overflow: hidden;
}

.btnVert:ACTIVE
{
    background: rgb(41,130,9); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(41,130,9,1) 0%, rgba(66,188,14,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,130,9,1)), color-stop(100%,rgba(66,188,14,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(41,130,9,1) 0%,rgba(66,188,14,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(41,130,9,1) 0%,rgba(66,188,14,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(41,130,9,1) 0%,rgba(66,188,14,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(41,130,9,1) 0%,rgba(66,188,14,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#298209', endColorstr='#42bc0e',GradientType=0 ); /* IE6-9 */
}

/* style pour contenu - Carrieres - Avantages */

#paragrapheAvantage
{
    font-size: 1.15em;
}

.texteAvantage
{
    text-align:justify;
}

.textColor
{
    color: #156b16;
}

.imagedroit
{
    display: inline;
    background: none;
    float: right;
    margin: 20px 20px 20px 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transform:rotate(5deg);
    -ms-transform:rotate(5deg); /* IE 9 */
    -webkit-transform:rotate(5deg); /* Safari and Chrome */
}

.imagegauche
{
    display: inline;
    background: none;
    float: left;
    margin: 20px 20px 20px 0px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transform:rotate(-5deg);
    -ms-transform:rotate(-5deg); /* IE 9 */
    -webkit-transform:rotate(-5deg); /* Safari and Chrome */
}

/* style pour contenu - Carrieres - Postes */

#lstPostes
{
	margin-top: 50px;
	padding-left: 0px;
	list-style-type: none;
}

#lstPostes li
{
	text-align: center;
	width: 140px;
	display: inline-block;
    zoom: 1;
    *display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

#lstPostes li img
{
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 8px 2px #A8A39D;
	-webkit-box-shadow: 0 0 8px 2px #A8A39D;
	-o-box-shadow: 0 0 8px 2px #A8A39D;
	box-shadow: 0 0 8px 2px #A8A39D;
	background: white;
}

#posteDetails
{
	line-height: 30px;
}

#posteDetailsRetour
{
	margin: 0px;
	text-align: center;
	width: 600px;
}

#posteDetails h2
{
	position: relative;
	bottom: 190px;
	width: 600px;
	margin-bottom: 30px;
	text-align: center;
	margin: 0px;
}

#posteDetails h5
{
	text-decoration: underline; 
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.imgPoste
{
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 8px 2px #A8A39D;
	-webkit-box-shadow: 0 0 8px 2px #A8A39D;
	-o-box-shadow: 0 0 8px 2px #A8A39D;
	box-shadow: 0 0 8px 2px #A8A39D;
	background: white;
	margin-bottom: 10px;
}

#posteDetails ul
{
	list-style-type: square;
}

.posteTexte
{
	width: 580px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: white;
}

/* style pour contenu - offres */
#tblOffres
{
	border: solid 4px #00543D;
	-webkit-border-radius: 12px 12px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    border-spacing: 0px;
    width: 600px;
    background: white;
    -moz-box-shadow: 4px 4px 10px 5px #A8A39D;
	-webkit-box-shadow: 4px 4px 10px 5px #A8A39D;
	-o-box-shadow: 4px 4px 10px 5px #A8A39D;
	box-shadow: 4px 4px 10px 5px #A8A39D;
}

#tblOffres td
{
	border: solid 1px #00543D;
	padding: 8px;
	vertical-align: middle;
	text-align: center;
}

#tblOffres th
{
	padding: 10px;
	border-right: 1px solid #00543D;
	border-left: 1px solid #00543D;
	border-bottom: 3px solid #00543D;
}

.tdDispo
{
	color: #2DB40E;
}


/* style pour contenu - demande d'emploi */
#demandeEmploi
{
	margin-left: auto;
	margin-right: auto;
}

#formDemande
{
	background: white;
	width: 600px;
	margin-bottom: 30px;
	border: solid 4px #00543D;
	-webkit-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: 3px 3px 9px 4px #797168;
	box-shadow: 3px 3px 9px 4px #797168;
}

#formDemande fieldset
{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#formDemande fieldset legend
{
	font-weight: bold;
}

#formDemande img
{
	margin-top: 20px;
	width: 210px;
	margin-left: 195px;
	margin-right: 195px;
}

#formDemande h3
{
	text-align: center;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.listesFormDemande
{
	width: 100%;
	margin-right: 15px;
	display: block;
	list-style-type: none;
	padding-left: 0px;
}

.listesFormDemande li
{
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
	display: block;
	overflow: hidden;
}

.demLiText label
{
	max-width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

.demLiText input
{
	width: 170px;
	float: right;
	margin-right: 50px;
}

.demLiSelect select
{
	width: 174px;
	float: right;
	margin-right: 50px;
}

.lblOuiNon
{
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 300px;
}

.demLiOuiNon div
{
	padding-top: 5px;
	padding-bottom: 5px;
	width: 170px;
	float: right;
	margin-right: 50px;
}

.demLiSous
{
	margin-left: 30px;
}

#tblDispo th, td
{
	width: 75px;
	text-align: center;
}

#demLstRestos
{
	list-style-type: none;
}

#formDemBtns
{
	text-align: center;
}

#demDetails
{
	margin-left: 8px;
	margin-right: 8px;
	font-size: 11px;
	text-align: justify;
}

.msgErreurDemande
{
	margin-left: 321px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.radioBtn label
{
    margin-right: 10px;
}


/* style pour contenu - zone employé */
.oldIntranet
{
    position: relative;
    top: -150px;
}

#zoneEmployes
{
    margin-top: 80px;
}

#zoneEmployes h2
{
    text-align: center;
}

.formConnexionIntranet
{
    background: white;
	margin: 25px auto 50px auto;
	height: 350px;
	width: 400px;
	-webkit-border-radius: 5px;
    border-radius: 10px;
	-webkit-box-shadow: 2px 2px 6px 3px #A8A39D;
	box-shadow: 2px 2px 6px 3px #A8A39D;
	/*border: solid 1px black;*/
}

.formConnexionIntranet h2
{
	font-size: 25px;
	text-align: center;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}


.lstConnexion
{
	margin: 10px auto 10px auto;
	width:300px;
	list-style-type: none;
	padding-left: 0px;
    position: relative;
    z-index: 10;
}

.lstConnexion li
{
	margin-top: 10px;
	margin-bottom: 10px;
	height: 40px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}


.loginField
{
	background: white;
	border: solid 1px #D0D0D0;
}

.loginField img
{
	margin: 5px 0px 5px 0px;
}

.loginField input
{
	height: 18px;
	width: 200px;
	display: inline;
	border: none;
	position: relative;
	bottom: 14px;
	padding-left: 13px;
	border-left: 2px dotted black;
}

.loginField input:focus
{
	 outline-width: 0;
}
.lstConnexion a
{
	font-size: 16px;
	text-decoration: none;
	color: #3F743F;
}

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

.btnConnexion
{
    -webkit-border-radius: 15px;
    width: 140px;
    height: 40px;
    margin-left: 80px;
}

#imgBeta
{
    position: relative;
    bottom: 408px;
    left: 242px;
    z-index: 9;
}

/* Style pour contenu - Plan du site */
#lstPlan
{
	background: white;
	width: 180px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	line-height: 50px;
	list-style-type: none;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding-left: 20px;
}

#lstPlan a
{
	font-size: 16px;
	text-decoration: none;
	color: #3F743F;
}

#lstPlan a:hover
{
	text-decoration: underline;
}
	

/* liens externes */

#liensExternes
{
	border-top: 2px white dotted;
	height: 120px;
}

#liensExternes h4
{
	text-align: center;	
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 12px;
}

#lstLiensExt
{
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 0px;
	list-style-type: none;
}


#lstLiensExt li
{
	display: inline-block;
    zoom: 1;
    *display: inline;
	width: 77px;
	margin: 5px;
}

#lstLiensExt li a img
{
	border: 1px solid #ddd;
	-webkit-box-shadow:  1px 1px 3px 3px #544C4A;
    box-shadow:  1px 1px 3px 3px #544C4A;
	border-radius: 20px;
}


/* Style du pied de page */
#footerWrap
{
	background: #00543D;
	min-width: 1000px;
}

#footer
{
	text-align: center;
	color: white;
	width: 300px;
	padding: 15px 250px 10px 250px;
	margin-left: auto;
	margin-right: auto;
	
}

#coordonnee
{
	font-size: 12px;
	margin-bottom: 0px;
	padding-left : 0px;
	list-style-type: none;
}

#coordonnee p
{
	margin: 0px;
}

#liCourriel a
{
	color: white;
}

#liCourriel p
{
	display: inline;
}

#plan
{
	text-align: center;
	margin: 0px;
}

#plan a
{
	color: white;
	font-size: 14px;
	text-decoration: none;
}

#plan:hover
{
	text-decoration: underline;
}

#copyright
{
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 0px;
	list-style-type: none;
}

#copyright p
{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}


/* STYLE POUR IMPRESSION */
@media print
{
    html
    {
        background: white;
    }

    #footerWrap, #contenuGauche, #headerWrap
    {
        display: none;
    }

    #contenuDroite
    {
        border: none;
        padding: 0px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    #formDemande, #formCommentaires
    {
        box-shadow: none;
        border: none;
    }


    .btnVert
    {
        display: none;
    }


}
