/*
 * CSS Edencast
 * bpopoff 21/05/2008
 */
/*********************
 *********************/
/*********************
 *
 * BEGIN CSS COMMUN A TOUTES LES PAGES
 *
 *********************/
html, body {
    background: top left repeat-x url(/img/bg-html.png);
    height: 100%;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
    font-size: 11px;
    min-width: 940px;
    color: #666666;
	line-height:150%;
}

div#languagePickerContainer a:focus, div#languagePickerContainer a:active, div#menuBar a:focus, div#menuBar a:active, a#boutonJobsContact:focus, a#boutonJobsContact:active {
    outline: 0;
}

a {
	color:#666666;
}

a:hover {
	color:#FB7000 !important;
}



p , div {
	text-align:justify;
}

/*
 *  Containers
 */
div#firstContainer {
    position: relative;
    background: top left no-repeat url(/img/bg-first-container.png);
    min-height: 100%; /* si IE6 mettre height à 100% ?? */
}

div#secondContainer {
    position: relative;
    background: top right no-repeat url(/img/bg-second-container.png);
    padding-bottom: 118px;
}
/*
 * Header
 */
div#header {
    height: 90px;
}

div#logo {
    background: top left no-repeat url(/img/logo.png);
    height: 90px;
    width: 802px;
    margin: 0px auto;
}

a#logoLink {
	display:block;
	width:246px;
	height:42px;
	margin-top:28px;
	margin-left:2px;
	float:left;
}


/*
 * Language Picker
 */
div#languagePickerContainer {
    float: left;
    margin-top: 26px;
    margin-left: 14px;
}

div#languagePickerTop {
    width: 36px;
    height: 4px;
    background: top left no-repeat url(/img/lp-top.png);
}

div#languagePickerMiddle {
    width: 36px;
    height: 11px;
    background: top left repeat url(/img/lp-middle.png);
}

div.languagePickerActive {
    height: 25px !important;
}

div#flagsContainer {
    float: left;
}

div#languagePickerArrow {
    background: top left no-repeat url(/img/lp-arrow.png);
    height: 7px;
    width: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 1px;
    margin-left: 3px;
}

div#flagsContainer {
    position: relative;
}

div#flagsContainer a {
    margin-left: 5px;
    margin-top: 1px;
    display: block;
    text-indent: -9000px;
    width: 12px;
    height: 9px;
    position: absolute !important;
}

a#flagFrench {
    background: top left no-repeat url(/img/lp-french.png);
}

a#flagEnglish {
    background: top left no-repeat url(/img/lp-english.png);
}

div#flagsContainer a.first {
    top: 0;
}

div#flagsContainer a.second {
    margin-top: 5px;
    top: 10px;
	display:none;
}

div#languagePickerBottom {
    width: 36px;
    height: 4px;
    background: top left no-repeat url(/img/lp-bottom.png);
}
/*
 * Menu
 */
div#menuBar {
    height: 42px;
}

ul#menu {
    display: block;
    width: 802px;
    margin: 0px auto;
}

ul#menu li a {
    text-indent: -9000px;
    width: 100%;
    height: 100%;
    display: block;
    margin-top: 0px;
	z-index:100;
}

ul#menu li {
    float: left;
}

/*
 * FRANCAIS
 */

li.accueil {
    background: top left no-repeat url(/img/accueil.png);
    height: 42px;
    width: 81px;
}

li.accueil a:hover {
    background: top left no-repeat url(/img/accueil-c.png);
}

li.accueil a.current {
    background: top left no-repeat url(/img/accueil-h.png);
}

li.historique {
    background: top left no-repeat url(/img/historique.png);
    height: 42px;
    width: 85px;
}

li.historique a:hover {
    background: top left no-repeat url(/img/historique-c.png);
}

li.historique a.current {
    background: top left no-repeat url(/img/historique-h.png);
}

li.metiers {
    background: top left no-repeat url(/img/metiers.png);
    height: 42px;
    width: 72px;
}

li.metiers a:hover {
    background: top left no-repeat url(/img/metiers-c.png);
}

li.metiers a.current {
    background: top left no-repeat url(/img/metiers-h.png);
}

li.equipe {
    background: top left no-repeat url(/img/equipe.png);
    height: 42px;
    width: 135px;
}

li.equipe a:hover {
    background: top left no-repeat url(/img/equipe-c.png);
}

li.equipe a.current {
    background: top left no-repeat url(/img/equipe-h.png);
}

