body, td {
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
}

body {
	background-color: #fff;
}

form {
	margin: 0;
}

a img {
	border: none;
}

img {
	border-color: #000000;
}

h1 {
	font-size: 16px;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	font-weight: normal;
}

p {
	margin: 0 0 7px 0;
	padding: 0;
}

a {
	color: #000000;
}

em, em a {
	font-style: normal;
	color: #DB7E29;
}

/* MENTIONS */

.mentions {
	color: #000000;
	font-size: 10px;
	font-style: italic;
}

/****************************************************************************************************
* CONTENEUR
****************************************************************************************************/

#site {
	width: 768px;
	margin: 0;
	text-align: left;
}

/****************************************************************************************************
* HEADER
****************************************************************************************************/

#header {
	padding-bottom: 4px;
}

/****************************************************************************************************
* MENU LEFT
****************************************************************************************************/

#menu_left {
	width: 200px;
	padding: 0 0 5px 0;
}

#menu_left ul {
	margin: 0;
	padding: 0;
}

#menu_left ul li img {
	padding-right: 5px;
	vertical-align: text-bottom;
}

/* PRINCIPAL */

#menu_left ul.main li {
	margin: 0;
	padding: 5px 15px 5px 0px;
	
	list-style: none;
	
	background-color: #F39A48;
	text-align: right;
	border-bottom: solid 1px #ffffff;
}

#menu_left ul.main li.first {
	background-color: #DB7E29;
}

#menu_left ul.main li.last {
	background-image: url(../media/layout/blocs/coinBlanc.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom: none;
}

#menu_left ul.main li a {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#menu_left ul.main li a:hover {
	text-decoration: underline;
}

/* SECONDAIRE */

#menu_left ul.secondary {
	display: none;
}

#menu_left ul.secondary li {
	margin: 0 0 0 12px;
	padding: 3px 4px 3px 0px;
	
	list-style: none;
	
	background-image: url(../media/layout/menus/smenuBkgrd2.gif);
	background-repeat: repeat-x;
	background-color: #FAEDE1;
	text-align: right;
	font-size: 85%;
}

#menu_left ul.secondary li:first-child, #menu_left ul.secondary li.first {
	background-image: url(../media/layout/menus/smenuBkgrd1.gif);
	background-repeat: repeat-x;
}

#menu_left ul.secondary li a {
	color:#000000;
	text-decoration: none;
}

#menu_left ul.secondary li a:hover {
	color:#DB7E29;
	text-decoration: underline;
}

#menu_left ul.secondary li a.active {
	color:#DB7E29;
}

/* INFOS */

#menu_left ul.infos li {
	margin: 0 0 0 12px;
	padding: 5px 0px 8px 10px;
	
	list-style: none;
	
	border-bottom: solid 1px #C0C0D9;
	
}

#menu_left ul.infos li a {
	color:#000000;
	text-decoration: none;
}

#menu_left ul.infos li a:hover {
	color:#DB7E29;
	text-decoration: underline;
}

/* ESPACES */

#menu_left ul.espaces li {
	margin: 0 0 0 12px;
	padding: 6px 0 0px 10px;
	
	list-style: none;
}

#menu_left ul.espaces li a {
	color:#C0C0D9;
	font-weight: bold;
	text-decoration: none;
}

#menu_left ul.espaces li a:hover {
	color:#D9D9E8;
}

/****************************************************************************************************
* MENU TOP
****************************************************************************************************/

#menu_top {
	padding: 0 0 0 3px;
	width: 568px;
}

/* PRINCIPAL */

#menu_top table.main {
	margin: 0 0 8px 0;
}

#menu_top table.main td {
	margin: 0;
	padding: 5px 15px 5px 24px;
	
	background-color: #C0C0D9;
	border-left: 5px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#menu_top table.main td img {
	padding-right: 5px;
	vertical-align: text-bottom;
}

#menu_top table.main td a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#menu_top table.main td a:hover {
	text-decoration: underline;
}

#menu_top table.main td.last {
	background-image: url(../media/layout/blocs/coinBlanc.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom: none;
}

/* SECONDAIRE */

#menu_top table.secondary {
	margin: 0 0 8px 2px;
	width: 100%;
}

#menu_top table.secondary td {
	margin: 0;
	padding: 0;
	
	border-left: 3px solid #FFFFFF;
}

#menu_top table.secondary img {
	margin: 0;
	padding: 0 5px 0 0;
	vertical-align: middle;
}

#menu_top table.secondary a {
	display: block;
	
	margin: 0;
	padding: 0;
	
	text-decoration: none;
	font-weight: bold;
	color: #DB7E29;
	background-color: #FFFFFF;
}

#menu_top table.secondary a:hover, #menu_top table.secondary td.active a {
	color: #FFFFFF;
	background-color: #DB7E29;
}


/****************************************************************************************************
* FOOTER
****************************************************************************************************/

#footer {
	border-top: solid 1px #C0C0D9;
	padding-top: 5px;
}

#footer table {
	width: 100%;
}

