/* Centrage de la page en horizontale */
body {
	text-align:center;		/*corrige le bug IE qui interprête mal les marges auto*/
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
}
#page {
	position:relative;
	width:762px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/* Positionnement des autres parties */
.menu {
	position:absolute;
	left:1px;
	top:1px;
	width:160px;
	height:570px;
}
.haut {
	position:absolute;
	left:161px;
	top:1px;
	width:600px;
	height:85px;
}
.vueaccueil {	/* Illustration poste EDF */
	position:absolute;
	left:180px;
	top:85px;
	width:529px;
	height:221px;
}
.texteaccueil {	/* Conteneur texte + pavé noir centre page */
	position:absolute;
	top:308px;
	left:181px;
	width:580px;
	height:120px;
}
.langues {	/* Bloc noir accès langues */
	width:143px;
	height:96px;
	background-image:url(../../images/noir.gif);
	background-repeat:no-repeat;
	float:right;
	display:inline;
	padding-top:25px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:25px;
}
.langues a:link, .langues a:visited, .langues a:active {
	text-decoration:underline;
	color:#FFFFFF;
}
.langues a:hover {
	color:#FF6600;
}
.fond_actus {	/* Conteneur actualités ( intégration du fond) */
	position:absolute;
	left:181px;
	top:428px;
	width:577px;
	height:143px;
	background-image:url(../../images/fond_actus.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.actu1 {	/* Bloc texte actu 1 */
	float:left;
	display:inline;
	width:230px;
	height:113px;
	margin-left:30px;
	margin-top:30px;
}
.actu2 {	/* Bloc texte actu 2 */
	float:left;
	display:inline;
	width:230px;
	height:113px;
	margin-left:60px;
	margin-top:30px;
}
/* ------------------------------------------------------ */

/* Mentions légales et bas de page */
.mentions {
	width :760px;
	margin-top:2px;
	font-size:10px;
}
.realisation {
	float:right;
	display:inline;
}
.mentions a:link, .mentions a:active, .mentions a:visited {
	text-decoration:none;
	color:#000000;
}
.mentions a:hover {
	text-decoration:none;
	color: #FF3300;
}
/* Styles de texte */
* {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.filet { /*tour de page */
	border: 1px solid #FF6600;
	height:570px;
}
H2 {
	font-size:12px;
	color:#FFFFFF;
	margin-top:20px;
	margin-bottom:0px;
}
.h1b {
	margin-top:7px;
	font-size:10px;
}
.h1 {
	font-size:12px;
	margin-top:5px;
	margin-bottom:0px;
	color:#333333;
	font-style:normal;
	font-weight:normal;
}
p, H1 {
	font-size:12px;
	margin-top:10px;
	margin-bottom:0px;
	color:#333333;
	font-style:normal;
	font-weight:normal;
}
.colle {
	margin-top:0px;
	margin-bottom:0px;
}
.droite {
	font-size:10px;
	float:right;
	padding-top:0px;
	text-align:right;
	color:#666666;
}
.droite a:link, .droite a:visited, .droite a:active {
	color:#666666;
	text-decoration:underline;
}
.droite a:hover {
	color:#FFCC66;
	text-decoration:none;
}