/**
 * Styles generaux
 */

/* Setup: Page defaults and base font */
html, body, form, fieldset {
   margin: 0;
   padding: 0;
 }
html {
   font: 62.5%/1.3 Verdana, Arial, 'Trebuchet MS', Helvetica, sans-serif;
 }

/* Neutralize styling:   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
   margin: 1em 0;
   padding: 0;
 }

/* Apply left margin:   Only to the few elements that need it: */
li, dd, blockquote {
   margin-left: 1em;
 }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
	font-size: 100%;
}

/* Miscellaneous conveniences: */
form label {
   cursor: pointer;
}
fieldset, iframe, object {
   border: none;
}
input, select, textarea {
   font-size: 100%;
   font-family: inherit;
}
img {
	border: none;
	/*vertical-align: bottom;*/
}

/* Clear fix, easy clearing for block elements */
.clear-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
		font-size: 0;
}

.clear-block {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear-block {height: 1%;}
.clear-block {display: block;}
/* End hide from IE-mac */

/* Useful classes */

.center {
	text-align: center;
}
.right {
	text-align: right;
}

/* Defaults */

h1 {
	font-size: 2.1em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}


/* links default colors */
a {
	color: #a60000;
	text-decoration: none;
}
.content a:link, {
	color: #a60000;
}
.content a:visited {
	color: #a60000;
}



/* layout */
body {
	color: rgb(58,61,66);
	background: rgb(93,158,132) url(../img/bgBody.png) repeat-x top left;
	text-align: center;
}
#header {
	margin: 10px auto 0 auto;
	padding: 15px 0 20px 0;
	text-align: left;
	width: 990px;
}
#wrapper {
	background: rgb(44,96,75) url(../img/bgWrapper.png) no-repeat top left;
	margin: 10px auto 0 auto;
	padding: 15px 10px 20px 10px;
	position: relative;
	text-align: left;
	width: 950px;
}
#content-wrapper {
	background: rgb(255,255,255) url(../img/bgContentWrapper.png) no-repeat top left;
}
#footer-wrapper {
	clear: left;
	margin-bottom: 0;
}


#intro #wrapper {
	background-image: url(../img/bgWrapperFlash.png);
}
#intro #content-wrapper {
	background-color: #2c604b;
}


/* Header */

#header {
	
}
#logo {
	display: inline;
	float: left;
	margin-left: 57px;
}
#menu {
	display: inline;
	float: left;
	margin-left: 57px;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	border-bottom: 4px solid rgb(218,218,218);
	float: left;
	list-style-type: none;
	margin: 0 2px 0 0;
	padding: 0;
}
#menu li a {
	background-color: rgb(191,217,206);
	border: 1px solid rgb(218,218,218);
	border-bottom-width: 0;
	color: rgb(58,61,66);
	display: block;
	font-size: 1.35em;
	font-weight: bold;
	padding: 40px 16px 8px 16px;
	text-transform: uppercase;
}
#menu li a:hover {
	color: rgb(0,0,0);
}

#menu li.rub1, #menu li.rub1_active {
	border-bottom-color: rgb(255,178,0);
}
#menu li.rub2, #menu li.rub2_active {
	border-bottom-color: rgb(255,145,13);
}
#menu li.rub3, #menu li.rub3_active {
	border-bottom-color: rgb(255,113,25);
}
#menu li.rub4, #menu li.rub4_active {
	border-bottom-color: rgb(255,50,25);
}

#menu li.rub1 a {
	background: url(../img/bgRub1.png) no-repeat top left;
}
#menu li.rub2 a {
	background: url(../img/bgRub2.png) no-repeat top left;
}
#menu li.rub3 a {
	background: url(../img/bgRub3.png) no-repeat top left;
}
#menu li.rub4 a {
	background: url(../img/bgRub4.png) no-repeat top left;
}

#menu li.rub1_active a {
	background: rgb(255,178,0) url(../img/bgRub1Active.png) no-repeat top left;
}
#menu li.rub2_active a {
	background: rgb(255,145,13) url(../img/bgRub2Active.png) no-repeat top left;
}
#menu li.rub3_active a {
	background: rgb(255,113,25) url(../img/bgRub3Active.png) no-repeat top left;
}
#menu li.rub4_active a {
	background: rgb(255,50,25) url(../img/bgRub4Active.png) no-repeat top left;
}