li.chiffres {
    background: top left no-repeat url(/img/chiffres.png);
    height: 42px;
    width: 99px;
}

li.chiffres a:hover {
    background: top left no-repeat url(/img/chiffres-c.png);
}

li.chiffres a.current {
    background: top left no-repeat url(/img/chiffres-h.png);
}

li.actualites {
    background: top left no-repeat url(/img/actualites.png);
    height: 42px;
    width: 181px;
}

li.actualites a:hover {
    background: top left no-repeat url(/img/actualites-c.png);
}

li.actualites a.current {
    background: top left no-repeat url(/img/actualites-h.png);
}

li.jobs {
    background: top left no-repeat url(/img/jobs.png);
    height: 42px;
    width: 59px;
}

li.jobs a:hover {
    background: top left no-repeat url(/img/jobs-c.png);
}

li.jobs a.current {
    background: top left no-repeat url(/img/jobs-h.png);
}

li.contact {
    background: top left no-repeat url(/img/contact.png);
    height: 42px;
    width: 90px;
}

li.contact a:hover {
    background: top left no-repeat url(/img/contact-c.png);
}

li.contact a.current {
    background: top left no-repeat url(/img/contact-h.png);
}


/*
 * ANGLAIS
 */

li.accueil-en {
    background: top left no-repeat url(/img/accueil-en.png);
    height: 42px;
    width: 71px;
}

li.accueil-en a:hover {
    background: top left no-repeat url(/img/accueil-c-en.png);
}

li.accueil-en a.current {
    background: top left no-repeat url(/img/accueil-h-en.png);
}

li.historique-en {
    background: top left no-repeat url(/img/historique-en.png);
    height: 42px;
    width: 78px;
}

li.historique-en a:hover {
    background: top left no-repeat url(/img/historique-c-en.png);
}

li.historique-en a.current {
    background: top left no-repeat url(/img/historique-h-en.png);
}

li.metiers-en {
    background: top left no-repeat url(/img/metiers-en.png);
    height: 42px;
    width: 161px;
}

li.metiers-en a:hover {
    background: top left no-repeat url(/img/metiers-c-en.png);
}

li.metiers-en a.current {
    background: top left no-repeat url(/img/metiers-h-en.png);
}

li.equipe-en {
    background: top left no-repeat url(/img/equipe-en.png);
    height: 42px;
    width: 151px;
}

li.equipe-en a:hover {
    background: top left no-repeat url(/img/equipe-c-en.png);
}

li.equipe-en a.current {
    background: top left no-repeat url(/img/equipe-h-en.png);
}

li.chiffres-en {
    background: top left no-repeat url(/img/chiffres-en.png);
    height: 42px;
    width: 83px;
}

li.chiffres-en a:hover {
    background: top left no-repeat url(/img/chiffres-c-en.png);
}

li.chiffres-en a.current {
    background: top left no-repeat url(/img/chiffres-h-en.png);
}

li.actualites-en {
    background: top left no-repeat url(/img/actualites-en.png);
    height: 42px;
    width: 122px;
}

li.actualites-en a:hover {
    background: top left no-repeat url(/img/actualites-c-en.png);
}

li.actualites-en a.current {
    background: top left no-repeat url(/img/actualites-h-en.png);
}

li.jobs-en {
    background: top left no-repeat url(/img/jobs-en.png);
    height: 42px;
    width: 51px;
}

li.jobs-en a:hover {
    background: top left no-repeat url(/img/jobs-c-en.png);
}

li.jobs-en a.current {
    background: top left no-repeat url(/img/jobs-h-en.png);
}

li.contact-en {
    background: top left no-repeat url(/img/contact-en.png);
    height: 42px;
    width: 83px;
}

li.contact-en a:hover {
    background: top left no-repeat url(/img/contact-c-en.png);
}

li.contact-en a.current {
    background: top left no-repeat url(/img/contact-h-en.png);
}


div#menuRight {
    float: right;
    background: top left no-repeat url(/img/middleRight.png);
    height: 42px;
    width: 217px;
}
/*
 * Sub Bar
 */
div#subBarContainer {
    width: 792px;
    margin: 10px auto 0px;
    font-size: 11px;
}

div#subBarContainer img {
    padding-right: 5px;
}

div#subBarContainer a {
    text-decoration: none;
    color: #999999;
}

div#subBarLeft {
    background: top left no-repeat url(/img/sb-left.png);
    height: 24px;
    width: 11px;
    float: left;
}

div#subBarMiddle {
    border-top: solid 1px #DEDEDE;
    border-bottom: solid 1px #DEDEDE;
    height: 22px;
    width: 770px;
    float: left;
}

