* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

img {
	border: 0;
}

#content-main h1 {
	font-size: 21px;
	color: #999999;
	background: url("/img/h1_bg.gif") no-repeat 0 19px;
	text-align: right;
	height: 46px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 19px;
	text-shadow: 0 0 3px #FFFFFF, 0 0 5px #FFFFFF;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #4068A4;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #4068A4;
}

h3 a {
	color: #4068A4 !important;
	text-decoration: none !important;
}

h3 a:hover {
	color: #4068A4 !important;
	text-decoration: underline !important;
}

h4 {
	font-size: 11px;
	color: #4068A4;
}

p,
ul {
	margin: 1em 0;
}

ul {
	padding-left: 40px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px 0;
}

input[type="checkbox"] {
	margin: 3px 3px 3px 4px;
}

input[type="radio"] {
	margin: 3px 3px 0 5px;
}

input[type="text"] {
	padding: 2px;
}

input[type="image"] {
	padding: 0;
}

[onclick] {
	cursor:pointer;
}

.mini_tab {
	font-weight: bold;
	color: #333333;
	font-size: 12px;
	background-color: #CCC4AF;
	padding: 8px 0;
	text-align: center;
	border: 2px solid #234664;
	text-transform: uppercase;
}

.mini_tab_active {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #234664;
	padding: 8px 0;
	text-align: center;
	border: 2px solid #CCC4AF;
	text-transform: uppercase;
}

/*------------------------------------------
------------------ ENTETE ------------------
--------------------------------------------*/

#header-top-bg {
	background: #FFFFFF url("/img/header_bg.gif") 50% repeat-y;
}

#header-top {
	position: relative;
	background: url("/img/header_bg2.png");
	width: 970px;
	height: 90px;
	margin: 0 auto;
}

#header-logo {
	position: absolute;
	left: 14px;
}

#header-telephone {
	position: absolute;
	top: 53px;
	right: 16px;
}

#header-menu-bg {
	background: #FFFFFF url("/img/menu_bg.gif") 50% repeat-x;
}

#header-menu {
	position: relative;
	width: 970px;
	height: 25px;
	margin: 0 auto;
}

#header-menu .menu {
	list-style: none;
	overflow: hidden;
	float: right;
	margin: 0;
	padding: 0;
}

#header-menu .menu li {
	float: left;
	text-transform: uppercase;
	text-decoration: none;
}

#header-menu .menu li.sep {
	float: left;
	width: 2px;
	height: 25px;
	background-image: url("/img/menu_sep.png");
}

#header-menu .menu li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	list-style-image: none;
	padding: 4px 30px 7px 30px;
}

#header-menu .menu li a:hover,
#header-menu .menu li a:focus,
#header-menu .menu li a:active {
	color: #ffcc00;
	background: url("/img/menu_on2.gif") center center;
}

#header-menu .menu li a.active {
	background: url("/img/menu_on2.gif") center center;
}

#header-banner {
	background: #CCC4AF;
	position: relative;
	width: 970px;
	height: 144px;
	margin: 0 auto;
}

#header-banner-left {
	font-size: 10px;
	padding: 5px 10px 0 10px;
	float: left;
	width: 330px;
	color: #333333;
	text-align: left;
}

#header-banner-left h1 {
	font-size: 13px;
	color: #003366;
}

#header-banner-right {
	width: 617px;
	float: right;
	background-color: #FFFFFF;
}

/*------------------------------------------
--------------- PIED DE PAGE ---------------
--------------------------------------------*/

#footer-menu {
	position: relative;
	width: 970px;
	margin: 0 auto;
	background-color: #234664;
	text-align: center;
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;
}

#footer-menu a {
	color: #CCCCCC;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}

#footer-menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footer-bottom-bg {
	position: relative;
	width: 970px;
	margin: 0 auto;
	color: #333333;
}

#footer-bottom {
	text-align: center;
	height: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer-bottom a {
	color: #666666;
	text-decoration:underline
}

#footer-bottom a:hover {
	color: #234664;
}

/*------------------------------------------
------------------ ACCUEIL -----------------
--------------------------------------------*/

#content {
	position: relative;
	width: 970px;
	margin: 0 auto;
}

#content a {
	color: #666666;
	text-decoration: underline;
}

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

#content-index-main {
	width: 675px;
}

#content-main {
	width: 730px;
}

.news {
	height: 300px;
	overflow: auto;
	padding-right: 3px;
}

.news ul,
.news li {
	text-align: justify;
	padding: 0px;
	margin: 15px 0;
	list-style-type: none;
}

.etudes ul,
.etudes li,
.presse ul,
.presse li {
	text-align: justify;
	margin: 15px 0 15px 8px;
	list-style-position: outside;
	list-style-image: url("/img/puce-etudes.gif");
	padding: 0;
}

.news li a,
.etudes li a,
.presse li a,
.metiers li a {
	text-decoration: none !important;
}

.news li a:hover,
.etudes li a:hover,
.presse li a:hover,
.metiers li a:hover {
	text-decoration: underline !important;
}

.metiers ul,
.metiers li {
	margin: 15px 0 15px 8px;
	list-style-position: outside;
	padding: 0px;
	text-decoration: none;
	list-style-type: square;
}

/*------------------------------------------
-------------- FORM RECHERCHE --------------
--------------------------------------------*/

#content-index-search,
#content-carte-search,
#content-search {
	background-color: #234664;
	float: right;
	margin-left: 0px;
	color: #FFFFFF;
	background-position: top;
}

#content-index-search {
	width: 280px;
}

#content-carte-search {
	width: 280px;
}