#menu a.active {
	border: none;
	padding: 49px 25px 8px 25px;
}




/* Content */

#contact {
	position: absolute;
	top: -14px;
	right: 10px;
}
#center-wrapper {
	background-color: rgb(255,255,255);
}
#content-wrapper {
	float: left;
	padding: 0px 0px 35px 96px;
	width: 564px;
}
#content-wrapper p {
	font-size: 1.3em;
}
#content-wrapper h1 {
	background: url(../img/bgTitle1.png) no-repeat center left;
	font-size: 4.3em;
	font-weight: normal;
	margin-bottom: 22px;
	margin-left: -45px;
	margin-top: 15px;
	padding-left: 45px;
}
#content-wrapper h2 {
	background: url(../img/bgTitle2.png) no-repeat center left;
	font-size: 1.3em;
	margin-left: -23px;
	margin-top: 15px;
	padding-left: 23px;
	text-transform: uppercase;
}
#content-wrapper h3 {
	background: url(../img/bgTitle3.png) no-repeat center left;
	font-size: 1.4em;
	margin-left: -23px;
	margin-top: 15px;
	padding-left: 23px;
}
#content-wrapper h4 {
	font-size: 1.3em;
	margin-top: 15px;
}
#content-wrapper em {
	color: rgb(255,55,9);
	font-style: normal;
	font-weight: bold;
}

#intro #center-wrapper {
	background-color: #2c604b;
}



/* Contact */

#contact {
	background: rgb(44,96,75) url(../img/bgContact.png) no-repeat top right;
	padding: 0 2px 0 0;
}
#contact a {
	background: url(../img/bgContact.png) no-repeat top left;
	color: rgb(255,255,255);
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px 17px 5px 45px;
	text-transform: uppercase;
}
#contact a:hover {
	color: rgb(0,0,0);
}


/* Nav */

#nav {
	float: left;
	margin-top: -6px;
	width: 240px;
}
#nav ul {
	padding: 0;
	margin: 2px;
}
#nav li {
	border-bottom: 1px solid rgb(176,177,179);
	font-size: 1.6em;
	list-style-type: none;
	margin: 0;
}
#nav li a {
	background: url(../img/navArrow.gif) no-repeat center left;
	color: rgb(58,61,66);
	display: block;
	padding: 5px 21px 5px 28px;
}
#nav li a:hover {
	background-color: rgb(247,248,250);
	color: rgb(0,0,0);
}
#nav li.active a {
	background: url(../img/navArrowActive.gif) no-repeat center right;
}
#rub1 #nav li.active a {
	background-color: rgb(255,178,0);
}
#rub2 #nav li.active a {
	background-color: rgb(255,145,13);
}
#rub3 #nav li.active a {
	background-color: rgb(255,113,25);
}
#rub4 #nav li.active a {
	background-color: rgb(255,50,25);
}

#nav .visuel {
	margin: 35px 2px 20px 2px;
}

/* Footer */

#footer-wrapper {
	background: url(../img/bgFooter.png) no-repeat bottom left;
	padding-bottom: 4px;
}
#footer {
	background: url(../img/bgFooter.png) no-repeat top left;
	padding: 36px 0 15px 12px;
}
#intranet {
	background: rgb(236,239,243) url(../img/bgIntranet.png) no-repeat top left;
	float: left;
	height: 39px;
	width: 216px;
}
#intranet a {
	color: rgb(58,61,66);
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.0em;
	padding: 5px 5px 0 65px;
}
#intranet a:hover {
	color: rgb(0,0,0);
}
#footer .content {
	display: inline;
	float: left;
	font-size: 1.2em;
	margin-left: 108px;
}
#footer .content a {
	color: rgb(58,61,66);
	text-decoration: underline;
}
#footer .content a:hover {
	color: rgb(0,0,0);
}

#intro #footer {
	background-image: url(../img/bgFooterFlash.png);
}

/* LISTES A PUCE */
ul.csc-bulletlist {list-style-type:none;}
ul.csc-bulletlist li {
	padding-left:18px;
	font-size: 1.3em;
	background:url(../img/lst_01.png) no-repeat 0px 3px;
}
.csc-bulletlist-1 {
	margin-left:1em;
}
ul.csc-bulletlist-1 li {
	padding-left:18px;
	font-size: 1.3em;
	background:url(../img/lst_02.png) no-repeat 0px 5px;
}
ul.csc-bulletlist-2 li {
	padding-left:18px;
	font-size: 1.3em;
	background:url(../img/lst_03.png) no-repeat 0px 5px;
}