div#subBarRight {
    background: top left no-repeat url(/img/sb-right.png);
    height: 24px;
    width: 11px;
    float: right;
}

div.home {
}

div.subBarItem {
    background: top right no-repeat url(/img/sb-separator.png);
    height: 19px;
    float: left;
    padding-right: 26px;
    padding-top: 3px;
    padding-left: 8px;
}
/*
 * Content
 */
div#content {
    width: 812px;
    margin: 0px auto;
    padding: 0px 0px 10px 0px;
}

p.plus {
    background: left 2px no-repeat url(/img/list-plus.png);
	padding-left:18px;
}

p.moins {
    background: left 2px no-repeat url(/img/list-moins.png);
	padding-left:18px;
}

p.grey {
    background: left 3px no-repeat url(/img/list-grey.png);
	padding-left:18px;
}

p.play {
    background: left 3px no-repeat url(/img/list-play.png);
	padding-left:18px;
}

p.carre {
    background: left 7px no-repeat url(/img/list-carre.gif);
	padding-left:8px;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
/*
 * Gradient Box
 */
div.cadre {
	text-align:left;
}

div.cadreTop {
    height: 100px;
}

div.cadreBottom {
}

div.cadreTopLeft {
    background: top right no-repeat url(/img/cadre-top-left.png);
    width: 5px;
    float: left;
    height: 100%;
}

div.cadreTopMiddle {
    background: top right repeat-x url(/img/cadre-top-middle.png);
    float: left;
    height: 100%;
}

div.cadreTopRight {
    background: top right no-repeat url(/img/cadre-top-right.png);
    width: 5px;
    float: left;
    height: 100%;
}

div.cadreBottomLeft {
    background: top right no-repeat url(/img/cadre-bottom-left.png);
    width: 5px;
    float: left;
    height: 5px;
}

div.cadreBottomMiddle {
    background: top right repeat-x url(/img/cadre-bottom-middle.png);
    float: left;
    height: 5px;
}

div.cadreBottomRight {
    background: top right no-repeat url(/img/cadre-bottom-right.png);
    width: 5px;
    float: left;
    height: 5px;
}
/*
 * Footer
 */
div#footer {
    position: absolute;
    height: 109px;
    background: top left repeat-x url(/img/footer.png);
    bottom: 0;
    width: 100%;
}

div#footerLinks {
    height: 82px;
    width: 473px;
    margin: 0px auto;
}

div#footerLinks ul {
    display: block;
	margin-top:8px;
    float: left;
    font-size: 10px;
    line-height: 16px;
}

div#footerLinks ul.middle {
	margin-left:105px;
	margin-right:105px;
}

div#footerLinks ul li.title {
    color: #7A7A7A;
    font-weight: bold;
}

div#footerLinks ul li a {
    color: #7A7A7A;
    text-decoration: none;
    border-bottom: dotted 1px #7A7A7A;
}

div#copyright {
    font-size: 10px;
    color: #999999;
    text-align: center;
    padding-top: 5px;
}
/*********************
 *
 * END CSS COMMUN A TOUTES LES PAGES
 *
 *********************/
/*********************
 *********************/
/*********************
 *
 * BEGIN CSS SPECIFIQUE A CHAQUE PAGE
 *
 *********************/
/*
 * Accueil
 */
div#accueilTop {
    height: 235px;
    margin: 10px auto 10px;
}

div#accueilBottom p.lessMarginRight {
	padding-right:10px;
}

div#equipe p.moreMarginBottom {
	padding-bottom:10px;
}

div#accueilTop img, div#accueilTop div.first, div#accueilTop div.second {
    display: block;
    float: left;
    margin: 5px;
}

div#accueilTop div.fish {
    margin-left: 30px;
    background: right 23px no-repeat url(/img/accueil-fish.png);
    width: 260px;
    float: left;
    height: 241px;
}

div#accueilTop div.first p.wargan {
	margin:5px 10px 0px;
	display:block;
}

div#accueilTop small {
	display:block;
	margin:15px 10px 0px;
    font-size: 10px;
	text-align:left;
}
div#accueilTop small a {
	color: #7A7A7A
}

div#accueilTop div.cadre p.title {
    text-align: center;
    font-size: 13px;
    padding: 5px 0px;
    font-weight: bold;
}

div#accueilTop div.cadre {
    margin-top: 30px;
    margin-left: 35px;
}

div#accueilTop div.second {
    margin-left: 45px;
}