#content-search {
	width: 220px;
}

#content-index-search .line,
#content-carte-search .line {
	width: 250px;
}

#content-search .line {
	width: 220px;
}

#content-index-search h2,
#content-carte-search h2,
#content-search h2 {
	margin: 0;
	padding-left: 24px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCC4AF;
	background-image: url("/img/rubriques-moteur-rech.jpg");
	height: 21px;
	background-repeat: no-repeat;
	clear: both;
}

#content-index-search p,
#content-index-search .block,
#content-carte-search p,
#content-carte-search .block,
#content-search p,
#content-search .block {
	display: block;
	margin: 0 15px 0 25px;
	padding-bottom: 10px;
}

#content-index-search .left,
#content-carte-search .left,
#content-search .left {
	width: 54.5%;
	float: left;
}

#content-index-search .right,
#content-carte-search .right,
#content-search .right {
	width: 45.5%;
	float: right;
}

#content-index-search label,
#content-carte-search label,
#content-search label {
	display: block;
	padding-bottom: 10px;
}

#content-index-search label input,
#content-carte-search label input,
#content-search label input {
	vertical-align: text-bottom;
	margin-bottom: 1px;
}

#content-index-search .localisation-left,
#content-carte-search .localisation-left {
	width: 177px;
	float: left;
	margin-left: 25px;
	padding-top: 3px;
}

#content-index-search .localisation-right,
#content-carte-search .localisation-right {
	width: 63px;
	float: right;
	margin-right: 15px;
	padding-bottom: 10px;
}

#content-search .localisation-left {
	margin-left: 25px;
	padding-top: 3px;
	padding-bottom: 10px;
}

#content-search .localisation-right {
	display: none;
}

/*------------------------------------------
----------- RESULTATS RECHERCHE ------------
--------------------------------------------*/

#search_results > table {
	margin: 0px auto;
	width: 710px;
	border-spacing: 2px;
}

#search_results table thead tr th {
	background-color: #7099C2;
	border: 1px solid #003366;
	color: #003366;
	padding: 5px;
}

#search_results table tbody tr.bis {
	background-color: #DEE9F3;
}

#search_results table tbody tr.bis2 > td {
	border: 1px solid #DEE9F3;
}

#search_results > table td {
	padding: 0px;
}

#search_results > table table {
	margin: 0px auto;
	width: 100%;
	border-spacing: 1px;
}

.pagination span strong,
.pagination span a {
	padding: 0 0.5em;
}

/*------------------------------------------
------------------ ANNONCE -----------------
--------------------------------------------*/

#annonce-left {
	clear: left;
	background-color: #CCC4AF;
	float: left;
	width: 39.5%;
	margin-right: 0.5%;
}

#annonce-right {
	float: right;
	width: 59.5%;
	margin-left: 0.5%;
}

@media screen {
	#annonce-right h2 {
		background-color: #CCC4AF;
		color: #234664;
		font-weight: bold;
		padding: 3px;
		font-size: 14px;
		text-transform: uppercase;
	}
}

@media print {
	#annonce-right h2 {
		border-style: solid;
		border-width: 0 0 2px 2px;
		border-color: #CCC4AF;
		color: #234664;
		font-weight: bold;
		padding: 3px;
		font-size: 14px;
		text-transform: uppercase;
	}
}

#annonce-right h3 {
	border-bottom: 1px solid #CCC4AF;
	color: #234664;
	font-size: 12px;
	font-weight: bold;
}

#annonce-right dt {
	float: left;
	width: auto;
	font-weight: bold;
	border-left: 1px solid #CCC4AF;
	margin-left: 10px;
	padding-left: 4px;
}

#annonce-right dd {
	text-align: right;
	margin-right: 10px;
}

#annonce-right p.commentaire {
	margin: 0px 0px 0px 10px;
	border-left: 1px solid #CCC4AF;
	margin-left: 10px;
	padding-left: 4px;
}


@media screen {
	#annonce-left h2 {
		background-color: #234664;
		background-image: url("/img/rubriques-moteur-rech.jpg");
		color: #FFFFFF;
		font-weight: bold;
		padding: 3px;
		font-size: 14px;
		text-transform: uppercase;
	}
}

@media print {
	#annonce-left h2 {
		border-style: solid;
		border-width: 0 0 2px 2px;
		border-color: #234664;
		color: #000000;
		font-weight: bold;
		padding: 3px;
		font-size: 14px;
		text-transform: uppercase;
	}
}

#annonce-left dt {
	color: #234664;
	float: left;
	width: auto;
	font-weight: bold;
	border-left: 1px solid #CCC4AF;
	margin-left: 10px;
	padding-left: 4px;
}

#annonce-left dd {
	color: #234664;
	text-align: right;
	margin-right: 10px;
}

#annonce-left p {
	margin: 5px 0 5px 5px;
	font-weight: bold;
	color: #234664;
}


@media print {
	.noprint,
	#header-top-bg,
	#header-menu-bg,
	#header-banner,
	#footer-menu,
	#footer-bottom-bg,
	#content-index-search,
	#content-search {
		display: none;
	}

	#content {
		width: 730px;
	}

	.print {
		display: block !important;
	}
}

.gris-fonce {
	color: #333333;
}

.txt-bleu {color: #234664;}

.btn-modifier-recherche{font-weight: bold; color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ccc4af; padding: 8px; text-decoration: none; width: 210px; margin-left: 480px;}
.btn-modifier-recherche a{font-weight: bold; color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ccc4af; text-decoration: none;}
.btn-modifier-recherche a:hover{text-decoration: underline;}