
/* Structure ---------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #c7c7c9;
	font: normal 11px/14px arial, sans-serif;
	color: #7d8287;
}

a {
	color: #6bb9e7;
	text-decoration: none;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 977px;
	min-height: 595px;
	overflow: hidden;
	overflow-y: visible;
	background: url('../img/bg/bg_container.gif') 0 0 repeat-y;
}

* html #container {
	height: 595px;
}

#top {
	position: relative;
	z-index: 11;
	height: 290px;
	background: url('../img/bg/bg_top.jpg') 0 0 no-repeat;
}

.int-1 #top {
	background: url('../img/bg/bg_top-1.jpg') 0 0 no-repeat;
}

#center {
	position: relative;
	z-index: 22;
	margin-top: -95px;
	padding-bottom: 15px;
	min-height: 400px;
	overflow: hidden;
	overflow-y: visible;
	background: url('../img/bg/bg_center.jpg') left bottom no-repeat;
}

*:first-child+html #center {
	padding-bottom: 55px;
}

* html #center {
	height: 400px;
	padding-bottom: 55px;
}

#footer {
	margin: 0 auto;
	width: 977px;
}

/* Elements du haut ---------------------------------------------------- */

#flash {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#logo {
	position: absolute;
	top: 52px;
	left: 37px;
	margin: 0;
	z-index: 2;
}

#logo img {
	border: none;
}

#headline {
	position: absolute;
	top: 33px;
	left: 500px;
	margin: 0;
	z-index: 2;
}

#date {
	position: absolute;
	top: 15px;
	right: 60px;
	margin: 0;
	font: normal 11px/24px arial, sans-serif;
	background: url('../img/bg/bg_date_left.gif') 0 0 no-repeat;
	height: 24px;
	color: #787878;
	z-index: 2;
}

#date em {
	display: block;
	background: url('../img/bg/bg_date_right.gif') right top no-repeat;
	font-style: normal;
	margin-left: 20px;
	padding-right: 20px;
}

#extern {
	position: absolute;
	top: 40px;
	right: 140px;
	margin: 0;
	font: normal 11px/24px arial, sans-serif;
	z-index: 2;
}
#extern img {border:0;}
#extern a {  color:#fff; text-decoration:underline;}


/* FR - EN */

#top_top {
       margin: 0 auto;
       padding: 0 25px 0 0;
       width: 952px;
       height: 26px;
       overflow: hidden;
       font: 10px/26px Arial, sans-serif;
       color: #fff;
       text-align: right;
       background: url('../img/bg/top_top.gif') 1px 0 no-repeat;
}

#top_top a {
       color: #fff;
       text-decoration: none;
}

#top_top img {
       border: none;
}

/* Menu ---------------------------------------------------- */

#menu {
	position: absolute;
	top: 155px;
	left: 21px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 33;
}

#menu li {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
}

#menu a {
	display: block;
	width: 117px;
	height: 25px;
	background: url('../img/bg/button_off.gif') 0 0 no-repeat;
	font: bolder 10px/23px verdana, sans-serif;
	color: #fafbff;
	margin-right: 2px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

#menu a:hover {
	background: url('../img/bg/button_on.gif') 0 0 no-repeat;
}

#menu .current a {
	background: url('../img/bg/button_on.gif') 0 0 no-repeat;
}

#menu li:hover a, #menu li.over a {
	background: url('../img/bg/button_on.gif') 0 0 no-repeat;
}

#menu li:hover ul a, #menu li.over ul a {
	background: none;
}

#menu li:hover ul a:hover, #menu li.over ul a:hover {
	background: #fff;
}

#menu ul {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 25px 0 0 0;
	padding: 10px;
	width: 150px;
	list-style: none;
}

html>body #menu ul {
	background: transparent url('../img/bg/bg_menu.png') right bottom no-repeat;
}

* html #menu ul {
	background: transparent url('../img/bg/bg_menu.gif') right bottom no-repeat;
}

#menu ul.exception {
	width: 190px;
}

