/* CSS Document */

body{
     background-image: url('http://www.french-home-service.net/images/sky.jpg');
	 background-attachment:fixed;
	 background-color:#99CCFF; 
	 text-align : center;
	 text-color: #000000;
}
.tdhaut{
	
	font-family: palatino Linotype;
	color: Red;
	font-weight : bold;
	text-align : center;
	vertical-align : top;
	font-size: 13px;
}
.td{
	background : #FFFACD;
	font-family: palatino Linotype;
	color: purple;
	font-weight : bold;
	text-align : center;
	vertical-align : top;
	font-size: 13px;
}
a:link{
	color: #000000;
	font-size:14px;
	text-decoration: none;
	font-family: palatino Linotype;
	
}
a:visited{
       color: #000000;
	   font-size:14px;
	   text-decoration: none;
	   font-family: palatino Linotype; 
	   
}
a:hover{
	color: blue;
	font-size:14px;
	text-decoration: none;
	font-family: palatino Linotype;
	
}

caption {  
     color: #ffffff; 
	 font : Palatino Linotype; 
	 font-size: 22px;
}
h3,h4 {
	color : blue;
	font : Palatino Linotype;
	text-align : center;
}
h1 {
    font : Palatino Linotype;
	text-align : center;
	color : #336666;
}
h6 {
    color : blue;
	font : Palatino Linotype;
	text-align : left; 
}
p{
       font: 14px Palatino Linotype;
	   text-align: center;
	   color: purple;
}
div{
       font: 14px Palatino Linotype;
	   color: red;
}
td {
vertical-align: midle;
text-align : left;
}
span{
       color: black;
}
.table{
       background : #000000;
	   color : #ffffff;
	   text-align: center;
}
.tableover{
       background : #cccccc;
}
.tableout{
       background : #cccccc;
}
