#cad_corpsvoid
{
	text-align:left;
}

#g_petitesannonces
{
	width:100%;
	height:28px;
	background-image:url(../img/andy/g_petitesannonces.png);

}

    #classement
    {
        display:block;
        margin:10px;
        text-align:center;
    }
    
        #classement a
        {
            padding:2px;
            border:2px solid #ccc;
            color:#2db0f4;
            background-color:#fff;
            text-decoration:none;
            -moz-border-radius: 8px; 
            -webkit-border-radius: 8px; 
            border-radius: 8px;
        }
        
        #classement a:hover
        {
            color:#646464;
        }
		
		#add_annonce
        {
			display:block;
			width:400px;
		height:20px;
		text-align:center;
		background-color: #E78F08;
		border: 1px solid #F60;
        -moz-border-radius: 4px; 
        -webkit-border-radius: 4px; 
        border-radius: 4px; 
		color: white;
		font-size: 16px;
		font-weight: bold;
		line-height: 20px;
		margin: 0 0 20px 20px;
		padding: 4px;
		}

#list_annonces
{


}

	#list_annonces li
	{
		float:left;
		display:block;
	background-color:#fff;
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
		width:600px;
		margin-right:10px;
		margin-bottom:10px;
		padding:10px;
		height:auto;
		line-height:20px;
	}
	
		.annonce_titre
	{
		color:#ff6600;
		font-size:14px;
		font-weight:bold;
	}	
	
	.annonce_info
	{
		
		color:#2db0f4;
		font-weight:bold;
	}
	
	.annonce_info a
	{
		
		color:#2db0f4;
		font-weight:bold;
		font-size:12px;
	}
	
		.annonce_info a:hover
	{
		
		color:#565050;
		font-weight:bold;
	}
	
	.annonce_input
	{

      font-size:12px;
      font-weight:bold;
      color:#646464;
     border:2px solid #e4e4e4;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border-radius: 8px; 
	}
	
	.annonce_select
	{
		margin-left:5px;
		background-color:#f4f4f4;
		border:1px solid #cecece;
		color:#4E4E4E;
	}
	