#menu ul li {
	display: list-item;
	width: auto;
	height: auto;
	float: none;
	margin: 0;
	padding: 0;
}

#menu li:hover ul, #menu li.over ul {
	display: block;
}

#menu ul a {
	display: block;
	width: auto;
	height: 1%;
	background: none;
	font: normal 11px/14px arial, sans-serif;
	color: #fff;
	margin: 0;
	padding: 4px 10px 4px 10px;
	text-transform: none;
	text-align: left;
	text-decoration: none;
	background: none;
}

#menu ul a:hover {
	background: #fff;
	color: #2dabe0;
}

#menu .current ul a {
	background: none;	
}

#menu .current ul a:hover {
	background: #fff;	
}

/* Contenu ---------------------------------------------------- */

#left {
	margin: 40px 0 40px 50px;
	width: 527px;
	overflow: hidden;
	float: left;
}

* html #left {
	margin-left: 25px;
}

.int #left {
	margin-left: 40px;
	width: 532px;
}

* html .int #left {
	margin-left: 20px;
}

#right {
	width: 279px;
	overflow: hidden;
	float: right;
	margin: 67px 70px 40px 0;
}

*:first-child+html #right {
	margin-bottom: 0;
}

* html #right {
	margin-right: 34px;
	margin-bottom: 0;
}

.int #right {
	margin-top: 107px;
	border-left: 1px solid #d9d9da;
	padding-bottom: 100px;
}

/* Home ---------------------------------------------------- */

.home {
	position: relative;
	width: 458px;
	min-height: 24px;
	margin: 0 0 22px 0;
	padding: 28px 0 0 69px;
}

.home img {
	border: none;
}

.home .carre {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.home h2 {
	position: absolute;
	top: 0;
	left: 69px;
	height: 28px;
	width: 458px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.home.t1 h2 {
	background: url('../img/txt/home/ligne_1.gif') bottom right no-repeat;
}

.home.t2 h2 {
	background: url('../img/txt/home/ligne_2.gif') bottom right no-repeat;
}

.home.t3 h2 {
	background: url('../img/txt/home/ligne_3.gif') bottom right no-repeat;
}

.home.t4 h2 {
	background: url('../img/txt/home/ligne_4.gif') bottom right no-repeat;
}

.home.t5 h2 {
	background: url('../img/txt/home/ligne_5.gif') bottom right no-repeat;
}

.home h2 img {
	position: absolute;
	top: 1px;
	left: 0;
}

.home p {
	color: #7d8287;
	width: 458px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font: 11px/12px arial, sans-serif;
}

.home p a {
	color: #7d8287;
	text-decoration: none;
}

/* Droite ---------------------------------------------------- */

#map {
	margin: 0 0 15px 2px;
	padding: 0;
	width: 277px;
	font: normal 11px/14px arial, sans-serif;
	height: 55px;
}

#map dd {
	margin: 0;
}

#map a {
	color: #6bb9e7;
	text-decoration: none;
}

.box {
	position: relative;
	background: url('../img/bg/bg_box_bottom.gif') left bottom no-repeat;
	margin-bottom: 13px;
	min-height: 74px;
	padding-bottom: 17px;
}

* html .box {
	height: 74px;
}

.int .box {
	background: url('../img/bg/bg_box_bottom_int.gif') left bottom no-repeat;
	margin-left: 40px;
}

.box h2 {
	margin: 0;
	padding: 11px 0 0 33px;
	background: url('../img/bg/bg_box_top.gif') 0 0 no-repeat;
	height: 24px;
	line-height: 20px;
}

.int .box h2 {
	background: url('../img/bg/bg_box_top_int.gif') 0 0 no-repeat;
}

.box p {
	font: normal 11px/13px arial, sans-serif;
	color: #7d8287;
	margin: 2px 31px 8px 35px;
	width: 215px;
}

.int .box p {
	width: 190px;
}

.box a {
	color: #6bb9e7;
	text-decoration: none;
}