#footer td.left a {
	color: #000;
}

#footer td.left a:hover {
	color: #DB7E29;
}

#footer td.right {
	color: #E5801F;
	text-align: right;
}

/****************************************************************************************************
* CHEMIN
****************************************************************************************************/

#chemin {
	margin: 0 0 8px 8px;
	color: #000000;
}

#chemin a {
	color: #000000;
	text-decoration: underline;
}

#chemin a:hover {
	color: #DB7E29;
	text-decoration: none;
}

/****************************************************************************************************
* CONTENT
****************************************************************************************************/

.content {
	margin: 0 0 5px 8px;
	padding: 0 15px 12px 15px;
	
	background-color: #FAEDE1;
	background-image: url(../media/layout/blocs/coinBlanc.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
	color: #000000;
}

.content div.hr {
	margin: 10px -15px 0 -15px;
	padding: 0;
	
	height: 5px;
	background-color: #FFFFFF;
}
	
.content h1 {
	margin: 0;
	padding: 10px 0 5px 0;
	
	font: 22px Arial, Helvetica, sans-serif;
	color: #DB7E29;
}

.content h2 {
	margin: 0;
	padding: 5px 0 5px 14px;
	
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DB7E29;
	
	background-image: url(../media/layout/bullets/bullet_orange1.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

.content h2.secondary {
	padding: 10px 0 5px 0;
	
	background: none;
}

.content h2.infos {
	padding-left: 21px;
	background-position: 7px 10px;
}

.content blockquote h2 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DB7E29;
	padding: 0 0 0 14px;
	margin: 0;
	
	background-image: url(../media/layout/bullets/bullet_orange1.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.content a {
	color: #00398E;
	text-decoration: underline;
}

.content a:hover {
	color: #DB7E29;
	text-decoration: none;
}

.content h2 a {
	color: #DB7E29;
	text-decoration: underline;
	padding:0px;
	margin:0px;
}

.content table {
	width: 100%;
}

.content ul {
	margin: 0;
	padding: 0 0 6px 0;
}

.content ul li {
	margin: 0;
	padding: 0 0 3px 10px;
	
	list-style: none;
	
	background-image: url(../media/layout/bullets/bullet_dashNoir.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

.content ul li.main {
	margin: 0;
	padding: 0 0 0 14px;
	
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DB7E29;
	
	background-image: url(../media/layout/bullets/bullet_orange1.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.content ul li.main a {
	color: #DB7E29;
	text-decoration: underline;
}

.content ul li.main a:hover {
	text-decoration: none;
}

.content ul li.secondary {
	background-image: url(../media/layout/bullets/bullet_chevronRight);
	background-position: 0 4px;
}

.content table td.right {
	width: 200px;
	padding: 0 0 0 15px;
}

/* BLOCS PLUS CLAIRS */

.content .infos {
	background-color: #FCF5EF;
}

.content h3 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #1C5393;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 9px 0 5px 10px;
	
	background-color: #FCF5EF;
}

.content p.infos, .content td.infos, .content div.infos, .content table.infos td {
	margin: 0;
	padding: 6px 10px;
}

.content p.infos a, .content td.infos a, .content div.infos a, .content table.infos td a {
	color: #000000;
	text-decoration: none;
}

.content td.infos h2 a {
	color: #DB7E29;
	text-decoration: underline;
}

.content p.infos a:hover, .content td.infos a:hover, .content div.infos a:hover, .content table.infos td a:hover {
	color: #DB7E29;
	text-decoration: none;
}

.content ul.infos {
	padding-left: 10px;
}

.content .infos a.active {
	text-decoration: none;
	font-weight: bold;
	color: #DB7E29;
}

/***** PARAGRAPHE EN BLEU *****/

.content p.active {
	color: #1C5393;
	font-style: italic;
}

/***** LIEN SUR FOND ORANGE *****/

.content a.main, .content .info a.main {
	width: 240px;
	margin: 0 0 5px 0;
	display: block;
	background-color: #DB7E29;
	color: #fff;font-weight: bold;
	text-decoration: none;
	padding: 0 2px;
}

.content a.main:hover, .content .info a.main:hover {
	color: #FFD1A7;
}

/***** LIENS RETOUR *****/

.content a.first {
	display: block;
	width: 91px;
	height: 16px;
	color: #fff;
	background-color: #C0C0D8;
	background-image: url(../media/layout/bullets/p_topAnchor.gif);
	background-repeat: no-repeat;
	padding: 3px 0px 0px 24px;
	background-position: 10px 6px;
	font-weight: bold;
	text-decoration: none;
	margin:13px 0px 0px 100px;
}

.content a.first:hover {
	color: #fff;
	text-decoration: underline;
}

/* TABLES BLEUE */

.content table.left {
	margin: 10px 0;
	
	background-color: #E2E2EF;
	background-image: url(../media/layout/blocs/coinBleu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.content table.left td {
	padding: 10px;
}

/* TABLES EXEMPLE */

.content table.right {
	margin: 5px 0 10px 0;
}

.content table.right td {
	padding: 3px 5px;
}
.content table.right td.right {
	width: 50px;
	text-align: right;
	border-left: 2px solid #faede1;
}

.content table.right td.main {
	width: 50px;
	text-align: center;
	border-left: 2px solid #faede1;
}

.content p.main {
	padding: 3px 3px;
	background-color: #f39a48;
	color: #ffffff;
}

/***** TD VIDE ESPACE *****/

.content td.espaces {
	width: 10px;
	height: 15px;
}

/****************************************************************************************************
* NORMAL
****************************************************************************************************/

.normal {
	margin: 10px 0 0 8px;
}

.normal h1 {
	margin: 0 0 5px 0;
	padding: 2px 10px;
	
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #DB7E29;
}

.normal table.infos {
	margin: 5px 0 10px;
}

.normal table.infos td {
	width: 185px;
	border-right: solid 1px #C0C0D9;
}

.normal table.infos td.last {
	border-right: none;
}

.normal table.infos h2 {
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
	
	background-image: url(../media/layout/bullets/bullet_orange1.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	
	font-size: 11px;
	font-weight: bold;
	
	color: #DB7E29;
}

.normal table.infos p {
	margin: 0px 20px 0px 25px;
}

.normal table.infos a {
	color: #014394;
}

.normal table.infos a:hover {
	color: #DB7E29;
}

/****************************************************************************************************
* DIAPOS
****************************************************************************************************/

/* X 3 */

table.diapo_x3 {
	margin: 5px auto 10px;
}
	
table.diapo_x3 td {
	width: 175px;
	padding: 10px 0 0 0;
	background-image: url(../media/layout/diapos/diapo_x3_top.gif);
	background-repeat: no-repeat;
}

table.diapo_x3 td img {
	padding: 0 0 0 12px;
}

table.diapo_x3 td h2 {
	margin: 0;
	padding: 5px 10px 0 10px;
	
	font-size: 12px;
	font-weight: bold;
	color: #DD8737;
	text-align: center;
}

table.diapo_x3 td.last {
	margin: 0;
	padding: 0;
	height: 39px;
	background-image: url(../media/layout/diapos/diapo_x3_bottom.gif);
	background-repeat: no-repeat;
	text-align: center;
}

table.diapo_x3 td.last p {
	margin: 11px 7px 0 0;
	padding: 0;
}

table.diapo_x3 td.last a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

table.diapo_x3 td.last a:hover {
	text-decoration: underline;
}

/* X 4 */

table.diapo_x4 {
	margin: 5px auto 10px;
}

table.diapo_x4 td {
	width: 132px;
	padding: 7px 0 0 0;
	background-image: url(../media/layout/diapos/diapo_x4_top.gif);
	background-repeat: no-repeat;
}

table.diapo_x4 td img {
	padding: 0 0 0 9px;
}

table.diapo_x4 td h2 {
	margin: 0;
	padding: 5px 10px 0 10px;
	
	font-size: 12px;
	font-weight: bold;
	color: #DD8737;
	text-align: center;
}

table.diapo_x4 td.last {
	margin: 0;
	padding: 0;
	height: 39px;
	background-image: url(../media/layout/diapos/diapo_x4_bottom.gif);
	background-repeat: no-repeat;
	text-align: center;
}

table.diapo_x4 td.last p {
	margin: 7px 7px 0 0;
	padding: 0;
}

table.diapo_x4 td.last a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

table.diapo_x4 td.last a:hover {
	text-decoration: underline;
}

/****************************************************************************************************
* FORMULAIRE
****************************************************************************************************/

.content select, .content input.text, .content textarea {
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.content input.text {
	width: 190px;
	height: 14px;
}

.content table.form {
	margin: 10px 0;
}

.content table.form td {
	padding-bottom: 2px;
}

.content table.form h2 {
	margin: 0;
}

.content table.form td.first {
	width: 210px;
}

.content table.form td.last {
	width: 200px;
}

.content table.form select, .content table.form input.text {
	width: 190px;
	height: 14px;
}

.content table.form textarea {
	width: 190px;
}

.content table.form input.submit {
	margin: 0 0 0 5px;
}

.content table.form select {
	height: 18px;
}

/****************************************************************************************************
* OFFRES D'EMPLOI
****************************************************************************************************/

.content div.infos div.postuler {
	text-align: right;
}

.content div.infos div.postuler a {
	margin: 0 0 5px 0;
	background-color: #DB7E29;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 2px;
}

.content div.infos div.postuler a:hover {
	color: #FFD1A7;
}

/****************************************************************************************************
* RESEAU DE PROXIMITE
****************************************************************************************************/

.content div#fiches {
	display: none;
}

.content div#fiches h3 {
	margin: 0 0 10px 0;
	padding: 0;
	
	background: transparent;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.content div#fiches table {
	background-color: #01398e;
}

.content div#fiches table div {
	padding: 10px;
	color: #ffffff;
}

.lien_h2
{
  font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DB7E29;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

.lien_decouvrez
{
  font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DB7E29;
	text-decoration:none; 
}
