/* CSS Document */

body {
background-image: url(images/bgd.png);
background-position:top;
background-repeat:repeat-x;
padding:0;
margin:0;
}

#global {
     position:absolute; 
     top: 50%;
     width: 967px;
     height: 320px;
     margin-top: -160px; /* moiti&eacute; de la hauteur */
   	}

#TableGenerale {
width:967px;
height:320px;
/*background-color:#006666;*/
}

#TableLeft {
float:left;
width:317px;
height:320px;
background-image:url(images/bgd-table-left.jpg);
background-position:top;
background-repeat:no-repeat;
}
		.pdf {
		font-family: "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#383b3a;
		}
		.pdf a { text-decoration: underline;color:#383b3a; }
		.pdf a:hover { text-decoration: none ;color:#383b3a; }
		
		.TablePDF {
		position: absolute;
		left:135px;
		top:230px;
		}
		
		.TableCAM {
		position: absolute;
		left:75px;
		top:20px;
		}
		.TableCAM a { text-decoration: none;}
		.TableCAM a:hover { text-decoration:underline;}

#TableCenter {
float:left;
width:297px;
height:320px;
background-image:url(images/bgd-table-center.jpg);
background-position:top;
background-repeat:no-repeat;
}

#TableRight {
float:left;
width:353px;
height:320px;
background-image:url(images/bgd-table-right.jpg);
background-position:top;
background-repeat:no-repeat;
}

		.TableMailto {
		margin:260px 0 0 85px;
		padding:0;
		text-align:left;
		}

		.Mailto {
		font-family: "trebuchet ms", Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#383b3a;
		}

		.Mailto a { text-decoration: none; color:#383b3a; }
		.Mailto a:hover { text-decoration: underline; color:#383b3a; }