.box .box_link {
	position: absolute;
	bottom: 9px;
	right: 13px;
	margin: 0;
	width: auto;
}

* html .int .box_link {
	right: 53px;
}

/* Formulaire ---------------------------------------------------- */

#extranet {
	margin: 15px 0 0 0;
	padding: 0;
	width: 278px;
	height: 39px;
	overflow: hidden;
	background: url('../img/bg/extranet_bg.gif') 0 0 no-repeat;
}

.int #extranet {
	margin-left: 41px;
	background: url('../img/bg/extranet_bg_int.gif') 0 0 no-repeat;
	width: 237px;
	height: 70px;
}

#extranet h2 {
	margin: 12px 6px 0 6px;
	padding: 0;
	display: inline;
	float: left;
	line-height: 14px;
}

.int #extranet h2 {
	margin-left: 0;
	display: block;
	float: none;
}

#extranet fieldset {
	clear: none;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
	border: none;
}

.int #extranet fieldset {
	padding-left: 15px;
}

#extranet .f_input {
	margin: 10px 3px 0 0;
	padding: 2px 0 0 4px;
	display: inline;
	float: left;
	width: 86px;
	height: 15px;
	color: #7d8287;
	font: normal 11px/14px arial, sans-serif;
	border-left: 1px solid #a0a0a0;
	border-top: 1px solid #949494;
	border-right: 1px solid #9f9f9f;
	border-bottom: 0px solid transparent;
}

#extranet .f_submit {
	margin: 10px 0 0 0;
	padding: 1px 0 0 0;
	color: #555656;
	font: bolder 10px/18px 'Trebuchet MS', sans-serif;
	background: url('../img/bg/extranet_button.gif') 0 0 no-repeat;
	width: 17px;
	height: 18px;
	border: 0px solid transparent;
	display: inline;
	float: left;
}

#extranet p {
	line-height:14px;
	color:#fff;
	display:inline;
	float:left;
	height:18px;
	margin:12px 10px 0 0;
}

*:first-child+html #extranet .f_submit {
	line-height: 16px;
}

* html #extranet .f_submit {
	line-height: 16px;
}

/* Footer ---------------------------------------------------- */

#translinks {
	font: normal 9px/12px verdana, sans-serif;
	list-style: none;
	margin: 3px 26px 60px 0;
	padding: 0;
	float: right;
}

* html #translinks {
	margin-right: 13px;
}

#translinks li {
	display: inline;
	float: left;
	margin-left: 20px;
}

#translinks a {
	color: #717171;
	text-decoration: none;
}

/* Contenu pages interieures --------------------------- */
.int #left {
	font: normal 11px/13px arial, sans-serif;
	color: #7d8287;
}

#left img { border:0;}

.int #left h2 {
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 20px;
}

/* ancienne couleur : ffa320 */
.int #left h3 {
	margin: 30px 0 0 10px;
	padding: 0 0 0 15px;
	font: bolder 13px/15px arial, sans-serif;
	color: #3f76b6;
	background: url('../img/bg/tilde2.gif') 0 5px no-repeat;
}

.int #left h4 {
	margin: 30px 0 0 0;
	padding: 0 0 0 13px;
	font: bolder 12px/14px arial, sans-serif;
	color: #ffa320;
	}

.int #left p {
	margin: 10px 0 0 10px;
	font: normal 11px/13px arial, sans-serif;
	color: #7d8287;
}

.int #left ul {
	margin: 10px 0 30px 15px;
	line-height: 16px;
	padding: 0;
	list-style-position: inside;
}

.int #left .gotop {
	margin: 60px 0 0 0;
	text-align: right;
}

.int #left .gotop a {
	color: #9b9c9e;
	text-decoration: none;
}

/* Annonces --------------------------- */


/* formulaire de recherche */

form#rech {
	margin: 0;
	padding: 0;
	font: bolder 11px/14px Arial, sans-serif;
}

form#rech fieldset {
	margin: 0;
	padding: 0 0 0 15px;
	border: 0px solid #fff;
}