/* GOOGLE MAP API */
DIV.tx-wecmap-pi1 {border:1px solid #000;}

/* FORMULAIRE DE CONTACT */
#content-wrapper TABLE.inscription INPUT {width:250px;}
#content-wrapper TABLE.inscription TD {
	font-size: 1.4em;
	text-align:right;
	padding:2px;
}
#content-wrapper INPUT.emailAdr {width:300px;}

/* OPPORTUNITES */
TD.tx-cljoboffers-pi1-singleView-HCell {width:100px;}
DIV.tx-cljoboffers-pi1-listrow TR TD {border-bottom:1px solid #eee;padding:4px 2px;}
DIV.tx-cljoboffers-pi1 FORM, DIV.tx-cljoboffers-pi1 TR, DIV.tx-cljoboffers-pi1 TH {font-size:1.1em;}
DIV.tx-cljoboffers-pi1 TR a, DIV.tx-cljoboffers-pi1 TH a {font-size:1em;}
DIV.tx-cljoboffers-pi1 a {font-size:1.3em;}
DIV.tx-cljoboffers-pi1 TABLE.jobDetail a {font-size:1.2em;}
DIV.tx-cljoboffers-pi1-listrow TR.pair, DIV.tx-cljoboffers-pi1-listrow TR.impair {font-size:1.2em;}
TD.LinkJobOffer {width:250px;height:100px;background:url(../img/bgLinkJobOffer.png) no-repeat;}
DIV.jobRepondre {margin-left:70px;margin-top:22px;}
DIV.jobMail {margin-left:70px;margin-top:4px;}
DIV.jobPrint {margin-left:70px;margin-top:4px;}

SPAN.jobLibelle {color:#777;}
#opportunites {
	width:250px;
	/*background:rgb(255,255,255) url(../img/bgOpList.png) no-repeat bottom right;*/
	/*border:1px solid red;*/
}
#aleatoire {margin-bottom:20px;}
#aleatoire H1.news, #citation H1, #opportunites H1 {width:220px;color:#666;font-size:1.4em;margin:0px 10px 0px 10px;border-bottom:1px solid #666;}
#opportunites .oplist {width:220px;margin:4px 10px;}
#opportunites .oplist {border-bottom:1px solid #ddd;padding-bottom:6px;}
#opportunites .oplist.last {border-bottom:none;padding-bottom:0px;}
#opportunites .oplist .date {color:#444;font-size:1.1em;}
#opportunites .oplist .titre {color:#a60000;font-size:1.3em;font-weight:bold;}
#opportunites .oplist .lieu {color:#666;font-size:1.3em;}

DIV.tx_newsflexible_title {width:220px;color:#a60000;font-size:1.4em;margin:0px 10px;}
DIV.tx_newsflexible_teaser, #citation .texte {width:200px;margin:0px 10px;font-size:1.1em;}
#content-wrapper .tx_newsflexible_article_headline {font-size:1.8em;font-weight:bold;}

/* DOWNLOADS */
DIV.tx-abdownloads-pi1 {font-size:1.2em;}
DIV.tx_abdownloads_viewDetailsForDownload {font-size:1.2em;}

/* DOCUMENTS */
DIV.tx_accedodocuments {padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid #ddd;}
DIV.tx_accedodocuments DIV.titre {font-size:1.4em;font-weight:bold;}
DIV.tx_accedodocuments DIV.auteur, DIV.tx_accedodocuments DIV.description, DIV.tx_accedodocuments DIV.fichier {font-size:1.3em;}
DIV.tx_accedodocuments SPAN {font-weight:bold;color:#777;}

/* TABLEAUX */
.htmlarea-showtableborders TD {border:1px solid #000;}

/* FCE VIDEO */
DIV.fcevideo {clear:both;display:block;width:535px;height:270px;}
DIV.fcevideo DIV.video {float:left;margin:1px 10px 10px 0px;border:1px solid #666;}
DIV.fcevideo DIV.texte {float:left;margin:10px 0px;text-align:left;width:220px;}