body{
	font-family:arial;
	font-size:12px;
	background-color: #ffffff;
	color:#000000;
}

//table {border:1px solid red;}
//td {border:1px solid blue;}
a{color:#000000;text-decoration:underline;font-weight:bold;font-size:12px;}
a.B {color:#ffffff;text-decoration:none;font-weight:bold;}
a.E {color:#ffffff;text-decoration:underline;font-weight:bold;}
a.C {color:#c33211;font-size:10px;text-decoration:none;}
a.D {color:#ffffff;font-weight:bold;text-family:arial;text-decoration:none;font-size:10px;}
a.F {color:#c33211;font-size:12px;font-weight:bold;text-decoration:underline;}
a.G {color:#000000;text-decoration:underline;font-weight:bold;font-size:10px;}
a.H {color:#153548;text-decoration:underline;font-weight:bold;font-size:10px;}
a.A1 {color:#A30468;text-decoration:none;font-weight:bold;}
a.A2 {color:#FAC903;text-decoration:none;font-weight:bold;}
a.A3 {color:#FD7414;text-decoration:none;font-weight:bold;}
a.A4 {color:#A5D200;text-decoration:none;font-weight:bold;}
a.A5 {color:#76C0EF;text-decoration:none;font-weight:bold;}
a.A6 {color:#2A76A7;text-decoration:none;font-weight:bold;}
a.A7 {color:#1D4B6D;text-decoration:none;font-weight:bold;}
a.A8 {color:#930B49;text-decoration:none;font-weight:bold;}
a.A9 {color:#D20A6A;text-decoration:none;font-weight:bold;}
a.A10 {color:#ff0252;text-decoration:none;font-weight:bold;}
a.BL {color:#000000;text-decoration:none;font-weight:bold;}
.table {border-collapse:collapse;}
.td {  padding:0px;}
.td_menu{padding-left:6px;}
.tdmenu1{border-bottom:4px solid #A30468;}
.tdmenu2{border-bottom:4px solid #FAC903;}
.tdmenu3{border-bottom:4px solid #FD7414;}
.tdmenu4{border-bottom:4px solid #A5D200;}
.tdmenu5{border-bottom:4px solid #76C0EF;}
.tdmenu6{border-bottom:4px solid #2A76A7;}
.tdmenu7{border-bottom:4px solid #1D4B6D;}
.tdmenu8{border-bottom:4px solid #930B49;}
.tdmenu9{border-bottom:4px solid #D20A6A;}
.tdmenu10{border-bottom:4px solid #ff0252;}

.logo_ot{
	width:80px;
}

.meteo_sade{
	position:absolute;
	top:0px;
	right:0px;
}

.font_centre{
	background-image:url(images_otsade/font.jpg);
	background-repeat:no-repeat;
	width:800px;
}
.image_accueil{
	padding:0px;
	background-repeat:no-repeat;
	background-position:center center;
}

.vignette_vertical{
	position:relative;
	left:4px;
	height:150px;
	opacity : 0.8;
	filter : alpha(opacity=80);
}

.footer{
	position:relative;
	top:-80px;
	width:100%;
}

.boite-conteneur-milieu{
	height:270px ;
	width :650px ;
	font-family:Verdana;
	font-size:auto;
	Overflow : AUTO;
}

.titre_popup{
	font-size:15px;
}

.tableau{
color:#000000;text-decoration:underline;font-weight:bold;
}


/*================================================================================*/
/*================================================================================*/
/*LIGHT BOX*/
/*================================================================================*/
/*================================================================================*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding: 10px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/*============================================================================*/
/*============================================================================*/
/*===========================MENU RUBRIQUE====================================*/
/*============================================================================*/
/*============================================================================*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

dl#menu {
width: 15em;
}
dl#menu dt {
cursor: pointer;
margin: 2px 0;
line-height: 20px;
text-align: center;
font-weight: bold;
}
dl#menu dd {
}
dl#menu li {
text-align: left;
}
dl#menu li a, dl#menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
}

dl#menu li a:hover, dl#menu dt a:hover {
background: #eee;
}
