@page {
	size: landscape;
}
html {
	margin: 0;
	padding: 0;
}
body {
	padding: 0 0 20px;
	margin: 0;
	color: #878787;
	text-align: center;
	font: 12px arial, helvetica, "Trebuchet MS", sans-serif;
}

/*----------------------------------------------+
+ Formatage global                              +
+----------------------------------------------*/
a, a:link, a:active, a:visited {
	color: #1b8ac2;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
h1, h2, h3, div, form, img, table, td, tr, p, li, ul, dd, input, map {
	margin: 0;
	padding: 0;
	border: none;
}
textarea {
	font-size: 12px;
}
#global {
	width: 950px;
	margin: 0 auto;
	padding-top: 20px;
}

/*----------------------------------------------+
+ Haut de page                                  +
+----------------------------------------------*/
#global #header {
	height: 85px;
	padding: 0;
	background: url(bgd-header.gif) no-repeat left top;
}
#global #header .block-1 {
	width: 400px;
	height: 76px;
	padding: 9px 0 0 9px;
	float: left;
}
#global #header .block-2 {
	width: 541px;
	height: 78px;
	background: url(bgd-edito.gif) no-repeat right bottom;
	float: left;
	text-align: left;
}
#global #header h1 {
	height: 76px;
	width: 225px;
	background: url(logo.gif) no-repeat ;
}
#global #header h1 span {
	display: none;
}
#global #header h1 a {
	height: 76px;
	width: 225px;
	display: block;
}
#global #header h2 {
	font: 16px "Trebuchet MS", arial, helvetica, sans-serif;
	color: #393939;
	float: left;
	position: relative;
	top: -32px;
	left: 60px;
}
#global #header h2 strong {
	color: #1b8ac2;
	font-weight: normal;
}
#global #header .block-2 h3 {
	height: 10px;
	font: 12px "Trebuchet MS", arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #1b8ac2;
	padding-top: 13px;
	margin: 0 0 0 80px;
}

#global #header .block-2 p {
	color: #060606;
	text-align: justify;
	margin: 7px 15px 0 80px;
	font: 11px "Trebuchet MS", arial, helvetica, sans-serif;
	line-height: 13px;
}
#global #header .pub {
	width: 807px;
	margin-top:-12px;
	padding: 0px 0 0 0;
	text-align: right; 
	float: left;
}
#global #header ul {
	position: absolute;
	top: 120px;
	left: 50%;
	right: 50%;
	margin: 0 -497px;
	height: 25px;
	width: 995px;
	/*margin: 22px 0 0 0 !important;
	margin: 27px 0 0 0;*/
	border-top: 3px solid #E1E1E1;
	border-bottom: 3px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	background: #C5C5C5;
}
#global #header ul li {
	list-style: none;
	display: inline;
}
#global #header ul li a {
	margin: 0;
	padding: 4px 8px 0 8px;
	height: 21px;
	line-height: 31px;
	display: block;
	border-left: 1px solid #E1E1E1;
	font: bold 12px arial, sans-serif;
	color: #FFF;
	float: right;
}
#global #header ul li a:hover {
	background: url(menu_x_hover.gif) repeat-x top;
}

/*----------------------------------------------+
+ Menu horizontal                               +
+----------------------------------------------*/
#global #menu {
	background: url(bgd-menu.gif) no-repeat #edebdf top;
	height: 26px;
	margin-bottom: 10px;
}
#global #menu ul {
	padding: 2px;
	height: 22px;
}
#global #menu li {
	list-style: none;
	display: inline;
}
#global #menu li a {
	display: block;
	float: right;
	margin: 0 2px;
}
#global #menu li a span {
	height: 18px;
	display: block;
	float: left;
	color: #3c3c3c;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 17px;
	padding: 4px 10px 0 7px;
}
#global #menu li a:hover,
#global #menu li.activ a {
	background: url(tab-menu_left.gif) no-repeat left #fff !important;
}
#global #menu li a:hover span,
#global #menu li.activ a span {
	background: url(tab-menu_right.gif) no-repeat right !important;
}


/*----------------------------------------------+
+ Centre                                        +
+----------------------------------------------*/
#global .edito {
	margin: 14px 0;
	padding: 12px;
	border: 1px solid #ccdae9;
	text-align: left;
}
#global .edito h3 {
	padding: 0 0 0 14px;
	background: url(arrow_1.gif) no-repeat left 6px;
	font: normal 18px tahoma,"Trebuchet MS", arial, sans-serif;
	color: #1b8ac2;
}
#global .edito p {
	font-size: 12px;
	color: #000;
	text-align: justify;
}
#global .box_site td {
	padding: 12px;
}
#global .box_site {
	height: 120px;
	margin: 0 0 14px 0;
	background: #FAFAFA;
	border: 1px solid #edebdf;
	text-align: left;
}
html>body#global .box_site {
	min-height: 120px;
	height: auto;
}
#global .box_site .col_1 {
	width: 228px;
	text-align: center;
}
#global .box_site h3 {
	color: #494949;
	font: normal 17px tahoma, arial, "Trebuchet MS", arial, sans-serif;
}
#global .box_site h3 a { color: #494949; }
#global .box_site p {
	font-size: 12px;
	color: #515151;
	text-align: justify;
}
#global .box_site span a {
	color: #1b8ac2;
	font-size: 11px;
}
#global .box_site .tablinks span {
	margin: 0 20px;
	font-size: 11px;
}
#global .box_site .tablinks td {
    padding: 5px;
}
#global .box_site .tablinks span a {
	font-size: 11px;
}

