﻿
		
		@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('caviardreams-webfont.eot');
    src: url('caviardreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('caviardreams-webfont.woff') format('woff'),
         url('caviardreams-webfont.ttf') format('truetype'),
         url('caviardreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
		
body{
	margin-top:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	/*background-color:black;*/
	background: transparent;
	background-image: url(../images/latte_lave.jpg);
	font-family:'caviar_dreamsregular';
}
#structure{
	width: 980px;
	min-height:768px;
	margin: auto;
	margin-top:40px;
	padding-top:0;
	
	margin-top: 40px;
	border:1px solid #949297;
	/*background-color: pink;*/
	background: #ffffff;
	-moz-box-shadow: 0 0 10px 15px #ffffff;
-webkit-box-shadow: 0 0 10px 15px #ffffff;
box-shadow: 0 0 10px 15px #ffffff;
}
#header{
	width: 980px;
	height: 145px;
	/*background-color:red;*/
	background: transparent;
}

#boitemenugauche{
	width:236px;
	height:768px;
	/*background-color: olive;*/
	background: none repeat scroll 0 0 #949297;
	float:left;
	
}
#article{
	width: 599px;
	min-height:768px;
	/*background-color: yellow;*/
	background: transparent;
	float:left;
}

#boitedroite{
	width: 145px;
	min-height:768px;
	/*background-color: blue;*/
	background: transparent;
	float:left;
}
#dvparticle{
	width: 980px;
	min-height:480px;
	/*background-color: green;*/
	background: transparent;
	clear:left;
}

#footer{
	width: 980px;
	height:60px;
	/*background-color: orange;*/
	background: transparent;
	clear:left;
}

</style>
</head>