form#rech legend {
	margin: 0 0 10px 0;
	padding: 0;
	+margin: 0 0 10px -8px;
	color: #4fbce7;
	font: normal 18px/20px Arial, sans-serif;
}

form#rech label {
	margin: 0;
	padding: 0;
	display: block;
}

form#rech input {
	margin: 0 0 10px 0;
	padding: 0 2px;
	display: block;
	font: normal 11px/14px Arial, sans-serif;
}

form#rech select {
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	font: normal 11px/14px Arial, sans-serif;
}

form#rech option {
	margin: 0;
	padding: 0 5px;
}

/* pagination */

.int #left .pagination {
	margin: 0;
	padding: 0;
	position: relative;
	height: 19px;
	overflow: hidden;
	background: #eee;
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
}

.int #left .pagination.bottom {
	background: #ddd;
}

.int #left .pagination dt {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 3px;
	left: 5px;
	font: normal 12px/14px Arial, sans-serif;
}

.int #left .pagination dd {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 3px;
	right: 0;
}

.int #left .pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font: normal 12px/14px Arial, sans-serif;
}

.int #left .pagination li {
	margin: 0;
	padding: 0;
	display: inline;
	margin-right: 5px;
}

.int #left .pagination li a {
	color: #7d8287;
	text-decoration: none;
	font-weight: bolder;
}

/* tableau des offres */

table#offres {
	margin: 15px auto 15px auto;
	padding: 0;
	width: 96%;
	border-collapse: separate;
	empty-cells: show;
	table-layout: auto;
	border-spacing: 2px 2px;
}

table#offres tr {
	margin: 0;
	padding: 0;
}

table#offres th {
	margin: 0;
	padding: 0 6px;
	text-align: left;
	height: 20px;
	vertical-align: middle;
	background: #bbb;
	color: #fff;
	line-height: 20px;
}

table#offres td {
	background: #eee;
	margin: 0;
	padding: 0 6px;
	height: 35px;
	vertical-align: middle;
}

table#offres a {
	color: #7d8287;
	text-decoration: underline;
}

/* extranet */

.int-e #top {
	background: url('../img/bg/bg_top-e.jpg') 0 0 no-repeat;
}

.int-e #left {
	margin-left: 30px;
	margin-right: 0;
	width: 510px;
}

* html .int-e #left {
	margin-left: 15px;
}

.int-e #right {
	width: 380px;
	margin-right: 30px;
	margin-left: 0;
	border: none;
}

* html .int-e #right {
	margin-right: 15px;
}

.bigbox {
	margin: 0 0 10px 0;
	padding: 0;
	width: 380px;
	background: url('../img/bg/bg_box_top_e.gif') 0 0 no-repeat;
}

.bigbox div {
	margin: 0;
	padding: 0 0 10px 0;
	background: url('../img/bg/bg_box_bot_e.gif') 0 bottom no-repeat;
	min-height: 45px;
	-height: 45px;
}

.bigbox h2 {
	margin: 0;
	padding: 10px 0 0 20px;
	width: 360px;
	height: 23px;
	overflow: hidden;
	line-height: 35px;
	font: bolder 13px/16px Arial;
	color: #ffa320;
	background: url('../img/bg/tilde.gif') 4px 12px no-repeat;
}

.bigbox table {
	width: 100%;
	margin: 0 0 0 20px;
	padding: 0;
	background: transparent;
	font: bolder 11px/12px Arial;
	color: #7d8287;
	border-collapse: collapse;
	border-spacing: 0 0;
	empty-cells: show;
	table-layout: auto;
}

.bigbox table span {
	font-weight: normal;
}

.bigbox table a {
	color: #7bbbe5;
	font: normal 10px/12px Arial;
	text-decoration: none;
}

.bigbox .col_1 {
	width: 285px;
	overflow: hidden;
	text-align: left;
}

.bigbox .col_2 {
	text-align: left;
}

