body{
	background-color:#ff90e4;
	padding:1px;
	margin:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}

.presentation{
	width:1024px; 
	border:1px solid;
	margin:3px;
	padding:3px;
	border-color:#ff20c8;	
	background-image:url(../images/bgnd_toile.jpg);
}

/* ##### LES PRESENTATIONS HAUT #####*/

.presentationhaut{
	text-align:center;
	background-color:#ffffff;
	height:100px;
	width:1014px; 
	padding:5px;
	background-image:url(../images/haut.png);	
}


/* ##### LES AUTRES PRESENTATIONS #####*/

.presentationmenu{
	text-align:center;
	background-color:#ffffff;
	height:110px;
	width:1014px; 
	padding:5px;	
}

.presentationtexte{
	text-align:left;
	background-color:#ffffff;
	width:1014px; 
	padding:5px;
}

.presentationbas{
	text-align:center;
	background-color:#CCCCCC;
	height:110px;
	width:1014px; 
	padding:5px;
	background-image:url(../images/bas.png);	
}




h1    {
	background-repeat: no-repeat;
	background-position: top;
	margin: 5px;
	padding: 10px;
	padding-bottom: 10px;	
	color:#ff20c8;
	font-weight: bold;
	font-size:20px;
	text-align: center;
}

h2{
	color:#000000;
	font-size:18px;
	text-align: center;
}

h3{
	color:#000000;
	font-size:16px;
	text-align: left;
}

a{
	color: #475ea4;
	font-size:12px;
	text-decoration: none;
}