@charset "utf-8";
/* CSS Document */
body
{
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
}
#conteneur_haut
{
width:1000px;
height:100%;
}
#header
{
background:url(newdiz/haut_header.gif) no-repeat;
width:580px;
height:93px;
float:right;
}
#recherche
{
background:url(newdiz/recherche.gif) no-repeat;
width:250px;
height:53px;
padding-top:11px;
padding-left:4px;
float:left;
}
#conteneur_bas
{
width:100%;
height:100%;
margin:auto;
margin-top:94px;
}
#barre
{
width:900px;
height:30px;
background:url(newdiz/menu_haut.gif) no-repeat;
margin:auto;
}
#bas_header
{
background:url(newdiz/bas_header.gif) right top no-repeat;
width:965px;
height:800px;
}
#dossiers
{
width:145px;
height:56px;
background:url(newdiz/dossiers.gif) no-repeat;
padding-top:56px;
}
#articles
{
width:133px;
height:58px;
background:url(newdiz/articles.gif) no-repeat;
}
#colonne_gauche
{
float:left;
}

#footer
{
background:url(newdiz/footer.gif) no-repeat;
width:906px;
height:36px;
margin:auto;
margin-top:50px;
}
#partenaires
{
width:185px;
height:59px;
background:url(newdiz/partenaires.gif) no-repeat;
}
a:link {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;

}
a:visited {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a:hover {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
a:active {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}