/* CSS Document */
a {
text-decoration: none;
}

body {
margin: 0; /* sans marges, la page sera collée aux bords */ 
font-family: verdana, arial, sans-serif; /* on définit la police de base dans la page */ 
font-size: 75%; /* on définit la taille de police de base dans la page */ 
	background-image: url(../DesignV2/Motif_fond.jpg);
	background-repeat: repeat;
}

.haut {
	width: 1280px;
	height: 10px;
}
.container {
	width: 1280px;
	border:none; 
	padding: 10x 10px 10 px 10 px;
	margin: 0 auto; /* la valeur automatique sur les côtés, associée à la largeur, permet de centrer la mise en page */
}


.head1
{
background-image:  url(Design/Analyse_01.gif);
background-repeat: no-repeat;
width: 820px;
height: 185px;
position:absolute;
left: 10px;
top: 10px;
}

.head2
{
background-image:  url(Design/Analyse_02.gif);
background-repeat: no-repeat;
width: 282px;
height: 302px;
position:absolute;
left: 10px;
top: 195px;
}

*.cadrenews
{
	background-image:  url(Design/Analyse_03.gif);
	background-repeat: no-repeat;
	width: 506px;
	height: 302px;
	position:absolute;
	left: 292px;
	top: 195px;
	padding: 20px;
}

.cadretexte
{
background-image:  url(Design/Analyse_04.gif);
background-repeat: no-repeat;
width: 820px;
height: 403px;
position:absolute;
left: 10px;
top: 497px;
background-color:#FFFFFF;
text-align:left;
color:#2070BB;
padding: 50px
}
