@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-style:normal;
	text-align:left;
	font-family:inherit;
	font-weight: normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

.tableaux tr, .tableaux td{
    border: 1px solid black;
    padding: 4px;
    font-size: 17px;
    background-color: white;
}

.tableaux tr td tr td, .tableaux tr td tr {
   border: none;
}

div.rngs{
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
}

ul {
list-style-type:disc;
	}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}
body {
	font-family:Garamond, Times, serif;
	font-size:18px;
	font-weight:bold;
	background-color:#f9f5ea;
}

#line {
	background-color:#f2ecdb;
	height:300px;
	width:100%;
	position:absolute;
	z-index:-1;
}

.breadcrumb-current {
	font-weight: bold;
}

#trunk {
	margin:auto;
	width:1200px;
}

img {
	border:0;
}

a {
	outline:none;
	color:#aeaba3;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color:#0f4a93;
	cursor:pointer;
}

#blq_home {
	background-color:#e1dbc9;
	width:260px;
	color:#271a16;
	float:right;
	padding:20px 20px 0px 20px;
	text-align:right;
	margin-left:20px;
	font-family:Garamond, Times, serif;
	font-style:oblique;
	font-size:30px;
	line-height:30px;
	font-weight:lighter;
	text-align:left;
}

blockquote {
	background-color:#e1dbc9;
	width:190px;
	color:#271a16;
	float:right;
	padding:20px 20px 20px 20px;
	text-align:right;
	margin-left:20px;
	font-family:Garamond, Times, serif;
	font-style:oblique;
	font-size:30px;
	line-height:30px;
	font-weight:lighter;
	text-align:left;
	margin-bottom:10px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	font-style:normal;
	margin-top:10px;
	margin-bottom:3px;
	font-size:18px;
	font-weight:lighter;
}

p {
	line-height:24px;
}

#txt p {
	margin-bottom:25px;
	font-weight: normal;
}

#txt li {
float:none;
font-weight: normal;
text-transform: none;
display:list-item;
}

#txt ul {
list-style-position: inside;
margin-bottom: 20px;
}

/* @group AS */

#content #txt a#logo_as{
  text-transform: uppercase;
 float:right;
  right:0;
  color:#aeaba3;
  top:20px;
  height:10px;
  background: url(./images/logo_antistatique_net.png) 0 0 no-repeat;
  cursor: pointer;
  padding:0;
  padding-left:24px;
  text-transform: uppercase;
  font: 10px Helvetiva, Arial, Verdana, sans-serif;
  text-decoration:none;
}


#content #txt a#logo_as:hover{
  color:#e2007a;
  background-position:0 -20px;
}

/* @end */

#txt a {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}

#txt a:hover {
	color:#0f4a93;
}

li {
	float:left;
	text-transform:uppercase;
	display:block;
	border:none;
}
p, ul, li {
	margin:0;
	padding:0;
}

/* @group MENU */
#menu {
	margin-top:-49px;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	z-index:1;
	/*border:1px solid #444;*/
	height:49px;
}

#menu ul li a.vide {
	background-image:url(./images/background_box_menu.png);
	width:133px;
	-width:130px;
	padding-left:0;
	padding-right:0;
}
#menu ul li a {
	background-image:url(./images/background_menu.png);
	background-repeat:repeat-x;
	background-position:140% 0;
	display:block;
	padding:0 20px;
	color:#271a16;
	text-decoration:none;
	color:#000;
	text-shadow: 2px 1px 0px #FFF;
	height:34px;
	padding-top:15px;
}
#menu ul li a:hover {
	background-position:50% 0;
	color:#0f4a93;
}
#menu_1 {
	width:116px;
	text-align: center;
}
#menu_2 {
	width:154px;
	text-align: center;
}
#menu_4 {
	width:155px;
	text-align: center;
}
#menu_5 {
	width:145px;
	text-align: center;
}
#menu_3 {
	width:164px;
	text-align: center;
}
#menu_6 {
	width:145px;
	text-align: center;
}
#menu_7 {
	width:51px;
}
#menu ul li a.active {
	background-position:50% 0;
	color:#0f4a93;
}
/* @end */

