/* CSS Document */
/*feuille de style index*/
body
{
   font-family:"Verdana", Trebuchet MS, Arial, sans-serif;
   font-size: 12px;
   color: #ffffff;
   background-color:#000000;
}

div#conteneur
{
	width: 870px;/*largeur conteneur principal*/
	height: auto;/*1230*/
	margin: 10px auto;/*conteneur centré sur la page et marge de 10 pixels*/
	border: 1px solid #cccccc;
	padding-bottom:0px;
}

div#header_aide
{
	width: 870px;/*largeur du header*/
	height: 113px;/*hauteur du header*/
	background-image: url("../images/bandeau_catalogue_interactif.jpg");
	background-repeat:no-repeat;
	color:#ffffff;/*couleur du texte header*/
	font-size:12px;/*taille police header*/
	text-align:right;/*texte aligné vers la droite*/
	line-height: 17em;/*équivalent d'un valign vers le bas*/
	text-decoration:none;
}

div#chemin
{
	float:left;
	width: 560px;
	height:24px;
	padding-top: 10px;
	padding-left:15px;
	padding-bottom:0px;
}

div#contenu
{
	width:465px;
	height:700px;
	float:right;
	padding-right:10px;
	padding-bottom:0px;
	margin-bottom:0px;
}

a
{
font-size: 12px;
color: #ffffff;
text-decoration:none;
}

a:hover
{
text-decoration:underline;
color:#CCCCCC;
}

img
{
margin: 0px;
padding: 0px;
border: 0px;
}

a img
{
border: none; /* Pas de bordure */
}
