@charset "UTF-8";
/* CSS Document */
/* ++++++++++++++++++++++++++++++notices.php++++++++++++++++++++++++++++++++++++++++++ */


#notices {
	margin-top : 20px;
	width: 555px;
	
	
	border: solid 1px black;
	background-color: #D5E8FF;
}




.notices_titre {
	background-color: #2175bc;
	padding: 10px 20px;
	text-align: center;
	font-size: 13px ;
	color: white;
}




.notices_text {	
	margin-left : 25px;	
	width: 500px;		
	font-family:tahoma, helvetica, sans-serif;	
	font-size: 10px;
	line-height: 15px;
	text-align: left;

}

.notices_text span { 
   float:left;
   margin:0px;
   padding:0px;
  }
.notices_text p {
   
   margin:0px;
   padding:3px;
   height:100% !important; height:1em;
  }

.notices_text span.col1 {
	width:80px;
	margin-left:15px;

}

.notices_text span.col2 {
	width:130px;
	margin-left:15px;

}
.notices_text span.col3 {
	width:110px;
	margin-left:15px;

}

.notices_text span.col4 {
	width:50px;
	margin-left:15px;

}


.notices_text_fin {
	clear:left;
}

img {
    border : none;
}

