/*************************/
/* Général               */
/* Structure             */
/* Typo                  */
/* Liens                 */
/*************************/
/* Général */
html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	background-color:#868686;
	background-image:url(../images/background/back-conteneur-site.gif);
	background-repeat:repeat-x;
}
* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
img, div, td {
	behavior: url(script/iepngfix.htc);
}
.displayNone{
	display:none;
}
.WHM{
	width:100%;
	height:100%;
}
.WM{
	width:100%;
}
.HM{
	height:100%;
}
/* Structure Accueil */
#contFlashAccueil{
	width:664px;
	height:584px;
	background-image:url(../images/background/fdFlashAc.jpg);
	background-repeat:no-repeat;
	vertical-align:top;
}
#droiteAc{
	width:233px;
	height:584px;
	background:#fff url(../images/background/fdDroiteAc.jpg) no-repeat bottom left;
	vertical-align:top;
}

/* Typo */
p.classique{
	text-align:justify;
}
.coordAc{
	color:#686868;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:10px;
}
.coordAc strong{
	color:#686868;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
/* Liens */
#lienAcRadiocomsat a{
	display:block;
	width:172px;
	height:31px;
	background:url(../images/interface/menu-accueil/radiocomsat.jpg) 0 0 no-repeat;
}
#lienAcRadiocomsat a:hover {	
	background-position: -172px 0;
}
#lienAcServ a{
	display:block;
	width:172px;
	height:27px;
	background:url(../images/interface/menu-accueil/services.jpg) 0 0 no-repeat;
}
#lienAcServ a:hover {	
	background-position: -172px 0;
}
#lienAcRadio a{
	display:block;
	width:172px;
	height:17px;
	background:url(../images/interface/menu-accueil/radiocommunications.jpg) 0 0 no-repeat;
}
#lienAcRadio a:hover {	
	background-position: -172px 0;
}
#lienAcTel a{
	display:block;
	width:172px;
	height:21px;
	background:url(../images/interface/menu-accueil/telephones-satellites.jpg) 0 0 no-repeat;
}
#lienAcTel a:hover {	
	background-position: -172px 0;
}
#lienAcServ2 a{
	display:block;
	width:172px;
	height:17px;
	background:url(../images/interface/menu-accueil/services2.jpg) 0 0 no-repeat;
}
#lienAcServ2 a:hover {	
	background-position: -172px 0;
}
#lienAcTelech a{
	display:block;
	width:172px;
	height:21px;
	background:url(../images/interface/menu-accueil/telechargements.jpg) 0 0 no-repeat;
}
#lienAcTelech a:hover {	
	background-position: -172px 0;
}
#lienAcContact a{
	display:block;
	width:172px;
	height:31px;
	background:url(../images/interface/menu-accueil/contact.jpg) 0 0 no-repeat;
}
#lienAcContact a:hover {	
	background-position: -172px 0;
}

