/*
couleur 1 : #E4E4E4 (gris)
couleur 2 : #78A1D3 (bleu pâle)
couleur 3 : #EB6909 (orange)
*/

/* ELEMENTS HTML */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

div {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
}

body {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	background: #02CEDE url(../images/pixel-fond-site.png) repeat-x 0% 0%;
	font-size: 0.8em;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: justify;
}

p {
	font-size: 1em;
}

#all {
	width: 907px;
	margin: 0 auto;
	color: #383838;
}

/* TITRES */
h1 {
	font-size: 14px;
	margin-bottom: 2px;
}

h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

h2.blanc {
	font-size: 14px;
	color: white;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 12px;
}

h4.date {
	font-size: 12px;
	color: #003D8F;
}

/* FIN TITRES */ 

/* FORMULAIRES */
select {
	border: 1px #003D8F solid;
	margin: 2px;
	color: #003D8F;
	font-size: 1em;
}

textarea {
	border: 1px #003D8F solid;
}

option {
	font-style: italic;
	font-size: 1em;
	color: #003D8F;
}

input {
	font-size: 12px;
	border: 1px #000 solid;
	padding: 0px;
}
/* FIN FORMULAIRES */

hr {
	width: 80%;
	color: #003D8F;
	background: #003D8F;
	height: 1px;
	border: 0;
	margin: 12px auto;
	text-align: center;
}

a {
	color: black;
}

a:hover {
	text-decoration: none;
	color: #4C7094;
}

caption {
	color: black;
}

table {
	width: 100%;
}

.sansbordure {
	border: 0;
}

/* FIN ELEMENTS HTML */

/* DIVISIONS GENERALES */

div#haut {
	width: 907px;
	height: 214px;
	overflow: hidden;
}

div#haut-header {
	background: url(../images/bandeau-header.png) no-repeat 0% 0%;
	width: 907px;
	height: 17px;
	overflow: hidden;
}

div#haut-gauche {
	width: 286px;
	height: 174px;
	float: left;
}

div#haut-droite {
background: url(../images/bandeau-chapeau.png) no-repeat 100% 100%;
	width: 621px;
	height: 174px;
	float:left;
}

div#haut-footer {
	background: url(../images/bandeau-footer.png) no-repeat 0% 0%;
	width: 907px;
	height: 20px;
}

div#structure {
	background: url(../images/bandeau-fond-structure.png) no-repeat 0% 0%;
	width:278px;
	height:72px;
	color: #666;
	font-size: 14px;
	font-weight: bold;
	padding-left:8px;
	text-align:center;
}

div#coordonnees {
	background: url(../images/bandeau-fond-coordonnees.png) no-repeat 0% 0%;
	width:278px;
	height:102px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding-left:8px;
	line-height: 0.8em;
}

div#structure-logo {
	background: url(../images/bandeau-logo.png) no-repeat 0% 0%;
	width: 154px;
	height: 112px;
	float:left;
	overflow: hidden;
}

div#titre-site {
	background: url(../images/bandeau-titre-site.png) no-repeat 0% 0%;
	width: 467px;
	height: 86px;
	float:left;
	overflow: hidden;
}

div#menu-conteneur {
	background: url(../images/bandeau-fond-menu.png) no-repeat 0% 0%;
	width: 467px;
	height: 26px;
	overflow: hidden;
	float:left;
}

div#menu {
	width: 467px;
	height: 26px;
	overflow: hidden;
}

div#menu-gauche  {
	background: url(../images/menu-gauche.png) no-repeat 0% 0%;
	width: 94px;
	height: 26px;
	overflow: hidden;
	float:left;
}

.menu-item {
	overflow: hidden;
	float:left;
}

div#slogan {
	position: relative;
	width:421px;
	top:20px;
	left:70px;
	height:32px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	overflow:hidden;
	z-index:10;
}

div#sous-menu {
	width: 447px;
	height: 29px;
	overflow:hidden;
}

div#principale {
	float: left;
	width: 883px;
	height:301px;
}

div.principal {
	width: 907px;
	font-size: 0.9em;
	overflow: hidden;
}

