/* pour fixer la taille de la fenetre
	<body onLoad="Javascript: self.resizeTo(1050,840);">
*/

body
{
	width: 1000px;
	height: 650px;	
	max-width: 1000px;
	max-height: 650px;	
	margin: 0;
	padding: 0;
	background-color: #BED3D8;	
	position:absolute;
	top:0px;
	left:0px;
}

a img
{
	border:0;
}

.cache{
	display:none;
}


/*******************************/
/********** BANDEAUX ********/
/*****************************/
.logo
{
	width:150px;
	height:150px;	
	position:absolute;
	top:0px;
	left:0px;
}

.banniereHaut
{
	width:850px;
	height:151px;	
	position:absolute;
	top:0px;
	left:150px;

}

.banniereGauche
{
	width: 150px;
	height: 500px;
	background-image: url(images/interface/fond-menu.jpg);
	background-repeat: no-repeat;
	position:absolute;
	top:150px;
	left:0px;
}

.contenuFlash
{
	width:850px;
	height:500px;
	position:absolute; 
	left:150px;
	top:150px;

}

/*******************************/
/********** CONTENU**********/
/*****************************/
.flashHaut {
	width:850px;
	height:150px;
	display: block;
}

.flash {
	width:850px;
	height:500px;
	display: block;
}

/*******************************/
/********** BOUTONS *************/
/*****************************/
a.lienLogo{
	width:150px;
	height:150px;
	display: block;
}


a.imageFormation
{
	display: block;
	width:120px;
	height:80px;
	margin-top: 15px;
	margin-left: 12px;
	background-image: url(images/interface/B1A.gif);
	background-repeat: no-repeat;
}
	 
a.imageMultimedia
{
	display: block;
	width:120px;
	height:80px;
	margin-top: 15px;
	margin-left: 12px;	
	background-image: url(images/interface/B2A.gif);
	background-repeat: no-repeat;
}

a.imageImpression
{
	display: block;
	width:120px;
	height:80px;
	margin-top: 15px;
	margin-left: 12px;	
	background-image: url(images/interface/B3A.gif);
	background-repeat: no-repeat;
}

a.imageImages
{
	display: block;
	width:120px;
	height:80px;
	margin-top: 15px;
	margin-left: 12px;	
	background-image: url(images/interface/B4A.gif);
	background-repeat: no-repeat;
}

a.imageContact
{
	display: block;
	width:120px;
	height:80px;
	margin-top: 15px;
	margin-left: 12px;	
	background-image: url(images/interface/B5A.gif);
	background-repeat: no-repeat;
}

/*quand on passe la souris*/
a.imageFormation:hover { background-image: url(images/interface/B1B.gif);} 
a.imageMultimedia:hover {background-image: url(images/interface/B2B.gif);} 
a.imageImpression:hover {background-image: url(images/interface/B3B.gif);} 	 
a.imageImages:hover {background-image: url(images/interface/B4B.gif);}
a.imageContact:hover {background-image: url(images/interface/B5B.gif);} 

