@charset "UTF-8";
/*debug 
#header {
border: 1px dotted yellow;
}

#menubar {
border: 1px dotted green;
}

#menu {
border: 1px dotted red;
}

#content {
border: 1px dotted blue;
}

#inner {
border: 1px dotted black;
}

#colg, #colg215 {
border: 1px dashed magenta;
}

#cold, #cold425 {
border: 1px dashed cyan;
}

#onecol {
border: 1px dotted lime;
}
/********global**********/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
	margin: 0;
	padding: 0;
	/* background: #e8e8e9 url(../img/fond.jpg) repeat-y; */
	background-color: #e8e8e9 ;
}

#global {
	width: 960px;
	margin: 0 auto;
	padding: 0 auto;
	background-color: #fff;
}
#header {
	height: 158px;
	min-height:158px;
	position: relative;
}
#logo{
	position: absolute;
	top: 29px;
	left: 12px;
}
.clearer{
	clear: both;
}

/*** Font ***/
@font-face {
    font-family: 'AngelinaRegular';
    src: url('../fonts/angelina-webfont.eot');
    src: url('../fonts/angelina-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/angelina-webfont.woff') format('woff'),
         url('../fonts/angelina-webfont.ttf') format('truetype'),
         url('../fonts/angelina-webfont.svg#AngelinaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/***headers***/

#header, #headeremploi, #headerenvironnement, #headerqualite{
	background: url(../img/header.jpg) no-repeat;
}
/*
#header.home {
	background: #009cdd url(../img/header-accueil.gif) no-repeat;
}

#headeremploi {
	height: 158px;
	background: #e02879 url(../img/header-emploi.gif) no-repeat;
}
#headerenvironnement {
	height: 158px;
	background: #97bd1e url(../img/header-environnement.gif) no-repeat;
}
#headerqualite {
	height: 158px;
	background: #eb9223 url(../img/header-qualite.gif) no-repeat;
}
*/



#menubar {
	width: 708px;
	height: 23px;
	position: relative;
	left: 160px;
	top: 127px;
	display: block;
	font-family: 'AngelinaRegular';
}
#menubar a:hover, #menubar .actif {
	font-weight: bold;
}

#menu {
	width: 160px;
	height: 250px;
	padding-top: 40px;
	float: left;
}

#content {
	width: 708px;
	float: left;
	position: relative;
}

#inner {
	padding-left: 40px;
	padding-top: 40px;
	width: 660px;
	height: auto;
}
	#titreEmploi, #titreEnv, #titreOrange{
		font-size: 18px;
	}
	#titreEmploi{
		color: #e02879;
	}
	#titreEnv{
		color: #98bd1f;
	}
	#titreOrange{
		color: #eb9223;
	}
	
	#citation{
		color: #eb9223;
		font-weight: bold;
		font-style: italic;
	}
	.grasRose{
		color: #e02879;
		font-weight: bold;
	}
	
#footer {
	display: block;
	position: relative;
	bottom: 10px;
	margin-left: 50px;
	padding-top: 200px;
	color: #aaa;}
#colg {
	float: left;
	width: 320px;
	display: block;
}

#cold {
	float: left;
	width: 320px;
	display: block;
	margin-left: 16px;
}

#onecol {
	clear: both;
	display: block;
	width: 655px;
}

#colg215 {
	float: left;
	width: 210px;
	margin: 0;	
	position: relative;
	word-wrap: break-word;
	overflow: hidden;
}

#cold425 {
	float: left;
	width: 420px;
	display: block;
	margin-left: 10px;
	position: relative;

}

.right {
	float: right;
}
.left {
	float: left;
}
.spacer25 {
	width: 25px;
	float: left;
	display: block;
}

.p220{
	width: 220px;
	overflow: hidden;
	display: block;
	float: left;
	position: relative;
}

.p260{
	width: 260px;
	overflow: hidden;
	display: block;
	float: left;
	position: relative;
}

.w175 {
	width: 200px;
	overflow: hidden;
	display: block;
	position: relative;
}

#asterix {
	margin-top: 20px;
	width: 180px;
	background-color: #eee;
	padding: 10px;
	margin-bottom: 20px;
}

#swfcontainer {
	z-index: -1;
}
#cc-emploi {
	width: 208px;
	display: block;
	margin-top: 50px;
	height: auto;
	background: #e02879 url(../img/cc-emploi.jpg) no-repeat;
	padding-bottom: 20px;
}

