@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Arial, sans-serif;
	background: #1b1b29;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/fond_violet.png);
	background-repeat: repeat-x;
}



#div_logo {
background-image:url(../images/logo_accueil.png); 
background-repeat:no-repeat; 
width:280px; 
height:134px;
position:relative;
margin:1px 0px 0px 10px ;
padding:0px 0px 0px 0px  ;
text-align:center;
}

/* ie 6 */
* html div#div_contenu_cd {
background:url(../images/contenu_accueil.gif);
background-repeat:repeat-y; 
width:525px; 
height:100%;
position:relative;
text-align:left;

}


#div_contenu_cd {
background:url(../images/contenu_accueil.png);
background-repeat:repeat-y; 
width:525px; 
height:100%;
position:relative;
text-align:left;
}

#div_bas_cd {
background-image:url(../images/bas_accueil.png);
background-repeat:no-repeat; 
width:525px; 
height:55px;
position:relative;
}


.titre_contenu {
font: 13px Arial, Verdana, sans-serif ;
color:#FFF;
display:block;
top:17px;
left:39px;
position:relative;
font-weight:bold;
}

.copyright {
color:#FFF;

}


#trophee
{
background-image:url(../images/prix_marketing.png);
background-repeat:no-repeat;
width:169px;
height:52px;
margin:4px 0px 0px 00px ;
}
