/* CSS Document */
* {
margin: 0; 
padding: 0; 
border: 0; 
}
html {
min-height:100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #343434;
	background: #FFF;
	text-align: left;
}

#home {
background:url(../img/fond_fraise.jpg) no-repeat 50% 0% ;
}
#main_container_top {
background:url(../img/box_top.png) top no-repeat;
width:1000px;
height:20px;
margin:auto;
}
#main_container {
background:url(../img/box_middle.png);
width:1000px;
margin:auto;
}

#main_container_bottom {
background:url(../img/box_bottom.png) bottom no-repeat;
width:1000px;
height:20px;
margin:auto;
}

p {
font-size: 0.8em;
margin-bottom:8px;
line-height:16px;
}
a:link, a:visited, a:hover{
color: #6D6D6D;
text-decoration:underline;
}
.small{
font-size: 0.6em;
}

#logo{
width:522px;
margin:auto;
margin-top:10px;
}

#content{
width:930px;
margin:auto;
}
.box{
width:300px;
float:left;
margin:0px 5px 0px 5px;
}
.box img{
border-bottom:#999999 1px solid;
margin-bottom:10px;
}

.box_content{
padding:0px 5px 0px 5px;
}
.clear{
clear:both;
}

#ref a{
line-height:18px;
}

#footer{
padding:20px 0px 10px 0px;
width:900px;
margin:auto;
}
.center{
text-align:center;
}

.black{
background-color:#000000;
}

#preview_title{
font-size: 1.5em;
text-align:center;
font-weight:bold;
color:#FFFFFF;
}

#preview{
width:600px;
margin:auto;
}
#preview img{
margin-bottom:10px;
}
.preview_subtitle{
color:#FFFFFF;
margin:5px 0px 10px 0px;
}

