
	
body {	 
 margin:0px;  padding:0px;  overflow:auto;  width:100%;  height:100%;
 font-family:tahoma;
  /*background-image:url('images/fond.png');*/
 background-color:#666;
 }
 
 a:link {color: #66CC99; text-decoration: underline; }
 a:active {color: #66CC99; text-decoration: underline; }
 a:visited {color: #66CC99; text-decoration: underline; }
 a:hover {color: #66CC99; text-decoration: none; }
 
p {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

.normal{font-size:130%;color:#ff9933;margin-bottom:0em;}


 #hautpage{
	width: 900px;
	margin: 0 auto;
    padding:50px;
 }
 
 #centrepage{
	margin: 0 auto;
	
 }
 
 #baspage{
	padding:20px;
	width: 850px;
	margin: 0 auto;
	text-align:center;
	
 }
 
.alerte{color: red;	font-family:"arial";	font-weight:bold;	font-size:120%;	margin: 0 auto;	text-align:center;}
.entete{font-size:200%;color:#ff9933;margin-bottom:0em;text-align:center;}
.message{font-size:120%;color:#ffffff;margin-bottom:0em;text-align:center;}
.texte-baspage{font-size:120%;}
.serviceti{color:#33CCFF;}

 .gauche{
	display: inline;
	margin-left: 0px;
	margin-right: auto;
	border: 3px black solid;
}
 
 .droite{
	display: inline;
	margin-left: 35px;
	margin-right: auto;
	border: 3px black solid;
}

.tableaucentre{
	width:900px;
	border-collapse: separate;	
	margin: 0 auto;

	
}
.tableaucentre td{
	border: 3px solid black;
	background: white;
	width:400px;
	vertical-align:top;
	background-image:url('images/pdf.png');
	background-repeat:no-repeat;
	background-position: right bottom;
}
.tableaucentre td:hover{

	background: #ccffcc;
	cursor: pointer;
	background-image:url('images/pdf.png');
	background-repeat:no-repeat;
	background-position: right bottom;
}

.tableauvideo{
	width:900px;
	margin: 0 auto;
}

.tableauvideo td{
	padding:20px;
}