div#accueilTop div.cadreTop {
    height: 180px
}

div#accueilTop div.cadreTopMiddle, div#accueilTop div.cadreBottomMiddle {
    width: 190px;
}

div#accueilBottom {
	padding-top:16px;
}

div#accueilBottom p.desc {
	display:block;
	min-height:131px;
}

div#accueilBottom small {
    font-size: 10px;
	text-align:left;
}
div#accueilBottom small a {
	color: #7A7A7A
}

div#accueilBottom p {
    padding-bottom: 8px;
}

div.colonnesContainer {
	height:265px;
}

div.colonnesContainer div {
	height:200px;
	width:240px;	
	float:left;
}

div.colonnesContainer div.fh {
	height:170px;
	float:none;
}

div.colonnesContainer div.middle {
	margin:0px 40px;
}

div.colonnesContainer strong {
	font-size:14px;
	font-weight:bold;
}

div.colonnesContainer p {
	text-align:justify;
}

div#accueilTop p.grey {
    margin: 5px 15px;
	text-align:left;
}


div#accueilBottom p.play {
    margin-top:15px;

}


.btnAccueil {
	display:block;
	height:41px;
	outline:0;
	text-indent:-9000px;
	margin:15px auto;
	width:239px;
}

.btnAnnonceur {
    background: url(/img/btn-annonceur.png);
}

.btnAffilie {
    background: url(/img/btn-affilie.png);
}

.btnContacter {
    background: url(/img/btn-contacter.png);
}



/*
 * Commun à toutes les autrs pages que accueil
 */
div#historique, div#metiers, div#accueil, div#jobs, div#contact, div#equipe , div#notFound , div#chiffres , div#actualites , div#mentions {
    padding: 0px 10px;
}
/*
 * Historique
 */
div#historique h1 {
    padding-top: 20px;
    padding-bottom: 5px;
}

div#historique p.plus {
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 16px;
    background: left 3px no-repeat url(/img/list-play.png);
}

div#historique p.plus strong {
    font-size: 16px;
    font-weight: bold;
	/* border-bottom : dotted 1px #666666;
	cursor:pointer; */
}

div#historique p.carre {
	margin:2px 0px 2px 15px;
}

div#historique p.plus {
    background-position: left 4px;
}

/*
 * Metiers
 */

div#metiers p.plus {
    background-position: left 4px;
}

div#metiers p.plus strong{
    font-size: 16px;
    font-weight: bold;
	border-bottom : dotted 1px #666666;
	cursor:pointer;
}

div#metiers h1 {
    padding-top: 20px;
    padding-bottom: 15px;
}

div#metiers p.plus {
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 16px;
}


div#metiers div.list {
	margin-left:20px;
}


/*
 * Equipe
 */


div#equipe h1 {
    padding-top: 20px;
    padding-bottom: 15px;
}

div#equipe p.play {
    margin-top: 10px;
	margin-bottom: 5px;
}

div#equipe p.play strong {
    font-weight: bold;
    font-size: 13px;
}

/*
 * Jobs
 */
div#jobs h1 {
    padding-top: 20px;
    padding-bottom: 5px;
}

div#jobs h2 {
    padding-bottom: 10px;
    padding-top: 10px;
}

div#jobs p.first {
    margin-bottom: 10px;
}

div#jobs p.list {
    margin-bottom: 5px;
	margin-left: 50px;
}

div#jobs p.mtop {
    margin-top: 15px;
}

a#boutonJobsContact {
    display: block;
    background: top left no-repeat url(/img/contact-button.png);
    height: 38px;
    width: 165px;
    text-indent: -9000px;
    margin-top: 10px;
    margin-bottom: 25px;
}

div#jobs p.jobs li {
	padding-bottom:15px;
}

div#jobs p.jobs strong {
    font-weight: bold;
    padding-bottom: 5px;
    display: block;
    font-size: 14px;
}

div#jobs p.jobs {
    margin-top: 15px;
	margin-bottom: 10px;
}

/*
 * Contact
 */
div#contact h1 {
    padding-top: 20px;
    padding-bottom: 5px;
}

div#contactBoxContainer {
    width: 796px;
    margin: 10px auto;
	height:210px;
}

div#contact div.cadre {
    float: left;
    margin: 5px;
}

div#contact div.cadre strong {
    display: block;
    font-size: 13px;
    padding: 15px 5px 5px 0px;
    font-weight: bold;
}

div#contact div.cadre {
    margin-top: 10px;
}