div#principal-footer {
	background: url(../images/onglets-footer.png) repeat-y 0% 0%;
	width: 907px;
	height: 25px;
	font-size: 0.9em;
	overflow: hidden;
}

div#corps ul {
	display: block;
	margin: 1.12em 0;
	margin-left: 40px;
	/*list-style-image: URL(../images/puce.png);*/
}

div#corps li {
	/*list-style-image: URL(../images/carre.png);*/
}

/* ONGLETS */
.tabdiv {
	overflow:hidden;
}

div#onglets {
	background: url(../images/onglets-header.png) no-repeat;
	width: 907px;
	height: 36px;
}

div#onglets img {
	vertical-align: top;
}

div#corps {
	width: 907px;
	background: url(../images/pixel-fond-principal.png) repeat-y 0% 0%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

div#footer-site {
	background: url(../images/footer.png) no-repeat;
	width: 907px;
	height: 39px;
	color: #000;
	font-size: 0.85em;
	text-align: center;
	overflow: hidden;
	padding-top: 7px;
}

.footer-copyright {
	margin-top:35px;
	margin-bottom:5px;
}

ul#menu-bas {
	width: 907px;
	text-align: center;
	margin-bottom: 32px;
}

ul#menu-bas li {
	list-style-type: none;
	display: inline;
	margin: 0 4px;
}

#lien-url a {
	height: 40px;
	display: block;
	position: absolute;
	margin: auto 0;
	padding-top: 130px;
	width: 1000px;
	text-align: center;
}

/* FIN DIVISIONS GENERALES */


/* TITRES */
.titre-missions {
	background: url(../images/titre-missions.png) no-repeat 0% 0%;
	padding-top: 8px;
	padding-left: 64px;
	height: 35px;
}

.titre-fonctionnement {
	background: url(../images/titre-fonctionnement.png) no-repeat 0% 0%;
	padding-top: 8px;
	padding-left: 64px;
	height: 35px;
}

.titre-conditions-admission {
	background: url(../images/titre-conditions-admission.png) no-repeat 0% 0%;
	padding-top: 8px;
	padding-left: 64px;
	height: 35px;
}

.titre-autres-services {
	background: url(../images/titre-autres-services.png) no-repeat 0% 0%;
	padding-top: 8px;
	padding-left: 64px;
	height: 35px;
}

.titre-cadre-legislatif {
	background: url(../images/titre-cadre-legislatif.png) no-repeat 0% 0%;
	padding-top: 8px;
	padding-left: 64px;
	height: 35px;
}

.titre-offres-emploi {
	background: url(../images/titre-offres-emploi.png) no-repeat 0% 0%;
	padding-top: 8px;
	padding-left: 64px;
	height: 35px;
}

.titre-presentation {
	background: url(../images/titre-presentation.png) no-repeat 0% 0%;
	padding-top: 8px;
	padding-left: 64px;
	height: 35px;
}

/* ELEMENTS COMMUNS */

img.png, .png, input.png {
	background-image: expression(
	this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "images/interface/transparent.gif");
	border:0;
}

p.avertissement {
	width:				350px;
	height:				35px;
	margin:		 		25px 0 25px 150px;
	padding:			10px;
	color:				#fff;
	font-weight:		bold;
	text-align:			center;
	background-color:	#2384AD;
	border: 			#fff solid 2px;
}

.rouge {
	color: #003D8F;
}

a.lien-blanc, a.lien-blanc:hover, .blanc {
	color: white;
}

a.lien-orange, a.lien-orange:hover, .orange {
	color: #EB6909;
}

a.lien-bleu, a.lien-bleu:hover, .bleu {
	color: #003D8F;
}

a.lien-rouge, a.lien-rouge:hover, .rouge {
	color: #c00;
}

.ligne-impaire {
	background: white;
	min-height: 18px;
	height: 18px;
	line-height: 18px;
}

div[class] .ligne-impaire {
	background: white;
	line-height: 18px;
	height: auto;
}

.ligne-paire {
	line-height: 18px;
	background: #ebebeb;
	min-height: 18px;
	height: 18px;
}

div[class] .ligne-paire {
	line-height: 18px;
	background: #ebebeb;
	height: auto;
}