#cc-environnement {
	width: 208px;
	display: block;
		margin-top: 50px;
	height: auto;
	background: #97bd1e url(../img/cc-environnement.jpg) no-repeat;
	padding-bottom: 20px;
}


#cc-qualite {
	width: 208px;
	display: block;	
	margin-top: 50px;
	height: auto;
	background: #eb9223 url(../img/cc-qualite.jpg) no-repeat;
	padding-bottom: 20px;
}


/*******menubar**************/
#menubar a {
	color: #fff;
	font-size: 26px;
	text-decoration: none;
	position: relative;
	display: block;
	top: 3px;
	text-align: center;
}

#m_emploi, #m_environnement, #m_qualite {
	background: #000;
	color: #fff;
	width: 233px;
	height: 45px;
	/* border:  1px solid white; */
	float: left;
}

#menubar div{
	background: url(../img/btnMenubar.png) no-repeat;
}

/*
#m_emploi:hover, #m_emploi.active {
	background: #db007a;
	color: #fff;
}

#m_environnement:hover, #m_environnement.active {
	background: #95c12c;
	color: #fff;
}

#m_qualite:hover, #m_qualite.active {
	background: #eb9223;
	color: #fff;
}
*/

/***********menugauche********/
#menu ul {
	list-style: none;
	width: 140px;
	float: left;
	position: relative;
	font-size: 12px;
	display: block;
	margin-left: 10px;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
	line-height: 28px;
}

#menu ul li {
		padding-bottom: 4px;
	background: url(../img/tabmenu.gif) no-repeat;
	padding-left: 10px;
	display: block;
	width: 140px;
}

#menu ul li a {
	color: #545454;
	text-decoration: none;
}
#menu ul li a:hover, #menu ul li a.active {
	color:#db007a ;
	font-weight: bold;
}
/*********typo************/

a, a:hover, a:active, a:visited {
	outline: none;
}

h1 {
	font-size: 16px;
padding: 6px 0 10px;
margin: 0;}

h2 {
	font-size: 13px;
padding: 0 0 10px;
margin: 0;}

h4 {
	font-size: 14px;
	font-weight: bold;
	width: 400px;
}
p {
	font-size: 12px;
	padding: 0 0 10px;
	margin: 0;
	line-height: 130%;
}
	
#content a {
	color: #333333;
	text-decoration: none;
}
#content a:hover {
	font-weight:bold;
}
#content a.lienSoulig{
	text-decoration: underline;
}


.rose {
	color:#e02879 ;
}
.rose.bottom{
	border-bottom: 2px solid #f6bfde;
}
.vert {
	color: #95c12c;
}
.vert.bottom{
	border-bottom: 2px solid #ddf5a4;
}
.orange {
	color: #eb9223;
}
.orange.bottom {
	border-bottom: 2px solid #ebc698;
}

.bleu {
	color: #009edf;
}

.bleu.bottom {
	border-bottom: 2px solid #7fcdee;
}
.cc {
	padding-top: 40px;
	list-style: none;
	padding-left: 10px;
	padding-right: 5px;
	color: #fff;
	list-style-position: inside;
}
 .cc li {
	padding-bottom: 8px;
	margin: 0;
}

.bordergrey {
	border: 1px solid #dddddd;
}

.titrecampagnecom{
	font-size: 14px;
	font-weight: bold;
}

.small {
	font-size: 85%;
	font-weight: bold;
	padding-bottom: 10px;
	vertical-align: top;
}

.king {
	color: #009edf;
	font-weight: bold;
	font-size: 90%;
}

a img {
	border: none;
	outline: none;
}
/* =Clearfix (all browsers)--------------------------------*/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* IE6 */ * html .clearfix {height: 1%;}
/* IE7 */*:first-child+html .clearfix {min-height: 1px;}
.clear {clear: both;}



/* Home */
#bullehaut{
	position: absolute;
	top: 60px;
	left: 215px;
}
#bullebas{
	position: absolute;
	top: 214px;
	left: 328px;
}

#txt1, #txt2,#txt3{
	text-align: center;
	position: absolute;
}
#txt1 a, #txt2 a,#txt3 a{
	font-family: 'AngelinaRegular';
	color: #e61672;
	font-size: 22px;
	font-weight: bold;
}
#txt1{
	top: 370px;
	left: 330px;
}
#txt2{
	top: 450px;
	left: 450px;
}
#txt3{
	top: 370px;
	left: 590px;
}