div#contact div.cadreTop {
    height: 130px
}

div#contact div.cadreBottomMiddle {
    width: 179px;
}

div#contact div.cadreTopMiddle {
    width: 174px;
    padding-left: 5px;
}

div#contact div.cadreTopMiddle ul li {
    margin-bottom: 1px;
}

td.contactTd1 {
	padding-bottom:3px;
}

td.contactTd2 {

}

/*
 * Chiffres
 */

div#chiffres {
	min-height:510px;
}

div#chiffres h1 {
    padding-top: 20px;
    padding-bottom: 15px;
}

div#chiffres img.left {
	display:block;
	float:left;
	margin: 30px 40px 0px 0px ;
}

div#chiffres p.right {
	display:block;
	float:left;	
	margin: 104px 0px 0px 0px ;
	width:340px;
}

/*
 * Actualites
 */

div#actualites h1 {
    padding-top: 20px;
    padding-bottom: 15px;
}

div#actualites p.link {
	padding-left:18px;
}

div#actualites p.link a.pdf{
	color:#7A7A7A;
	padding-right:17px;
	background: top right no-repeat url(/img/pdf-icon.png);
}

/*
 * Mentions 
 */

div#mentions h1 {
    padding-top: 20px;
    padding-bottom: 15px;
}

div#mentions p.play {
    margin:8px 0px;
	font-size:12px;
}

div#mentions p.msg {
    margin-top: 20px;
}



/*
 * 404
 */

div#notFound {
	margin-top:30px;
	min-height:280px;
}

div#notFound h1{
	font-size:36px;
	margin-bottom:5px;
}

div#notFound h2{
	font-size:16px;
	color:#999999;
	margin-bottom:10px;
}

div#notFound div.left p.play {
	margin-top:10px;
}

div#notFound div.left {
	float:left;
	width:400px;
	margin-right:110px;
}

div#notFound div.right {
	float:left;
}

div#notFound div.right p.play {
	margin-top:5px;
}

div#notFound div.cadre strong {
    display: block;
    text-align: left;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 6px;
    font-weight: bold;
}

div#notFound div.cadre {
	width: 280px;
}

div#notFound div.cadreTop {
    height: 135px
}

div#notFound div.cadreBottomMiddle {
    width: 270px;
}

div#notFound div.cadreTopMiddle {
	width: 250px;
	padding:0px 10px;
}

p.blue {
	margin-top:5px;
	background: transparent no-repeat url(/img/list-plus-blue.png) left 3px ;
	padding-left:15px;
}

/*********************
 *
 * END CSS SPECIFIQUE A CHAQUE PAGE
 *
 *********************/ 
   
 /*
  * SAFARI
  */
 
 html[xmlns*=""] body:last-child div#historique p.plus , html[xmlns*=""] body:last-child div#metiers p.plus {
	background-position: left 3px;
}

 html[xmlns*=""] body:last-child div#footerLinks ul.middle {
	margin-left:102px;
	margin-right:102px;
}

.contactBox {
	background: transparent url(/img/contact-box.png) no-repeat !important ;
}

.contactBox #sbox-content {
	background-color:transparent
}


.contactBoxContent {
	margin:60px auto 0;
	width:495px;
	font-size:13px;
}

.contactBoxContent p {
	color:#999;
	line-height:130%;
	padding:5px 0;
}

.contactBoxContent td {
	text-align:left;
	padding:4px;
}

.contactBoxContent b {
	display:block;
	padding-bottom:2px;
}

.contactBoxContent input , .contactBoxContent textarea {
	border:none;
	background-color:white;
	display:block;
	padding:5px;
}

.contactText1 {
	background: url(/img/input-contact-1.png) no-repeat ;
	width:232px;
	height:23px;
	padding-top:7px !important;
}

.contactText2 {
	background: url(/img/input-contact-2.png) no-repeat ;
	width:483px;
	height:23px;
	padding-top:7px !important;
}

.contactValider {
	background: url(/img/btn-envoyer.png) no-repeat ;
	width:103px;
	height:41px;
	cursor:pointer;
	float:right;
}

.contactTextarea {
	background: url(/img/textarea-contact.png) no-repeat ;
	width:483px;
	height:85px;
}

.contactBoxContent #resultMsg {
	padding-top:15px;
	font-size:15px;
	text-align:center;
}

#sbox-btn-close {
	right:-10px !important;
	top:-10px !important;	
}


div.edition td {
	padding:10px 0;
}

div.edition td.l {
	padding-right:10px !important;
}