#global h2.titleCenter {
	padding: 20px 0 14px 14px;
	background: url(arrow_1.gif) no-repeat left 26px;
	font: normal 16px tahoma,"Trebuchet MS", arial, sans-serif;
	color: #1b8ac2;
	text-align: left;
}



/*----------------------------------------------+
+ Tableaux et formulaires                       +
+----------------------------------------------*/
#global .tab_res,
#global .tab_res_2 {
	margin: 4px auto 10px auto;
	width: 70%;
	font: 12px arial, verdana, helvetica, "Trebuchet MS", sans-serif;
	color: #525252;
	border: 1px solid #E1E1E1;
	background: #FFF;
	text-align: left;
}
#global .tab_res_2 {
	border: none;
	background: none;
}
#global .tab_res td,
#global .tab_res_2 td {
	padding: 5px 5px 4px 5px;
}
.res_border td {
	border-bottom: 1px solid #DAE8EB;
}
.res_no-border {
	border: none;
}
#global .tab_res .result,
#global .tab_res_2 .result {
	font-size: 13px;
	color: #5693B3;
	text-align: right;
}
.obt_coor { text-align: center; margin: 3px 9px 25px 9px; }
.valid_form { text-align: right; margin: -20px 9px 25px 9px; }
.float-right {
	float: right;
}
.float-left {
	float: left;
}
.input_3 {
	width: 70%;
	border: 1px solid #A6BFC9;
	margin: 0;
	padding: 1px 0 0 2px;
	background: #FAFAFA;
	font-family: arial, helvetica,  sans-serif;
  /*width: 155px;*/
}
.input_3:focus {
	border-color: #0EAEF0;
	background: #FFF;
}
.important {
	color: #CF0000;
	font: bold 11px  tahoma, verdana, arial,sans-serif;
	text-align: right;
	padding-top: 5px;
}
.ast_required {
	font-size: 14px;
	color: red;
}
#global .plus {
	background: #F7FAFB;
	font-weight: bold;
	text-align: left;
}
.color_line {
	background: #EFEFEF;
}
.divcheckbox {
	width: 180px !important;
	width: 190px;
	text-align: left;
	margin: 0 0 0 94px;
	line-height: 20px;
}
.divcheckbox input {
	margin: 0 5px 0 0;
}
div.legend {
	width: 84%;
	marging: 0 auto;
	font-size: 12px;
	text-align: right;
	padding: 0 5px 4px 0;
}

/*----------------------------------------------+
+ Bas de page                                   +
+----------------------------------------------*/
#global #footer {
	padding: 5px 8px 0 8px;
	height: 21px;
	background: url(bgd-menu.gif) no-repeat  #edebe1;
	font: bold 12px arial, sans-serif;
	color: #7d7d7d;
	text-align: center;
}

/*----------------------------------
	PAGE ANNONCEURS
---------------------------------*/

#global .clear { clear:both; }

#global .edito #annSplash {
	text-align:center;
	margin:0 0 18px 0;
	padding:0;
}

#global .edito #annSplash img {
	display:block;
	margin:0;
}

#global  .annLink {
	float:right;
	width:360px;
	margin:0 66px 0 0;
	text-align:center;
}

#global  .annLink a {
	font-size:16px;
	font-weight:bold;
	color:#5B5C62;
}

#global  .annLink a span {
	background:url(puce_square_blue.gif) no-repeat left center;
	padding:0 0 0 25px;
}

#global  .annLink a:hover span {
	background:url(puce_square_green.gif) no-repeat left center;
}


#global .edito #annTextes {
	margin:25px 0;
}

#global .edito #annTextes .txt {
	float:left;
	background:transparent url(bgd-texte.gif) no-repeat left top;
	width:400px;
	height:93px;
	margin:0 0 25px 41px;
}

* html #global .edito #annTextes .txt { margin:0 0 25px 25px; }

#global .edito #annTextes .txt h4 {
	color:#56555A;
	font-size:14px;
	margin:0;
	padding:14px 0 8px 16px;
}

#global .edito #annTextes .txt h4 span {
	float:left;
	padding:4px 0 0 0;
}

#global .edito #annTextes .txt h4 img {
	float:left;
	margin:0 5px 0 0;
}

#global .edito #annTextes .txt p {
	clear:both;
	text-align:justify;
	color:#56555A;
	margin:0 16px 0 16px;
	padding:7px 0 0 0;
}

#global .edito #annPubs {
	padding:8px 0 35px 0;
	text-align:center;
	clear:both;
}

#global .edito #annPubs img {
	display:block;
	margin:0 0 0 60px;
}

* html #global .edito #annPubs img { margin:0; }
*+html #global .edito #annPubs img { margin:0; }


