/* CSS Document */

a	{
color: #06c;
text-decoration: none;
}
a:hover	{
text-decoration: underline;
}
div#bottom1	{
float:left;
background-color: #ffffff;
color: #303030;
padding-top: 10px;
padding-bottom: 10px;
}
div#bottom1 div.display	{
width: 590px;
height: 150px;
overflow: hidden;
float: left;
}
div#bottom1 div.display div#mover	{
width: 620px;
}
div#bottom1 div.nav, div#bottom1 div.vignette	{
margin: 0;
padding: 0;
display: block;
float: left;
}
div#bottom1 div.nav img	{
padding-top: 10px;
}
div#bottom1 div.vignette	{
width: 135px;
height: 150px;
overflow: hidden;
border-left: 1px dotted #c2c2c2;
border-right: 1px dotted #c2c2c2;
margin-left: 5px;
margin-right: 5px;
}
div#bottom1 div.vignette .conteneur	{
padding: 0 4px;
}
div#bottom1 div.vignette h1, div#bottom1 div.vignette .tit	{	
font-size: 15px;
margin: 0 0 3px 0;
font-weight: bold;
}
div#bottom1 div.vignette h1 a, div#bottom1 div.vignette .tit a	{
color: #303030;
}
div#bottom1 div.vignette h2, div#bottom1 div.vignette .texte	{	
font-size: 11px;
line-height: 13px;
margin: 0 0 3px 0;
color: #000;
font-weight: bold;
}
div#bottom1 div.vignette h3, div#bottom1 div.vignette .surt	{
font-size: 9px;
text-transform: uppercase;
margin: 0 0 3px 0;
color: #e41327;
font-weight: bold;
}

