/*REALISATION*/
.fiche_realisation {
	width: 500px;
	text-align: center;
	border-top: 5px solid #0080FF;
	border-left: 5px solid #a6a6a6;
	border-right: 5px  solid #a6a6a6;
	border-bottom: 5px solid #0080FF;
}
td.border_miniature {
	text-align: center;
	border: 1px solid #0080FF;
}


/*Etoile */
.etoile {
	color: #0080FF;
}
/*Nombre de résultats */
p.resultat {
	text-align: center;
}
b.resultat {
	color: #a6a6a6;
}
/*Nous trouver */
p.adresse {
	text-align: center;
}


.actualite{
		   width : 100%;
		       margin : 0 0 20px 0px;
	border: 1px solid #999;
}


.actualite .title{
width:100%;
    background:  #DDDDDD;
    font-weight: bold;
    color: #5E5E5E;
    padding : 0 0 0 10px;
    
}
.actualite .pubDate{
    background:  #DDDDDD;
    color: #5E5E5E;
    font-size:0.8em;
    text-align:right;
    padding : 0 10px 0 10px;
    
}


.actualite .description{
    background:  #e5e5e5;
    color: #5E5E5E;
    text-align:justify;
    padding : 0 10px 0 10px;
}


/* CATALOGUE*/
table.catalogue 
{
    width:100%;
}

.catalogue td.titre 
{
    width:100%;
    padding-left : 10px;
	background : #045C97;
	color: #ffffff;
	font-weight: bold;
}

.catalogue td.photo 
{
    width:100px;
    vertical-align:top;
	color: #363636;
	background : #ffffff;
}
.catalogue td.information 
{
    width:30%;
    vertical-align:top;
	color: #363636;
	background : #ffffff;
	padding-left:10px;
}

.catalogue td.description 
{
    width:70%;
    vertical-align:top;
	color: #363636;
	background : #ffffff;
	padding-left:10px;
}

.catalogue .prix1 {
	font-size: 16px;
	color: #0080FF;
}
.catalogue .prix2 {

	color: #a6a6a6;
}
