/*#content {color:#444;border:none;}
#content h1 {
  text-align:left;
  background-color:#0089b2;
  border-radius:1px 0px 0px 1px;
  box-shadow:0px 1px 1px #333;
  border:none;
  color:white;
  font-size:18px;
  text-decoration:none;
  margin-bottom:5px;
  padding:3px 3px 3px;
  margin-right:15px;
  width:100%;
  text-shadow: 1px 2px 2px #333;
}


#nouveautes {float:left;width:440px;text-align:justify;padding-right:10px;}
#nouveautes a img {padding:0px;padding-right:6px;margin-left:6px;vertical-align:bottom;}
#nouveautes a {font-size:14px;color:#222;text-decoration:none;font-weight:normal;}
#nouveautes a:hover {color:black;border-bottom:dotted 1px #AAA;}
#nouveautes h2 {text-align:right;color:#999;font-size:16px;border-bottom:dotted 1px #BBB;padding-bottom:0px;margin-top:-10px;font-weight:normal;padding-bottom:-5px;}
#nouveautes a .titre
{
	width:440px;
	height:160px;
	border-radius:3px;
	border:none 0px;
	margin-bottom:-14px;	
	box-shadow:#AAAAAA 0 1px 6px;
	overflow:hidden;
}
#nouveautes a .titre:hover
{
	box-shadow:0px 0px 50px white inset;
}

#nouveautes .titre .texte, #nouveautes .titre .date, #nouveautes .titre .commentaires {
	width:100%;
	color:black;
	background-color:white;
	background-color:rgba(255,255,255,.7);
	font-size:20px;
	font-weight:bolder;
	padding:5px 5px 3px 5px;
	border-radius:2px;
}

#nouveautes .titre .texte {
	line-height:34px;
	display:inline;
	height:34px;
	overflow:hidden;
	text-overflow:ellipsis;
	}

#nouveautes .titre:hover .texte
{
	background-color:#333;
	color:white;
	background-color:rgba(0, 0, 0,.6);
}

#nouveautes .titre .date, #nouveautes .titre .commentaires
{
	font-size:10px;
	padding:2px;
	position:relative;
	top:107px;
	display:none;
}

#nouveautes .titre .date
{
	//margin-top:140px;
	float:left;
	max-width:30%;
}

#nouveautes .titre .commentaires
{
	float:right;
	max-width:10%;
	background-image:url("style/icons.png");
    height: 16px;
    width: 16px;
	background-position:-32px;
	background-repeat:no-repeat;
	padding-left:20px;
	font-size:14px;
}

#nouveautes .titre:hover .date, #nouveautes .titre:hover .commentaires
{
	display:block;
}

#colonne {float:left;width:190px;padding-left:6px;}
#colonne a {text-decoration:none;}

#bulle, bulle span {font-size:10px;}

#hotlink a {color:white;}
#hotlink .nouveau {color:white;}

#welcom,#welcom a {font-size:12px;color:#666;}
#welinfos {color:#AAA;}*/

#content
{
    width:100%;
}

#nouveautes
{
    width:70%;
}

#preview { min-height:160px; }

@media (min-width:1000px)
{
    #content
    {
        max-width:100%;
    }
    #preview
    {
        max-width:49%;
        margin:0.5%;
    }
    #nouveautes
    {
        width:70%;
    }
}
@media (min-width:650px) and (max-width:1010px)
{
    #nouveautes
    {
        width:70%;
    }
}
@media (max-width:650px)
{
    #nouveautes
    {
        width:100%;
    }
}