.int.int-e #left p {
	margin: 0 0 10px 15px;
	padding: 0;
}
.int.int-e #left p.blue {
	margin: -20px 0 0 15px;
	padding: 0;
	color: #7bbbe5;
	font: bolder 13px/16px Arial;
}
.int.int-e #left h4 {
	margin: 30px 0 0 15px;
	padding: 0;
}

.int.int-e #right {
	padding-bottom: 0;
}

.int.int-e #left h6 {
	margin: 20px 0 0 15px;
	padding: 0;
	color: #78b6df;
	font: bolder 12px/16px Arial;
}
.int.int-e #left h5 {
	margin: 0 0 0 15px;
	padding: 0;
	color: #78b6df;
	font: bolder 12px/16px Arial;
}

#left ul#navigate {
	width: 482px;
	margin: 20px auto 20px auto;
	padding: 0;
	border-top: 1px solid #d3e8f6;
	list-style: none;
	height: 18px;
	position: relative;
}

#left ul#navigate li {
	position: absolute;
	top: 5px;
	left: 0;
	margin: 0;
	padding: 0;
}

#left ul#navigate li.dos {
	position: absolute;
	top: 5px;
	left: auto;
	right: 0;
}
#left ul#navigate img {
	border: none;
}

#download {
	position: relative;
	width: 487px;
	height: 45px;
	margin: 0 auto;
	padding: 0;
	background: url('../img/bg/bg_blue.png') 0 0 no-repeat;
	-background: url('../img/bg/bg_blue.gif') 0 0 no-repeat;
}

#left #download h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font: normal 11px/13px Arial;
	position: absolute;
	top: 5px;
	left: 20px;
	background: none;
}

#left #download form {
	margin: 0;
	padding: 0;
}

#left #download fieldset {
	margin: 0;
	padding: 0;
	border: 0px solid #fff;
}
#left #download select {
	margin: 0;
	padding: 0;
	border: 1px solid #aaa;
	width: 200px;
	position: absolute;
	top: 10px;
	right: 55px;
	font: normal 11px/13px Arial;
	color: #7d8287;
}
#left #download option {
	font: normal 11px/13px Arial;
	color: #7d8287;
}
#left #download input {
	border: 0px solid #fff;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 11px;
	right: 25px;
	font: normal 10px/17px Verdana;
	color: #fff;
	width: 24px;
	height: 17px;
	text-align: center;
	background: url('../img/bg/bg_ok.gif') 50% 0 no-repeat;
}


/* --- */

.alignCenter { text-align: center; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.deco { margin-left: 40px; }


/* -- */

.int #left table.ref_table {
	border-collapse: separate;
	border-spacing: 1px 1px;
	empty-cells: show;
	table-layout: fixed;
	margin: 0 0 0 10px;
	padding: 0;
	border: none;
	width: 510px;
}
.int #left table.ref_table td {
	white-space: nowrap;
	line-height: 15px;
	margin: 0;
	padding: 2px 8px;
	border: 1px dotted #bbb;
	vertical-align: middle;
}
.int #left table.ref_table td p {
	display: inline;
	clear: none;
	margin: 0;
	padding: 0;
}
.int #left table.ref_table tr {
	margin: 0;
	padding: 0;
}


/* typo3 ajoute des paragraphes dans les tableaux... */
.int #left table td h3 { margin:0;}
.int #left table td p {
	/*display: inline;*/
	clear: none;
	margin: 0 0 0 15px;
	padding: 0;
}

/* ajout styles pour le formulaire */
.formcontact {}
.intituleform { text-align:left;}
.formcontact input { border:1px solid #50bde8; margin:0 0 5px 0; font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:#10abe3;}
.formcontact textarea { border:1px solid #50bde8; margin:0 0 5px 0; font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:#10abe3;}

.formcontact input.submit { background-color:#10abe3; color: #fff; margin:20px 0 0 0;}
.formcontact input.submit:hover { background-color:#FFF; color: #10abe3; margin:20px 0 0 0;}

#container p.date-soc { font-size:18px; font-weight:700; color:#10abe3;}

