/* CSS Document */

/*	Réglages généraux  */
*{
	font-style: normal;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
}
body{
	background-image:  url(../images/header/fond05.jpg);	
	margin: Opx;		
}
.fond{
	position: relative;
	width: 900px;	 
	height: 600px;	 
	background-image:  url(../images/header/fond-complet.jpg);
	background-repeat: no-repeat;
	margin: -15px auto auto	auto;
}
html>body .fond{
	margin: -7px auto auto	auto;
}
.logo a{
	position: absolute;
	left: 6px;
	top: 27px;
	width: 221px;
	height: 134px;
	background-image:  url(../images/header/logo.gif);
	background-repeat: no-repeat;
}
.intro{
	position: relative;
	width: 900px;	 
	height: 600px;
	margin: -5px auto auto	auto;
	background: #ffffff;
}
html>body .intro{
	margin: -7px auto auto	auto;
}
.plug_in1 a{
	position: absolute;
	left: 300px;
	width: 100%;
	bottom: 0px;
	text-align: left;
	color: #808080; /* gris foncé */
	text-decoration: none;
	
}
.plug_in1image a{
	position: absolute;
	left: 335px;
	width: 100%;
	bottom: 20px;
	text-align: left;
	color: #808080; /* gris foncé */
	text-decoration: none;
	background-image:  url(../images/header/drapeauFR.gif);
	background-repeat: no-repeat;
}
.plug_in2 a{
	position: absolute;
	left: 80px;
	width: 100%;
	bottom: 0px;
	text-align: center;
	color: #808080; /* gris foncé */
	text-decoration: none;
}
.plug_in2image a{
	position: absolute;
	left: 500px;
	width: 100%;
	bottom: 20px;
	text-align: left;
	color: #808080; /* gris foncé */
	text-decoration: none;
	background-image:  url(../images/header/drapeauEN.gif);
	background-repeat: no-repeat;
}
.plug_in3 a{
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 0px;
	text-align: center;
	color: #808080; /* gris foncé */
	text-decoration: none;
}
