body {
	background: #0078b0 url(images/airpoll_bg.gif) repeat-x scroll top;
	margin: 5px;
	padding: 0;
}

.header {
	width: 750px;
	height: 210px;
}

.menu-marges {
	height: 7px;
}
.menu {
	height: 33px;
}


.middletop {
	width: 750px;
	height: 10px;
	background: url(images/airpoll_bg-midtop.gif) no-repeat;
}
.middlebottom {
	width: 750px;
	height: 10px;
	background: url(images/airpoll_bg-midbottom.gif) no-repeat;
}
.middle-marges {
	width: 25px;
}
.middle {
	width: 750px;
	background: #FFFFFF url(images/airpoll_bg-middle.gif) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.middle p {
	font-size: 12px;
}

.middle ul li {
	font-size: 12px;
}
.news {
	width: 200px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #74973C;
}
.news b {
	font-weight: bold;
}
.news p {
	font-size: 11px;
	text-align: justify;
	padding-left: 20px;
}
.news h1 {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 20px;
	color: #41731D;
	font-size: 20px;
	text-align: center;
}
.news h2 {
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 20px;
	color: #41731D;
  background-color: #E9F4D7;
	font-size: 14px;
	text-align: left;
}
.news hr {
  clear: both;
  width: 40%;
  color: #C5CAB4;
  background-color: #C5CAB4;
  height: 1px;
  border: 0;
}

.footer {
	font: 11px Arial, Helvetica, sans-serif;
	color: #66aed0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.footer a {
	color: #66aed0;
	text-decoration: underline;
}
.footer a:hover {
	color: #B9DAEA;
	text-decoration: none;
}
h1 {
	margin-top: 0px;
	padding-top: 0px;
	color: #00448a;
	font-size: 20px;
	text-align: left;
}
h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #00adc2;
	font-size: 16px;
	text-align: left;
}
p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: justify;
}
li
{
	font-size: 12px;
}

a {
	color: #FF6600;
}

/*	INFOBULLES  */

#infobulle, #infobulle2, #infobulle3 {
position:absolute;
width: 200px;
visibility : hidden;
-moz-opacity: 0.85;
opacity:0.85;
}

#infobulle1top {
display:block;
height:5px;
background:url(images/infobulle_top1.gif) top right no-repeat;
overflow:hidden
}
#infobulle1mid {
display:block;
padding:0px 10px 0px 10px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: bold;
color:#FFFFFF;
background:#00B235;
}
#infobulle1bot {
display:block;
height:5px;
background:url(images/infobulle_bottom1.gif) top right no-repeat;
overflow:hidden
}


#infobulle2top {
display:block;
height:5px;
background:url(images/infobulle_top2.gif) top right no-repeat;
overflow:hidden
}
#infobulle2mid {
display:block;
padding:0px 10px 0px 10px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: bold;
color:#FFFFFF;
background:#007D97;
}
#infobulle2bot {
display:block;
height:5px;
background:url(images/infobulle_bottom2.gif) top right no-repeat;
overflow:hidden
}


#infobulle3top {
display:block;
height:5px;
background:url(images/infobulle_top3.gif) top right no-repeat;
overflow:hidden
}
#infobulle3mid {
display:block;
padding:0px 10px 0px 10px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: bold;
color:#FFFFFF;
background:#0052E3;
}
#infobulle3bot {
display:block;
height:5px;
background:url(images/infobulle_bottom3.gif) top right no-repeat;
overflow:hidden
}


ul
{ 
	text-align:left;
}
/*	MENU  */

.sousmenu {
	visibility: hidden;
	position: absolute;
	width: 200px;
	top: 255px;
	background: #f5f5f5;
	z-index: 1;
	border: 2px solid #b2b2b2;
}

.sousmenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.sousmenu li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border-bottom: 1px solid #b2b2b2;
}

.sousmenu a {
	display: block;
  height:25px;
  line-height:25px;
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
  padding-left: 5px;
	margin: 0px;
	background: url(images/airpoll_menu_fond.gif) repeat-x top;
}

.sousmenu a:hover {
	color: #ee5f00;
	background: #ffffff;
	text-decoration: none;
	background: url(images/airpoll_menu_fond.gif) repeat-x bottom;
}

.sousmenu img { 
	position: absolute;
	padding-top: 8px;
	padding-left: 100px;
	margin: 0;
}


.img {
	margin:10px;
	width: 110px;
	height: 80px;
	display: table-cell;
	display: block;

	vertical-align:middle;	
	background: #f5f5f5;
	z-index: 1;
	
	border: 2px solid #b2b2b2;
}
.img p {
	vertical-align:middle;	
	font-size:18px;
	}

.img a {
	text-align:center;
	vertical-align:middle;	
	font-size:18px;
}
.table_image tr td {
	font-size: 12px;
	text-align:center;
	vertical-align:middle;
}

/* Présentation page classique --------------------------------------------------------------- */
table#photo {
margin-top:5px;
clear:both;
padding:0;
}
table#photo td{
vertical-align:middle;
text-align:center;
width:106px;
padding:0 2px;
}
table#photo {
font-size:10px;
}
#photo td.vignette_photo{
background-image:url(images/photo.jpg);
background-repeat:no-repeat;
height:108px;
padding:0;
width:110px;
}
html>body #photo td.vignette_photo{
height:112px;
}