/* @group SOUS MENU */

#sous_menu ul li ul li a {
	font-size:11px;
}
#sous_menu ul li a {
	color:#271a16;
	text-shadow: 2px 1px 0px #FFF;
	display: block;
	
	padding-bottom:10px;
	padding-top:10px;
	-padding-top:7px;
	-padding-bottom:7px;
}
#sous_menu {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:40px;
	display:block;
	width:240px;
}
#sous_menu li {
	float:none;
	text-decoration:none;
	font-size:12px;
	border-bottom:#f9f5ea solid 1px;
	background-color:#e1dbc9;
	padding-left:10px;
}
#sous_menu a:hover {
	color:#0f4a93;
}
#sous_menu .active_sm {
	background-image:url(./images/background_s_menu.png);
	background-position: 54% 100%;
	background-repeat:no-repeat;
	margin-left: -10px;
	padding-left: 10px;

}

#sous_menu .active_li {
	background-color: #f9f5ea;
}

#sous_menu .active {
	color:#0f4a93;
	background-position: 0 100%;
}
#sous_menu ul li ul li {
	background-image:none;
	background-color:#f9f5ea;
	-margin-top:10px;
	padding-left:0;
}

#sous_menu ul li ul li a {
	display:block;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:0;
	-padding-top:7px;
	-padding-bottom:7px;
}
#sous_menu ul li ul {
	margin:0 0 20px 0;
	padding-top:10px;
}

#sous_menu ul li ul li ul li a {
padding-left: 15px;
text-transform: none;
font-weight: normal;
text-shadow:none;
font-size: 1em;
}

#sous_menu ul li ul li ul li a:hover {
	background-position: 0 100%;
}

a.puce {
background: url(./images/puce.png) no-repeat;
background-position: 0 -10%;
}



/* @end */

#head {
	background-image:url(./images/top.php);
	background-repeat:no-repeat;
	background-position:center;
	margin:auto;
	height:300px;
}
#head2 {
	background-image:url(./images/top.php);
	background-repeat:no-repeat;
	background-position:center;
	margin:auto;
	height:300px;
}

#content {
	margin-top:43px;
	width:654px;
	margin-left:150px;
	-margin-left:75px;
	float:left;
}

#content_map {
	margin-top:43px;
	width:900px;
	margin-left:150px;
	-margin-left:75px;
}


#right {
	margin-top:118px;
	float:right;
	margin-right:138px;
	-margin-right:68px;
}

h1 {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	margin-bottom:3px;
	font-weight: bold;
}
#txt {
	border-right:#ede8d9 1px solid;
	padding-right:27px;
}

#txt_map {
	border:none;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#aeaba3;
	font-size:12px;
	text-transform:uppercase;
	margin-bottom:22px;
	font-weight: bold;
}
.txt_bleu {
	color:#0f4a93;
	font-weight: bold;
}

em {
	/*color:#0f4a93;*/
	font-weight: bold;
}

#info p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#aeaba3;
	line-height:18px;
	text-transform:uppercase;
	font-weight: bold;
}

#info a {
color: #6e96d0;
	}

#info a:hover {
color:#0f4a93;
cursor:pointer;
	}

.icn_sc {
	margin-right:4px;
	margin-top:2px;
}
.espace_info_barre {
	margin-bottom:9px;
	margin-top:10px;
}
.fleche {
	margin-left:7px;
	margin-right:7px;
	padding-bottom:1px;
}
#copyright {
	margin-bottom:40px;
	margin-top: 40px;
}

#social {
	margin-bottom:40px;
}

#liens a {
	font-weight:normal;
}

#liens p {
	font-weight: bold;
}

.download {
	background-color:#e1dbc9;
	border: 1px solid white;
	padding: 5px;
}

#poeme {
	width: 350px;
	margin-top: -315px;
	margin-left: 275px;
	text-align: center;
}

#border {
	border-top: 1px solid #EDE8D9;
	margin-bottom: 35px;
	margin-top: 32px;
}

///////////////////////////////////////////




