@page {
	size: landscape;
}
html {
	margin: 0;
	padding: 0;
}
body {
	padding: 0 0 20px;
	margin: 0;
	color: #878787;
	text-align: center;
	background: url(body_bg.gif) repeat-x top;
	font: 11px arial, helvetica, "Trebuchet MS", sans-serif;
}

/*----------------------------------------------+
+ Formatage global                              +
+----------------------------------------------*/
a, a:link, a:active, a:visited {
	color: #BB5656;
	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: 995px;
	margin: 0 auto;
}

/*----------------------------------------------+
+ Haut de page                                  +
+----------------------------------------------*/
#global #header {
	height: 125px;
	padding: 27px 0 0 0;
}
#global #header h1 {
	margin: -5px 0 22px 0;
	height: 80px;
	width: 188px;
	background: url(logo.gif) no-repeat ;
	float: left;
}
#global #header h1 span {
	display: none;
}
#global #header h1 a {
	height: 80px;
	width: 165px;
	display: block;
}
#global #header h2 {
	width: 612px;
	padding: 14px 0 0 0;
	color: #53A6C8;
	font: bold 18px arial, sans-serif;
	text-align: right; 
	float: left;
}
#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;
}

/*----------------------------------------------+
+ Centre                                        +
+----------------------------------------------*/
#global .edito {
	margin: 14px 0;
	padding: 12px;
	border: 1px solid #EDC1C1;
	background: #EEEEEE;
	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: #B40000;
}
#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 #DEDEDE;
	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: #BB5656;
	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: #B40000;
	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: 4px 8px 0 8px;
	height: 21px;
	border-top: 3px solid #E1E1E1;
	border-bottom: 3px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	background: #C5C5C5;
	font: bold 12px arial, sans-serif;
	color: #FFF;
	text-align: center;
}

.network {
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: grey;
}

/*----------------------------------
	PAGE ANNONCEURS
---------------------------------*/

#global .clear { clear:both; }

#global  #annSplash {
	text-align:center;
	margin:18px 0 18px 25px;
	padding:0;
}

#global  #annSplash img {
	display:block;
	margin:0;
}

#global  .annLink {
	float:right;
	width:360px;
	margin:0 110px 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  .annLinkB2b a {
	color:#333;
}

#global  .annLinkB2b a span {
	background:url(puce_square_red.gif) no-repeat left center;
}

#global  .annLinkB2b a:hover span {
	background:url(puce_square_red.gif) no-repeat left center;
}

#global  #annTextes {
	margin:25px 0;
}

#global  #annTextes .txt {
	float:left;
	background:transparent url(bgd-texte.gif) no-repeat left top;
	width:400px;
	height:93px;
	margin:0 0 25px 60px;
}

* html #global  #annTextes .txt { margin:0 0 25px 45px; }
*+html #global  #annTextes .txt { margin:0 0 25px 70px; }

#global  #annTextes .txt h4 {
	color:#56555A;
	font-size:14px;
	margin:0;
	padding:14px 0 8px 16px;
}

#global  #annTextes .txt h4 span {
	float:left;
	padding:4px 0 0 0;
}

#global  #annTextes .txt h4 img {
	float:left;
	margin:0 5px 0 0;
}

#global  #annTextes .txt p {
	clear:both;
	text-align:justify;
	color:#56555A;
	margin:0 16px 0 16px;
	padding:7px 0 0 0;
	font-size:12px;
}

#global  #annPubs {
	padding:18px 0 35px 0;
	text-align:center;
	clear:both;
}

#global  #annPubs img {
	display:block;
	margin:0 0 0 85px;
}

* html #global  #annPubs img { margin:0; }
*+html #global  #annPubs img { margin:0; }

#global  #annPubsInfo {
	text-align:center;
	font-size:12px;
	color:#666;
	margin:0 0 30px 0;
	color:red;
}

/* FIN CSS ANNONCEURS */