#chemin {
	font-size: 0.95em;
	margin-bottom: 16px;
}

#chemin a, #chemin a:hover {
	color: #003D8F;
}

.droite {
	text-align: right;
}

.overflowed {
	overflow: hidden;
}

p.change-page {
	padding-top: 10px;
	text-align: right;
	width:550px;
}

.in-form {
	font-size: 10px;
	border: 2px #003D8F solid;
	background: #c29292;
	padding: 2px;
}

.input-sans-bordure {
	border: 0;
	padding: 0;
}

.input_focus {
	border: solid 2px #000;
	background: #BDCAD7;
	color: #000;
	font-size:12px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-left {
	clear: left;
}

.marge-bas {
	margin-bottom: 20px;
}

.lire-la-suite {
	color: #EB6909;
}

.date {
	font-size: 0.85em;
	font-weight: bold;
	font-style: italic;
}

/* FIN ELEMENTS COMMUNS */

/* CORPS */

.corps-gauche {
	width: 280px;
	float: left;
	margin-top: 10px;
	margin-left: 23px;
}

.corps-droite {
	width: 560px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

.corps-centre {
	width: 860px;
	margin-top: 10px;
	margin-left: 13px;
	height: 300px;
}

html>body .corps-centre {
	height: auto;
	min-height: 400px;
}

.conteneur-photos {
	width: 270px;
}

/* FIN CORPS */

/* MODULES */

/* MODULE COORDONNEES */
.raison-sociale {
	width: 276px;
	height: 59px;
	overflow:hidden;
	color: #666;
	font-size: 12px;
}
.contact {
	width: 276px;
	height: 100px;
	padding-top: 2px;
	overflow:hidden;
	color: #fff;
	font-size: 11px;
}

.icone-contact {
	width: 20px;
	height: 20px;
	float:left;
	vertical-align: middle;
	text-align: center;
}

.texte-contact {
	margin-top: 2px;
	height: 18px;
	float:left;
}

/* MODULE OFFRES D'EMPLOI */
.offre {
	width: 450px;
	overflow:hidden;
	line-height:1.6em;
	font-size: 12px;
}

.offre-mini {
	width: 330px;
	overflow:hidden;
	line-height:1.6em;
	font-size: 12px;
}

.offre span.titre, .offre-mini span.titre {
	display:block;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	width:100px;
	float:left;
}
.offre span.libelle, .offre-mini span.libelle {
	font-size: 16px;
	color: #4C7094;
	font-weight: bold;
	text-decoration: underline;
}

.offre span.reponse a{
	color: #4C7094;
	font_size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div#offre-detail {
	padding-top: 15px;
	overflow:hidden;
	float:left;
	width:340px;
	background-color:#E4E4E4;
	padding-left: 10px;
}

div#reponse-intro, div#formulaire-reponse{
	width:480px;
	margin-left: 5px;
	text-align: justify;
	float:left;
}

/* MODULE STRUCTURE */

#contact_form {
    text-align:left;
    margin: 0px 30px 0px 30px;
}

#contact_form .no-border {
	border:0;
}

.titre-service {
	width: 400px;
	margin: 0 auto;
	height: 16px;
	padding: 4px;
	background: #003D8F;
	color: white;
	text-align: center;
	margin-bottom: 20px;
}

div#contact-coordonnees {
	padding-top: 15px;
	overflow:hidden;
	float:left;
	width:340px;
	height: 150px;
	background-color:#E4E4E4;
	padding-left: 20px;
}

div#contact-formulaire {
	overflow:hidden;
	width:490px;
}

div#contact-intro{
	width:550px;
	text-align:center;
	font-weight: bold;
}

div.captcha {
	text-align:center;
	background-color: #ddd;
	width:350px;
	height: 60px;
	padding-top:10px;
	margin: 0px 0 25px 100px;
	color:#B53637;
	font-size:14px;
	font-weight: bold;
}
/* FIN MODULE STRUCTURE */


/* FIN MODULES */




/* CSS THICKBOX */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(images/interface/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity: 75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


/* FIN CSS THICKBOX */

.no-page {
	margin: 50px 0 50px 50px;
	text-align: center;
}
