/* CSS Document */
body{
text-align:center;
}
.global{
width: 900px;
margin-right:auto;
margin-left:auto;
margin-top:10px;
padding:0px;
text-align:left;
border-left-color: #adb0f9 ;
border-right-color: #adb0f9;



}

.header{
width:900px;
height:93px;
background-image:url(images/header.jpg)

}
.menu_head{
width:900px;
height:74px;

}

.barre{
width:900px;
height:24px;
background-image:url(images/barre.jpg)
}

.contenu{
width:900px;
background-color:#ffffff;
/*margin-bottom:50px;*/
}


.titre_contenu{
width:597px;
height:30px;

}



.centre{
width:597px;
background-color:#adb0f9;
margin-bottom:25px;
}

.texte{
padding-top:10px;
font-size:12px;
padding-left:5px;
padding-right:5px;
font-family:Verdana, Arial, Helvetica, sans-serif
}

.pied {
width:597px;
height:101px;
background-image:url(images/bas_centre.jpg);
background-repeat:no-repeat;
}
.footer{
clear:both;
width:900px;
height:101px;
bottom:0px;
padding-top:20px;
font-size:14px;
font-weight:bold;
text-align:center;
}

a:link {
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration: none;
font-weight:bold;
color: #ffffff;
}

a:visited {
  text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#000000;
}











